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

52 lines
2.0 KiB
JSON
Raw Normal View History

{
"config": {
"abort": {
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-12-21 00:04:09 +00:00
"reauth_successful": "Re-authentication was successful",
2020-11-25 00:03:05 +00:00
"single_instance_allowed": "Already configured. Only a single configuration possible.",
2021-02-05 00:03:54 +00:00
"unknown_authorize_url_generation": "Unknown error generating an authorize URL."
},
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"
},
2021-03-16 00:04:36 +00:00
"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-12-21 00:04:09 +00:00
},
"reauth_confirm": {
"description": "The Nest integration needs to re-authenticate your account",
"title": "Reauthenticate Integration"
}
2020-04-15 16:51:07 +00:00
}
},
"device_automation": {
"trigger_type": {
"camera_motion": "Motion detected",
2020-12-01 00:03:00 +00:00
"camera_person": "Person detected",
"camera_sound": "Sound detected",
"doorbell_chime": "Doorbell pressed"
}
2020-04-16 20:00:10 +00:00
}
2020-12-01 00:03:00 +00:00
}