From b1c912a8600b55eb5d5d39e828e53898ae3d0053 Mon Sep 17 00:00:00 2001 From: Quentame Date: Wed, 4 Sep 2019 13:31:45 +0200 Subject: [PATCH] Add French translation to Linky config flow --- .../components/linky/.translations/fr.json | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 homeassistant/components/linky/.translations/fr.json diff --git a/homeassistant/components/linky/.translations/fr.json b/homeassistant/components/linky/.translations/fr.json new file mode 100644 index 00000000000000..af12c2b654d8ff --- /dev/null +++ b/homeassistant/components/linky/.translations/fr.json @@ -0,0 +1,25 @@ +{ + "config": { + "abort": { + "username_exists": "Compte d\u00e9j\u00e0 configur\u00e9" + }, + "error": { + "access": "Impossible d'acc\u00e9der \u00e0 Enedis.fr, merci de v\u00e9rifier votre connexion internet", + "enedis": "Erreur d'Enedis.fr: merci de r\u00e9essayer plus tard (pas entre 23h et 2h)", + "unknown": "Erreur inconnue: merci de r\u00e9essayer plus tard (pas entre 23h et 2h)", + "username_exists": "Compte d\u00e9j\u00e0 configur\u00e9", + "wrong_login": "Impossible de vous identifier: merci de v\u00e9rifier vos identifiants" + }, + "step": { + "user": { + "data": { + "password": "Mot de passe", + "username": "Email" + }, + "description": "Entrez vos identifiants", + "title": "Linky" + } + }, + "title": "Linky" + } +} \ No newline at end of file