From 4a8b7377a85c06b512be182777df336d5475a532 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Sat, 23 Mar 2024 16:18:26 +0100 Subject: [PATCH] chore: new Crowdin updates (#1968) --- .../locales/cn/modules/health-monitoring.json | 3 +- .../locales/cr/modules/health-monitoring.json | 3 +- .../locales/cs/modules/health-monitoring.json | 3 +- .../locales/da/modules/health-monitoring.json | 3 +- .../locales/de/modules/health-monitoring.json | 3 +- .../locales/el/modules/health-monitoring.json | 3 +- .../locales/es/modules/health-monitoring.json | 3 +- .../locales/et/modules/health-monitoring.json | 3 +- public/locales/fr/authentication/login.json | 4 +-- .../locales/fr/modules/health-monitoring.json | 33 ++++++++++--------- public/locales/fr/modules/weather.json | 4 +-- .../locales/he/modules/health-monitoring.json | 3 +- .../locales/hr/modules/health-monitoring.json | 3 +- .../locales/hu/modules/health-monitoring.json | 3 +- .../locales/it/modules/health-monitoring.json | 3 +- public/locales/it/modules/weather.json | 4 +-- .../locales/ja/modules/health-monitoring.json | 3 +- .../locales/ko/modules/health-monitoring.json | 3 +- .../locales/lt/modules/health-monitoring.json | 3 +- public/locales/lv/authentication/login.json | 4 +-- .../locales/lv/modules/health-monitoring.json | 33 ++++++++++--------- public/locales/lv/modules/weather.json | 4 +-- .../locales/nl/modules/health-monitoring.json | 3 +- .../locales/no/modules/health-monitoring.json | 3 +- .../locales/pl/modules/health-monitoring.json | 3 +- public/locales/pt/authentication/login.json | 8 ++--- .../locales/pt/modules/health-monitoring.json | 3 +- public/locales/pt/modules/weather.json | 4 +-- .../locales/ru/modules/health-monitoring.json | 3 +- public/locales/sk/authentication/login.json | 4 +-- .../locales/sk/modules/health-monitoring.json | 3 +- public/locales/sk/modules/weather.json | 4 +-- .../locales/sl/modules/health-monitoring.json | 3 +- .../locales/sv/modules/health-monitoring.json | 3 +- .../locales/tr/modules/health-monitoring.json | 3 +- public/locales/tw/authentication/login.json | 4 +-- .../locales/tw/modules/health-monitoring.json | 33 ++++++++++--------- public/locales/tw/modules/weather.json | 4 +-- .../locales/uk/modules/health-monitoring.json | 3 +- .../locales/vi/modules/health-monitoring.json | 3 +- 40 files changed, 127 insertions(+), 98 deletions(-) diff --git a/public/locales/cn/modules/health-monitoring.json b/public/locales/cn/modules/health-monitoring.json index 8ef2b45fa..156019112 100644 --- a/public/locales/cn/modules/health-monitoring.json +++ b/public/locales/cn/modules/health-monitoring.json @@ -12,7 +12,8 @@ "cpu": { "label": "CPU", "load": "平均负载", - "minute": "{{minute}} 分钟" + "minute": "{{minute}} 分钟", + "minutes": "{{minutes}} 分钟" }, "memory": { "label": "内存", diff --git a/public/locales/cr/modules/health-monitoring.json b/public/locales/cr/modules/health-monitoring.json index cb978df5b..4f6cfe2d8 100644 --- a/public/locales/cr/modules/health-monitoring.json +++ b/public/locales/cr/modules/health-monitoring.json @@ -12,7 +12,8 @@ "cpu": { "label": "crwdns4210:0crwdne4210:0", "load": "crwdns4212:0crwdne4212:0", - "minute": "crwdns4214:0{{minute}}crwdne4214:0" + "minute": "crwdns4214:0{{minute}}crwdne4214:0", + "minutes": "crwdns4244:0{{minutes}}crwdne4244:0" }, "memory": { "label": "crwdns4216:0crwdne4216:0", diff --git a/public/locales/cs/modules/health-monitoring.json b/public/locales/cs/modules/health-monitoring.json index 8c12b2567..b347452c1 100644 --- a/public/locales/cs/modules/health-monitoring.json +++ b/public/locales/cs/modules/health-monitoring.json @@ -12,7 +12,8 @@ "cpu": { "label": "Procesor", "load": "Průměrné zatížení", - "minute": "{{minute}} minut" + "minute": "{{minute}} minut", + "minutes": "{{minutes}} minut" }, "memory": { "label": "Pamět", diff --git a/public/locales/da/modules/health-monitoring.json b/public/locales/da/modules/health-monitoring.json index d4c524ffa..31e344f81 100644 --- a/public/locales/da/modules/health-monitoring.json +++ b/public/locales/da/modules/health-monitoring.json @@ -12,7 +12,8 @@ "cpu": { "label": "CPU", "load": "Load Gennemsnit", - "minute": "{{minute}} minutter" + "minute": "{{minute}} minutter", + "minutes": "{{minutes}} minutter" }, "memory": { "label": "Hukommelse", diff --git a/public/locales/de/modules/health-monitoring.json b/public/locales/de/modules/health-monitoring.json index 3b105dde3..7f9293093 100644 --- a/public/locales/de/modules/health-monitoring.json +++ b/public/locales/de/modules/health-monitoring.json @@ -12,7 +12,8 @@ "cpu": { "label": "CPU", "load": "Durchschnittliche Last", - "minute": "{{minute}} Minuten" + "minute": "{{minute}} Minuten", + "minutes": "{{minutes}} Minuten" }, "memory": { "label": "Arbeitsspeicher", diff --git a/public/locales/el/modules/health-monitoring.json b/public/locales/el/modules/health-monitoring.json index 686a5cf08..61657d02a 100644 --- a/public/locales/el/modules/health-monitoring.json +++ b/public/locales/el/modules/health-monitoring.json @@ -12,7 +12,8 @@ "cpu": { "label": "CPU", "load": "Μέσος Όρος Φόρτου", - "minute": "{{minute}} λεπτό" + "minute": "{{minute}} λεπτό", + "minutes": "{{minutes}} λεπτά" }, "memory": { "label": "Μνήμη", diff --git a/public/locales/es/modules/health-monitoring.json b/public/locales/es/modules/health-monitoring.json index dd45386b4..2cf988380 100644 --- a/public/locales/es/modules/health-monitoring.json +++ b/public/locales/es/modules/health-monitoring.json @@ -12,7 +12,8 @@ "cpu": { "label": "CPU", "load": "", - "minute": "" + "minute": "", + "minutes": "" }, "memory": { "label": "", diff --git a/public/locales/et/modules/health-monitoring.json b/public/locales/et/modules/health-monitoring.json index a00b40dd5..4b7023f9e 100644 --- a/public/locales/et/modules/health-monitoring.json +++ b/public/locales/et/modules/health-monitoring.json @@ -12,7 +12,8 @@ "cpu": { "label": "", "load": "", - "minute": "" + "minute": "", + "minutes": "" }, "memory": { "label": "", diff --git a/public/locales/fr/authentication/login.json b/public/locales/fr/authentication/login.json index 02fde6d7b..33a136eaa 100644 --- a/public/locales/fr/authentication/login.json +++ b/public/locales/fr/authentication/login.json @@ -16,8 +16,8 @@ }, "afterLoginRedirection": "Après la connexion, vous serez redirigé vers {{url}}", "providersEmpty": { - "title": "", - "message": "" + "title": "Erreur de fournisseur d'authentification", + "message": "Le(s) fournisseur(s) n'est (ne sont) pas défini(s), veuillez vérifier les journaux pour plus d'informations." } }, "alert": "Vos identifiants sont incorrects ou ce compte n'existe pas. Veuillez réessayer." diff --git a/public/locales/fr/modules/health-monitoring.json b/public/locales/fr/modules/health-monitoring.json index dd45386b4..071542e21 100644 --- a/public/locales/fr/modules/health-monitoring.json +++ b/public/locales/fr/modules/health-monitoring.json @@ -1,37 +1,38 @@ { "descriptor": { - "name": "", - "description": "", + "name": "Surveillance de l'état du système", + "description": "Informations concernant votre NAS", "settings": { - "title": "", + "title": "Surveillance de l'état du système", "fahrenheit": { - "label": "" + "label": "Fahrenheit" } } }, "cpu": { "label": "CPU", - "load": "", - "minute": "" + "load": "Charge moyenne", + "minute": "{{minute}} minute", + "minutes": "{{minutes}} minutes" }, "memory": { - "label": "", - "totalMem": "", - "available": "" + "label": "Mémoire", + "totalMem": "Mémoire totale : {{total}}GB", + "available": "Disponible : {{available}}GB - {{percentage}}%" }, "fileSystem": { - "label": "", - "available": "" + "label": "Système de fichiers", + "available": "Disponible : {{available}} - {{percentage}}%" }, "info": { - "uptime": "", - "updates": "", - "reboot": "" + "uptime": "Temps de disponibilité", + "updates": "Mises à jour", + "reboot": "Redémarrage" }, "errors": { "general": { - "title": "", - "text": "" + "title": "Impossible de trouver votre NAS", + "text": "Il y a eu un problème de connexion à votre NAS. Veuillez vérifier votre configuration ou intégration." } } } \ No newline at end of file diff --git a/public/locales/fr/modules/weather.json b/public/locales/fr/modules/weather.json index 8ba6181f0..13ecb8367 100644 --- a/public/locales/fr/modules/weather.json +++ b/public/locales/fr/modules/weather.json @@ -11,10 +11,10 @@ "label": "Afficher le nom de la ville" }, "displayWeekly": { - "label": "" + "label": "Afficher les prévisions hebdomadaires" }, "forecastDays": { - "label": "" + "label": "Nombre de jours à afficher" }, "location": { "label": "Lieu de la météo" diff --git a/public/locales/he/modules/health-monitoring.json b/public/locales/he/modules/health-monitoring.json index 20c70f59a..f4ecfe6e6 100644 --- a/public/locales/he/modules/health-monitoring.json +++ b/public/locales/he/modules/health-monitoring.json @@ -12,7 +12,8 @@ "cpu": { "label": "מעבד", "load": "טעינה ממוצעת", - "minute": "{{minute}} דקה" + "minute": "{{minute}} דקה", + "minutes": "{{minutes}} דקות" }, "memory": { "label": "זיכרון", diff --git a/public/locales/hr/modules/health-monitoring.json b/public/locales/hr/modules/health-monitoring.json index dd45386b4..2cf988380 100644 --- a/public/locales/hr/modules/health-monitoring.json +++ b/public/locales/hr/modules/health-monitoring.json @@ -12,7 +12,8 @@ "cpu": { "label": "CPU", "load": "", - "minute": "" + "minute": "", + "minutes": "" }, "memory": { "label": "", diff --git a/public/locales/hu/modules/health-monitoring.json b/public/locales/hu/modules/health-monitoring.json index 8efa9674f..26794222d 100644 --- a/public/locales/hu/modules/health-monitoring.json +++ b/public/locales/hu/modules/health-monitoring.json @@ -12,7 +12,8 @@ "cpu": { "label": "Processzor", "load": "", - "minute": "" + "minute": "", + "minutes": "" }, "memory": { "label": "", diff --git a/public/locales/it/modules/health-monitoring.json b/public/locales/it/modules/health-monitoring.json index 5dc0e2d4f..42c5de4fa 100644 --- a/public/locales/it/modules/health-monitoring.json +++ b/public/locales/it/modules/health-monitoring.json @@ -12,7 +12,8 @@ "cpu": { "label": "CPU", "load": "Utilizzo medio", - "minute": "{{minute}} minuto" + "minute": "{{minute}} minuto", + "minutes": "{{minutes}} minuti" }, "memory": { "label": "Memoria", diff --git a/public/locales/it/modules/weather.json b/public/locales/it/modules/weather.json index 24495d3cd..35affd9d5 100644 --- a/public/locales/it/modules/weather.json +++ b/public/locales/it/modules/weather.json @@ -11,10 +11,10 @@ "label": "Visualizza nome città" }, "displayWeekly": { - "label": "" + "label": "Visualizza Previsioni Settimanali" }, "forecastDays": { - "label": "" + "label": "Giorni Da Mostrare" }, "location": { "label": "Località meteo" diff --git a/public/locales/ja/modules/health-monitoring.json b/public/locales/ja/modules/health-monitoring.json index dd45386b4..2cf988380 100644 --- a/public/locales/ja/modules/health-monitoring.json +++ b/public/locales/ja/modules/health-monitoring.json @@ -12,7 +12,8 @@ "cpu": { "label": "CPU", "load": "", - "minute": "" + "minute": "", + "minutes": "" }, "memory": { "label": "", diff --git a/public/locales/ko/modules/health-monitoring.json b/public/locales/ko/modules/health-monitoring.json index dd45386b4..2cf988380 100644 --- a/public/locales/ko/modules/health-monitoring.json +++ b/public/locales/ko/modules/health-monitoring.json @@ -12,7 +12,8 @@ "cpu": { "label": "CPU", "load": "", - "minute": "" + "minute": "", + "minutes": "" }, "memory": { "label": "", diff --git a/public/locales/lt/modules/health-monitoring.json b/public/locales/lt/modules/health-monitoring.json index 083c6f96b..f664fa5e6 100644 --- a/public/locales/lt/modules/health-monitoring.json +++ b/public/locales/lt/modules/health-monitoring.json @@ -12,7 +12,8 @@ "cpu": { "label": "Procesorius", "load": "Apkrovos vidurkis", - "minute": "{{minute}} minutė" + "minute": "{{minute}} minutė", + "minutes": "" }, "memory": { "label": "Atmintis", diff --git a/public/locales/lv/authentication/login.json b/public/locales/lv/authentication/login.json index 420928116..0d4b49894 100644 --- a/public/locales/lv/authentication/login.json +++ b/public/locales/lv/authentication/login.json @@ -16,8 +16,8 @@ }, "afterLoginRedirection": "Pēc pieslēgšanās tiksiet novirzīts uz {{url}}", "providersEmpty": { - "title": "", - "message": "" + "title": "Autentifikācijas pakalpojuma kļūda", + "message": "Pakalpojuma sniedzējs(-i) nav iestatīts(-i), lūdzu, pārbaudiet žurnālus, lai iegūtu vairāk informācijas." } }, "alert": "Jūsu pieslēgšanās dati ir nepareizi vai šis konts nepastāv. Lūdzu, mēģiniet vēlreiz." diff --git a/public/locales/lv/modules/health-monitoring.json b/public/locales/lv/modules/health-monitoring.json index dd45386b4..00a378d5d 100644 --- a/public/locales/lv/modules/health-monitoring.json +++ b/public/locales/lv/modules/health-monitoring.json @@ -1,37 +1,38 @@ { "descriptor": { - "name": "", - "description": "", + "name": "Sistēmas Stāvokļa Uzraudzība", + "description": "Informācija par jūsu NAS", "settings": { - "title": "", + "title": "Sistēmas Stāvokļa Uzraudzība", "fahrenheit": { - "label": "" + "label": "Fārenheits" } } }, "cpu": { "label": "CPU", - "load": "", - "minute": "" + "load": "Vidējā slodze", + "minute": "{{minute}} minūte", + "minutes": "{{minutes}} minūtes" }, "memory": { - "label": "", - "totalMem": "", - "available": "" + "label": "Atmiņa", + "totalMem": "Kopējā atmiņa: {{total}}GB", + "available": "Pieejams: {{available}}GB - {{percentage}}%" }, "fileSystem": { - "label": "", - "available": "" + "label": "Failu Sistēma", + "available": "Pieejams: {{available}} - {{percentage}}%" }, "info": { - "uptime": "", - "updates": "", - "reboot": "" + "uptime": "Darbības laiks", + "updates": "Atjaunojumi", + "reboot": "Pārstartēt" }, "errors": { "general": { - "title": "", - "text": "" + "title": "Nevarēja atrast Jūsu NAS", + "text": "Veidojot savienojumu ar Jūsu NAS radās problēma. Lūdzu, pārbaudiet savu konfigurāciju/integrāciju(-as)." } } } \ No newline at end of file diff --git a/public/locales/lv/modules/weather.json b/public/locales/lv/modules/weather.json index f860f1b09..250996a34 100644 --- a/public/locales/lv/modules/weather.json +++ b/public/locales/lv/modules/weather.json @@ -11,10 +11,10 @@ "label": "Parādāmais Pilsētas Nosaukums" }, "displayWeekly": { - "label": "" + "label": "Rādīt nedēļas laika prognozi" }, "forecastDays": { - "label": "" + "label": "Rādāmās dienas" }, "location": { "label": "Laikapstākļu atrašānās vieta" diff --git a/public/locales/nl/modules/health-monitoring.json b/public/locales/nl/modules/health-monitoring.json index dd45386b4..2cf988380 100644 --- a/public/locales/nl/modules/health-monitoring.json +++ b/public/locales/nl/modules/health-monitoring.json @@ -12,7 +12,8 @@ "cpu": { "label": "CPU", "load": "", - "minute": "" + "minute": "", + "minutes": "" }, "memory": { "label": "", diff --git a/public/locales/no/modules/health-monitoring.json b/public/locales/no/modules/health-monitoring.json index dd45386b4..2cf988380 100644 --- a/public/locales/no/modules/health-monitoring.json +++ b/public/locales/no/modules/health-monitoring.json @@ -12,7 +12,8 @@ "cpu": { "label": "CPU", "load": "", - "minute": "" + "minute": "", + "minutes": "" }, "memory": { "label": "", diff --git a/public/locales/pl/modules/health-monitoring.json b/public/locales/pl/modules/health-monitoring.json index dd45386b4..2cf988380 100644 --- a/public/locales/pl/modules/health-monitoring.json +++ b/public/locales/pl/modules/health-monitoring.json @@ -12,7 +12,8 @@ "cpu": { "label": "CPU", "load": "", - "minute": "" + "minute": "", + "minutes": "" }, "memory": { "label": "", diff --git a/public/locales/pt/authentication/login.json b/public/locales/pt/authentication/login.json index e0011a8db..d08a2c77c 100644 --- a/public/locales/pt/authentication/login.json +++ b/public/locales/pt/authentication/login.json @@ -1,7 +1,7 @@ { - "metaTitle": "Login", + "metaTitle": "“Login”", "title": "Bem-vindo de volta!", - "text": "Digite suas credenciais", + "text": "Por favor insira suas credenciais", "form": { "fields": { "username": { @@ -16,8 +16,8 @@ }, "afterLoginRedirection": "Após o login, você será redirecionado para {{url}}", "providersEmpty": { - "title": "", - "message": "" + "title": "Erro do provedor de autenticação", + "message": "O(s) provedo(s) não está(ão) definido(s). Por favor, verifique seus logs para mais informações." } }, "alert": "Suas credenciais estão incorretas ou esta conta não existe. Tente novamente." diff --git a/public/locales/pt/modules/health-monitoring.json b/public/locales/pt/modules/health-monitoring.json index bcd7ddacd..86f8f7a54 100644 --- a/public/locales/pt/modules/health-monitoring.json +++ b/public/locales/pt/modules/health-monitoring.json @@ -12,7 +12,8 @@ "cpu": { "label": "CPU", "load": "Carga Média", - "minute": "{{minute}} minuto" + "minute": "{{minute}} minuto", + "minutes": "" }, "memory": { "label": "Memória", diff --git a/public/locales/pt/modules/weather.json b/public/locales/pt/modules/weather.json index 389d90f89..f2c3294dc 100644 --- a/public/locales/pt/modules/weather.json +++ b/public/locales/pt/modules/weather.json @@ -11,10 +11,10 @@ "label": "Exibir nome da cidade" }, "displayWeekly": { - "label": "" + "label": "Exibir previsão semanal" }, "forecastDays": { - "label": "" + "label": "Dias a exibir" }, "location": { "label": "Localização do tempo" diff --git a/public/locales/ru/modules/health-monitoring.json b/public/locales/ru/modules/health-monitoring.json index 3a55ed03f..74d25da55 100644 --- a/public/locales/ru/modules/health-monitoring.json +++ b/public/locales/ru/modules/health-monitoring.json @@ -12,7 +12,8 @@ "cpu": { "label": "ЦПУ", "load": "Средняя загрузка", - "minute": "{{minute}} минута" + "minute": "{{minute}} минута", + "minutes": "" }, "memory": { "label": "Память", diff --git a/public/locales/sk/authentication/login.json b/public/locales/sk/authentication/login.json index a4235f571..409418179 100644 --- a/public/locales/sk/authentication/login.json +++ b/public/locales/sk/authentication/login.json @@ -16,8 +16,8 @@ }, "afterLoginRedirection": "Po prihlásení budete presmerovaní na stránku {{url}}", "providersEmpty": { - "title": "", - "message": "" + "title": "Chyba poskytovateľa autorizácie", + "message": "Poskytovateľ(-lia) nie je(sú) nastavený(-í), ďalšie informácie nájdete v záznamoch." } }, "alert": "Vaše poverovacie údaje sú nesprávne alebo toto konto neexistuje. Skúste to prosím znova." diff --git a/public/locales/sk/modules/health-monitoring.json b/public/locales/sk/modules/health-monitoring.json index 1019267ae..eb35c5e29 100644 --- a/public/locales/sk/modules/health-monitoring.json +++ b/public/locales/sk/modules/health-monitoring.json @@ -12,7 +12,8 @@ "cpu": { "label": "CPU", "load": "Priemerná záťaž", - "minute": "{minutes} min." + "minute": "{minutes} min.", + "minutes": "{minutess} min" }, "memory": { "label": "Pamäť", diff --git a/public/locales/sk/modules/weather.json b/public/locales/sk/modules/weather.json index 50ffe08a5..b82d593f7 100644 --- a/public/locales/sk/modules/weather.json +++ b/public/locales/sk/modules/weather.json @@ -11,10 +11,10 @@ "label": "Zobrazenie názvu mesta" }, "displayWeekly": { - "label": "" + "label": "Zobraziť týždennú predpoveď" }, "forecastDays": { - "label": "" + "label": "Dni na zobrazenie" }, "location": { "label": "Poloha počasia" diff --git a/public/locales/sl/modules/health-monitoring.json b/public/locales/sl/modules/health-monitoring.json index dd45386b4..2cf988380 100644 --- a/public/locales/sl/modules/health-monitoring.json +++ b/public/locales/sl/modules/health-monitoring.json @@ -12,7 +12,8 @@ "cpu": { "label": "CPU", "load": "", - "minute": "" + "minute": "", + "minutes": "" }, "memory": { "label": "", diff --git a/public/locales/sv/modules/health-monitoring.json b/public/locales/sv/modules/health-monitoring.json index de23c2466..ced967533 100644 --- a/public/locales/sv/modules/health-monitoring.json +++ b/public/locales/sv/modules/health-monitoring.json @@ -12,7 +12,8 @@ "cpu": { "label": "CPU", "load": "Genomsnittlig belastning", - "minute": "{{minute}} minut" + "minute": "{{minute}} minut", + "minutes": "" }, "memory": { "label": "Minne", diff --git a/public/locales/tr/modules/health-monitoring.json b/public/locales/tr/modules/health-monitoring.json index 330a479d8..5d80a3c5c 100644 --- a/public/locales/tr/modules/health-monitoring.json +++ b/public/locales/tr/modules/health-monitoring.json @@ -12,7 +12,8 @@ "cpu": { "label": "CPU", "load": "Yük Ortalaması", - "minute": "{{minute}} dakika" + "minute": "{{minute}} dakika", + "minutes": "{{minutes}} dakika" }, "memory": { "label": "Bellek", diff --git a/public/locales/tw/authentication/login.json b/public/locales/tw/authentication/login.json index c71cb2b6c..9fa33391a 100644 --- a/public/locales/tw/authentication/login.json +++ b/public/locales/tw/authentication/login.json @@ -16,8 +16,8 @@ }, "afterLoginRedirection": "登入後,您將進入 {{url}}", "providersEmpty": { - "title": "", - "message": "" + "title": "驗證提供錯誤", + "message": "驗證伺服器未設定,請檢察您的日誌內容" } }, "alert": "您的憑證不正確或此帳號不存在,請重試" diff --git a/public/locales/tw/modules/health-monitoring.json b/public/locales/tw/modules/health-monitoring.json index 915360b65..76a0fc17c 100644 --- a/public/locales/tw/modules/health-monitoring.json +++ b/public/locales/tw/modules/health-monitoring.json @@ -1,37 +1,38 @@ { "descriptor": { - "name": "", - "description": "", + "name": "系統健康監控", + "description": "關於 NAS 訊息", "settings": { - "title": "", + "title": "系統健康監控", "fahrenheit": { - "label": "" + "label": "華氏度" } } }, "cpu": { "label": "處理器", - "load": "", - "minute": "" + "load": "平均負載", + "minute": "{{minute}} 分鐘", + "minutes": "{{minutes}} 分鐘" }, "memory": { - "label": "", - "totalMem": "", - "available": "" + "label": "記憶體", + "totalMem": "總記憶體: {{total}} GB", + "available": "可用: {{available}} GB - {{percentage}} %" }, "fileSystem": { - "label": "", - "available": "" + "label": "檔案系統", + "available": "可用: {{available}} - {{percentage}} %" }, "info": { - "uptime": "", - "updates": "", - "reboot": "" + "uptime": "運行時間", + "updates": "更新", + "reboot": "重新啟動" }, "errors": { "general": { - "title": "", - "text": "" + "title": "找不到您的 NAS", + "text": "連接您的NAS時出現問題,請確認配置/集成" } } } \ No newline at end of file diff --git a/public/locales/tw/modules/weather.json b/public/locales/tw/modules/weather.json index 77f5d1484..a4995b69f 100644 --- a/public/locales/tw/modules/weather.json +++ b/public/locales/tw/modules/weather.json @@ -11,10 +11,10 @@ "label": "顯示城市名稱" }, "displayWeekly": { - "label": "" + "label": "顯示每周預測" }, "forecastDays": { - "label": "" + "label": "顯示天數" }, "location": { "label": "天氣位置" diff --git a/public/locales/uk/modules/health-monitoring.json b/public/locales/uk/modules/health-monitoring.json index 43dc6133b..c5cddaa53 100644 --- a/public/locales/uk/modules/health-monitoring.json +++ b/public/locales/uk/modules/health-monitoring.json @@ -12,7 +12,8 @@ "cpu": { "label": "Процесор", "load": "", - "minute": "" + "minute": "", + "minutes": "" }, "memory": { "label": "", diff --git a/public/locales/vi/modules/health-monitoring.json b/public/locales/vi/modules/health-monitoring.json index f3849cb90..37f5a2828 100644 --- a/public/locales/vi/modules/health-monitoring.json +++ b/public/locales/vi/modules/health-monitoring.json @@ -12,7 +12,8 @@ "cpu": { "label": "CPU", "load": "Tải trung bình", - "minute": "{{minute}} phút" + "minute": "{{minute}} phút", + "minutes": "" }, "memory": { "label": "Bộ nhớ",