core/homeassistant/components/tankerkoenig/strings.json

66 lines
1.6 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"
}
},
"reauth_confirm": {
"data": {
"api_key": "[%key:common::config_flow::data::api_key%]"
}
},
"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%]",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
},
"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": {
"stations": "[%key:component::tankerkoenig::config::step::select_station::data::stations%]",
"show_on_map": "Show stations on map"
}
}
}
},
"entity": {
"binary_sensor": {
"status": {
"name": "Status"
}
},
"sensor": {
"e5": {
"name": "Super"
},
"e10": {
"name": "Super E10"
},
"diesel": {
"name": "Diesel"
}
}
}
}