From d3613a95b5745e5c29706cb5009211aef707e2ec Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Fri, 12 Jul 2024 15:55:04 +0200 Subject: [PATCH] fix: Remove outdated languages that are blocking the real translations Currently there are some translations that do not exist on transifex, but because they share the same name as the real language (like `el_GR` vs `el`) they are used instead. In this example `el_GR` was loaded instead of `el` but the real translations are in `el`. I compared the list of languages with transifex. Signed-off-by: Ferdinand Thiessen --- l10n/ar_SA.pot | 35 ----------------------------------- l10n/cs.pot | 33 --------------------------------- l10n/el_GR.pot | 35 ----------------------------------- l10n/hu.pot | 35 ----------------------------------- l10n/it_IT.pot | 35 ----------------------------------- l10n/nn.pot | 35 ----------------------------------- l10n/ru_RU.pot | 35 ----------------------------------- l10n/si_LK.pot | 35 ----------------------------------- l10n/sl_SI.pot | 35 ----------------------------------- l10n/ta_LK.pot | 35 ----------------------------------- l10n/th.pot | 35 ----------------------------------- 11 files changed, 383 deletions(-) delete mode 100644 l10n/ar_SA.pot delete mode 100644 l10n/cs.pot delete mode 100644 l10n/el_GR.pot delete mode 100644 l10n/hu.pot delete mode 100644 l10n/it_IT.pot delete mode 100644 l10n/nn.pot delete mode 100644 l10n/ru_RU.pot delete mode 100644 l10n/si_LK.pot delete mode 100644 l10n/sl_SI.pot delete mode 100644 l10n/ta_LK.pot delete mode 100644 l10n/th.pot diff --git a/l10n/ar_SA.pot b/l10n/ar_SA.pot deleted file mode 100644 index e74ef634..00000000 --- a/l10n/ar_SA.pot +++ /dev/null @@ -1,35 +0,0 @@ -# -# Translators: -# Transifex Bot <>, 2022 -# -msgid "" -msgstr "" -"Last-Translator: Transifex Bot <>, 2022\n" -"Language-Team: Arabic (Saudi Arabia) (https://www.transifex.com/nextcloud/teams/64236/ar_SA/)\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Language: ar_SA\n" -"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n" - -msgid "{estimate} seconds left" -msgstr "" - -msgid "{hours} hours and {minutes} minutes left" -msgstr "" - -msgid "{minutes} minutes left" -msgstr "" - -msgid "a few seconds left" -msgstr "" - -msgid "Add" -msgstr "" - -msgid "Cancel uploads" -msgstr "" - -msgid "estimating time left" -msgstr "" - -msgid "paused" -msgstr "" diff --git a/l10n/cs.pot b/l10n/cs.pot deleted file mode 100644 index 48ccf026..00000000 --- a/l10n/cs.pot +++ /dev/null @@ -1,33 +0,0 @@ -# -# Translators: -# Pavel Borecki , 2022 -# -msgid "" -msgstr "" -"Last-Translator: Pavel Borecki , 2022\n" -"Language-Team: Czech (https://www.transifex.com/nextcloud/teams/64236/cs/)\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Language: cs\n" -"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" - -msgid "{seconds} seconds left" -msgstr "zbývá {seconds}" - -#. time has the format 00:00:00 -msgid "{time} left" -msgstr "zbývá {time}" - -msgid "a few seconds left" -msgstr "zbývá několik sekund" - -msgid "Add" -msgstr "Přidat" - -msgid "Cancel uploads" -msgstr "Zrušit nahrávání" - -msgid "estimating time left" -msgstr "odhadovaný zbývající čas" - -msgid "paused" -msgstr "pozastaveno" diff --git a/l10n/el_GR.pot b/l10n/el_GR.pot deleted file mode 100644 index 83f04566..00000000 --- a/l10n/el_GR.pot +++ /dev/null @@ -1,35 +0,0 @@ -# -# Translators: -# Transifex Bot <>, 2022 -# -msgid "" -msgstr "" -"Last-Translator: Transifex Bot <>, 2022\n" -"Language-Team: Greek (Greece) (https://www.transifex.com/nextcloud/teams/64236/el_GR/)\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Language: el_GR\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -msgid "{estimate} seconds left" -msgstr "" - -msgid "{hours} hours and {minutes} minutes left" -msgstr "" - -msgid "{minutes} minutes left" -msgstr "" - -msgid "a few seconds left" -msgstr "" - -msgid "Add" -msgstr "" - -msgid "Cancel uploads" -msgstr "" - -msgid "estimating time left" -msgstr "" - -msgid "paused" -msgstr "" diff --git a/l10n/hu.pot b/l10n/hu.pot deleted file mode 100644 index d1370ceb..00000000 --- a/l10n/hu.pot +++ /dev/null @@ -1,35 +0,0 @@ -# -# Translators: -# Transifex Bot <>, 2022 -# -msgid "" -msgstr "" -"Last-Translator: Transifex Bot <>, 2022\n" -"Language-Team: Hungarian (https://www.transifex.com/nextcloud/teams/64236/hu/)\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Language: hu\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -msgid "{estimate} seconds left" -msgstr "" - -msgid "{hours} hours and {minutes} minutes left" -msgstr "" - -msgid "{minutes} minutes left" -msgstr "" - -msgid "a few seconds left" -msgstr "" - -msgid "Add" -msgstr "" - -msgid "Cancel uploads" -msgstr "" - -msgid "estimating time left" -msgstr "" - -msgid "paused" -msgstr "" diff --git a/l10n/it_IT.pot b/l10n/it_IT.pot deleted file mode 100644 index dcdbb55a..00000000 --- a/l10n/it_IT.pot +++ /dev/null @@ -1,35 +0,0 @@ -# -# Translators: -# Transifex Bot <>, 2022 -# -msgid "" -msgstr "" -"Last-Translator: Transifex Bot <>, 2022\n" -"Language-Team: Italian (Italy) (https://www.transifex.com/nextcloud/teams/64236/it_IT/)\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Language: it_IT\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" - -msgid "{estimate} seconds left" -msgstr "" - -msgid "{hours} hours and {minutes} minutes left" -msgstr "" - -msgid "{minutes} minutes left" -msgstr "" - -msgid "a few seconds left" -msgstr "" - -msgid "Add" -msgstr "" - -msgid "Cancel uploads" -msgstr "" - -msgid "estimating time left" -msgstr "" - -msgid "paused" -msgstr "" diff --git a/l10n/nn.pot b/l10n/nn.pot deleted file mode 100644 index 476c0888..00000000 --- a/l10n/nn.pot +++ /dev/null @@ -1,35 +0,0 @@ -# -# Translators: -# Transifex Bot <>, 2022 -# -msgid "" -msgstr "" -"Last-Translator: Transifex Bot <>, 2022\n" -"Language-Team: Norwegian Nynorsk (https://www.transifex.com/nextcloud/teams/64236/nn/)\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Language: nn\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -msgid "{estimate} seconds left" -msgstr "" - -msgid "{hours} hours and {minutes} minutes left" -msgstr "" - -msgid "{minutes} minutes left" -msgstr "" - -msgid "a few seconds left" -msgstr "" - -msgid "Add" -msgstr "" - -msgid "Cancel uploads" -msgstr "" - -msgid "estimating time left" -msgstr "" - -msgid "paused" -msgstr "" diff --git a/l10n/ru_RU.pot b/l10n/ru_RU.pot deleted file mode 100644 index 53bc6fd2..00000000 --- a/l10n/ru_RU.pot +++ /dev/null @@ -1,35 +0,0 @@ -# -# Translators: -# Transifex Bot <>, 2022 -# -msgid "" -msgstr "" -"Last-Translator: Transifex Bot <>, 2022\n" -"Language-Team: Russian (Russia) (https://www.transifex.com/nextcloud/teams/64236/ru_RU/)\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Language: ru_RU\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" - -msgid "{estimate} seconds left" -msgstr "" - -msgid "{hours} hours and {minutes} minutes left" -msgstr "" - -msgid "{minutes} minutes left" -msgstr "" - -msgid "a few seconds left" -msgstr "" - -msgid "Add" -msgstr "" - -msgid "Cancel uploads" -msgstr "" - -msgid "estimating time left" -msgstr "" - -msgid "paused" -msgstr "" diff --git a/l10n/si_LK.pot b/l10n/si_LK.pot deleted file mode 100644 index fc0470eb..00000000 --- a/l10n/si_LK.pot +++ /dev/null @@ -1,35 +0,0 @@ -# -# Translators: -# Transifex Bot <>, 2022 -# -msgid "" -msgstr "" -"Last-Translator: Transifex Bot <>, 2022\n" -"Language-Team: Sinhala (Sri Lanka) (https://www.transifex.com/nextcloud/teams/64236/si_LK/)\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Language: si_LK\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -msgid "{estimate} seconds left" -msgstr "" - -msgid "{hours} hours and {minutes} minutes left" -msgstr "" - -msgid "{minutes} minutes left" -msgstr "" - -msgid "a few seconds left" -msgstr "" - -msgid "Add" -msgstr "" - -msgid "Cancel uploads" -msgstr "" - -msgid "estimating time left" -msgstr "" - -msgid "paused" -msgstr "" diff --git a/l10n/sl_SI.pot b/l10n/sl_SI.pot deleted file mode 100644 index 424e6faf..00000000 --- a/l10n/sl_SI.pot +++ /dev/null @@ -1,35 +0,0 @@ -# -# Translators: -# Transifex Bot <>, 2022 -# -msgid "" -msgstr "" -"Last-Translator: Transifex Bot <>, 2022\n" -"Language-Team: Slovenian (Slovenia) (https://www.transifex.com/nextcloud/teams/64236/sl_SI/)\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Language: sl_SI\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" - -msgid "{estimate} seconds left" -msgstr "" - -msgid "{hours} hours and {minutes} minutes left" -msgstr "" - -msgid "{minutes} minutes left" -msgstr "" - -msgid "a few seconds left" -msgstr "" - -msgid "Add" -msgstr "" - -msgid "Cancel uploads" -msgstr "" - -msgid "estimating time left" -msgstr "" - -msgid "paused" -msgstr "" diff --git a/l10n/ta_LK.pot b/l10n/ta_LK.pot deleted file mode 100644 index e9f36c50..00000000 --- a/l10n/ta_LK.pot +++ /dev/null @@ -1,35 +0,0 @@ -# -# Translators: -# Transifex Bot <>, 2022 -# -msgid "" -msgstr "" -"Last-Translator: Transifex Bot <>, 2022\n" -"Language-Team: Tamil (Sri-Lanka) (https://www.transifex.com/nextcloud/teams/64236/ta_LK/)\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Language: ta_LK\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -msgid "{estimate} seconds left" -msgstr "" - -msgid "{hours} hours and {minutes} minutes left" -msgstr "" - -msgid "{minutes} minutes left" -msgstr "" - -msgid "a few seconds left" -msgstr "" - -msgid "Add" -msgstr "" - -msgid "Cancel uploads" -msgstr "" - -msgid "estimating time left" -msgstr "" - -msgid "paused" -msgstr "" diff --git a/l10n/th.pot b/l10n/th.pot deleted file mode 100644 index a58c7994..00000000 --- a/l10n/th.pot +++ /dev/null @@ -1,35 +0,0 @@ -# -# Translators: -# Transifex Bot <>, 2022 -# -msgid "" -msgstr "" -"Last-Translator: Transifex Bot <>, 2022\n" -"Language-Team: Thai (https://www.transifex.com/nextcloud/teams/64236/th/)\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Language: th\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -msgid "{estimate} seconds left" -msgstr "" - -msgid "{hours} hours and {minutes} minutes left" -msgstr "" - -msgid "{minutes} minutes left" -msgstr "" - -msgid "a few seconds left" -msgstr "" - -msgid "Add" -msgstr "" - -msgid "Cancel uploads" -msgstr "" - -msgid "estimating time left" -msgstr "" - -msgid "paused" -msgstr ""