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

39 lines
1.5 KiB
JSON
Raw Normal View History

{
"config": {
"abort": {
"authorize_url_fail": "Unknown error generating an authorize url.",
2020-10-12 00:03:31 +00:00
"authorize_url_timeout": "Timeout generating authorize URL.",
"missing_configuration": "The component is not configured. Please follow the documentation.",
2020-10-27 00:06:28 +00:00
"no_url_available": "No URL available. For information about this error, [check the help section]({docs_url})",
2020-10-12 00:03:31 +00:00
"single_instance_allowed": "Already configured. Only a single configuration possible."
},
2020-10-22 00:09:52 +00:00
"create_entry": {
"default": "Successfully authenticated"
},
"error": {
"internal_error": "Internal error validating code",
2020-10-12 00:03:31 +00:00
"invalid_pin": "Invalid PIN Code",
"timeout": "Timeout validating code",
2020-10-12 00:03:31 +00:00
"unknown": "Unexpected error"
},
"step": {
"init": {
"data": {
"flow_impl": "Provider"
},
2020-10-12 00:03:31 +00:00
"description": "Pick Authentication Method",
"title": "Authentication Provider"
},
"link": {
"data": {
2020-10-12 00:03:31 +00:00
"code": "PIN Code"
},
"description": "To link your Nest account, [authorize your account]({url}).\n\nAfter authorization, copy-paste the provided pin code below.",
"title": "Link Nest Account"
2020-10-22 00:09:52 +00:00
},
"pick_implementation": {
"title": "Pick Authentication Method"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
}