hass-core/homeassistant/components/meteo_france/strings.json
Erik Montnemery b145352bbb
Modernize meteo_france weather (#98022)
* Modernize meteofrance weather

* Remove options flow

* Remove unused constant

* Format code

---------

Co-authored-by: Quentin POLLET <polletquentin74@me.com>
2023-08-24 13:44:43 +02:00

25 lines
680 B
JSON

{
"config": {
"step": {
"user": {
"description": "Enter the postal code (only for France, recommended) or city name",
"data": {
"city": "City"
}
},
"cities": {
"description": "Choose your city from the list",
"data": {
"city": "[%key:component::meteo_france::config::step::user::data::city%]"
}
}
},
"error": {
"empty": "No result in city search: please check the city field"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_location%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
}
}
}