1
mirror of https://github.com/home-assistant/core synced 2024-08-31 05:57:13 +02:00
ha-core/homeassistant/components/ipma/strings.json
2020-11-30 16:24:18 +01:00

23 lines
655 B
JSON

{
"config": {
"step": {
"user": {
"title": "[%key:common::config_flow::data::location%]",
"description": "Instituto Portugu\u00eas do Mar e Atmosfera",
"data": {
"name": "[%key:common::config_flow::data::name%]",
"latitude": "[%key:common::config_flow::data::latitude%]",
"longitude": "[%key:common::config_flow::data::longitude%]",
"mode": "[%key:common::config_flow::data::mode%]"
}
}
},
"error": { "name_exists": "Name already exists" }
},
"system_health": {
"info": {
"api_endpoint_reachable": "IPMA API endpoint reachable"
}
}
}