1
mirror of https://github.com/home-assistant/core synced 2024-10-04 07:58:43 +02:00
ha-core/homeassistant/components/gios/strings.json
2022-03-28 10:41:39 -07:00

27 lines
763 B
JSON

{
"config": {
"step": {
"user": {
"title": "GIO\u015a (Polish Chief Inspectorate Of Environmental Protection)",
"data": {
"name": "[%key:common::config_flow::data::name%]",
"station_id": "ID of the measuring station"
}
}
},
"error": {
"wrong_station_id": "ID of the measuring station is not correct.",
"invalid_sensors_data": "Invalid sensors' data for this measuring station.",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_location%]"
}
},
"system_health": {
"info": {
"can_reach_server": "Reach GIO\u015a server"
}
}
}