1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-21 02:18:47 +00:00
Files
core/homeassistant/components/met/strings.json
2025-12-29 22:12:40 +01:00

41 lines
1.2 KiB
JSON

{
"config": {
"abort": {
"no_home": "No home coordinates are set in the Home Assistant configuration"
},
"error": {
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
},
"step": {
"user": {
"data": {
"elevation": "[%key:common::config_flow::data::elevation%]",
"latitude": "[%key:common::config_flow::data::latitude%]",
"longitude": "[%key:common::config_flow::data::longitude%]",
"name": "[%key:common::config_flow::data::name%]"
},
"description": "Meteorologisk institutt",
"title": "[%key:common::config_flow::data::location%]"
}
}
},
"exceptions": {
"update_failed": {
"message": "Update of data from the web site failed: {error}"
}
},
"options": {
"step": {
"init": {
"data": {
"elevation": "[%key:common::config_flow::data::elevation%]",
"latitude": "[%key:common::config_flow::data::latitude%]",
"longitude": "[%key:common::config_flow::data::longitude%]",
"name": "[%key:common::config_flow::data::name%]"
},
"title": "[%key:common::config_flow::data::location%]"
}
}
}
}