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

48 lines
1.4 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Location is already configured",
"reauth_successful": "Re-authentication was successful"
},
"error": {
"invalid_auth": "Invalid authentication",
"no_stations": "Could not find any station in range."
},
"step": {
"reauth_confirm": {
"data": {
"api_key": "API Key"
}
},
"select_station": {
"data": {
"stations": "Stations"
},
"description": "found {stations_count} stations in radius",
"title": "Select stations to add"
},
"user": {
"data": {
"api_key": "API Key",
"fuel_types": "Fuel types",
"location": "Location",
"name": "Region name",
"radius": "Search radius",
"stations": "Additional fuel stations"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Update Interval",
"show_on_map": "Show stations on map",
"stations": "Stations"
},
"title": "Tankerkoenig options"
}
}
}
}