Files
core/homeassistant/components/gios/strings.json
Paulus Schoutsen 86f09a42a2 Fix translations
2020-04-15 10:00:37 -07:00

24 lines
881 B
JSON

{
"title": "GIOŚ",
"config": {
"step": {
"user": {
"title": "GIOŚ (Polish Chief Inspectorate Of Environmental Protection)",
"description": "Set up GIOŚ (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": "Name of the integration",
"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": "Cannot connect to the GIOŚ server."
},
"abort": {
"already_configured": "GIOŚ integration for this measuring station is already configured."
}
}
}