Merge pull request #1006 from gcarret/patch-1

Added translations for french language
This commit is contained in:
Michael Teeuw 2017-08-29 14:17:43 +02:00 committed by GitHub
commit 763d835f4e

View File

@ -3,8 +3,11 @@
"TODAY": "Aujourd'hui",
"TOMORROW": "Demain",
"DAYAFTERTOMORROW": "Après-demain",
"RUNNING": "Se termine dans",
"EMPTY": "Aucun RDV.",
"EMPTY": "Aucun RDV à venir.",
"WEEK": "Semaine",
"N": "N",
"NNE": "NNE",
@ -21,5 +24,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 ."
}