From 41fed4f1b0a66c761d2b81cbd4863ae873874936 Mon Sep 17 00:00:00 2001 From: Ludovic Date: Fri, 27 Oct 2017 06:29:45 +0200 Subject: [PATCH] Start french translation (#482) Note really happy with `logbook` translation but someone will probably find something more suitable. --- translations/fr.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 translations/fr.json diff --git a/translations/fr.json b/translations/fr.json new file mode 100644 index 0000000000..1b0d97d828 --- /dev/null +++ b/translations/fr.json @@ -0,0 +1,12 @@ +{ + "language": { + "fr": "Français" + }, + "panel": { + "states": "États", + "map": "Carte", + "logbook": "Registre", + "history": "Historique", + "log_out": "Se déconnecter" + } +}