Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add german translation file #129

Merged
merged 2 commits into from
Mar 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions custom_components/toyota/translations/de.json
Original file line number Diff line number Diff line change
@@ -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."
}
}
}
}
}