core/homeassistant/components/netatmo/translations/en.json

43 lines
1.6 KiB
JSON
Raw Normal View History

2020-01-11 11:20:00 +00:00
{
2020-07-10 00:03:39 +00:00
"config": {
"abort": {
"authorize_url_timeout": "Timeout generating authorize URL.",
2020-08-05 00:02:19 +00:00
"missing_configuration": "The component is not configured. Please follow the documentation.",
2020-09-11 00:09:17 +00:00
"no_url_available": "No URL available. For information about this error, [check the help section]({docs_url})",
2020-08-05 00:02:19 +00:00
"single_instance_allowed": "Already configured. Only a single configuration possible."
2020-01-12 00:32:04 +00:00
},
2020-07-10 00:03:39 +00:00
"create_entry": {
"default": "Successfully authenticated"
2020-01-12 00:32:04 +00:00
},
2020-07-10 00:03:39 +00:00
"step": {
"pick_implementation": {
"title": "Pick Authentication Method"
}
}
},
"options": {
"step": {
"public_weather": {
"data": {
"area_name": "Name of the area",
"lat_ne": "Latitude North-East corner",
"lat_sw": "Latitude South-West corner",
"lon_ne": "Longitude North-East 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"
}
}
2020-04-16 20:00:10 +00:00
}
2020-01-11 11:20:00 +00:00
}