core/homeassistant/components/gios/strings.json

28 lines
993 B
JSON

{
"config": {
"step": {
"user": {
"title": "GIO\u015a (Polish Chief Inspectorate Of Environmental Protection)",
"description": "Set up GIO\u015a (Polish Chief Inspectorate Of Environmental Protection) air quality integration. If you need help with the configuration have a look here: https://www.home-assistant.io/integrations/gios",
"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"
}
}
}