From a4dc0b7b4e4f6b39133ac974738c671ff57a2b14 Mon Sep 17 00:00:00 2001 From: dealerweb Date: Mon, 6 Jul 2026 11:56:10 +0200 Subject: [PATCH] i18n: restore key parity for the Slovak locale MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Slovak translation was based on a slightly older en catalog, so the translation parity test currently fails on main. sk was missing ten keys that landed around the same time: the composer attachment-upload validation strings, the recipient autocomplete strings (translated to Slovak here) and the settings date_locale block (kept as the same English values every other locale currently has). The other twenty locales were missing language.sk in return - added as the endonym "Slovenčina" (matching how the other entries are written), and as "Slovacă" in ro, which translates its language names. --- locales/cs/common.json | 1 + locales/da/common.json | 1 + locales/de/common.json | 1 + locales/en/common.json | 1 + locales/es/common.json | 1 + locales/fa/common.json | 1 + locales/fr/common.json | 1 + locales/hu/common.json | 1 + locales/it/common.json | 1 + locales/ja/common.json | 1 + locales/ko/common.json | 1 + locales/lv/common.json | 1 + locales/nl/common.json | 1 + locales/pl/common.json | 1 + locales/pt/common.json | 1 + locales/ro/common.json | 1 + locales/ru/common.json | 1 + locales/sk/common.json | 16 ++++++++++++++-- locales/tr/common.json | 1 + locales/uk/common.json | 1 + locales/zh/common.json | 1 + 21 files changed, 34 insertions(+), 2 deletions(-) diff --git a/locales/cs/common.json b/locales/cs/common.json index e4a1a398..328fc680 100644 --- a/locales/cs/common.json +++ b/locales/cs/common.json @@ -808,6 +808,7 @@ "pl": "Polski", "pt": "Português", "ru": "Русский", + "sk": "Slovenčina", "uk": "Українська", "zh": "简体中文", "fa": "فارسی", diff --git a/locales/da/common.json b/locales/da/common.json index 591f978f..eeb70cac 100644 --- a/locales/da/common.json +++ b/locales/da/common.json @@ -808,6 +808,7 @@ "pl": "Polski", "pt": "Português", "ru": "Русский", + "sk": "Slovenčina", "uk": "Українська", "zh": "简体中文", "fa": "فارسی", diff --git a/locales/de/common.json b/locales/de/common.json index bfea795e..c74a9b5c 100644 --- a/locales/de/common.json +++ b/locales/de/common.json @@ -808,6 +808,7 @@ "pl": "Polski", "pt": "Português", "ru": "Русский", + "sk": "Slovenčina", "uk": "Українська", "zh": "简体中文", "fa": "فارسی", diff --git a/locales/en/common.json b/locales/en/common.json index f540c8f8..a1adfc81 100644 --- a/locales/en/common.json +++ b/locales/en/common.json @@ -808,6 +808,7 @@ "pl": "Polski", "pt": "Português", "ru": "Русский", + "sk": "Slovenčina", "uk": "Українська", "zh": "简体中文", "fa": "فارسی", diff --git a/locales/es/common.json b/locales/es/common.json index b06bb3e0..50cc0583 100644 --- a/locales/es/common.json +++ b/locales/es/common.json @@ -808,6 +808,7 @@ "pl": "Polski", "pt": "Português", "ru": "Русский", + "sk": "Slovenčina", "uk": "Українська", "zh": "简体中文", "fa": "فارسی", diff --git a/locales/fa/common.json b/locales/fa/common.json index 59d49a94..196d2891 100644 --- a/locales/fa/common.json +++ b/locales/fa/common.json @@ -808,6 +808,7 @@ "pl": "Polski", "pt": "Português", "ru": "Русский", + "sk": "Slovenčina", "uk": "Українська", "zh": "简体中文", "fa": "فارسی", diff --git a/locales/fr/common.json b/locales/fr/common.json index 8852dd5f..68aadb36 100644 --- a/locales/fr/common.json +++ b/locales/fr/common.json @@ -808,6 +808,7 @@ "pl": "Polski", "pt": "Português", "ru": "Русский", + "sk": "Slovenčina", "uk": "Українська", "zh": "简体中文", "fa": "فارسی", diff --git a/locales/hu/common.json b/locales/hu/common.json index f5ef30c8..86d0050e 100644 --- a/locales/hu/common.json +++ b/locales/hu/common.json @@ -808,6 +808,7 @@ "pl": "Polski", "pt": "Português", "ru": "Русский", + "sk": "Slovenčina", "uk": "Українська", "zh": "简体中文", "fa": "فارسی", diff --git a/locales/it/common.json b/locales/it/common.json index 6642e481..16280a98 100644 --- a/locales/it/common.json +++ b/locales/it/common.json @@ -808,6 +808,7 @@ "pl": "Polski", "pt": "Português", "ru": "Русский", + "sk": "Slovenčina", "uk": "Українська", "zh": "简体中文", "fa": "فارسی", diff --git a/locales/ja/common.json b/locales/ja/common.json index 932df81c..5d833a49 100644 --- a/locales/ja/common.json +++ b/locales/ja/common.json @@ -808,6 +808,7 @@ "pl": "Polski", "pt": "Português", "ru": "Русский", + "sk": "Slovenčina", "uk": "Українська", "zh": "简体中文", "fa": "فارسی", diff --git a/locales/ko/common.json b/locales/ko/common.json index d2f70421..91313404 100644 --- a/locales/ko/common.json +++ b/locales/ko/common.json @@ -808,6 +808,7 @@ "pl": "Polski", "pt": "Português", "ru": "Русский", + "sk": "Slovenčina", "uk": "Українська", "zh": "简体中文", "fa": "فارسی", diff --git a/locales/lv/common.json b/locales/lv/common.json index 473645d9..d7167112 100644 --- a/locales/lv/common.json +++ b/locales/lv/common.json @@ -808,6 +808,7 @@ "pl": "Polski", "pt": "Português", "ru": "Русский", + "sk": "Slovenčina", "uk": "Українська", "zh": "简体中文", "fa": "فارسی", diff --git a/locales/nl/common.json b/locales/nl/common.json index 8ecf0b7f..083d208b 100644 --- a/locales/nl/common.json +++ b/locales/nl/common.json @@ -808,6 +808,7 @@ "pl": "Polski", "pt": "Português", "ru": "Русский", + "sk": "Slovenčina", "uk": "Українська", "zh": "简体中文", "fa": "فارسی", diff --git a/locales/pl/common.json b/locales/pl/common.json index b0875e9b..3a630fdd 100644 --- a/locales/pl/common.json +++ b/locales/pl/common.json @@ -808,6 +808,7 @@ "pl": "Polski", "pt": "Português", "ru": "Русский", + "sk": "Slovenčina", "uk": "Українська", "zh": "简体中文", "fa": "فارسی", diff --git a/locales/pt/common.json b/locales/pt/common.json index fc526e2f..f56975a0 100644 --- a/locales/pt/common.json +++ b/locales/pt/common.json @@ -808,6 +808,7 @@ "pl": "Polski", "pt": "Português", "ru": "Русский", + "sk": "Slovenčina", "uk": "Українська", "zh": "简体中文", "fa": "فارسی", diff --git a/locales/ro/common.json b/locales/ro/common.json index 12bead77..c093bc38 100644 --- a/locales/ro/common.json +++ b/locales/ro/common.json @@ -808,6 +808,7 @@ "pl": "Poloneză", "pt": "Portugheză", "ru": "Русский", + "sk": "Slovacă", "uk": "Ukrainiană", "zh": "Chineză simplificată", "fa": "فارسی", diff --git a/locales/ru/common.json b/locales/ru/common.json index eb851e8d..aff27685 100644 --- a/locales/ru/common.json +++ b/locales/ru/common.json @@ -808,6 +808,7 @@ "pl": "Polski", "pt": "Português", "ru": "Русский", + "sk": "Slovenčina", "uk": "Українська", "zh": "简体中文", "fa": "فارسی", diff --git a/locales/sk/common.json b/locales/sk/common.json index 10e9ac62..f3e9797c 100644 --- a/locales/sk/common.json +++ b/locales/sk/common.json @@ -635,7 +635,9 @@ "validation": { "recipient_required": "Pridajte príjemcu na odoslanie", "subject_required": "Pridajte predmet", - "body_required": "Napíšte správu alebo priložte súbor" + "body_required": "Napíšte správu alebo priložte súbor", + "attachments_uploading": "Prílohy sa stále nahrávajú - odošle sa hneď po ich dokončení", + "attachment_upload_failed": "Neodoslané - prílohu sa nepodarilo nahrať. Odstráňte ju a skúste to znova." }, "upload_progress": "Nahrávanie {uploaded} / {total}", "upload_cancel": "Zrušiť nahrávanie", @@ -675,7 +677,9 @@ "recipient_edit_email": "Upraviť e-mailovú adresu", "recipient_edit_name": "Upraviť zobrazené meno", "recipient_email_placeholder": "E-mailová adresa", - "recipient_name_placeholder": "Zobrazené meno" + "recipient_name_placeholder": "Zobrazené meno", + "autocomplete_search_server": "Hľadať na serveri", + "autocomplete_searching": "Hľadanie..." }, "confirm_dialog": { "confirm": "Potvrdiť", @@ -1051,6 +1055,14 @@ "preview_this_week": "Tento týždeň:", "preview_older": "Staršie:" }, + "date_locale": { + "label": "Date format region", + "description": "How numeric dates are ordered (day, month, year)", + "auto": "Automatic (match language)", + "iso": "ISO 8601 (YYYY-MM-DD)", + "dmy": "Day/Month/Year", + "mdy": "Month/Day/Year" + }, "time_format": { "label": "Formát času", "description": "Vyberte 12-hodinový alebo 24-hodinový formát času", diff --git a/locales/tr/common.json b/locales/tr/common.json index a0f3fb70..39faf3e9 100644 --- a/locales/tr/common.json +++ b/locales/tr/common.json @@ -808,6 +808,7 @@ "pl": "Polski", "pt": "Português", "ru": "Русский", + "sk": "Slovenčina", "uk": "Українська", "zh": "简体中文", "fa": "فارسی", diff --git a/locales/uk/common.json b/locales/uk/common.json index 5ccb5ec3..002f0e62 100644 --- a/locales/uk/common.json +++ b/locales/uk/common.json @@ -806,6 +806,7 @@ "pl": "Polski", "pt": "Português", "ru": "Русский", + "sk": "Slovenčina", "uk": "Українська", "zh": "简体中文", "polish": "Polski", diff --git a/locales/zh/common.json b/locales/zh/common.json index 2532ca76..8a794a3c 100644 --- a/locales/zh/common.json +++ b/locales/zh/common.json @@ -808,6 +808,7 @@ "pl": "Polski", "pt": "Português", "ru": "Русский", + "sk": "Slovenčina", "uk": "Українська", "zh": "简体中文", "fa": "فارسی",