core/homeassistant/components/tankerkoenig/strings.json

42 lines
1.1 KiB
JSON

{
"config": {
"step": {
"user": {
"data": {
"name": "Region name",
"api_key": "[%key:common::config_flow::data::api_key%]",
"fuel_types": "Fuel types",
"location": "[%key:common::config_flow::data::location%]",
"stations": "Additional fuel stations",
"radius": "Search radius"
}
},
"select_station": {
"title": "Select stations to add",
"description": "found {stations_count} stations in radius",
"data": {
"stations": "Stations"
}
}
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_location%]"
},
"error": {
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"no_stations": "Could not find any station in range."
}
},
"options": {
"step": {
"init": {
"title": "Tankerkoenig options",
"data": {
"scan_interval": "Update Interval",
"show_on_map": "Show stations on map"
}
}
}
}
}