core/homeassistant/components/tesla/translations/de.json

23 lines
536 B
JSON

{
"config": {
"step": {
"user": {
"data": {
"password": "Passwort",
"username": "E-Mail-Adresse"
},
"description": "Bitte gib deine Daten ein.",
"title": "Tesla - Konfiguration"
}
}
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Sekunden zwischen den Scans"
}
}
}
}
}