core/homeassistant/components/netatmo/strings.json

42 lines
1.3 KiB
JSON

{
"config": {
"step": {
"pick_implementation": {
"title": "[%key:common::config_flow::title::oauth2_pick_implementation%]"
}
},
"abort": {
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]",
"authorize_url_timeout": "[%key:common::config_flow::abort::oauth2_authorize_url_timeout%]",
"missing_configuration": "[%key:common::config_flow::abort::oauth2_missing_configuration%]"
},
"create_entry": {
"default": "[%key:common::config_flow::create_entry::authenticated%]"
}
},
"options": {
"step": {
"public_weather": {
"data": {
"area_name": "Name of the area",
"lat_ne": "Latitude North-East corner",
"lon_ne": "Longitude North-East corner",
"lat_sw": "Latitude South-West corner",
"lon_sw": "Longitude South-West corner",
"mode": "Calculation",
"show_on_map": "Show on map"
},
"description": "Configure a public weather sensor for an area.",
"title": "Netatmo public weather sensor"
},
"public_weather_areas": {
"data": {
"new_area": "Area name",
"weather_areas": "Weather areas"
},
"description": "Configure public weather sensors.",
"title": "Netatmo public weather sensor"
}
}
}
}