From 32f7ecc8dcf39c1ed369105d64c868ce647ba5e1 Mon Sep 17 00:00:00 2001 From: "Frederick [Bot]" Date: Thu, 14 Aug 2025 00:58:17 +0000 Subject: [PATCH] chore(i18n): update translations via Crowdin --- frontend/src/i18n/lang/ar-SA.json | 3 +-- frontend/src/i18n/lang/bg-BG.json | 3 +-- frontend/src/i18n/lang/cs-CZ.json | 3 +-- frontend/src/i18n/lang/de-DE.json | 4 ++-- frontend/src/i18n/lang/de-swiss.json | 4 ++-- frontend/src/i18n/lang/es-ES.json | 3 +-- frontend/src/i18n/lang/fi-FI.json | 3 +-- frontend/src/i18n/lang/fr-FR.json | 3 +-- frontend/src/i18n/lang/he-IL.json | 3 +-- frontend/src/i18n/lang/hr-HR.json | 3 +-- frontend/src/i18n/lang/hu-HU.json | 3 +-- frontend/src/i18n/lang/it-IT.json | 3 +-- frontend/src/i18n/lang/ja-JP.json | 3 +-- frontend/src/i18n/lang/ko-KR.json | 3 +-- frontend/src/i18n/lang/lt-LT.json | 3 +-- frontend/src/i18n/lang/no-NO.json | 5 ++--- frontend/src/i18n/lang/pl-PL.json | 3 +-- frontend/src/i18n/lang/pt-BR.json | 3 +-- frontend/src/i18n/lang/pt-PT.json | 4 ++-- frontend/src/i18n/lang/ru-RU.json | 3 +-- frontend/src/i18n/lang/sl-SI.json | 3 +-- frontend/src/i18n/lang/tr-TR.json | 4 ++-- frontend/src/i18n/lang/uk-UA.json | 3 +-- frontend/src/i18n/lang/vi-VN.json | 3 +-- frontend/src/i18n/lang/zh-CN.json | 3 +-- 25 files changed, 30 insertions(+), 51 deletions(-) diff --git a/frontend/src/i18n/lang/ar-SA.json b/frontend/src/i18n/lang/ar-SA.json index e0c817d68..2deacf023 100644 --- a/frontend/src/i18n/lang/ar-SA.json +++ b/frontend/src/i18n/lang/ar-SA.json @@ -301,8 +301,7 @@ "month": "شهر", "day": "يوم", "hour": "ساعة", - "range": "نطاق التاريخ", - "noDates": "لم يتم تعيين تواريخ لهذه المهمة." + "range": "نطاق التاريخ" }, "table": { "title": "جدول", diff --git a/frontend/src/i18n/lang/bg-BG.json b/frontend/src/i18n/lang/bg-BG.json index e91b27322..45e4f4398 100644 --- a/frontend/src/i18n/lang/bg-BG.json +++ b/frontend/src/i18n/lang/bg-BG.json @@ -334,8 +334,7 @@ "month": "Месец", "day": "Ден", "hour": "Час", - "range": "Времеви диапазон", - "noDates": "Тази задача няма зададени дати." + "range": "Времеви диапазон" }, "table": { "title": "Таблица", diff --git a/frontend/src/i18n/lang/cs-CZ.json b/frontend/src/i18n/lang/cs-CZ.json index 700809fe5..81d92852f 100644 --- a/frontend/src/i18n/lang/cs-CZ.json +++ b/frontend/src/i18n/lang/cs-CZ.json @@ -314,8 +314,7 @@ "month": "Měsíc", "day": "Den", "hour": "Hodina", - "range": "Časové období", - "noDates": "Tento úkol nemá nastaveno žádné datum." + "range": "Časové období" }, "table": { "title": "Tabulka", diff --git a/frontend/src/i18n/lang/de-DE.json b/frontend/src/i18n/lang/de-DE.json index f81ea32e2..c845b363a 100644 --- a/frontend/src/i18n/lang/de-DE.json +++ b/frontend/src/i18n/lang/de-DE.json @@ -365,8 +365,7 @@ "month": "Monat", "day": "Tag", "hour": "Stunde", - "range": "Zeitraum", - "noDates": "Diese Aufgabe hat keine Daten definiert." + "range": "Zeitraum" }, "table": { "title": "Tabelle", @@ -441,6 +440,7 @@ "title": "Filter", "clear": "Filter zurücksetzen", "showResults": "Ergebnisse anzeigen", + "noResults": "Keine Ergebnisse", "fromView": "Die aktuelle Ansicht hat bereits einen Filter gesetzt:", "fromViewBoth": "Er wird in Kombination mit dem, was du hier setzt, verwendet.", "attributes": { diff --git a/frontend/src/i18n/lang/de-swiss.json b/frontend/src/i18n/lang/de-swiss.json index 18005be45..0098503ab 100644 --- a/frontend/src/i18n/lang/de-swiss.json +++ b/frontend/src/i18n/lang/de-swiss.json @@ -365,8 +365,7 @@ "month": "Monat", "day": "Tag", "hour": "Stunde", - "range": "Zeitraum", - "noDates": "Diese Aufgabe hat keine Daten definiert." + "range": "Zeitraum" }, "table": { "title": "Tabelle", @@ -441,6 +440,7 @@ "title": "Filter", "clear": "Filter zurücksetzen", "showResults": "Ergebnisse anzeigen", + "noResults": "Keine Ergebnisse", "fromView": "Die aktuelle Ansicht hat bereits einen Filter gesetzt:", "fromViewBoth": "Er wird in Kombination mit dem, was du hier setzt, verwendet.", "attributes": { diff --git a/frontend/src/i18n/lang/es-ES.json b/frontend/src/i18n/lang/es-ES.json index 76e6fcd80..19579ddc7 100644 --- a/frontend/src/i18n/lang/es-ES.json +++ b/frontend/src/i18n/lang/es-ES.json @@ -268,8 +268,7 @@ "month": "Mes", "day": "Día", "hour": "Hora", - "range": "Rango de fechas", - "noDates": "Esta tarea no tiene fechas establecidas." + "range": "Rango de fechas" }, "table": { "title": "Tabla", diff --git a/frontend/src/i18n/lang/fi-FI.json b/frontend/src/i18n/lang/fi-FI.json index cd2fe8f7d..4bab2c48a 100644 --- a/frontend/src/i18n/lang/fi-FI.json +++ b/frontend/src/i18n/lang/fi-FI.json @@ -336,8 +336,7 @@ "month": "Kuukausi", "day": "Päivä", "hour": "Tunti", - "range": "Ajanjakso", - "noDates": "Tähän tehtävään ei ole asetettu päivämääriä." + "range": "Ajanjakso" }, "table": { "title": "Taulukko", diff --git a/frontend/src/i18n/lang/fr-FR.json b/frontend/src/i18n/lang/fr-FR.json index d5f0aad22..0da7c4268 100644 --- a/frontend/src/i18n/lang/fr-FR.json +++ b/frontend/src/i18n/lang/fr-FR.json @@ -344,8 +344,7 @@ "month": "Mois", "day": "Jour", "hour": "Heure", - "range": "Intervalle", - "noDates": "Aucune date n’a été fixée pour cette tâche." + "range": "Intervalle" }, "table": { "title": "Tableau", diff --git a/frontend/src/i18n/lang/he-IL.json b/frontend/src/i18n/lang/he-IL.json index 532d9b9cc..779d578d9 100644 --- a/frontend/src/i18n/lang/he-IL.json +++ b/frontend/src/i18n/lang/he-IL.json @@ -338,8 +338,7 @@ "month": "חודש", "day": "יום", "hour": "שעה", - "range": "טווח תאריכים", - "noDates": "חסרים תאריכים למטלה." + "range": "טווח תאריכים" }, "table": { "title": "טבלה", diff --git a/frontend/src/i18n/lang/hr-HR.json b/frontend/src/i18n/lang/hr-HR.json index a823db210..63b8731ad 100644 --- a/frontend/src/i18n/lang/hr-HR.json +++ b/frontend/src/i18n/lang/hr-HR.json @@ -307,8 +307,7 @@ "month": "Mjesec", "day": "Dan", "hour": "Sat", - "range": "Raspon datuma", - "noDates": "Ovaj zadatak nema postavljene datume." + "range": "Raspon datuma" }, "table": { "title": "Tablica", diff --git a/frontend/src/i18n/lang/hu-HU.json b/frontend/src/i18n/lang/hu-HU.json index 2774edb20..f26258c4f 100644 --- a/frontend/src/i18n/lang/hu-HU.json +++ b/frontend/src/i18n/lang/hu-HU.json @@ -308,8 +308,7 @@ "month": "Hónap", "day": "Nap", "hour": "Óra", - "range": "Időintervallum", - "noDates": "Ennek a feladatnak nincsenek beállítva a dátumai." + "range": "Időintervallum" }, "table": { "title": "Táblázat", diff --git a/frontend/src/i18n/lang/it-IT.json b/frontend/src/i18n/lang/it-IT.json index 96189232a..9e0fd5cb4 100644 --- a/frontend/src/i18n/lang/it-IT.json +++ b/frontend/src/i18n/lang/it-IT.json @@ -346,8 +346,7 @@ "month": "Mese", "day": "Giorno", "hour": "Ora", - "range": "Intervallo di date", - "noDates": "Questa attività non ha date impostate." + "range": "Intervallo di date" }, "table": { "title": "Tabella", diff --git a/frontend/src/i18n/lang/ja-JP.json b/frontend/src/i18n/lang/ja-JP.json index 978b83c90..5ad816d0b 100644 --- a/frontend/src/i18n/lang/ja-JP.json +++ b/frontend/src/i18n/lang/ja-JP.json @@ -338,8 +338,7 @@ "month": "月", "day": "日", "hour": "時間", - "range": "期間", - "noDates": "指定日が未設定のタスクです。" + "range": "期間" }, "table": { "title": "テーブル", diff --git a/frontend/src/i18n/lang/ko-KR.json b/frontend/src/i18n/lang/ko-KR.json index 1528470f2..e740bae39 100644 --- a/frontend/src/i18n/lang/ko-KR.json +++ b/frontend/src/i18n/lang/ko-KR.json @@ -343,8 +343,7 @@ "month": "월", "day": "일", "hour": "시", - "range": "날짜 범위", - "noDates": "이 할 일에는 설정된 날짜가 없습니다." + "range": "날짜 범위" }, "table": { "title": "테이블", diff --git a/frontend/src/i18n/lang/lt-LT.json b/frontend/src/i18n/lang/lt-LT.json index 54a33c08c..fcdc531ac 100644 --- a/frontend/src/i18n/lang/lt-LT.json +++ b/frontend/src/i18n/lang/lt-LT.json @@ -340,8 +340,7 @@ "month": "Mėnuo", "day": "Diena", "hour": "Valanda", - "range": "Datos intervalas", - "noDates": "Ši užduotis dar neturi nurodytos datos." + "range": "Datos intervalas" }, "table": { "title": "Lentelė", diff --git a/frontend/src/i18n/lang/no-NO.json b/frontend/src/i18n/lang/no-NO.json index d53af439a..d08e44a2a 100644 --- a/frontend/src/i18n/lang/no-NO.json +++ b/frontend/src/i18n/lang/no-NO.json @@ -4,7 +4,7 @@ "text": "Siden du ba om finnes ikke." }, "home": { - "welcomeNight": "Hei {username}!", + "welcomeNight": "God kveld {username}!", "welcomeMorning": "Hei {username}!", "welcomeDay": "Hei {username}!", "welcomeEvening": "Hei {username}!", @@ -363,8 +363,7 @@ "month": "Måned", "day": "Dag", "hour": "Time", - "range": "Datointervall", - "noDates": "Denne oppgaven har ingen datoer satt." + "range": "Datointervall" }, "table": { "title": "Tabell", diff --git a/frontend/src/i18n/lang/pl-PL.json b/frontend/src/i18n/lang/pl-PL.json index c4329957f..62688b718 100644 --- a/frontend/src/i18n/lang/pl-PL.json +++ b/frontend/src/i18n/lang/pl-PL.json @@ -318,8 +318,7 @@ "month": "Miesiąc", "day": "Dzień", "hour": "Godzina", - "range": "Zakres dat", - "noDates": "To zadanie nie ma ustawionych dat." + "range": "Zakres dat" }, "table": { "title": "Tabela", diff --git a/frontend/src/i18n/lang/pt-BR.json b/frontend/src/i18n/lang/pt-BR.json index 342cbd1c2..e4b80451f 100644 --- a/frontend/src/i18n/lang/pt-BR.json +++ b/frontend/src/i18n/lang/pt-BR.json @@ -304,8 +304,7 @@ "month": "Mês", "day": "Dia", "hour": "Hora", - "range": "Período", - "noDates": "Esta tarefa não tem datas definidas." + "range": "Período" }, "table": { "title": "Tabela", diff --git a/frontend/src/i18n/lang/pt-PT.json b/frontend/src/i18n/lang/pt-PT.json index 29bd0e937..b300ea35d 100644 --- a/frontend/src/i18n/lang/pt-PT.json +++ b/frontend/src/i18n/lang/pt-PT.json @@ -365,8 +365,7 @@ "month": "Mês", "day": "Dia", "hour": "Hora", - "range": "Intervalo de Datas", - "noDates": "Esta tarefa não tem datas definidas." + "range": "Intervalo de Datas" }, "table": { "title": "Tabela", @@ -441,6 +440,7 @@ "title": "Filtros", "clear": "Limpar Filtros", "showResults": "Mostrar resultados", + "noResults": "Sem resultados", "fromView": "A vista atual tem também um filtro definido:", "fromViewBoth": "Será utilizado em combinação com o que inserires aqui.", "attributes": { diff --git a/frontend/src/i18n/lang/ru-RU.json b/frontend/src/i18n/lang/ru-RU.json index 292e2e512..400499586 100644 --- a/frontend/src/i18n/lang/ru-RU.json +++ b/frontend/src/i18n/lang/ru-RU.json @@ -344,8 +344,7 @@ "month": "Месяц", "day": "День", "hour": "Час", - "range": "Диапазон", - "noDates": "В этой задаче нет установленной даты." + "range": "Диапазон" }, "table": { "title": "Таблица", diff --git a/frontend/src/i18n/lang/sl-SI.json b/frontend/src/i18n/lang/sl-SI.json index 56e03d461..c20b1e1ef 100644 --- a/frontend/src/i18n/lang/sl-SI.json +++ b/frontend/src/i18n/lang/sl-SI.json @@ -334,8 +334,7 @@ "month": "Mesec", "day": "Dan", "hour": "Ura", - "range": "Datumski obseg", - "noDates": "Naloga nima nastavljenih datumov." + "range": "Datumski obseg" }, "table": { "title": "Tabela", diff --git a/frontend/src/i18n/lang/tr-TR.json b/frontend/src/i18n/lang/tr-TR.json index 20b4052e4..0e788c2a1 100644 --- a/frontend/src/i18n/lang/tr-TR.json +++ b/frontend/src/i18n/lang/tr-TR.json @@ -365,8 +365,7 @@ "month": "Ay", "day": "Gün", "hour": "Saat", - "range": "Tarih Aralığı", - "noDates": "Bu görevin tarihi belirlenmemiş." + "range": "Tarih Aralığı" }, "table": { "title": "Tablo", @@ -441,6 +440,7 @@ "title": "Filtreler", "clear": "Filtreleri Temizle", "showResults": "Sonuçları göster", + "noResults": "Sonuç yok", "fromView": "Mevcut görünümde de bir filtre ayarlanmış:", "fromViewBoth": "Burada girdiğinizle birlikte kullanılacak.", "attributes": { diff --git a/frontend/src/i18n/lang/uk-UA.json b/frontend/src/i18n/lang/uk-UA.json index 6b62f0231..2c24e51bd 100644 --- a/frontend/src/i18n/lang/uk-UA.json +++ b/frontend/src/i18n/lang/uk-UA.json @@ -336,8 +336,7 @@ "month": "Місяць", "day": "День", "hour": "Година", - "range": "Проміжок днів", - "noDates": "Завдання не має вказаних днів." + "range": "Проміжок днів" }, "table": { "title": "Таблиця", diff --git a/frontend/src/i18n/lang/vi-VN.json b/frontend/src/i18n/lang/vi-VN.json index b7d84b3bd..2e3bcc02e 100644 --- a/frontend/src/i18n/lang/vi-VN.json +++ b/frontend/src/i18n/lang/vi-VN.json @@ -339,8 +339,7 @@ "month": "Tháng", "day": "Ngày", "hour": "Giờ", - "range": "Khoảng thời gian", - "noDates": "Đầu việc này không có thiết lập ngày." + "range": "Khoảng thời gian" }, "table": { "title": "Bảng", diff --git a/frontend/src/i18n/lang/zh-CN.json b/frontend/src/i18n/lang/zh-CN.json index ceb8169af..d1e82b37f 100644 --- a/frontend/src/i18n/lang/zh-CN.json +++ b/frontend/src/i18n/lang/zh-CN.json @@ -308,8 +308,7 @@ "month": "月", "day": "日", "hour": "时", - "range": "日期范围", - "noDates": "此任务没有设定日期。" + "range": "日期范围" }, "table": { "title": "表格",