From baedc001d9ce69c7609e8160ae5cf45d46511aa0 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Sat, 19 Oct 2024 01:41:53 +0900 Subject: [PATCH] chore: New Crowdin updates (#2123) * New translations health-monitoring.json (Greek) * New translations login.json (French) * New translations customize.json (French) --- public/locales/el/modules/health-monitoring.json | 2 +- public/locales/fr/authentication/login.json | 2 +- public/locales/fr/boards/customize.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/el/modules/health-monitoring.json b/public/locales/el/modules/health-monitoring.json index eb28b29f8..8d3a2f26e 100644 --- a/public/locales/el/modules/health-monitoring.json +++ b/public/locales/el/modules/health-monitoring.json @@ -86,7 +86,7 @@ }, "info": { "uptime": "Χρόνος Λειτουργίας", - "uptimeFormat": "", + "uptimeFormat": "{{days}} ημέρες, {{hours}} ώρες, {{minutes}} λεπτά", "updates": "Διαθέσιμες ενημερώσεις", "reboot": "Επανεκκίνηση" }, diff --git a/public/locales/fr/authentication/login.json b/public/locales/fr/authentication/login.json index 33a136eaa..ebdb08346 100644 --- a/public/locales/fr/authentication/login.json +++ b/public/locales/fr/authentication/login.json @@ -16,7 +16,7 @@ }, "afterLoginRedirection": "Après la connexion, vous serez redirigé vers {{url}}", "providersEmpty": { - "title": "Erreur de fournisseur d'authentification", + "title": "Erreur du 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." } }, diff --git a/public/locales/fr/boards/customize.json b/public/locales/fr/boards/customize.json index 548ca7342..e75b1b165 100644 --- a/public/locales/fr/boards/customize.json +++ b/public/locales/fr/boards/customize.json @@ -4,7 +4,7 @@ "backToBoard": "Retour au tableau de bord", "settings": { "appearance": { - "primaryColor": "Couleur primaire", + "primaryColor": "Couleur principale", "secondaryColor": "Couleur secondaire" } },