diff --git a/custom_components/toyota/translations/de.json b/custom_components/toyota/translations/de.json new file mode 100644 index 0000000..a5f2020 --- /dev/null +++ b/custom_components/toyota/translations/de.json @@ -0,0 +1,30 @@ +{ + "config": { + "step": { + "user": { + "description": "Bitte gebe unten deine E-Mail-Adresse und dein Passwort für MyT ein.", + "data": { + "email": "E-Mail", + "password": "Passwort", + "region": "Region (Zurzeit wird nur Europa unterstützt)" + } + } + }, + "error": { + "invalid_username": "E-Mail muss @ enthalten.", + "region_not_supported": "Region wird nicht unterstützt.", + "invalid_auth": "E-Mail/Passwort ist falsch.", + "invalid_locale": "Der Sprachcode ist nicht gültig.", + "unknown": "Unerwarteter Fehler." + } + }, + "options": { + "step": { + "init": { + "data": { + "use_liters": "Verwende Liter (L/100 Meilen) anstelle von MPG. Nur anwendbar, wenn dein Fahrzeug Daten in Meilen (imperiales Einheitensystem) meldet." + } + } + } + } +}