From 4c6589a57ecac8bc81b5c05c7169e1e52baab02a Mon Sep 17 00:00:00 2001 From: gcarret Date: Sun, 27 Aug 2017 14:30:58 +0200 Subject: [PATCH] Update fr.json with added translations --- translations/fr.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/translations/fr.json b/translations/fr.json index d27bc7e6..0ef7ae0d 100644 --- a/translations/fr.json +++ b/translations/fr.json @@ -4,7 +4,9 @@ "TODAY": "Aujourd'hui", "TOMORROW": "Demain", "RUNNING": "Se termine dans", - "EMPTY": "Aucun RDV.", + "EMPTY": "Aucun RDV à venir.", + + "WEEK": "Semaine", "N": "N", "NNE": "NNE", @@ -21,5 +23,9 @@ "W": "O", "WNW": "ONO", "NW": "NO", - "NNW": "NNO" + "NNW": "NNO", + + "UPDATE_NOTIFICATION": "Une mise à jour de MagicMirror² est disponible", + "UPDATE_NOTIFICATION_MODULE": "Une mise à jour est disponible pour le module MODULE_NAME .", +"UPDATE_INFO": "L'installation actuelle est COMMIT_COUNT en retard sur la branche BRANCH_NAME ." }