From e2a1ccd1749981875f6fe8eeab85b22cbcfeed5b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 13 Dec 2021 16:44:34 +0100 Subject: [PATCH] Add meaning to date short names --- .../shared/i18n-primeng-calendar.service.ts | 52 +-- client/src/locale/angular.ar.xlf | 339 +++++++++------ client/src/locale/angular.ca-ES.xlf | 389 +++++++++++------- client/src/locale/angular.cs-CZ.xlf | 389 +++++++++++------- client/src/locale/angular.da-DK.xlf | 339 +++++++++------ client/src/locale/angular.de-DE.xlf | 389 +++++++++++------- client/src/locale/angular.el-GR.xlf | 389 +++++++++++------- client/src/locale/angular.en-GB.xlf | 389 +++++++++++------- client/src/locale/angular.en-US.xlf | 339 +++++++++------ client/src/locale/angular.eo.xlf | 389 +++++++++++------- client/src/locale/angular.es-ES.xlf | 389 +++++++++++------- client/src/locale/angular.eu-ES.xlf | 389 +++++++++++------- client/src/locale/angular.fa-IR.xlf | 361 +++++++++------- client/src/locale/angular.fi-FI.xlf | 389 +++++++++++------- client/src/locale/angular.fr-FR.xlf | 389 +++++++++++------- client/src/locale/angular.gd.xlf | 339 +++++++++------ client/src/locale/angular.gl-ES.xlf | 339 +++++++++------ client/src/locale/angular.hu-HU.xlf | 339 +++++++++------ client/src/locale/angular.it-IT.xlf | 389 +++++++++++------- client/src/locale/angular.ja-JP.xlf | 389 +++++++++++------- client/src/locale/angular.jbo.xlf | 339 +++++++++------ client/src/locale/angular.kab.xlf | 339 +++++++++------ client/src/locale/angular.ko-KR.xlf | 339 +++++++++------ client/src/locale/angular.lt-LT.xlf | 339 +++++++++------ client/src/locale/angular.nb-NO.xlf | 339 +++++++++------ client/src/locale/angular.nl-NL.xlf | 389 +++++++++++------- client/src/locale/angular.oc.xlf | 389 +++++++++++------- client/src/locale/angular.pl-PL.xlf | 389 +++++++++++------- client/src/locale/angular.pt-BR.xlf | 389 +++++++++++------- client/src/locale/angular.pt-PT.xlf | 389 +++++++++++------- client/src/locale/angular.ru-RU.xlf | 345 ++++++++++------ client/src/locale/angular.sk-SK.xlf | 339 +++++++++------ client/src/locale/angular.sl-SI.xlf | 339 +++++++++------ client/src/locale/angular.sv-SE.xlf | 389 +++++++++++------- client/src/locale/angular.ta.xlf | 339 +++++++++------ client/src/locale/angular.th-TH.xlf | 339 +++++++++------ client/src/locale/angular.tr-TR.xlf | 339 +++++++++------ client/src/locale/angular.uk-UA.xlf | 339 +++++++++------ client/src/locale/angular.vi-VN.xlf | 389 +++++++++++------- client/src/locale/angular.xlf | 88 ++-- client/src/locale/angular.zh-Hans-CN.xlf | 389 +++++++++++------- client/src/locale/angular.zh-Hant-TW.xlf | 389 +++++++++++------- scripts/i18n/create-custom-files.ts | 1 - 43 files changed, 9064 insertions(+), 5715 deletions(-) diff --git a/client/src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts b/client/src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts index 4b201ac74..40f25674e 100644 --- a/client/src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts +++ b/client/src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts @@ -17,23 +17,23 @@ export class I18nPrimengCalendarService { ], dayNamesShort: [ - $localize`:Day name short:Sun`, - $localize`:Day name short:Mon`, - $localize`:Day name short:Tue`, - $localize`:Day name short:Wed`, - $localize`:Day name short:Thu`, - $localize`:Day name short:Fri`, - $localize`:Day name short:Sat` + $localize`:Sunday short name|Day name short:Sun`, + $localize`:Monday short name|Day name short:Mon`, + $localize`:Tuesday short name|Day name short:Tue`, + $localize`:Wednesday short name|Day name short:Wed`, + $localize`:Thursday short name|Day name short:Thu`, + $localize`:Friday short name|Day name short:Fri`, + $localize`:Saturday short name|Day name short:Sat` ], dayNamesMin: [ - $localize`:Day name min:Su`, - $localize`:Day name min:Mo`, - $localize`:Day name min:Tu`, - $localize`:Day name min:We`, - $localize`:Day name min:Th`, - $localize`:Day name min:Fr`, - $localize`:Day name min:Sa` + $localize`:Sunday min name|Day name min:Su`, + $localize`:Monday min name|Day name min:Mo`, + $localize`:Tuesday min name|Day name min:Tu`, + $localize`:Wednesday min name|Day name min:We`, + $localize`:Thursday min name|Day name min:Th`, + $localize`:Friday min name|Day name min:Fr`, + $localize`:Saturday min name|Day name min:Sa` ], monthNames: [ @@ -52,18 +52,18 @@ export class I18nPrimengCalendarService { ], monthNamesShort: [ - $localize`:Month name short:Jan`, - $localize`:Month name short:Feb`, - $localize`:Month name short:Mar`, - $localize`:Month name short:Apr`, - $localize`:Month name short:May`, - $localize`:Month name short:Jun`, - $localize`:Month name short:Jul`, - $localize`:Month name short:Aug`, - $localize`:Month name short:Sep`, - $localize`:Month name short:Oct`, - $localize`:Month name short:Nov`, - $localize`:Month name short:Dec` + $localize`:January short name|Month name short:Jan`, + $localize`:February short name|Month name short:Feb`, + $localize`:March short name|Month name short:Mar`, + $localize`:April short name|Month name short:Apr`, + $localize`:May short name|Month name short:May`, + $localize`:June short name|Month name short:Jun`, + $localize`:July short name|Month name short:Jul`, + $localize`:August short name|Month name short:Aug`, + $localize`:September short name|Month name short:Sep`, + $localize`:October short name|Month name short:Oct`, + $localize`:November short name|Month name short:Nov`, + $localize`:December short name|Month name short:Dec` ], today: $localize`Today`, diff --git a/client/src/locale/angular.ar.xlf b/client/src/locale/angular.ar.xlf index 6d5fe8505..0eff0370e 100644 --- a/client/src/locale/angular.ar.xlf +++ b/client/src/locale/angular.ar.xlf @@ -8079,91 +8079,133 @@ The link will expire within 1 hour. Saturday السبت src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 - - - Sun - أحد + + SunSun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 20 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts20 - - - Mon - إثن + Sunday short name + + MonMon + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 21 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts21 - - - Tue - ثلا + Monday short name + + TueTue + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 22 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts22 - - - Wed - أرب + Tuesday short name + + WedWed + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 23 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts23 - - - Thu - خمي + Wednesday short name + + ThuThu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 24 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts24 - - - Fri - جمع + Thursday short name + + FriFri + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 25 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts25 - - - Sat - سبت + Friday short name + + SatSat + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 26 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts26 - - - Su - أح + Saturday short name + + SuSu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 30 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts30 - - - Mo - إث + Sunday min name + + MoMo + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 31 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts31 - - - Tu - ثل + Monday min name + + TuTu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 32 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts32 - - - We - أر + Tuesday min name + + WeWe + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 33 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts33 - - - Th - خم + Wednesday min name + + ThTh + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 34 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts34 - - - Fr - جم + Thursday min name + + FrFr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 35 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts35 - - - Sa - سب + Friday min name + + SaSa + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 36 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts36 + Saturday min name + + + + + + + + + + + + + + January جانفي @@ -8187,9 +8229,9 @@ The link will expire within 1 hour. May ماي - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts59 - + + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 June جوان @@ -8224,73 +8266,114 @@ The link will expire within 1 hour. December ديسمبر src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 - - - Jan - جان + + JanJan + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 55 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts55 - - - Feb - فيف + January short name + + FebFeb + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 56 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts56 - - - Mar - مار + February short name + + MarMar + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 57 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts57 - - - Apr - أفر + March short name + + AprApr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 58 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts58 - - - Jun - جوا + April short name + + MayMay + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 59 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts60 - - - Jul - جوي + May short name + + JunJun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 60 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts61 - - - Aug - أوت + June short name + + JulJul + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 61 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts62 - - - Sep - سبت + July short name + + AugAug + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 62 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts63 - - - Oct - أكت + August short name + + SepSep + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 63 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts64 - - - Nov - نوف + September short name + + OctOct + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 64 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts65 - - - Dec - ديس + October short name + + NovNov + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 65 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts66 + November short name + + DecDec + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 66 + + Month name short + December short name + + + + + + + + + + + Clear مسح diff --git a/client/src/locale/angular.ca-ES.xlf b/client/src/locale/angular.ca-ES.xlf index 7dff66ff1..6a2a5b23f 100644 --- a/client/src/locale/angular.ca-ES.xlf +++ b/client/src/locale/angular.ca-ES.xlf @@ -9510,91 +9510,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Saturday Dissabte src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 + + SunSun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 20 + + Day name short + Sunday short name + + MonMon + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 21 + + Day name short + Monday short name + + TueTue + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 22 + + Day name short + Tuesday short name + + WedWed + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 23 + + Day name short + Wednesday short name + + ThuThu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 24 + + Day name short + Thursday short name + + FriFri + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 25 + + Day name short + Friday short name + + SatSat + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 26 + + Day name short + Saturday short name + + SuSu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 30 + + Day name min + Sunday min name + + MoMo + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 31 + + Day name min + Monday min name + + TuTu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 32 + + Day name min + Tuesday min name + + WeWe + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 33 + + Day name min + Wednesday min name + + ThTh + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 34 + + Day name min + Thursday min name + + FrFr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 35 + + Day name min + Friday min name + + SaSa + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 36 + + Day name min + Saturday min name - - Sun - Dg - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts20 - - - Mon - Dl - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts21 - - - Tue - Dt - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts22 - - - Wed - Dc - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts23 - - - Thu - Dj - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts24 - - - Fri - Dv - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts25 - - - Sat - Ds - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts26 - - - Su - Dg - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts30 - - - Mo - Dl - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts31 - - - Tu - Dt - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts32 - - - We - Dm - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts33 - - - Th - Dj - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts34 - - - Fr - Dv - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts35 - - - Sa - Ds - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts36 - + + + + + + + + + + + + + + January Gener @@ -9618,9 +9660,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular May Maig - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts59 - + + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 June Juny @@ -9655,73 +9697,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular December Desembre src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 + + JanJan + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 55 + + Month name short + January short name + + FebFeb + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 56 + + Month name short + February short name + + MarMar + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 57 + + Month name short + March short name + + AprApr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 58 + + Month name short + April short name + + MayMay + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 59 + + Month name short + May short name + + JunJun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 60 + + Month name short + June short name + + JulJul + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 61 + + Month name short + July short name + + AugAug + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 62 + + Month name short + August short name + + SepSep + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 63 + + Month name short + September short name + + OctOct + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 64 + + Month name short + October short name + + NovNov + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 65 + + Month name short + November short name + + DecDec + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 66 + + Month name short + December short name - - Jan - Gen - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts55 - - - Feb - Feb - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts56 - - - Mar - Mar - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts57 - - - Apr - Abr - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts58 - - - Jun - Jun - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts60 - - - Jul - Jul - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts61 - - - Aug - Ago - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts62 - - - Sep - Set - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts63 - - - Oct - Oct - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts64 - - - Nov - Nov - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts65 - - - Dec - Des - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts66 - + + + + + + + + + + + Clear Clar diff --git a/client/src/locale/angular.cs-CZ.xlf b/client/src/locale/angular.cs-CZ.xlf index 6e4359cdd..8c559aa3b 100644 --- a/client/src/locale/angular.cs-CZ.xlf +++ b/client/src/locale/angular.cs-CZ.xlf @@ -9236,91 +9236,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Saturday sobota src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 + + SunSun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 20 + + Day name short + Sunday short name + + MonMon + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 21 + + Day name short + Monday short name + + TueTue + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 22 + + Day name short + Tuesday short name + + WedWed + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 23 + + Day name short + Wednesday short name + + ThuThu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 24 + + Day name short + Thursday short name + + FriFri + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 25 + + Day name short + Friday short name + + SatSat + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 26 + + Day name short + Saturday short name + + SuSu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 30 + + Day name min + Sunday min name + + MoMo + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 31 + + Day name min + Monday min name + + TuTu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 32 + + Day name min + Tuesday min name + + WeWe + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 33 + + Day name min + Wednesday min name + + ThTh + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 34 + + Day name min + Thursday min name + + FrFr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 35 + + Day name min + Friday min name + + SaSa + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 36 + + Day name min + Saturday min name - - Sun - Ne - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts20 - - - Mon - Po - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts21 - - - Tue - Út - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts22 - - - Wed - St - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts23 - - - Thu - Čt - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts24 - - - Fri - Pá - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts25 - - - Sat - So - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts26 - - - Su - ne - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts30 - - - Mo - po - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts31 - - - Tu - út - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts32 - - - We - st - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts33 - - - Th - čt - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts34 - - - Fr - pá - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts35 - - - Sa - so - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts36 - + + + + + + + + + + + + + + January leden @@ -9344,9 +9386,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular May květen - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts59 - + + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 June červen @@ -9381,73 +9423,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular December prosinec src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 + + JanJan + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 55 + + Month name short + January short name + + FebFeb + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 56 + + Month name short + February short name + + MarMar + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 57 + + Month name short + March short name + + AprApr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 58 + + Month name short + April short name + + MayMay + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 59 + + Month name short + May short name + + JunJun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 60 + + Month name short + June short name + + JulJul + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 61 + + Month name short + July short name + + AugAug + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 62 + + Month name short + August short name + + SepSep + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 63 + + Month name short + September short name + + OctOct + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 64 + + Month name short + October short name + + NovNov + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 65 + + Month name short + November short name + + DecDec + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 66 + + Month name short + December short name - - Jan - led - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts55 - - - Feb - úno - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts56 - - - Mar - bře - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts57 - - - Apr - dub - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts58 - - - Jun - čer - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts60 - - - Jul - čvc - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts61 - - - Aug - srp - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts62 - - - Sep - zář - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts63 - - - Oct - říj - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts64 - - - Nov - lis - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts65 - - - Dec - pro - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts66 - + + + + + + + + + + + Clear Vymazat diff --git a/client/src/locale/angular.da-DK.xlf b/client/src/locale/angular.da-DK.xlf index 5da185172..a9720de55 100644 --- a/client/src/locale/angular.da-DK.xlf +++ b/client/src/locale/angular.da-DK.xlf @@ -9553,91 +9553,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Saturday Saturday src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 - - - Sun - Sun + + SunSun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 20 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts20 - - - Mon - Mon + Sunday short name + + MonMon + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 21 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts21 - - - Tue - Tue + Monday short name + + TueTue + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 22 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts22 - - - Wed - Wed + Tuesday short name + + WedWed + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 23 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts23 - - - Thu - Thu + Wednesday short name + + ThuThu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 24 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts24 - - - Fri - Fri + Thursday short name + + FriFri + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 25 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts25 - - - Sat - Sat + Friday short name + + SatSat + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 26 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts26 - - - Su - Su + Saturday short name + + SuSu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 30 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts30 - - - Mo - Mo + Sunday min name + + MoMo + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 31 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts31 - - - Tu - Tu + Monday min name + + TuTu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 32 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts32 - - - We - We + Tuesday min name + + WeWe + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 33 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts33 - - - Th - Th + Wednesday min name + + ThTh + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 34 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts34 - - - Fr - Fr + Thursday min name + + FrFr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 35 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts35 - - - Sa - Sa + Friday min name + + SaSa + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 36 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts36 + Saturday min name + + + + + + + + + + + + + + January January @@ -9661,9 +9703,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular May May - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts59 - + + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 June June @@ -9698,73 +9740,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular December December src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 - - - Jan - Jan + + JanJan + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 55 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts55 - - - Feb - Feb + January short name + + FebFeb + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 56 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts56 - - - Mar - Mar + February short name + + MarMar + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 57 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts57 - - - Apr - Apr + March short name + + AprApr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 58 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts58 - - - Jun - Jun + April short name + + MayMay + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 59 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts60 - - - Jul - Jul + May short name + + JunJun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 60 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts61 - - - Aug - Aug + June short name + + JulJul + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 61 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts62 - - - Sep - Sep + July short name + + AugAug + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 62 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts63 - - - Oct - Oct + August short name + + SepSep + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 63 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts64 - - - Nov - Nov + September short name + + OctOct + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 64 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts65 - - - Dec - Dec + October short name + + NovNov + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 65 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts66 + November short name + + DecDec + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 66 + + Month name short + December short name + + + + + + + + + + + Clear Clear diff --git a/client/src/locale/angular.de-DE.xlf b/client/src/locale/angular.de-DE.xlf index b3c50a219..edd68326c 100644 --- a/client/src/locale/angular.de-DE.xlf +++ b/client/src/locale/angular.de-DE.xlf @@ -9285,91 +9285,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Saturday Samstag src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 + + SunSun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 20 + + Day name short + Sunday short name + + MonMon + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 21 + + Day name short + Monday short name + + TueTue + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 22 + + Day name short + Tuesday short name + + WedWed + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 23 + + Day name short + Wednesday short name + + ThuThu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 24 + + Day name short + Thursday short name + + FriFri + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 25 + + Day name short + Friday short name + + SatSat + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 26 + + Day name short + Saturday short name + + SuSu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 30 + + Day name min + Sunday min name + + MoMo + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 31 + + Day name min + Monday min name + + TuTu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 32 + + Day name min + Tuesday min name + + WeWe + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 33 + + Day name min + Wednesday min name + + ThTh + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 34 + + Day name min + Thursday min name + + FrFr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 35 + + Day name min + Friday min name + + SaSa + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 36 + + Day name min + Saturday min name - - Sun - So - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts20 - - - Mon - Mo - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts21 - - - Tue - Di - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts22 - - - Wed - Mi - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts23 - - - Thu - Do - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts24 - - - Fri - Fr - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts25 - - - Sat - Sa - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts26 - - - Su - So - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts30 - - - Mo - Mo - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts31 - - - Tu - Di - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts32 - - - We - Mi - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts33 - - - Th - Do - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts34 - - - Fr - Fr - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts35 - - - Sa - Sa - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts36 - + + + + + + + + + + + + + + January Januar @@ -9393,9 +9435,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular May Mai - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts59 - + + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 June Juni @@ -9430,73 +9472,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular December Dezember src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 + + JanJan + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 55 + + Month name short + January short name + + FebFeb + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 56 + + Month name short + February short name + + MarMar + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 57 + + Month name short + March short name + + AprApr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 58 + + Month name short + April short name + + MayMay + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 59 + + Month name short + May short name + + JunJun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 60 + + Month name short + June short name + + JulJul + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 61 + + Month name short + July short name + + AugAug + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 62 + + Month name short + August short name + + SepSep + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 63 + + Month name short + September short name + + OctOct + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 64 + + Month name short + October short name + + NovNov + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 65 + + Month name short + November short name + + DecDec + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 66 + + Month name short + December short name - - Jan - Jan - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts55 - - - Feb - Feb - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts56 - - - Mar - Mar - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts57 - - - Apr - Apr - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts58 - - - Jun - Jun - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts60 - - - Jul - Jul - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts61 - - - Aug - Aug - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts62 - - - Sep - Sep - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts63 - - - Oct - Okt - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts64 - - - Nov - Nov - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts65 - - - Dec - Dez - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts66 - + + + + + + + + + + + Clear Leeren diff --git a/client/src/locale/angular.el-GR.xlf b/client/src/locale/angular.el-GR.xlf index f60d88525..57423145c 100644 --- a/client/src/locale/angular.el-GR.xlf +++ b/client/src/locale/angular.el-GR.xlf @@ -9464,91 +9464,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Saturday Σάββατο - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 - - Sun - Κυρ - Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts20 - - Mon - Δευ - Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts21 - - Tue - Τρι - Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts22 - - Wed - Τετ - Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts23 - - Thu - Πεμ - Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts24 - - Fri - Παρ - Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts25 - - Sat - Σαβ - Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts26 - - Su - Κυρ - Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts30 - - Mo - Δε - Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts31 - - Tu - Τρ - Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts32 - - We - Τε - Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts33 - - Th - Πε - Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts34 - - Fr - Πα - Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts35 - - Sa - Σα - Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts36 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 + SunSun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 20 + + Day name short + Sunday short name + + MonMon + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 21 + + Day name short + Monday short name + + TueTue + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 22 + + Day name short + Tuesday short name + + WedWed + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 23 + + Day name short + Wednesday short name + + ThuThu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 24 + + Day name short + Thursday short name + + FriFri + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 25 + + Day name short + Friday short name + + SatSat + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 26 + + Day name short + Saturday short name + + SuSu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 30 + + Day name min + Sunday min name + + MoMo + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 31 + + Day name min + Monday min name + + TuTu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 32 + + Day name min + Tuesday min name + + WeWe + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 33 + + Day name min + Wednesday min name + + ThTh + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 34 + + Day name min + Thursday min name + + FrFr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 35 + + Day name min + Friday min name + + SaSa + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 36 + + Day name min + Saturday min name + + + + + + + + + + + + + + + January Ιανουάριος @@ -9574,7 +9616,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Μάιος - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts59 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 June Ιούνιος @@ -9609,73 +9651,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular December Δεκέμβριος - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 - - Jan - Ιαν - Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts55 - - Feb - Φεβ - Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts56 - - Mar - Μαρ - Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts57 - - Apr - Απρ - Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts58 - - Jun - Ιουν - Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts60 - - Jul - Ιουλ - Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts61 - - Aug - Αυγ - Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts62 - - Sep - Σεπ - Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts63 - - Oct - Οκτ - Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts64 - - Nov - Νοε - Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts65 - - Dec - Δεκ - Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts66 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 + JanJan + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 55 + + Month name short + January short name + + FebFeb + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 56 + + Month name short + February short name + + MarMar + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 57 + + Month name short + March short name + + AprApr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 58 + + Month name short + April short name + + MayMay + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 59 + + Month name short + May short name + + JunJun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 60 + + Month name short + June short name + + JulJul + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 61 + + Month name short + July short name + + AugAug + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 62 + + Month name short + August short name + + SepSep + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 63 + + Month name short + September short name + + OctOct + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 64 + + Month name short + October short name + + NovNov + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 65 + + Month name short + November short name + + DecDec + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 66 + + Month name short + December short name + + + + + + + + + + + + Clear Εκκαθάριση diff --git a/client/src/locale/angular.en-GB.xlf b/client/src/locale/angular.en-GB.xlf index 4bd042b08..7f33a60ff 100644 --- a/client/src/locale/angular.en-GB.xlf +++ b/client/src/locale/angular.en-GB.xlf @@ -8930,91 +8930,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Saturday Saturday - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 - - Sun - Sun - Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts20 - - Mon - Mon - Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts21 - - Tue - Tue - Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts22 - - Wed - Wed - Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts23 - - Thu - Thu - Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts24 - - Fri - Fri - Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts25 - - Sat - Sat - Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts26 - - Su - Su - Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts30 - - Mo - Mo - Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts31 - - Tu - Tu - Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts32 - - We - We - Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts33 - - Th - Th - Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts34 - - Fr - Fr - Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts35 - - Sa - Sa - Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts36 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 + SunSun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 20 + + Day name short + Sunday short name + + MonMon + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 21 + + Day name short + Monday short name + + TueTue + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 22 + + Day name short + Tuesday short name + + WedWed + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 23 + + Day name short + Wednesday short name + + ThuThu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 24 + + Day name short + Thursday short name + + FriFri + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 25 + + Day name short + Friday short name + + SatSat + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 26 + + Day name short + Saturday short name + + SuSu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 30 + + Day name min + Sunday min name + + MoMo + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 31 + + Day name min + Monday min name + + TuTu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 32 + + Day name min + Tuesday min name + + WeWe + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 33 + + Day name min + Wednesday min name + + ThTh + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 34 + + Day name min + Thursday min name + + FrFr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 35 + + Day name min + Friday min name + + SaSa + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 36 + + Day name min + Saturday min name + + + + + + + + + + + + + + + January January @@ -9040,7 +9082,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular May - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts59 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 June June @@ -9075,73 +9117,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular December December - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 - - Jan - Jan - Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts55 - - Feb - Feb - Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts56 - - Mar - Mar - Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts57 - - Apr - Apr - Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts58 - - Jun - Jun - Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts60 - - Jul - Jul - Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts61 - - Aug - Aug - Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts62 - - Sep - Sep - Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts63 - - Oct - Oct - Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts64 - - Nov - Nov - Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts65 - - Dec - Dec - Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts66 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 + JanJan + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 55 + + Month name short + January short name + + FebFeb + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 56 + + Month name short + February short name + + MarMar + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 57 + + Month name short + March short name + + AprApr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 58 + + Month name short + April short name + + MayMay + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 59 + + Month name short + May short name + + JunJun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 60 + + Month name short + June short name + + JulJul + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 61 + + Month name short + July short name + + AugAug + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 62 + + Month name short + August short name + + SepSep + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 63 + + Month name short + September short name + + OctOct + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 64 + + Month name short + October short name + + NovNov + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 65 + + Month name short + November short name + + DecDec + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 66 + + Month name short + December short name + + + + + + + + + + + + Clear Clear diff --git a/client/src/locale/angular.en-US.xlf b/client/src/locale/angular.en-US.xlf index 8c1451366..af1197dcb 100644 --- a/client/src/locale/angular.en-US.xlf +++ b/client/src/locale/angular.en-US.xlf @@ -8500,91 +8500,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Saturday Saturday - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 - - Sun - Sun + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 + SunSun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 20 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts20 - - Mon - Mon + Sunday short name + + MonMon + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 21 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts21 - - Tue - Tue + Monday short name + + TueTue + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 22 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts22 - - Wed - Wed + Tuesday short name + + WedWed + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 23 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts23 - - Thu - Thu + Wednesday short name + + ThuThu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 24 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts24 - - Fri - Fri + Thursday short name + + FriFri + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 25 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts25 - - Sat - Sat + Friday short name + + SatSat + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 26 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts26 - - Su - Su + Saturday short name + + SuSu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 30 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts30 - - Mo - Mo + Sunday min name + + MoMo + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 31 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts31 - - Tu - Tu + Monday min name + + TuTu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 32 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts32 - - We - We + Tuesday min name + + WeWe + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 33 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts33 - - Th - Th + Wednesday min name + + ThTh + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 34 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts34 - - Fr - Fr + Thursday min name + + FrFr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 35 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts35 - - Sa - Sa + Friday min name + + SaSa + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 36 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts36 + Saturday min name + + + + + + + + + + + + + + + January January @@ -8610,7 +8652,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular May - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts59 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 June June @@ -8645,73 +8687,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular December December - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 - - Jan - Jan + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 + JanJan + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 55 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts55 - - Feb - Feb + January short name + + FebFeb + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 56 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts56 - - Mar - Mar + February short name + + MarMar + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 57 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts57 - - Apr - Apr + March short name + + AprApr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 58 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts58 - - Jun - Jun + April short name + + MayMay + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 59 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts60 - - Jul - Jul + May short name + + JunJun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 60 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts61 - - Aug - Aug + June short name + + JulJul + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 61 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts62 - - Sep - Sep + July short name + + AugAug + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 62 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts63 - - Oct - Oct + August short name + + SepSep + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 63 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts64 - - Nov - Nov + September short name + + OctOct + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 64 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts65 - - Dec - Dec + October short name + + NovNov + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 65 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts66 + November short name + + DecDec + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 66 + + Month name short + December short name + + + + + + + + + + + + Clear Clear diff --git a/client/src/locale/angular.eo.xlf b/client/src/locale/angular.eo.xlf index fa7af44d9..2bf4eb57b 100644 --- a/client/src/locale/angular.eo.xlf +++ b/client/src/locale/angular.eo.xlf @@ -9298,91 +9298,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Saturday Sabato src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 + + SunSun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 20 + + Day name short + Sunday short name + + MonMon + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 21 + + Day name short + Monday short name + + TueTue + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 22 + + Day name short + Tuesday short name + + WedWed + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 23 + + Day name short + Wednesday short name + + ThuThu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 24 + + Day name short + Thursday short name + + FriFri + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 25 + + Day name short + Friday short name + + SatSat + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 26 + + Day name short + Saturday short name + + SuSu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 30 + + Day name min + Sunday min name + + MoMo + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 31 + + Day name min + Monday min name + + TuTu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 32 + + Day name min + Tuesday min name + + WeWe + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 33 + + Day name min + Wednesday min name + + ThTh + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 34 + + Day name min + Thursday min name + + FrFr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 35 + + Day name min + Friday min name + + SaSa + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 36 + + Day name min + Saturday min name - - Sun - Dim - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts20 - - - Mon - Lun - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts21 - - - Tue - Mar - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts22 - - - Wed - Mer - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts23 - - - Thu - Ĵaŭ - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts24 - - - Fri - Ven - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts25 - - - Sat - Sab - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts26 - - - Su - Di - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts30 - - - Mo - Lu - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts31 - - - Tu - Ma - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts32 - - - We - Me - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts33 - - - Th - Ĵa - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts34 - - - Fr - Ve - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts35 - - - Sa - Sa - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts36 - + + + + + + + + + + + + + + January Januaro @@ -9406,9 +9448,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular May Majo - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts59 - + + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 June Junio @@ -9443,73 +9485,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular December Decembro src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 + + JanJan + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 55 + + Month name short + January short name + + FebFeb + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 56 + + Month name short + February short name + + MarMar + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 57 + + Month name short + March short name + + AprApr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 58 + + Month name short + April short name + + MayMay + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 59 + + Month name short + May short name + + JunJun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 60 + + Month name short + June short name + + JulJul + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 61 + + Month name short + July short name + + AugAug + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 62 + + Month name short + August short name + + SepSep + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 63 + + Month name short + September short name + + OctOct + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 64 + + Month name short + October short name + + NovNov + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 65 + + Month name short + November short name + + DecDec + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 66 + + Month name short + December short name - - Jan - Jan - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts55 - - - Feb - Feb - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts56 - - - Mar - Mar - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts57 - - - Apr - Apr - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts58 - - - Jun - Jun - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts60 - - - Jul - Jul - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts61 - - - Aug - Aŭg - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts62 - - - Sep - Sep - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts63 - - - Oct - Okt - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts64 - - - Nov - Nov - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts65 - - - Dec - Dec - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts66 - + + + + + + + + + + + Clear Viŝi diff --git a/client/src/locale/angular.es-ES.xlf b/client/src/locale/angular.es-ES.xlf index f4b1d58fa..6839b3b32 100644 --- a/client/src/locale/angular.es-ES.xlf +++ b/client/src/locale/angular.es-ES.xlf @@ -9285,91 +9285,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Saturday Sábado src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 + + SunSun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 20 + + Day name short + Sunday short name + + MonMon + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 21 + + Day name short + Monday short name + + TueTue + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 22 + + Day name short + Tuesday short name + + WedWed + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 23 + + Day name short + Wednesday short name + + ThuThu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 24 + + Day name short + Thursday short name + + FriFri + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 25 + + Day name short + Friday short name + + SatSat + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 26 + + Day name short + Saturday short name + + SuSu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 30 + + Day name min + Sunday min name + + MoMo + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 31 + + Day name min + Monday min name + + TuTu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 32 + + Day name min + Tuesday min name + + WeWe + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 33 + + Day name min + Wednesday min name + + ThTh + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 34 + + Day name min + Thursday min name + + FrFr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 35 + + Day name min + Friday min name + + SaSa + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 36 + + Day name min + Saturday min name - - Sun - Dom - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts20 - - - Mon - Lun - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts21 - - - Tue - Mar - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts22 - - - Wed - Mié - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts23 - - - Thu - Jue - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts24 - - - Fri - Vie - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts25 - - - Sat - Sáb - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts26 - - - Su - Do - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts30 - - - Mo - Lu - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts31 - - - Tu - Ma - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts32 - - - We - Mi - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts33 - - - Th - Ju - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts34 - - - Fr - Vi - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts35 - - - Sa - Sa - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts36 - + + + + + + + + + + + + + + January Enero @@ -9393,9 +9435,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular May Mayo - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts59 - + + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 June Junio @@ -9430,73 +9472,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular December Diciembre src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 + + JanJan + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 55 + + Month name short + January short name + + FebFeb + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 56 + + Month name short + February short name + + MarMar + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 57 + + Month name short + March short name + + AprApr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 58 + + Month name short + April short name + + MayMay + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 59 + + Month name short + May short name + + JunJun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 60 + + Month name short + June short name + + JulJul + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 61 + + Month name short + July short name + + AugAug + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 62 + + Month name short + August short name + + SepSep + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 63 + + Month name short + September short name + + OctOct + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 64 + + Month name short + October short name + + NovNov + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 65 + + Month name short + November short name + + DecDec + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 66 + + Month name short + December short name - - Jan - Ene - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts55 - - - Feb - Feb - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts56 - - - Mar - Mar - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts57 - - - Apr - Abr - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts58 - - - Jun - Jun - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts60 - - - Jul - Jul - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts61 - - - Aug - Ago - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts62 - - - Sep - Sep - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts63 - - - Oct - Oct - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts64 - - - Nov - Nov - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts65 - - - Dec - Dec - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts66 - + + + + + + + + + + + Clear Borrar diff --git a/client/src/locale/angular.eu-ES.xlf b/client/src/locale/angular.eu-ES.xlf index 7c8559acb..406561351 100644 --- a/client/src/locale/angular.eu-ES.xlf +++ b/client/src/locale/angular.eu-ES.xlf @@ -9625,91 +9625,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Saturday Larunbata src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 + + SunSun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 20 + + Day name short + Sunday short name + + MonMon + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 21 + + Day name short + Monday short name + + TueTue + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 22 + + Day name short + Tuesday short name + + WedWed + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 23 + + Day name short + Wednesday short name + + ThuThu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 24 + + Day name short + Thursday short name + + FriFri + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 25 + + Day name short + Friday short name + + SatSat + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 26 + + Day name short + Saturday short name + + SuSu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 30 + + Day name min + Sunday min name + + MoMo + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 31 + + Day name min + Monday min name + + TuTu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 32 + + Day name min + Tuesday min name + + WeWe + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 33 + + Day name min + Wednesday min name + + ThTh + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 34 + + Day name min + Thursday min name + + FrFr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 35 + + Day name min + Friday min name + + SaSa + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 36 + + Day name min + Saturday min name - - Sun - Ig - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts20 - - - Mon - Al - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts21 - - - Tue - Ar - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts22 - - - Wed - Az - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts23 - - - Thu - Og - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts24 - - - Fri - Or - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts25 - - - Sat - La - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts26 - - - Su - Ig - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts30 - - - Mo - Al - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts31 - - - Tu - Ar - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts32 - - - We - Az - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts33 - - - Th - Og - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts34 - - - Fr - Or - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts35 - - - Sa - La - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts36 - + + + + + + + + + + + + + + January Urtarrila @@ -9733,9 +9775,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular May Maiatza - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts59 - + + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 June Ekaina @@ -9770,73 +9812,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular December Abendua src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 + + JanJan + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 55 + + Month name short + January short name + + FebFeb + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 56 + + Month name short + February short name + + MarMar + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 57 + + Month name short + March short name + + AprApr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 58 + + Month name short + April short name + + MayMay + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 59 + + Month name short + May short name + + JunJun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 60 + + Month name short + June short name + + JulJul + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 61 + + Month name short + July short name + + AugAug + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 62 + + Month name short + August short name + + SepSep + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 63 + + Month name short + September short name + + OctOct + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 64 + + Month name short + October short name + + NovNov + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 65 + + Month name short + November short name + + DecDec + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 66 + + Month name short + December short name - - Jan - Urt - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts55 - - - Feb - Ots - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts56 - - - Mar - Mar - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts57 - - - Apr - Api - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts58 - - - Jun - Eka - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts60 - - - Jul - Uzt - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts61 - - - Aug - Abu - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts62 - - - Sep - Ira - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts63 - - - Oct - Urr - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts64 - - - Nov - Aza - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts65 - - - Dec - Abe - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts66 - + + + + + + + + + + + Clear Garbitu diff --git a/client/src/locale/angular.fa-IR.xlf b/client/src/locale/angular.fa-IR.xlf index 3745eb982..8df16038a 100644 --- a/client/src/locale/angular.fa-IR.xlf +++ b/client/src/locale/angular.fa-IR.xlf @@ -9581,91 +9581,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Saturday Saturday src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 - - - Sun - Sun + + SunSun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 20 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts20 - - - Mon - Mon + Sunday short name + + MonMon + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 21 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts21 - - - Tue - Tue + Monday short name + + TueTue + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 22 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts22 - - - Wed - Wed + Tuesday short name + + WedWed + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 23 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts23 - - - Thu - Thu + Wednesday short name + + ThuThu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 24 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts24 - - - Fri - Fri + Thursday short name + + FriFri + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 25 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts25 - - - Sat - Sat + Friday short name + + SatSat + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 26 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts26 - - - Su - Su + Saturday short name + + SuSu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 30 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts30 - - - Mo - Mo + Sunday min name + + MoMo + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 31 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts31 - - - Tu - Tu + Monday min name + + TuTu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 32 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts32 - - - We - We + Tuesday min name + + WeWe + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 33 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts33 - - - Th - Th + Wednesday min name + + ThTh + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 34 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts34 - - - Fr - Fr + Thursday min name + + FrFr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 35 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts35 - - - Sa - Sa + Friday min name + + SaSa + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 36 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts36 + Saturday min name + + + + + + + + + + + + + + January ژانویه @@ -9689,9 +9731,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular May مِی - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts59 - + + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 June ژوئن @@ -9726,73 +9768,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular December دسامبر src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 + + JanJan + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 55 + + Month name short + January short name + + FebFeb + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 56 + + Month name short + February short name + + MarMar + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 57 + + Month name short + March short name + + AprApr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 58 + + Month name short + April short name + + MayMay + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 59 + + Month name short + May short name + + JunJun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 60 + + Month name short + June short name + + JulJul + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 61 + + Month name short + July short name + + AugAug + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 62 + + Month name short + August short name + + SepSep + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 63 + + Month name short + September short name + + OctOct + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 64 + + Month name short + October short name + + NovNov + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 65 + + Month name short + November short name + + DecDec + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 66 + + Month name short + December short name - - Jan - ژانویه - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts55 - - - Feb - فوریه - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts56 - - - Mar - مارچ - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts57 - - - Apr - آپریل - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts58 - - - Jun - ژوئن - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts60 - - - Jul - جولای - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts61 - - - Aug - آگوست - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts62 - - - Sep - سپتامبر - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts63 - - - Oct - اکتبر - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts64 - - - Nov - نوامبر - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts65 - - - Dec - دسامبر - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts66 - + + + + + + + + + + + Clear پاک‌کردن diff --git a/client/src/locale/angular.fi-FI.xlf b/client/src/locale/angular.fi-FI.xlf index cec3cc9c0..97764fcc2 100644 --- a/client/src/locale/angular.fi-FI.xlf +++ b/client/src/locale/angular.fi-FI.xlf @@ -8904,91 +8904,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Saturday Lauantai - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 - - Sun - Sun - Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts20 - - Mon - Maa - Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts21 - - Tue - Tii - Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts22 - - Wed - Kes - Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts23 - - Thu - Tor - Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts24 - - Fri - Per - Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts25 - - Sat - Lau - Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts26 - - Su - Su - Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts30 - - Mo - Ma - Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts31 - - Tu - Ti - Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts32 - - We - Ke - Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts33 - - Th - To - Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts34 - - Fr - Pe - Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts35 - - Sa - La - Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts36 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 + SunSun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 20 + + Day name short + Sunday short name + + MonMon + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 21 + + Day name short + Monday short name + + TueTue + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 22 + + Day name short + Tuesday short name + + WedWed + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 23 + + Day name short + Wednesday short name + + ThuThu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 24 + + Day name short + Thursday short name + + FriFri + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 25 + + Day name short + Friday short name + + SatSat + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 26 + + Day name short + Saturday short name + + SuSu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 30 + + Day name min + Sunday min name + + MoMo + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 31 + + Day name min + Monday min name + + TuTu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 32 + + Day name min + Tuesday min name + + WeWe + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 33 + + Day name min + Wednesday min name + + ThTh + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 34 + + Day name min + Thursday min name + + FrFr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 35 + + Day name min + Friday min name + + SaSa + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 36 + + Day name min + Saturday min name + + + + + + + + + + + + + + + January Tammikuu @@ -9014,7 +9056,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Toukokuu - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts59 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 June Kesäkuu @@ -9049,73 +9091,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular December Joulukuu - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 - - Jan - Tam - Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts55 - - Feb - Hel - Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts56 - - Mar - Mal - Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts57 - - Apr - Huh - Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts58 - - Jun - Kes - Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts60 - - Jul - Hei - Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts61 - - Aug - Elo - Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts62 - - Sep - Syy - Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts63 - - Oct - Lok - Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts64 - - Nov - Mar - Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts65 - - Dec - Jou - Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts66 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 + JanJan + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 55 + + Month name short + January short name + + FebFeb + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 56 + + Month name short + February short name + + MarMar + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 57 + + Month name short + March short name + + AprApr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 58 + + Month name short + April short name + + MayMay + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 59 + + Month name short + May short name + + JunJun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 60 + + Month name short + June short name + + JulJul + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 61 + + Month name short + July short name + + AugAug + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 62 + + Month name short + August short name + + SepSep + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 63 + + Month name short + September short name + + OctOct + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 64 + + Month name short + October short name + + NovNov + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 65 + + Month name short + November short name + + DecDec + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 66 + + Month name short + December short name + + + + + + + + + + + + Clear Alusta diff --git a/client/src/locale/angular.fr-FR.xlf b/client/src/locale/angular.fr-FR.xlf index 34c16f9e3..19d99d83f 100644 --- a/client/src/locale/angular.fr-FR.xlf +++ b/client/src/locale/angular.fr-FR.xlf @@ -9397,91 +9397,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Saturday Samedi src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 + + SunSun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 20 + + Day name short + Sunday short name + + MonMon + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 21 + + Day name short + Monday short name + + TueTue + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 22 + + Day name short + Tuesday short name + + WedWed + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 23 + + Day name short + Wednesday short name + + ThuThu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 24 + + Day name short + Thursday short name + + FriFri + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 25 + + Day name short + Friday short name + + SatSat + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 26 + + Day name short + Saturday short name + + SuSu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 30 + + Day name min + Sunday min name + + MoMo + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 31 + + Day name min + Monday min name + + TuTu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 32 + + Day name min + Tuesday min name + + WeWe + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 33 + + Day name min + Wednesday min name + + ThTh + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 34 + + Day name min + Thursday min name + + FrFr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 35 + + Day name min + Friday min name + + SaSa + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 36 + + Day name min + Saturday min name - - Sun - Dim - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts20 - - - Mon - Lun - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts21 - - - Tue - Mar - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts22 - - - Wed - Mer - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts23 - - - Thu - Jeu - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts24 - - - Fri - Ven - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts25 - - - Sat - Sam - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts26 - - - Su - Di - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts30 - - - Mo - Lu - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts31 - - - Tu - Ma - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts32 - - - We - Me - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts33 - - - Th - Je - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts34 - - - Fr - Ve - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts35 - - - Sa - Sa - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts36 - + + + + + + + + + + + + + + January Janvier @@ -9505,9 +9547,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular May Mai - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts59 - + + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 June Juin @@ -9542,73 +9584,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular December Décembre src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 + + JanJan + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 55 + + Month name short + January short name + + FebFeb + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 56 + + Month name short + February short name + + MarMar + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 57 + + Month name short + March short name + + AprApr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 58 + + Month name short + April short name + + MayMay + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 59 + + Month name short + May short name + + JunJun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 60 + + Month name short + June short name + + JulJul + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 61 + + Month name short + July short name + + AugAug + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 62 + + Month name short + August short name + + SepSep + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 63 + + Month name short + September short name + + OctOct + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 64 + + Month name short + October short name + + NovNov + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 65 + + Month name short + November short name + + DecDec + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 66 + + Month name short + December short name - - Jan - Jan - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts55 - - - Feb - Fév - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts56 - - - Mar - Mar - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts57 - - - Apr - Avr - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts58 - - - Jun - Juin - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts60 - - - Jul - Juil - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts61 - - - Aug - Aoû - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts62 - - - Sep - Sep - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts63 - - - Oct - Oct - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts64 - - - Nov - Nov - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts65 - - - Dec - Déc - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts66 - + + + + + + + + + + + Clear Effacer diff --git a/client/src/locale/angular.gd.xlf b/client/src/locale/angular.gd.xlf index 0f1acb008..57a5c3f84 100644 --- a/client/src/locale/angular.gd.xlf +++ b/client/src/locale/angular.gd.xlf @@ -9297,91 +9297,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Saturday DiSathairne src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 - - - Sun - DiD + + SunSun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 20 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts20 - - - Mon - DiL + Sunday short name + + MonMon + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 21 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts21 - - - Tue - DiM + Monday short name + + TueTue + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 22 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts22 - - - Wed - DiC + Tuesday short name + + WedWed + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 23 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts23 - - - Thu - Dia + Wednesday short name + + ThuThu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 24 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts24 - - - Fri - Dih + Thursday short name + + FriFri + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 25 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts25 - - - Sat - DiS + Friday short name + + SatSat + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 26 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts26 - - - Su - Dò + Saturday short name + + SuSu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 30 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts30 - - - Mo - Lu + Sunday min name + + MoMo + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 31 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts31 - - - Tu - Mà + Monday min name + + TuTu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 32 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts32 - - - We - Ci + Tuesday min name + + WeWe + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 33 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts33 - - - Th - Da + Wednesday min name + + ThTh + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 34 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts34 - - - Fr - hA + Thursday min name + + FrFr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 35 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts35 - - - Sa - Sa + Friday min name + + SaSa + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 36 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts36 + Saturday min name + + + + + + + + + + + + + + January Am Faoilleach @@ -9405,9 +9447,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular May An Cèitean - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts59 - + + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 June An t-Ògmhios @@ -9442,73 +9484,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular December An Dùbhlachd src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 - - - Jan - Faoi + + JanJan + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 55 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts55 - - - Feb - Gearr + January short name + + FebFeb + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 56 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts56 - - - Mar - Màrt + February short name + + MarMar + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 57 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts57 - - - Apr - Gibl + March short name + + AprApr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 58 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts58 - - - Jun - Ògmh + April short name + + MayMay + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 59 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts60 - - - Jul - Iuch + May short name + + JunJun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 60 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts61 - - - Aug - Lùna + June short name + + JulJul + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 61 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts62 - - - Sep - Sult + July short name + + AugAug + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 62 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts63 - - - Oct - Dàmh + August short name + + SepSep + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 63 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts64 - - - Nov - Samh + September short name + + OctOct + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 64 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts65 - - - Dec - Dùbh + October short name + + NovNov + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 65 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts66 + November short name + + DecDec + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 66 + + Month name short + December short name + + + + + + + + + + + Clear Falamhaich diff --git a/client/src/locale/angular.gl-ES.xlf b/client/src/locale/angular.gl-ES.xlf index e51447327..b20046dc8 100644 --- a/client/src/locale/angular.gl-ES.xlf +++ b/client/src/locale/angular.gl-ES.xlf @@ -9242,91 +9242,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Saturday Sábado src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 - - - Sun - Dom + + SunSun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 20 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts20 - - - Mon - Lun + Sunday short name + + MonMon + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 21 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts21 - - - Tue - Mar + Monday short name + + TueTue + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 22 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts22 - - - Wed - Mer + Tuesday short name + + WedWed + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 23 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts23 - - - Thu - Xov + Wednesday short name + + ThuThu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 24 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts24 - - - Fri - Ven + Thursday short name + + FriFri + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 25 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts25 - - - Sat - Sab + Friday short name + + SatSat + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 26 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts26 - - - Su - Do + Saturday short name + + SuSu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 30 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts30 - - - Mo - Lu + Sunday min name + + MoMo + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 31 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts31 - - - Tu - Ma + Monday min name + + TuTu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 32 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts32 - - - We - Me + Tuesday min name + + WeWe + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 33 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts33 - - - Th - Xo + Wednesday min name + + ThTh + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 34 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts34 - - - Fr - Ve + Thursday min name + + FrFr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 35 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts35 - - - Sa - Sa + Friday min name + + SaSa + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 36 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts36 + Saturday min name + + + + + + + + + + + + + + January Xaneiro @@ -9350,9 +9392,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular May Maio - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts59 - + + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 June Xuño @@ -9387,73 +9429,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular December Decembro src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 - - - Jan - Xan + + JanJan + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 55 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts55 - - - Feb - Feb + January short name + + FebFeb + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 56 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts56 - - - Mar - Mar + February short name + + MarMar + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 57 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts57 - - - Apr - Abr + March short name + + AprApr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 58 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts58 - - - Jun - Xuñ + April short name + + MayMay + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 59 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts60 - - - Jul - Xul + May short name + + JunJun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 60 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts61 - - - Aug - Ago + June short name + + JulJul + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 61 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts62 - - - Sep - Set + July short name + + AugAug + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 62 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts63 - - - Oct - Out + August short name + + SepSep + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 63 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts64 - - - Nov - Nov + September short name + + OctOct + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 64 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts65 - - - Dec - Dec + October short name + + NovNov + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 65 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts66 + November short name + + DecDec + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 66 + + Month name short + December short name + + + + + + + + + + + Clear Baleirar diff --git a/client/src/locale/angular.hu-HU.xlf b/client/src/locale/angular.hu-HU.xlf index c7f719cc6..175a5e96c 100644 --- a/client/src/locale/angular.hu-HU.xlf +++ b/client/src/locale/angular.hu-HU.xlf @@ -9221,91 +9221,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Saturday Szombat src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 - - - Sun - Vas + + SunSun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 20 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts20 - - - Mon - Hét + Sunday short name + + MonMon + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 21 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts21 - - - Tue - Ked + Monday short name + + TueTue + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 22 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts22 - - - Wed - Sze + Tuesday short name + + WedWed + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 23 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts23 - - - Thu - Csü + Wednesday short name + + ThuThu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 24 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts24 - - - Fri - Pén + Thursday short name + + FriFri + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 25 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts25 - - - Sat - Szo + Friday short name + + SatSat + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 26 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts26 - - - Su - V + Saturday short name + + SuSu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 30 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts30 - - - Mo - H + Sunday min name + + MoMo + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 31 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts31 - - - Tu - K + Monday min name + + TuTu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 32 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts32 - - - We - Sze + Tuesday min name + + WeWe + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 33 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts33 - - - Th - Cs + Wednesday min name + + ThTh + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 34 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts34 - - - Fr - P + Thursday min name + + FrFr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 35 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts35 - - - Sa - Szo + Friday min name + + SaSa + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 36 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts36 + Saturday min name + + + + + + + + + + + + + + January Január @@ -9329,9 +9371,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular May Május - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts59 - + + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 June Június @@ -9366,73 +9408,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular December December src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 - - - Jan - Jan + + JanJan + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 55 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts55 - - - Feb - Feb + January short name + + FebFeb + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 56 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts56 - - - Mar - Már + February short name + + MarMar + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 57 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts57 - - - Apr - Ápr + March short name + + AprApr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 58 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts58 - - - Jun - Jún + April short name + + MayMay + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 59 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts60 - - - Jul - Júl + May short name + + JunJun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 60 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts61 - - - Aug - Aug + June short name + + JulJul + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 61 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts62 - - - Sep - Sze + July short name + + AugAug + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 62 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts63 - - - Oct - Okt + August short name + + SepSep + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 63 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts64 - - - Nov - Nov + September short name + + OctOct + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 64 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts65 - - - Dec - Dec + October short name + + NovNov + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 65 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts66 + November short name + + DecDec + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 66 + + Month name short + December short name + + + + + + + + + + + Clear Törlés diff --git a/client/src/locale/angular.it-IT.xlf b/client/src/locale/angular.it-IT.xlf index f45ef5d32..32d20dd03 100644 --- a/client/src/locale/angular.it-IT.xlf +++ b/client/src/locale/angular.it-IT.xlf @@ -8946,91 +8946,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Saturday Sabato - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 - - Sun - Dom - Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts20 - - Mon - Lun - Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts21 - - Tue - Mar - Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts22 - - Wed - Mer - Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts23 - - Thu - Gio - Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts24 - - Fri - Ven - Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts25 - - Sat - Sab - Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts26 - - Su - Do - Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts30 - - Mo - Lu - Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts31 - - Tu - Ma - Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts32 - - We - Me - Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts33 - - Th - Gi - Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts34 - - Fr - Ve - Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts35 - - Sa - Sa - Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts36 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 + SunSun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 20 + + Day name short + Sunday short name + + MonMon + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 21 + + Day name short + Monday short name + + TueTue + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 22 + + Day name short + Tuesday short name + + WedWed + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 23 + + Day name short + Wednesday short name + + ThuThu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 24 + + Day name short + Thursday short name + + FriFri + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 25 + + Day name short + Friday short name + + SatSat + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 26 + + Day name short + Saturday short name + + SuSu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 30 + + Day name min + Sunday min name + + MoMo + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 31 + + Day name min + Monday min name + + TuTu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 32 + + Day name min + Tuesday min name + + WeWe + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 33 + + Day name min + Wednesday min name + + ThTh + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 34 + + Day name min + Thursday min name + + FrFr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 35 + + Day name min + Friday min name + + SaSa + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 36 + + Day name min + Saturday min name + + + + + + + + + + + + + + + January Gennaio @@ -9056,7 +9098,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Maggio - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts59 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 June Giugno @@ -9091,73 +9133,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular December Dicembre - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 - - Jan - Gen - Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts55 - - Feb - Feb - Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts56 - - Mar - Mar - Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts57 - - Apr - Apr - Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts58 - - Jun - Giu - Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts60 - - Jul - Lug - Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts61 - - Aug - Ago - Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts62 - - Sep - Set - Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts63 - - Oct - Ott - Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts64 - - Nov - Nov - Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts65 - - Dec - Dic - Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts66 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 + JanJan + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 55 + + Month name short + January short name + + FebFeb + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 56 + + Month name short + February short name + + MarMar + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 57 + + Month name short + March short name + + AprApr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 58 + + Month name short + April short name + + MayMay + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 59 + + Month name short + May short name + + JunJun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 60 + + Month name short + June short name + + JulJul + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 61 + + Month name short + July short name + + AugAug + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 62 + + Month name short + August short name + + SepSep + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 63 + + Month name short + September short name + + OctOct + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 64 + + Month name short + October short name + + NovNov + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 65 + + Month name short + November short name + + DecDec + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 66 + + Month name short + December short name + + + + + + + + + + + + Clear Resetta diff --git a/client/src/locale/angular.ja-JP.xlf b/client/src/locale/angular.ja-JP.xlf index b222d56b8..0db84a1d1 100644 --- a/client/src/locale/angular.ja-JP.xlf +++ b/client/src/locale/angular.ja-JP.xlf @@ -9314,91 +9314,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Saturday 土曜日 src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 + + SunSun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 20 + + Day name short + Sunday short name + + MonMon + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 21 + + Day name short + Monday short name + + TueTue + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 22 + + Day name short + Tuesday short name + + WedWed + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 23 + + Day name short + Wednesday short name + + ThuThu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 24 + + Day name short + Thursday short name + + FriFri + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 25 + + Day name short + Friday short name + + SatSat + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 26 + + Day name short + Saturday short name + + SuSu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 30 + + Day name min + Sunday min name + + MoMo + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 31 + + Day name min + Monday min name + + TuTu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 32 + + Day name min + Tuesday min name + + WeWe + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 33 + + Day name min + Wednesday min name + + ThTh + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 34 + + Day name min + Thursday min name + + FrFr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 35 + + Day name min + Friday min name + + SaSa + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 36 + + Day name min + Saturday min name - - Sun - (日) - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts20 - - - Mon - (月) - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts21 - - - Tue - (火) - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts22 - - - Wed - (水) - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts23 - - - Thu - (木) - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts24 - - - Fri - (金) - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts25 - - - Sat - (土) - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts26 - - - Su - (日) - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts30 - - - Mo - (月) - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts31 - - - Tu - (火) - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts32 - - - We - (水) - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts33 - - - Th - (木) - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts34 - - - Fr - (金) - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts35 - - - Sa - (土) - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts36 - + + + + + + + + + + + + + + January 1月 @@ -9422,9 +9464,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular May 5月 - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts59 - + + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 June 6月 @@ -9459,73 +9501,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular December 12月 src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 + + JanJan + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 55 + + Month name short + January short name + + FebFeb + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 56 + + Month name short + February short name + + MarMar + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 57 + + Month name short + March short name + + AprApr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 58 + + Month name short + April short name + + MayMay + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 59 + + Month name short + May short name + + JunJun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 60 + + Month name short + June short name + + JulJul + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 61 + + Month name short + July short name + + AugAug + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 62 + + Month name short + August short name + + SepSep + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 63 + + Month name short + September short name + + OctOct + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 64 + + Month name short + October short name + + NovNov + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 65 + + Month name short + November short name + + DecDec + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 66 + + Month name short + December short name - - Jan - 1月 - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts55 - - - Feb - 2月 - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts56 - - - Mar - 3月 - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts57 - - - Apr - 4月 - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts58 - - - Jun - 6月 - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts60 - - - Jul - 7月 - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts61 - - - Aug - 8月 - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts62 - - - Sep - 9月 - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts63 - - - Oct - 10月 - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts64 - - - Nov - 11月 - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts65 - - - Dec - 12月 - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts66 - + + + + + + + + + + + Clear クリア diff --git a/client/src/locale/angular.jbo.xlf b/client/src/locale/angular.jbo.xlf index b3360b68d..f78c63614 100644 --- a/client/src/locale/angular.jbo.xlf +++ b/client/src/locale/angular.jbo.xlf @@ -9000,91 +9000,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Saturday Saturday - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 - - Sun - Sun + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 + SunSun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 20 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts20 - - Mon - Mon + Sunday short name + + MonMon + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 21 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts21 - - Tue - Tue + Monday short name + + TueTue + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 22 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts22 - - Wed - Wed + Tuesday short name + + WedWed + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 23 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts23 - - Thu - Thu + Wednesday short name + + ThuThu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 24 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts24 - - Fri - Fri + Thursday short name + + FriFri + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 25 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts25 - - Sat - Sat + Friday short name + + SatSat + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 26 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts26 - - Su - Su + Saturday short name + + SuSu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 30 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts30 - - Mo - Mo + Sunday min name + + MoMo + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 31 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts31 - - Tu - Tu + Monday min name + + TuTu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 32 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts32 - - We - We + Tuesday min name + + WeWe + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 33 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts33 - - Th - Th + Wednesday min name + + ThTh + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 34 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts34 - - Fr - Fr + Thursday min name + + FrFr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 35 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts35 - - Sa - Sa + Friday min name + + SaSa + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 36 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts36 + Saturday min name + + + + + + + + + + + + + + + January January @@ -9110,7 +9152,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular May - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts59 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 June June @@ -9145,73 +9187,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular December December - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 - - Jan - Jan + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 + JanJan + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 55 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts55 - - Feb - Feb + January short name + + FebFeb + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 56 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts56 - - Mar - Mar + February short name + + MarMar + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 57 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts57 - - Apr - Apr + March short name + + AprApr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 58 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts58 - - Jun - Jun + April short name + + MayMay + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 59 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts60 - - Jul - Jul + May short name + + JunJun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 60 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts61 - - Aug - Aug + June short name + + JulJul + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 61 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts62 - - Sep - Sep + July short name + + AugAug + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 62 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts63 - - Oct - Oct + August short name + + SepSep + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 63 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts64 - - Nov - Nov + September short name + + OctOct + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 64 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts65 - - Dec - Dec + October short name + + NovNov + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 65 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts66 + November short name + + DecDec + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 66 + + Month name short + December short name + + + + + + + + + + + + Clear Clear diff --git a/client/src/locale/angular.kab.xlf b/client/src/locale/angular.kab.xlf index ec9f69e61..0ff3c0f87 100644 --- a/client/src/locale/angular.kab.xlf +++ b/client/src/locale/angular.kab.xlf @@ -9021,91 +9021,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Saturday Sed src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 - - - Sun - Ace + + SunSun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 20 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts20 - - - Mon - Ari + Sunday short name + + MonMon + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 21 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts21 - - - Tue - Ara + Monday short name + + TueTue + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 22 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts22 - - - Wed - Aha + Tuesday short name + + WedWed + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 23 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts23 - - - Thu - Amh + Wednesday short name + + ThuThu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 24 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts24 - - - Fri - Sem + Thursday short name + + FriFri + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 25 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts25 - - - Sat - Sed + Friday short name + + SatSat + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 26 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts26 - - - Su - Ac + Saturday short name + + SuSu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 30 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts30 - - - Mo - Ri + Sunday min name + + MoMo + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 31 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts31 - - - Tu - Ra + Monday min name + + TuTu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 32 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts32 - - - We - Ah + Tuesday min name + + WeWe + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 33 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts33 - - - Th - Am + Wednesday min name + + ThTh + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 34 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts34 - - - Fr - Sm + Thursday min name + + FrFr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 35 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts35 - - - Sa - Sd + Friday min name + + SaSa + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 36 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts36 + Saturday min name + + + + + + + + + + + + + + January Yennayer @@ -9129,9 +9171,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular May May - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts59 - + + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 June Yunyu @@ -9166,73 +9208,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular December Dujembeṛ src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 - - - Jan - Yen + + JanJan + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 55 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts55 - - - Feb - Fuṛ + January short name + + FebFeb + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 56 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts56 - - - Mar - Meɣ + February short name + + MarMar + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 57 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts57 - - - Apr - Yeb + March short name + + AprApr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 58 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts58 - - - Jun - Yun + April short name + + MayMay + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 59 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts60 - - - Jul - Yul + May short name + + JunJun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 60 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts61 - - - Aug - Ɣuc + June short name + + JulJul + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 61 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts62 - - - Sep - Cte + July short name + + AugAug + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 62 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts63 - - - Oct - Tub + August short name + + SepSep + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 63 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts64 - - - Nov - Wam + September short name + + OctOct + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 64 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts65 - - - Dec - Duj + October short name + + NovNov + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 65 + + Month name short + November short name + + DecDec + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 66 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts66 + December short name + + + + + + + + + + + Clear Sfeḍ diff --git a/client/src/locale/angular.ko-KR.xlf b/client/src/locale/angular.ko-KR.xlf index 5c5a56573..f19230856 100644 --- a/client/src/locale/angular.ko-KR.xlf +++ b/client/src/locale/angular.ko-KR.xlf @@ -9480,91 +9480,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Saturday Saturday - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 - - Sun - Sun + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 + SunSun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 20 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts20 - - Mon - Mon + Sunday short name + + MonMon + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 21 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts21 - - Tue - Tue + Monday short name + + TueTue + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 22 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts22 - - Wed - Wed + Tuesday short name + + WedWed + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 23 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts23 - - Thu - Thu + Wednesday short name + + ThuThu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 24 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts24 - - Fri - Fri + Thursday short name + + FriFri + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 25 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts25 - - Sat - Sat + Friday short name + + SatSat + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 26 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts26 - - Su - Su + Saturday short name + + SuSu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 30 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts30 - - Mo - Mo + Sunday min name + + MoMo + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 31 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts31 - - Tu - Tu + Monday min name + + TuTu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 32 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts32 - - We - We + Tuesday min name + + WeWe + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 33 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts33 - - Th - Th + Wednesday min name + + ThTh + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 34 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts34 - - Fr - Fr + Thursday min name + + FrFr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 35 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts35 - - Sa - Sa + Friday min name + + SaSa + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 36 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts36 + Saturday min name + + + + + + + + + + + + + + + January January @@ -9590,7 +9632,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular May - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts59 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 June June @@ -9625,73 +9667,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular December December - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 - - Jan - Jan + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 + JanJan + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 55 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts55 - - Feb - Feb + January short name + + FebFeb + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 56 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts56 - - Mar - Mar + February short name + + MarMar + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 57 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts57 - - Apr - Apr + March short name + + AprApr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 58 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts58 - - Jun - Jun + April short name + + MayMay + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 59 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts60 - - Jul - Jul + May short name + + JunJun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 60 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts61 - - Aug - Aug + June short name + + JulJul + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 61 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts62 - - Sep - Sep + July short name + + AugAug + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 62 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts63 - - Oct - Oct + August short name + + SepSep + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 63 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts64 - - Nov - Nov + September short name + + OctOct + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 64 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts65 - - Dec - Dec + October short name + + NovNov + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 65 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts66 + November short name + + DecDec + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 66 + + Month name short + December short name + + + + + + + + + + + + Clear Clear diff --git a/client/src/locale/angular.lt-LT.xlf b/client/src/locale/angular.lt-LT.xlf index ecc20df64..d6aab3cdf 100644 --- a/client/src/locale/angular.lt-LT.xlf +++ b/client/src/locale/angular.lt-LT.xlf @@ -8910,91 +8910,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Saturday Saturday - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 - - Sun - Sun + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 + SunSun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 20 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts20 - - Mon - Mon + Sunday short name + + MonMon + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 21 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts21 - - Tue - Tue + Monday short name + + TueTue + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 22 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts22 - - Wed - Wed + Tuesday short name + + WedWed + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 23 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts23 - - Thu - Thu + Wednesday short name + + ThuThu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 24 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts24 - - Fri - Fri + Thursday short name + + FriFri + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 25 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts25 - - Sat - Sat + Friday short name + + SatSat + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 26 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts26 - - Su - Su + Saturday short name + + SuSu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 30 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts30 - - Mo - Mo + Sunday min name + + MoMo + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 31 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts31 - - Tu - Tu + Monday min name + + TuTu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 32 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts32 - - We - We + Tuesday min name + + WeWe + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 33 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts33 - - Th - Th + Wednesday min name + + ThTh + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 34 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts34 - - Fr - Fr + Thursday min name + + FrFr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 35 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts35 - - Sa - Sa + Friday min name + + SaSa + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 36 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts36 + Saturday min name + + + + + + + + + + + + + + + January January @@ -9020,7 +9062,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular May - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts59 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 June June @@ -9055,73 +9097,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular December December - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 - - Jan - Jan + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 + JanJan + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 55 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts55 - - Feb - Feb + January short name + + FebFeb + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 56 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts56 - - Mar - Mar + February short name + + MarMar + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 57 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts57 - - Apr - Apr + March short name + + AprApr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 58 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts58 - - Jun - Jun + April short name + + MayMay + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 59 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts60 - - Jul - Jul + May short name + + JunJun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 60 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts61 - - Aug - Aug + June short name + + JulJul + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 61 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts62 - - Sep - Sep + July short name + + AugAug + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 62 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts63 - - Oct - Oct + August short name + + SepSep + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 63 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts64 - - Nov - Nov + September short name + + OctOct + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 64 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts65 - - Dec - Dec + October short name + + NovNov + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 65 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts66 + November short name + + DecDec + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 66 + + Month name short + December short name + + + + + + + + + + + + Clear Clear diff --git a/client/src/locale/angular.nb-NO.xlf b/client/src/locale/angular.nb-NO.xlf index d850300d3..db5172bda 100644 --- a/client/src/locale/angular.nb-NO.xlf +++ b/client/src/locale/angular.nb-NO.xlf @@ -9227,91 +9227,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Saturday Saturday - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 - - Sun - Sun + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 + SunSun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 20 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts20 - - Mon - Mon + Sunday short name + + MonMon + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 21 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts21 - - Tue - Tue + Monday short name + + TueTue + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 22 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts22 - - Wed - Wed + Tuesday short name + + WedWed + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 23 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts23 - - Thu - Thu + Wednesday short name + + ThuThu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 24 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts24 - - Fri - Fri + Thursday short name + + FriFri + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 25 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts25 - - Sat - Sat + Friday short name + + SatSat + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 26 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts26 - - Su - Su + Saturday short name + + SuSu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 30 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts30 - - Mo - Mo + Sunday min name + + MoMo + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 31 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts31 - - Tu - Tu + Monday min name + + TuTu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 32 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts32 - - We - We + Tuesday min name + + WeWe + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 33 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts33 - - Th - Th + Wednesday min name + + ThTh + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 34 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts34 - - Fr - Fr + Thursday min name + + FrFr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 35 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts35 - - Sa - Sa + Friday min name + + SaSa + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 36 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts36 + Saturday min name + + + + + + + + + + + + + + + January January @@ -9337,7 +9379,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular May - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts59 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 June June @@ -9372,73 +9414,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular December December - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 - - Jan - Jan + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 + JanJan + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 55 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts55 - - Feb - Feb + January short name + + FebFeb + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 56 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts56 - - Mar - Mar + February short name + + MarMar + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 57 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts57 - - Apr - Apr + March short name + + AprApr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 58 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts58 - - Jun - Jun + April short name + + MayMay + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 59 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts60 - - Jul - Jul + May short name + + JunJun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 60 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts61 - - Aug - Aug + June short name + + JulJul + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 61 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts62 - - Sep - Sep + July short name + + AugAug + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 62 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts63 - - Oct - Oct + August short name + + SepSep + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 63 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts64 - - Nov - Nov + September short name + + OctOct + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 64 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts65 - - Dec - Dec + October short name + + NovNov + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 65 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts66 + November short name + + DecDec + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 66 + + Month name short + December short name + + + + + + + + + + + + Clear Clear diff --git a/client/src/locale/angular.nl-NL.xlf b/client/src/locale/angular.nl-NL.xlf index 032dc2cba..4e6e651a4 100644 --- a/client/src/locale/angular.nl-NL.xlf +++ b/client/src/locale/angular.nl-NL.xlf @@ -9257,91 +9257,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Saturday Zaterdag src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 + + SunSun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 20 + + Day name short + Sunday short name + + MonMon + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 21 + + Day name short + Monday short name + + TueTue + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 22 + + Day name short + Tuesday short name + + WedWed + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 23 + + Day name short + Wednesday short name + + ThuThu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 24 + + Day name short + Thursday short name + + FriFri + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 25 + + Day name short + Friday short name + + SatSat + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 26 + + Day name short + Saturday short name + + SuSu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 30 + + Day name min + Sunday min name + + MoMo + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 31 + + Day name min + Monday min name + + TuTu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 32 + + Day name min + Tuesday min name + + WeWe + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 33 + + Day name min + Wednesday min name + + ThTh + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 34 + + Day name min + Thursday min name + + FrFr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 35 + + Day name min + Friday min name + + SaSa + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 36 + + Day name min + Saturday min name - - Sun - Zon - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts20 - - - Mon - Maa - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts21 - - - Tue - Din - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts22 - - - Wed - Woe - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts23 - - - Thu - Don - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts24 - - - Fri - Vri - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts25 - - - Sat - Zat - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts26 - - - Su - Zon - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts30 - - - Mo - Ma - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts31 - - - Tu - Di - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts32 - - - We - Wo - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts33 - - - Th - Do - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts34 - - - Fr - Vr - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts35 - - - Sa - Za - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts36 - + + + + + + + + + + + + + + January Januari @@ -9365,9 +9407,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular May Mei - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts59 - + + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 June Juni @@ -9402,73 +9444,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular December December src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 + + JanJan + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 55 + + Month name short + January short name + + FebFeb + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 56 + + Month name short + February short name + + MarMar + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 57 + + Month name short + March short name + + AprApr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 58 + + Month name short + April short name + + MayMay + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 59 + + Month name short + May short name + + JunJun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 60 + + Month name short + June short name + + JulJul + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 61 + + Month name short + July short name + + AugAug + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 62 + + Month name short + August short name + + SepSep + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 63 + + Month name short + September short name + + OctOct + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 64 + + Month name short + October short name + + NovNov + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 65 + + Month name short + November short name + + DecDec + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 66 + + Month name short + December short name - - Jan - Jan - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts55 - - - Feb - Feb - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts56 - - - Mar - Mar - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts57 - - - Apr - Apr - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts58 - - - Jun - Jun - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts60 - - - Jul - Jul - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts61 - - - Aug - Aug - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts62 - - - Sep - Sep - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts63 - - - Oct - Oct - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts64 - - - Nov - Nov - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts65 - - - Dec - Dec - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts66 - + + + + + + + + + + + Clear Wissen diff --git a/client/src/locale/angular.oc.xlf b/client/src/locale/angular.oc.xlf index aa2d827ae..08102eef5 100644 --- a/client/src/locale/angular.oc.xlf +++ b/client/src/locale/angular.oc.xlf @@ -9540,91 +9540,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Saturday Dissabte src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 + + SunSun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 20 + + Day name short + Sunday short name + + MonMon + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 21 + + Day name short + Monday short name + + TueTue + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 22 + + Day name short + Tuesday short name + + WedWed + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 23 + + Day name short + Wednesday short name + + ThuThu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 24 + + Day name short + Thursday short name + + FriFri + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 25 + + Day name short + Friday short name + + SatSat + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 26 + + Day name short + Saturday short name + + SuSu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 30 + + Day name min + Sunday min name + + MoMo + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 31 + + Day name min + Monday min name + + TuTu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 32 + + Day name min + Tuesday min name + + WeWe + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 33 + + Day name min + Wednesday min name + + ThTh + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 34 + + Day name min + Thursday min name + + FrFr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 35 + + Day name min + Friday min name + + SaSa + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 36 + + Day name min + Saturday min name - - Sun - Dg - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts20 - - - Mon - Dl - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts21 - - - Tue - Dm - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts22 - - - Wed - Dc - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts23 - - - Thu - Dj - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts24 - - - Fri - Dv - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts25 - - - Sat - Ds - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts26 - - - Su - Dg - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts30 - - - Mo - Dl - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts31 - - - Tu - Dm - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts32 - - - We - Dc - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts33 - - - Th - Dj - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts34 - - - Fr - Dv - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts35 - - - Sa - Sa - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts36 - + + + + + + + + + + + + + + January Genièr @@ -9648,9 +9690,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular May Mai - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts59 - + + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 June Junh @@ -9685,73 +9727,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular December Decembre src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 + + JanJan + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 55 + + Month name short + January short name + + FebFeb + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 56 + + Month name short + February short name + + MarMar + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 57 + + Month name short + March short name + + AprApr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 58 + + Month name short + April short name + + MayMay + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 59 + + Month name short + May short name + + JunJun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 60 + + Month name short + June short name + + JulJul + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 61 + + Month name short + July short name + + AugAug + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 62 + + Month name short + August short name + + SepSep + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 63 + + Month name short + September short name + + OctOct + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 64 + + Month name short + October short name + + NovNov + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 65 + + Month name short + November short name + + DecDec + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 66 + + Month name short + December short name - - Jan - Gen - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts55 - - - Feb - Febr - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts56 - - - Mar - Març - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts57 - - - Apr - Abr - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts58 - - - Jun - Junh - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts60 - - - Jul - Julh - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts61 - - - Aug - Ago - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts62 - - - Sep - Set - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts63 - - - Oct - Oct - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts64 - - - Nov - Nov - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts65 - - - Dec - Dec - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts66 - + + + + + + + + + + + Clear Escafar diff --git a/client/src/locale/angular.pl-PL.xlf b/client/src/locale/angular.pl-PL.xlf index 69607118c..7ffac5cfa 100644 --- a/client/src/locale/angular.pl-PL.xlf +++ b/client/src/locale/angular.pl-PL.xlf @@ -9162,91 +9162,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Saturday Sobota src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 + + SunSun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 20 + + Day name short + Sunday short name + + MonMon + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 21 + + Day name short + Monday short name + + TueTue + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 22 + + Day name short + Tuesday short name + + WedWed + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 23 + + Day name short + Wednesday short name + + ThuThu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 24 + + Day name short + Thursday short name + + FriFri + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 25 + + Day name short + Friday short name + + SatSat + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 26 + + Day name short + Saturday short name + + SuSu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 30 + + Day name min + Sunday min name + + MoMo + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 31 + + Day name min + Monday min name + + TuTu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 32 + + Day name min + Tuesday min name + + WeWe + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 33 + + Day name min + Wednesday min name + + ThTh + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 34 + + Day name min + Thursday min name + + FrFr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 35 + + Day name min + Friday min name + + SaSa + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 36 + + Day name min + Saturday min name - - Sun - Nie - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts20 - - - Mon - Pon - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts21 - - - Tue - Wt - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts22 - - - Wed - Śro - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts23 - - - Thu - Czw - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts24 - - - Fri - Pią - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts25 - - - Sat - Sob - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts26 - - - Su - Nd - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts30 - - - Mo - Pn - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts31 - - - Tu - Wt - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts32 - - - We - Śr - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts33 - - - Th - Cz - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts34 - - - Fr - Pt - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts35 - - - Sa - Sb - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts36 - + + + + + + + + + + + + + + January Styczeń @@ -9270,9 +9312,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular May Maj - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts59 - + + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 June Czerwiec @@ -9307,73 +9349,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular December Grudzień src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 + + JanJan + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 55 + + Month name short + January short name + + FebFeb + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 56 + + Month name short + February short name + + MarMar + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 57 + + Month name short + March short name + + AprApr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 58 + + Month name short + April short name + + MayMay + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 59 + + Month name short + May short name + + JunJun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 60 + + Month name short + June short name + + JulJul + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 61 + + Month name short + July short name + + AugAug + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 62 + + Month name short + August short name + + SepSep + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 63 + + Month name short + September short name + + OctOct + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 64 + + Month name short + October short name + + NovNov + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 65 + + Month name short + November short name + + DecDec + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 66 + + Month name short + December short name - - Jan - Sty - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts55 - - - Feb - Lut - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts56 - - - Mar - Mar - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts57 - - - Apr - Kwi - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts58 - - - Jun - Cze - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts60 - - - Jul - Lip - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts61 - - - Aug - Sie - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts62 - - - Sep - Wrz - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts63 - - - Oct - Paź - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts64 - - - Nov - Lis - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts65 - - - Dec - Grd - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts66 - + + + + + + + + + + + Clear Wyczyśż diff --git a/client/src/locale/angular.pt-BR.xlf b/client/src/locale/angular.pt-BR.xlf index d7991bca3..b3f271029 100644 --- a/client/src/locale/angular.pt-BR.xlf +++ b/client/src/locale/angular.pt-BR.xlf @@ -9450,91 +9450,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Saturday sábado src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 + + SunSun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 20 + + Day name short + Sunday short name + + MonMon + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 21 + + Day name short + Monday short name + + TueTue + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 22 + + Day name short + Tuesday short name + + WedWed + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 23 + + Day name short + Wednesday short name + + ThuThu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 24 + + Day name short + Thursday short name + + FriFri + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 25 + + Day name short + Friday short name + + SatSat + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 26 + + Day name short + Saturday short name + + SuSu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 30 + + Day name min + Sunday min name + + MoMo + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 31 + + Day name min + Monday min name + + TuTu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 32 + + Day name min + Tuesday min name + + WeWe + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 33 + + Day name min + Wednesday min name + + ThTh + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 34 + + Day name min + Thursday min name + + FrFr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 35 + + Day name min + Friday min name + + SaSa + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 36 + + Day name min + Saturday min name - - Sun - dom - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts20 - - - Mon - seg - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts21 - - - Tue - ter - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts22 - - - Wed - qua - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts23 - - - Thu - qui - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts24 - - - Fri - sex - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts25 - - - Sat - sáb - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts26 - - - Su - D - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts30 - - - Mo - S - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts31 - - - Tu - T - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts32 - - - We - Q - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts33 - - - Th - Q - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts34 - - - Fr - S - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts35 - - - Sa - S - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts36 - + + + + + + + + + + + + + + January janeiro @@ -9558,9 +9600,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular May maio - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts59 - + + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 June junho @@ -9595,73 +9637,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular December dezembro src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 + + JanJan + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 55 + + Month name short + January short name + + FebFeb + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 56 + + Month name short + February short name + + MarMar + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 57 + + Month name short + March short name + + AprApr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 58 + + Month name short + April short name + + MayMay + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 59 + + Month name short + May short name + + JunJun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 60 + + Month name short + June short name + + JulJul + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 61 + + Month name short + July short name + + AugAug + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 62 + + Month name short + August short name + + SepSep + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 63 + + Month name short + September short name + + OctOct + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 64 + + Month name short + October short name + + NovNov + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 65 + + Month name short + November short name + + DecDec + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 66 + + Month name short + December short name - - Jan - jan - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts55 - - - Feb - fev - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts56 - - - Mar - mar - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts57 - - - Apr - abr - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts58 - - - Jun - jun - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts60 - - - Jul - jul - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts61 - - - Aug - ago - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts62 - - - Sep - set - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts63 - - - Oct - out - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts64 - - - Nov - nov - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts65 - - - Dec - dez - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts66 - + + + + + + + + + + + Clear Limpar diff --git a/client/src/locale/angular.pt-PT.xlf b/client/src/locale/angular.pt-PT.xlf index 1c051fd1f..6913f1d78 100644 --- a/client/src/locale/angular.pt-PT.xlf +++ b/client/src/locale/angular.pt-PT.xlf @@ -9378,91 +9378,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Saturday sábado src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 + + SunSun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 20 + + Day name short + Sunday short name + + MonMon + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 21 + + Day name short + Monday short name + + TueTue + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 22 + + Day name short + Tuesday short name + + WedWed + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 23 + + Day name short + Wednesday short name + + ThuThu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 24 + + Day name short + Thursday short name + + FriFri + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 25 + + Day name short + Friday short name + + SatSat + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 26 + + Day name short + Saturday short name + + SuSu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 30 + + Day name min + Sunday min name + + MoMo + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 31 + + Day name min + Monday min name + + TuTu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 32 + + Day name min + Tuesday min name + + WeWe + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 33 + + Day name min + Wednesday min name + + ThTh + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 34 + + Day name min + Thursday min name + + FrFr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 35 + + Day name min + Friday min name + + SaSa + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 36 + + Day name min + Saturday min name - - Sun - dom - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts20 - - - Mon - seg - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts21 - - - Tue - ter - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts22 - - - Wed - qua - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts23 - - - Thu - qui - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts24 - - - Fri - sex - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts25 - - - Sat - sáb - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts26 - - - Su - D - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts30 - - - Mo - S - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts31 - - - Tu - T - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts32 - - - We - Q - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts33 - - - Th - Q - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts34 - - - Fr - S - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts35 - - - Sa - S - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts36 - + + + + + + + + + + + + + + January janeiro @@ -9486,9 +9528,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular May maio - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts59 - + + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 June junho @@ -9523,73 +9565,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular December dezembro src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 + + JanJan + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 55 + + Month name short + January short name + + FebFeb + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 56 + + Month name short + February short name + + MarMar + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 57 + + Month name short + March short name + + AprApr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 58 + + Month name short + April short name + + MayMay + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 59 + + Month name short + May short name + + JunJun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 60 + + Month name short + June short name + + JulJul + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 61 + + Month name short + July short name + + AugAug + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 62 + + Month name short + August short name + + SepSep + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 63 + + Month name short + September short name + + OctOct + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 64 + + Month name short + October short name + + NovNov + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 65 + + Month name short + November short name + + DecDec + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 66 + + Month name short + December short name - - Jan - jan - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts55 - - - Feb - fev - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts56 - - - Mar - mar - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts57 - - - Apr - abr - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts58 - - - Jun - jun - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts60 - - - Jul - jul - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts61 - - - Aug - ago - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts62 - - - Sep - set - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts63 - - - Oct - out - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts64 - - - Nov - nov - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts65 - - - Dec - dez - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts66 - + + + + + + + + + + + Clear Limpar diff --git a/client/src/locale/angular.ru-RU.xlf b/client/src/locale/angular.ru-RU.xlf index 3cb3b4568..e11030f57 100644 --- a/client/src/locale/angular.ru-RU.xlf +++ b/client/src/locale/angular.ru-RU.xlf @@ -9385,91 +9385,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Saturday Суббота src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 - - - Sun - Вс + + SunSun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 20 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts20 - - - Mon - Пн + Sunday short name + + MonMon + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 21 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts21 - - - Tue - Вт + Monday short name + + TueTue + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 22 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts22 - - - Wed - Ср + Tuesday short name + + WedWed + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 23 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts23 - - - Thu - Чт + Wednesday short name + + ThuThu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 24 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts24 - - - Fri - Пт + Thursday short name + + FriFri + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 25 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts25 - - - Sat - Сб + Friday short name + + SatSat + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 26 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts26 - - - Su - Вс + Saturday short name + + SuSu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 30 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts30 - - - Mo - Пн + Sunday min name + + MoMo + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 31 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts31 - - - Tu - Вт + Monday min name + + TuTu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 32 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts32 - - - We - Ср + Tuesday min name + + WeWe + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 33 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts33 - - - Th - Чт + Wednesday min name + + ThTh + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 34 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts34 - - - Fr - Пт + Thursday min name + + FrFr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 35 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts35 - - - Sa - Сб + Friday min name + + SaSa + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 36 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts36 + Saturday min name + + + + + + + + + + + + + + January Январь @@ -9493,9 +9535,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular May Май - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts59 - + + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 June Июнь @@ -9530,73 +9572,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular December Декабрь src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 - - - Jan - Янв + + JanJan + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 55 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts55 - - - Feb - Фев + January short name + + FebFeb + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 56 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts56 - - - Mar - Мар + February short name + + MarMar + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 57 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts57 - - - Apr - Апр + March short name + + AprApr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 58 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts58 - - - Jun - Июн + April short name + + MayMay + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 59 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts60 - - - Jul - Июл + May short name + + JunJun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 60 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts61 - - - Aug - Авг + June short name + + JulJul + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 61 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts62 - - - Sep - Сен + July short name + + AugAug + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 62 + + Month name short + August short name + + SepSep + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 63 + + Month name short + September short name + + OctOct + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 64 + + Month name short + October short name + + NovNov + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 65 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts63 - - - Oct - окт - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts64 - - - Nov - ноя - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts65 - - - Dec - дек - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts66 + November short name + + DecDec + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 66 + + Month name short + December short name + + + + + + + + + + + Clear Очистить diff --git a/client/src/locale/angular.sk-SK.xlf b/client/src/locale/angular.sk-SK.xlf index 49f25b0f6..b1155f0d0 100644 --- a/client/src/locale/angular.sk-SK.xlf +++ b/client/src/locale/angular.sk-SK.xlf @@ -9004,91 +9004,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Saturday Saturday - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 - - Sun - Sun + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 + SunSun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 20 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts20 - - Mon - Mon + Sunday short name + + MonMon + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 21 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts21 - - Tue - Tue + Monday short name + + TueTue + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 22 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts22 - - Wed - Wed + Tuesday short name + + WedWed + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 23 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts23 - - Thu - Thu + Wednesday short name + + ThuThu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 24 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts24 - - Fri - Fri + Thursday short name + + FriFri + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 25 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts25 - - Sat - Sat + Friday short name + + SatSat + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 26 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts26 - - Su - Su + Saturday short name + + SuSu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 30 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts30 - - Mo - Mo + Sunday min name + + MoMo + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 31 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts31 - - Tu - Tu + Monday min name + + TuTu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 32 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts32 - - We - We + Tuesday min name + + WeWe + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 33 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts33 - - Th - Th + Wednesday min name + + ThTh + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 34 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts34 - - Fr - Fr + Thursday min name + + FrFr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 35 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts35 - - Sa - Sa + Friday min name + + SaSa + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 36 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts36 + Saturday min name + + + + + + + + + + + + + + + January January @@ -9114,7 +9156,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular May - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts59 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 June June @@ -9149,73 +9191,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular December December - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 - - Jan - Jan + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 + JanJan + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 55 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts55 - - Feb - Feb + January short name + + FebFeb + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 56 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts56 - - Mar - Mar + February short name + + MarMar + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 57 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts57 - - Apr - Apr + March short name + + AprApr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 58 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts58 - - Jun - Jun + April short name + + MayMay + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 59 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts60 - - Jul - Jul + May short name + + JunJun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 60 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts61 - - Aug - Aug + June short name + + JulJul + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 61 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts62 - - Sep - Sep + July short name + + AugAug + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 62 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts63 - - Oct - Oct + August short name + + SepSep + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 63 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts64 - - Nov - Nov + September short name + + OctOct + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 64 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts65 - - Dec - Dec + October short name + + NovNov + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 65 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts66 + November short name + + DecDec + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 66 + + Month name short + December short name + + + + + + + + + + + + Clear Clear diff --git a/client/src/locale/angular.sl-SI.xlf b/client/src/locale/angular.sl-SI.xlf index e4b11feba..d41b9e9e3 100644 --- a/client/src/locale/angular.sl-SI.xlf +++ b/client/src/locale/angular.sl-SI.xlf @@ -9581,91 +9581,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Saturday Saturday src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 - - - Sun - Sun + + SunSun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 20 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts20 - - - Mon - Mon + Sunday short name + + MonMon + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 21 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts21 - - - Tue - Tue + Monday short name + + TueTue + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 22 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts22 - - - Wed - Wed + Tuesday short name + + WedWed + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 23 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts23 - - - Thu - Thu + Wednesday short name + + ThuThu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 24 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts24 - - - Fri - Fri + Thursday short name + + FriFri + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 25 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts25 - - - Sat - Sat + Friday short name + + SatSat + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 26 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts26 - - - Su - Su + Saturday short name + + SuSu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 30 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts30 - - - Mo - Mo + Sunday min name + + MoMo + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 31 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts31 - - - Tu - Tu + Monday min name + + TuTu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 32 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts32 - - - We - We + Tuesday min name + + WeWe + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 33 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts33 - - - Th - Th + Wednesday min name + + ThTh + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 34 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts34 - - - Fr - Fr + Thursday min name + + FrFr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 35 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts35 - - - Sa - Sa + Friday min name + + SaSa + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 36 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts36 + Saturday min name + + + + + + + + + + + + + + January January @@ -9689,9 +9731,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular May May - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts59 - + + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 June June @@ -9726,73 +9768,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular December December src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 - - - Jan - Jan + + JanJan + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 55 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts55 - - - Feb - Feb + January short name + + FebFeb + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 56 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts56 - - - Mar - Mar + February short name + + MarMar + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 57 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts57 - - - Apr - Apr + March short name + + AprApr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 58 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts58 - - - Jun - Jun + April short name + + MayMay + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 59 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts60 - - - Jul - Jul + May short name + + JunJun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 60 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts61 - - - Aug - Aug + June short name + + JulJul + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 61 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts62 - - - Sep - Sep + July short name + + AugAug + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 62 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts63 - - - Oct - Oct + August short name + + SepSep + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 63 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts64 - - - Nov - Nov + September short name + + OctOct + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 64 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts65 - - - Dec - Dec + October short name + + NovNov + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 65 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts66 + November short name + + DecDec + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 66 + + Month name short + December short name + + + + + + + + + + + Clear Clear diff --git a/client/src/locale/angular.sv-SE.xlf b/client/src/locale/angular.sv-SE.xlf index 7329d0cc7..d4d6ae8e8 100644 --- a/client/src/locale/angular.sv-SE.xlf +++ b/client/src/locale/angular.sv-SE.xlf @@ -9307,91 +9307,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Saturday Lördag src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 + + SunSun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 20 + + Day name short + Sunday short name + + MonMon + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 21 + + Day name short + Monday short name + + TueTue + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 22 + + Day name short + Tuesday short name + + WedWed + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 23 + + Day name short + Wednesday short name + + ThuThu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 24 + + Day name short + Thursday short name + + FriFri + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 25 + + Day name short + Friday short name + + SatSat + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 26 + + Day name short + Saturday short name + + SuSu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 30 + + Day name min + Sunday min name + + MoMo + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 31 + + Day name min + Monday min name + + TuTu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 32 + + Day name min + Tuesday min name + + WeWe + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 33 + + Day name min + Wednesday min name + + ThTh + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 34 + + Day name min + Thursday min name + + FrFr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 35 + + Day name min + Friday min name + + SaSa + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 36 + + Day name min + Saturday min name - - Sun - Sön - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts20 - - - Mon - Mån - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts21 - - - Tue - Tis - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts22 - - - Wed - Ons - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts23 - - - Thu - Tor - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts24 - - - Fri - Fre - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts25 - - - Sat - Lör - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts26 - - - Su - Sö - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts30 - - - Mo - Må - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts31 - - - Tu - Ti - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts32 - - - We - On - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts33 - - - Th - To - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts34 - - - Fr - Fr - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts35 - - - Sa - Lö - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts36 - + + + + + + + + + + + + + + January Januari @@ -9415,9 +9457,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular May Maj - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts59 - + + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 June Juni @@ -9452,73 +9494,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular December December src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 + + JanJan + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 55 + + Month name short + January short name + + FebFeb + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 56 + + Month name short + February short name + + MarMar + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 57 + + Month name short + March short name + + AprApr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 58 + + Month name short + April short name + + MayMay + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 59 + + Month name short + May short name + + JunJun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 60 + + Month name short + June short name + + JulJul + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 61 + + Month name short + July short name + + AugAug + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 62 + + Month name short + August short name + + SepSep + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 63 + + Month name short + September short name + + OctOct + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 64 + + Month name short + October short name + + NovNov + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 65 + + Month name short + November short name + + DecDec + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 66 + + Month name short + December short name - - Jan - Jan - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts55 - - - Feb - Feb - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts56 - - - Mar - Mar - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts57 - - - Apr - Apr - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts58 - - - Jun - Jun - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts60 - - - Jul - Jul - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts61 - - - Aug - Aug - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts62 - - - Sep - Sep - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts63 - - - Oct - Okt - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts64 - - - Nov - Nov - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts65 - - - Dec - Dec - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts66 - + + + + + + + + + + + Clear Rensa diff --git a/client/src/locale/angular.ta.xlf b/client/src/locale/angular.ta.xlf index 1c2e9f60f..6e9cc23f4 100644 --- a/client/src/locale/angular.ta.xlf +++ b/client/src/locale/angular.ta.xlf @@ -9004,91 +9004,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Saturday Saturday - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 - - Sun - Sun + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 + SunSun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 20 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts20 - - Mon - Mon + Sunday short name + + MonMon + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 21 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts21 - - Tue - Tue + Monday short name + + TueTue + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 22 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts22 - - Wed - Wed + Tuesday short name + + WedWed + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 23 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts23 - - Thu - Thu + Wednesday short name + + ThuThu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 24 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts24 - - Fri - Fri + Thursday short name + + FriFri + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 25 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts25 - - Sat - Sat + Friday short name + + SatSat + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 26 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts26 - - Su - Su + Saturday short name + + SuSu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 30 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts30 - - Mo - Mo + Sunday min name + + MoMo + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 31 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts31 - - Tu - Tu + Monday min name + + TuTu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 32 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts32 - - We - We + Tuesday min name + + WeWe + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 33 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts33 - - Th - Th + Wednesday min name + + ThTh + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 34 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts34 - - Fr - Fr + Thursday min name + + FrFr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 35 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts35 - - Sa - Sa + Friday min name + + SaSa + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 36 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts36 + Saturday min name + + + + + + + + + + + + + + + January January @@ -9114,7 +9156,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular May - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts59 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 June June @@ -9149,73 +9191,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular December December - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 - - Jan - Jan + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 + JanJan + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 55 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts55 - - Feb - Feb + January short name + + FebFeb + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 56 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts56 - - Mar - Mar + February short name + + MarMar + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 57 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts57 - - Apr - Apr + March short name + + AprApr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 58 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts58 - - Jun - Jun + April short name + + MayMay + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 59 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts60 - - Jul - Jul + May short name + + JunJun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 60 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts61 - - Aug - Aug + June short name + + JulJul + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 61 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts62 - - Sep - Sep + July short name + + AugAug + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 62 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts63 - - Oct - Oct + August short name + + SepSep + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 63 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts64 - - Nov - Nov + September short name + + OctOct + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 64 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts65 - - Dec - Dec + October short name + + NovNov + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 65 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts66 + November short name + + DecDec + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 66 + + Month name short + December short name + + + + + + + + + + + + Clear Clear diff --git a/client/src/locale/angular.th-TH.xlf b/client/src/locale/angular.th-TH.xlf index a70a75df5..12166250e 100644 --- a/client/src/locale/angular.th-TH.xlf +++ b/client/src/locale/angular.th-TH.xlf @@ -9549,91 +9549,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Saturday วันเสาร์ src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 - - - Sun - อา. + + SunSun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 20 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts20 - - - Mon - จ. + Sunday short name + + MonMon + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 21 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts21 - - - Tue - อ. + Monday short name + + TueTue + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 22 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts22 - - - Wed - พ. + Tuesday short name + + WedWed + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 23 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts23 - - - Thu - พฤ. + Wednesday short name + + ThuThu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 24 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts24 - - - Fri - ศ. + Thursday short name + + FriFri + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 25 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts25 - - - Sat - ส. + Friday short name + + SatSat + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 26 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts26 - - - Su - อา. + Saturday short name + + SuSu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 30 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts30 - - - Mo - จ. + Sunday min name + + MoMo + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 31 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts31 - - - Tu - อ. + Monday min name + + TuTu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 32 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts32 - - - We - พ. + Tuesday min name + + WeWe + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 33 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts33 - - - Th - พฤ. + Wednesday min name + + ThTh + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 34 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts34 - - - Fr - ศ. + Thursday min name + + FrFr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 35 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts35 - - - Sa - ส. + Friday min name + + SaSa + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 36 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts36 + Saturday min name + + + + + + + + + + + + + + January มกราคม @@ -9657,9 +9699,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular May พฤษภาคม - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts59 - + + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 June มิถุนายน @@ -9694,73 +9736,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular December ธันวาคม src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 - - - Jan - ม.ค. + + JanJan + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 55 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts55 - - - Feb - ก.พ. + January short name + + FebFeb + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 56 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts56 - - - Mar - มี.ค. + February short name + + MarMar + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 57 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts57 - - - Apr - เม.ย. + March short name + + AprApr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 58 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts58 - - - Jun - มิ.ย. + April short name + + MayMay + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 59 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts60 - - - Jul - ก.ค. + May short name + + JunJun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 60 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts61 - - - Aug - ส.ค. + June short name + + JulJul + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 61 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts62 - - - Sep - ก.ย. + July short name + + AugAug + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 62 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts63 - - - Oct - ต.ค. + August short name + + SepSep + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 63 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts64 - - - Nov - พ.ย. + September short name + + OctOct + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 64 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts65 - - - Dec - ธ.ค. + October short name + + NovNov + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 65 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts66 + November short name + + DecDec + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 66 + + Month name short + December short name + + + + + + + + + + + Clear ล้าง diff --git a/client/src/locale/angular.tr-TR.xlf b/client/src/locale/angular.tr-TR.xlf index 09949d963..4bebaa110 100644 --- a/client/src/locale/angular.tr-TR.xlf +++ b/client/src/locale/angular.tr-TR.xlf @@ -9237,91 +9237,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Saturday Cumartesi - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 - - Sun - Paz + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 + SunSun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 20 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts20 - - Mon - Pzt + Sunday short name + + MonMon + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 21 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts21 - - Tue - Sal + Monday short name + + TueTue + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 22 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts22 - - Wed - Çar + Tuesday short name + + WedWed + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 23 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts23 - - Thu - Per + Wednesday short name + + ThuThu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 24 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts24 - - Fri - Cum + Thursday short name + + FriFri + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 25 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts25 - - Sat - Cmt + Friday short name + + SatSat + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 26 + Day name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts26 - - Su - Su + Saturday short name + + SuSu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 30 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts30 - - Mo - Mo + Sunday min name + + MoMo + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 31 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts31 - - Tu - Tu + Monday min name + + TuTu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 32 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts32 - - We - We + Tuesday min name + + WeWe + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 33 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts33 - - Th - Th + Wednesday min name + + ThTh + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 34 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts34 - - Fr - Fr + Thursday min name + + FrFr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 35 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts35 - - Sa - Sa + Friday min name + + SaSa + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 36 + Day name min - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts36 + Saturday min name + + + + + + + + + + + + + + + January Ocak @@ -9347,7 +9389,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Mayıs - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts59 + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 June Haziran @@ -9382,73 +9424,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular December Aralık - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 - - Jan - Oca + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 + JanJan + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 55 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts55 - - Feb - Şub + January short name + + FebFeb + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 56 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts56 - - Mar - Mar + February short name + + MarMar + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 57 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts57 - - Apr - Nis + March short name + + AprApr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 58 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts58 - - Jun - Haz + April short name + + MayMay + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 59 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts60 - - Jul - Tem + May short name + + JunJun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 60 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts61 - - Aug - Ağu + June short name + + JulJul + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 61 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts62 - - Sep - Eyl + July short name + + AugAug + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 62 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts63 - - Oct - Eki + August short name + + SepSep + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 63 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts64 - - Nov - Kas + September short name + + OctOct + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 64 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts65 - - Dec - Ara + October short name + + NovNov + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 65 + Month name short - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts66 + November short name + + DecDec + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 66 + + Month name short + December short name + + + + + + + + + + + + Clear Clear diff --git a/client/src/locale/angular.uk-UA.xlf b/client/src/locale/angular.uk-UA.xlf index 8e9825985..74571c42f 100644 --- a/client/src/locale/angular.uk-UA.xlf +++ b/client/src/locale/angular.uk-UA.xlf @@ -9362,91 +9362,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Saturday Субота src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 - - - Sun - Нд + + SunSun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 20 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts20 - - - Mon - Пн + Sunday short name + + MonMon + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 21 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts21 - - - Tue - Вт + Monday short name + + TueTue + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 22 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts22 - - - Wed - Ср + Tuesday short name + + WedWed + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 23 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts23 - - - Thu - Чт + Wednesday short name + + ThuThu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 24 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts24 - - - Fri - Пт + Thursday short name + + FriFri + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 25 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts25 - - - Sat - Сб + Friday short name + + SatSat + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 26 + Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts26 - - - Su - Нд + Saturday short name + + SuSu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 30 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts30 - - - Mo - Пн + Sunday min name + + MoMo + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 31 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts31 - - - Tu - Вт + Monday min name + + TuTu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 32 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts32 - - - We - Ср + Tuesday min name + + WeWe + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 33 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts33 - - - Th - Чт + Wednesday min name + + ThTh + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 34 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts34 - - - Fr - Пт + Thursday min name + + FrFr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 35 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts35 - - - Sa - Сб + Friday min name + + SaSa + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 36 + Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts36 + Saturday min name + + + + + + + + + + + + + + January Січень @@ -9470,9 +9512,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular May Травень - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts59 - + + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 June Червень @@ -9507,73 +9549,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular December Грудень src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 - - - Jan - Січ + + JanJan + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 55 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts55 - - - Feb - Лют + January short name + + FebFeb + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 56 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts56 - - - Mar - Бер + February short name + + MarMar + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 57 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts57 - - - Apr - Кві + March short name + + AprApr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 58 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts58 - - - Jun - Чер + April short name + + MayMay + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 59 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts60 - - - Jul - Лип + May short name + + JunJun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 60 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts61 - - - Aug - Сер + June short name + + JulJul + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 61 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts62 - - - Sep - Вер + July short name + + AugAug + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 62 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts63 - - - Oct - Жов + August short name + + SepSep + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 63 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts64 - - - Nov - Лис + September short name + + OctOct + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 64 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts65 - - - Dec - Гру + October short name + + NovNov + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 65 + Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts66 + November short name + + DecDec + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 66 + + Month name short + December short name + + + + + + + + + + + Clear Очистити diff --git a/client/src/locale/angular.vi-VN.xlf b/client/src/locale/angular.vi-VN.xlf index d3600168f..6acca60c2 100644 --- a/client/src/locale/angular.vi-VN.xlf +++ b/client/src/locale/angular.vi-VN.xlf @@ -9231,91 +9231,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Saturday Thứ Bảy src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 + + SunSun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 20 + + Day name short + Sunday short name + + MonMon + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 21 + + Day name short + Monday short name + + TueTue + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 22 + + Day name short + Tuesday short name + + WedWed + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 23 + + Day name short + Wednesday short name + + ThuThu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 24 + + Day name short + Thursday short name + + FriFri + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 25 + + Day name short + Friday short name + + SatSat + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 26 + + Day name short + Saturday short name + + SuSu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 30 + + Day name min + Sunday min name + + MoMo + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 31 + + Day name min + Monday min name + + TuTu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 32 + + Day name min + Tuesday min name + + WeWe + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 33 + + Day name min + Wednesday min name + + ThTh + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 34 + + Day name min + Thursday min name + + FrFr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 35 + + Day name min + Friday min name + + SaSa + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 36 + + Day name min + Saturday min name - - Sun - CN - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts20 - - - Mon - T2 - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts21 - - - Tue - T3 - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts22 - - - Wed - T4 - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts23 - - - Thu - T5 - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts24 - - - Fri - T6 - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts25 - - - Sat - T7 - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts26 - - - Su - CN - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts30 - - - Mo - T2 - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts31 - - - Tu - T3 - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts32 - - - We - T4 - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts33 - - - Th - T5 - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts34 - - - Fr - T6 - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts35 - - - Sa - T7 - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts36 - + + + + + + + + + + + + + + January Tháng Một @@ -9339,9 +9381,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular May Tháng Năm - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts59 - + + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 June Tháng Sáu @@ -9376,73 +9418,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular December Tháng Mười Hai src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 + + JanJan + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 55 + + Month name short + January short name + + FebFeb + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 56 + + Month name short + February short name + + MarMar + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 57 + + Month name short + March short name + + AprApr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 58 + + Month name short + April short name + + MayMay + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 59 + + Month name short + May short name + + JunJun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 60 + + Month name short + June short name + + JulJul + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 61 + + Month name short + July short name + + AugAug + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 62 + + Month name short + August short name + + SepSep + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 63 + + Month name short + September short name + + OctOct + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 64 + + Month name short + October short name + + NovNov + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 65 + + Month name short + November short name + + DecDec + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 66 + + Month name short + December short name - - Jan - Tg1 - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts55 - - - Feb - Tg2 - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts56 - - - Mar - Tg3 - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts57 - - - Apr - Tg4 - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts58 - - - Jun - Tg6 - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts60 - - - Jul - Tg7 - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts61 - - - Aug - Tg8 - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts62 - - - Sep - Tg9 - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts63 - - - Oct - Tg10 - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts64 - - - Nov - Tg11 - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts65 - - - Dec - Tg12 - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts66 - + + + + + + + + + + + Clear Xóa diff --git a/client/src/locale/angular.xlf b/client/src/locale/angular.xlf index ba3f6cd94..7d12ac93f 100644 --- a/client/src/locale/angular.xlf +++ b/client/src/locale/angular.xlf @@ -8279,117 +8279,131 @@ channel with the same name ()!16 - + Sun src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 20 Day name short + Sunday short name - + Mon src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 21 Day name short + Monday short name - + Tue src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 22 Day name short + Tuesday short name - + Wed src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 23 Day name short + Wednesday short name - + Thu src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 24 Day name short + Thursday short name - + Fri src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 25 Day name short + Friday short name - + Sat src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 26 Day name short + Saturday short name - + Su src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 30 Day name min + Sunday min name - + Mo src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 31 Day name min + Monday min name - + Tu src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 32 Day name min + Tuesday min name - + We src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 33 Day name min + Wednesday min name - + Th src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 34 Day name min + Thursday min name - + Fr src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 35 Day name min + Friday min name - + Sa src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 36 Day name min + Saturday min name January @@ -8425,10 +8439,6 @@ channel with the same name ()!src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 44 - - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts - 59 - June @@ -8479,93 +8489,113 @@ channel with the same name ()!51 - + Jan src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 55 Month name short + January short name - + Feb src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 56 Month name short + February short name - + Mar src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 57 Month name short + March short name - + Apr src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 58 Month name short + April short name + + + May + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 59 + + Month name short + May short name - + Jun src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 60 Month name short + June short name - + Jul src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 61 Month name short + July short name - + Aug src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 62 Month name short + August short name - + Sep src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 63 Month name short + September short name - + Oct src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 64 Month name short + October short name - + Nov src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 65 Month name short + November short name - + Dec src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts 66 Month name short + December short name Clear diff --git a/client/src/locale/angular.zh-Hans-CN.xlf b/client/src/locale/angular.zh-Hans-CN.xlf index f4a664d64..d97b8251d 100644 --- a/client/src/locale/angular.zh-Hans-CN.xlf +++ b/client/src/locale/angular.zh-Hans-CN.xlf @@ -9226,91 +9226,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Saturday 星期六 src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 + + SunSun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 20 + + Day name short + Sunday short name + + MonMon + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 21 + + Day name short + Monday short name + + TueTue + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 22 + + Day name short + Tuesday short name + + WedWed + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 23 + + Day name short + Wednesday short name + + ThuThu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 24 + + Day name short + Thursday short name + + FriFri + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 25 + + Day name short + Friday short name + + SatSat + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 26 + + Day name short + Saturday short name + + SuSu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 30 + + Day name min + Sunday min name + + MoMo + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 31 + + Day name min + Monday min name + + TuTu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 32 + + Day name min + Tuesday min name + + WeWe + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 33 + + Day name min + Wednesday min name + + ThTh + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 34 + + Day name min + Thursday min name + + FrFr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 35 + + Day name min + Friday min name + + SaSa + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 36 + + Day name min + Saturday min name - - Sun - 周日 - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts20 - - - Mon - 周一 - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts21 - - - Tue - 周二 - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts22 - - - Wed - 周三 - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts23 - - - Thu - 周四 - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts24 - - - Fri - 周五 - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts25 - - - Sat - 周六 - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts26 - - - Su - 日 - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts30 - - - Mo - 一 - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts31 - - - Tu - 二 - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts32 - - - We - 三 - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts33 - - - Th - 四 - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts34 - - - Fr - 五 - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts35 - - - Sa - 六 - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts36 - + + + + + + + + + + + + + + January 一月 @@ -9334,9 +9376,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular May 五月 - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts59 - + + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 June 六月 @@ -9371,73 +9413,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular December 十二月 src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 + + JanJan + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 55 + + Month name short + January short name + + FebFeb + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 56 + + Month name short + February short name + + MarMar + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 57 + + Month name short + March short name + + AprApr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 58 + + Month name short + April short name + + MayMay + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 59 + + Month name short + May short name + + JunJun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 60 + + Month name short + June short name + + JulJul + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 61 + + Month name short + July short name + + AugAug + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 62 + + Month name short + August short name + + SepSep + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 63 + + Month name short + September short name + + OctOct + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 64 + + Month name short + October short name + + NovNov + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 65 + + Month name short + November short name + + DecDec + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 66 + + Month name short + December short name - - Jan - 1月 - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts55 - - - Feb - 2月 - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts56 - - - Mar - 3月 - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts57 - - - Apr - 4月 - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts58 - - - Jun - 6月 - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts60 - - - Jul - 7月 - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts61 - - - Aug - 8月 - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts62 - - - Sep - 9月 - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts63 - - - Oct - 10月 - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts64 - - - Nov - 11月 - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts65 - - - Dec - 12月 - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts66 - + + + + + + + + + + + Clear 清除 diff --git a/client/src/locale/angular.zh-Hant-TW.xlf b/client/src/locale/angular.zh-Hant-TW.xlf index 9abf0910c..8fab4f2a3 100644 --- a/client/src/locale/angular.zh-Hant-TW.xlf +++ b/client/src/locale/angular.zh-Hant-TW.xlf @@ -9393,91 +9393,133 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Saturday 星期六 src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts16 + + SunSun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 20 + + Day name short + Sunday short name + + MonMon + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 21 + + Day name short + Monday short name + + TueTue + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 22 + + Day name short + Tuesday short name + + WedWed + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 23 + + Day name short + Wednesday short name + + ThuThu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 24 + + Day name short + Thursday short name + + FriFri + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 25 + + Day name short + Friday short name + + SatSat + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 26 + + Day name short + Saturday short name + + SuSu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 30 + + Day name min + Sunday min name + + MoMo + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 31 + + Day name min + Monday min name + + TuTu + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 32 + + Day name min + Tuesday min name + + WeWe + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 33 + + Day name min + Wednesday min name + + ThTh + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 34 + + Day name min + Thursday min name + + FrFr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 35 + + Day name min + Friday min name + + SaSa + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 36 + + Day name min + Saturday min name - - Sun - Sun - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts20 - - - Mon - Mon - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts21 - - - Tue - Tue - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts22 - - - Wed - Wed - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts23 - - - Thu - Thu - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts24 - - - Fri - Fri - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts25 - - - Sat - Sat - Day name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts26 - - - Su - Su - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts30 - - - Mo - Mo - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts31 - - - Tu - Tu - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts32 - - - We - We - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts33 - - - Th - Th - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts34 - - - Fr - Fr - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts35 - - - Sa - Sa - Day name min - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts36 - + + + + + + + + + + + + + + January 一月 @@ -9501,9 +9543,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular May 五月 - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts59 - + + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts44 June 六月 @@ -9538,73 +9580,114 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular December 十二月 src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts51 + + JanJan + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 55 + + Month name short + January short name + + FebFeb + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 56 + + Month name short + February short name + + MarMar + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 57 + + Month name short + March short name + + AprApr + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 58 + + Month name short + April short name + + MayMay + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 59 + + Month name short + May short name + + JunJun + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 60 + + Month name short + June short name + + JulJul + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 61 + + Month name short + July short name + + AugAug + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 62 + + Month name short + August short name + + SepSep + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 63 + + Month name short + September short name + + OctOct + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 64 + + Month name short + October short name + + NovNov + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 65 + + Month name short + November short name + + DecDec + + src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts + 66 + + Month name short + December short name - - Jan - Jan - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts55 - - - Feb - Feb - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts56 - - - Mar - Mar - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts57 - - - Apr - Apr - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts58 - - - Jun - Jun - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts60 - - - Jul - Jul - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts61 - - - Aug - Aug - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts62 - - - Sep - Sep - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts63 - - - Oct - Oct - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts64 - - - Nov - Nov - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts65 - - - Dec - Dec - Month name short - src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts66 - + + + + + + + + + + + Clear 清除 diff --git a/scripts/i18n/create-custom-files.ts b/scripts/i18n/create-custom-files.ts index 021127b2a..2a222ebce 100755 --- a/scripts/i18n/create-custom-files.ts +++ b/scripts/i18n/create-custom-files.ts @@ -16,7 +16,6 @@ import { } from '../../server/initializers/constants' import { I18N_LOCALES } from '../../shared/core-utils/i18n' - const videojs = require(join(__dirname, '../../../client/src/locale/videojs.en-US.json')) const playerKeys = { 'Quality': 'Quality', -- 2.41.0