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

35 lines
1.5 KiB
JSON

{
"config": {
"abort": {
"already_setup": "You can only configure a single Nest account.",
"authorize_url_fail": "Unknown error generating an authorize url.",
"authorize_url_timeout": "Timeout generating authorize URL.",
"missing_configuration": "The component is not configured. Please follow the documentation.",
"no_flows": "You need to configure Nest before being able to authenticate with it. [Please read the instructions](https://www.home-assistant.io/components/nest/).",
"single_instance_allowed": "Already configured. Only a single configuration possible."
},
"error": {
"internal_error": "Internal error validating code",
"invalid_code": "Invalid code",
"invalid_pin": "Invalid PIN Code",
"timeout": "Timeout validating code",
"unknown": "Unexpected error"
},
"step": {
"init": {
"data": {
"flow_impl": "Provider"
},
"description": "Pick Authentication Method",
"title": "Authentication Provider"
},
"link": {
"data": {
"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"
}
}
}
}