Skip to content

Commit

Permalink
Added new DE and FR translations for #250
Browse files Browse the repository at this point in the history
  • Loading branch information
sander1988 committed Nov 15, 2024
1 parent 517f97b commit 209e359
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion custom_components/indego/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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."
}
}
},
Expand Down
7 changes: 6 additions & 1 deletion custom_components/indego/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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."
}
}
},
Expand Down

0 comments on commit 209e359

Please sign in to comment.