From 209e359e52ce5b731a7cf8c1ab569f8af3d469e0 Mon Sep 17 00:00:00 2001 From: Sander Peterse Date: Fri, 15 Nov 2024 15:46:21 +0100 Subject: [PATCH] Added new DE and FR translations for #250 --- custom_components/indego/translations/de.json | 7 ++++++- custom_components/indego/translations/fr.json | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/custom_components/indego/translations/de.json b/custom_components/indego/translations/de.json index d7ab6eb..36fb033 100644 --- a/custom_components/indego/translations/de.json +++ b/custom_components/indego/translations/de.json @@ -3,7 +3,8 @@ "abort": { "already_configured": "Dieser Bosch Indego Mähroboter wurde bereits konfiguriert!", "connection_error": "Die Verbindung zur Bosch Indego API ist fehlgeschlagen! Bitte die Known Issues Seite (https://github.com/sander1988/Indego?tab=readme-ov-file#known-issues) für möglche Lösungen nutzen.", - "no_mowers_found": "In diesem Bosch Indego Account wurden keine Mähroboter gefunden!" + "no_mowers_found": "In diesem Bosch Indego Account wurden keine Mähroboter gefunden!", + "reauth_successful": "Re-Authentifizierung war erfolgreich. Zugang zur Bosch API wurde wiederhergestellt." }, "step": { "advanced": { @@ -20,6 +21,10 @@ "mower_name": "Mähroboter Name" }, "description": "Bitte die Seriennummer des Bosch Mähroboters, der hinzugefügt werden soll, auswählen." + }, + "reauth_confirm": { + "title": "Authentifizierung abgelaufen", + "description": "Die Bosch Indego API Authentifizierung ist abgelaufen. Bitte mit der Bosch SingleKey ID neu Authentifizieren." } } }, diff --git a/custom_components/indego/translations/fr.json b/custom_components/indego/translations/fr.json index 1a090e6..8b5ee02 100644 --- a/custom_components/indego/translations/fr.json +++ b/custom_components/indego/translations/fr.json @@ -3,7 +3,8 @@ "abort": { "already_configured": "Cette tondeuse Bosch Indego a déjà été configurée !", "connection_error": "La connexion à l'API Bosch Indego a échoué ! Regardez la page des problèmes connus (https://github.com/sander1988/Indego?tab=readme-ov-file#known-issues) pour trouver une solution éventuelle.", - "no_mowers_found": "Aucune tondeuse n'a été trouvée sur ce compte Bosch Indego !" + "no_mowers_found": "Aucune tondeuse n'a été trouvée sur ce compte Bosch Indego !", + "reauth_successful": "Ré-authentication réussie. L'accès à l'API Bosch a été rétabli." }, "step": { "advanced": { @@ -20,6 +21,10 @@ "mower_name": "Nom de la tondeuse" }, "description": "Sélectionez le numéro de série de la tondeuse Bosch que vous souhaitez ajouter." + }, + "reauth_confirm": { + "title": "Authentication expirée", + "description": "L'authentification de l'API Bosch Indego a expiré. Re-authentifiez-vous avec votre Bosch SingleKey ID." } } },