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

48 lines
1.5 KiB
JSON
Raw Normal View History

2022-04-29 00:22:21 +00:00
{
"config": {
"abort": {
2022-06-02 00:27:51 +00:00
"already_configured": "Standort ist bereits konfiguriert",
"reauth_successful": "Die erneute Authentifizierung war erfolgreich"
2022-04-29 00:22:21 +00:00
},
"error": {
"invalid_auth": "Ung\u00fcltige Authentifizierung",
"no_stations": "Konnte keine Station in Reichweite finden."
},
"step": {
2022-06-02 00:27:51 +00:00
"reauth_confirm": {
"data": {
"api_key": "API-Schl\u00fcssel"
}
},
2022-04-29 00:22:21 +00:00
"select_station": {
"data": {
"stations": "Stationen"
},
"description": "{stations_count} Stationen im Umkreis gefunden",
"title": "W\u00e4hle Stationen zum Hinzuf\u00fcgen aus"
},
"user": {
"data": {
"api_key": "API-Schl\u00fcssel",
"fuel_types": "Kraftstoffarten",
"location": "Standort",
"name": "Name der Region",
"radius": "Suchradius",
"stations": "Zus\u00e4tzliche Tankstellen"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Update-Intervall",
2022-05-29 00:23:25 +00:00
"show_on_map": "Stationen auf der Karte anzeigen",
"stations": "Stationen"
2022-04-29 00:22:21 +00:00
},
"title": "Tankerkoenig Optionen"
}
}
}
}