From e5adbea49c5341451a6a3149df2cf8af812037c9 Mon Sep 17 00:00:00 2001 From: Teddy Date: Thu, 14 Sep 2023 15:32:24 +0200 Subject: [PATCH] Update french translation (#3194) Updated the French translation according to the English file. --------- Co-authored-by: TeddyStarinvest --- CHANGELOG.md | 1 + translations/fr.json | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca9184d7..8616abaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ _This release is scheduled to be released on 2023-10-01._ - Update typescript definition for modules - Cleaned up nunjuck templates - Replace `node-fetch` with internal fetch (#2649) and remove `digest-fetch` +- Updated the French translation according to the English file. ### Fixed diff --git a/translations/fr.json b/translations/fr.json index 1e4a2946..319e0fda 100644 --- a/translations/fr.json +++ b/translations/fr.json @@ -29,9 +29,16 @@ "FEELS": "Ressenti {DEGREE}", "PRECIP_POP": "Probabilité de précipitations", + "PRECIP_AMOUNT": "Quantité des précipitations", "MODULE_CONFIG_CHANGED": "Les options de configuration du module {MODULE_NAME} ont changé.\nVeuillez consulter la documentation.", "MODULE_CONFIG_ERROR": "Erreur dans le module {MODULE_NAME}. {ERROR}", + "MODULE_ERROR_MALFORMED_URL": "URL mal formée.", + "MODULE_ERROR_NO_CONNECTION": "Pas de connexion Internet.", + "MODULE_ERROR_UNAUTHORIZED": "L'autorisation à échouée.", + "MODULE_ERROR_UNSPECIFIED": "Consultez les journaux pour plus de détails.", + + "NEWSFEED_NO_ITEMS": "Aucune nouvelle pour le moment.", "UPDATE_NOTIFICATION": "Une mise à jour de MagicMirror² est disponible", "UPDATE_NOTIFICATION_MODULE": "Une mise à jour est disponible pour le module {MODULE_NAME}.",