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

70 lines
3.0 KiB
JSON

{
"config": {
"abort": {
"authorize_url_timeout": "Timeout generating authorize URL.",
"invalid_access_token": "Invalid access token",
"missing_configuration": "The component is not configured. Please follow the documentation.",
"no_url_available": "No URL available. For information about this error, [check the help section]({docs_url})",
"reauth_successful": "Re-authentication was successful",
"single_instance_allowed": "Already configured. Only a single configuration possible.",
"unknown_authorize_url_generation": "Unknown error generating an authorize URL."
},
"create_entry": {
"default": "Successfully authenticated"
},
"error": {
"bad_project_id": "Please enter a valid Cloud Project ID (check Cloud Console)",
"internal_error": "Internal error validating code",
"invalid_pin": "Invalid PIN Code",
"subscriber_error": "Unknown subscriber error, see logs",
"timeout": "Timeout validating code",
"unknown": "Unexpected error",
"wrong_project_id": "Please enter a valid Cloud Project ID (found Device Access Project ID)"
},
"step": {
"auth": {
"data": {
"code": "Access Token"
},
"description": "To link your Google account, [authorize your account]({url}).\n\nAfter authorization, copy-paste the provided Auth Token code below.",
"title": "Link Google Account"
},
"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"
},
"pick_implementation": {
"title": "Pick Authentication Method"
},
"pubsub": {
"data": {
"cloud_project_id": "Google Cloud Project ID"
},
"description": "Visit the [Cloud Console]({url}) to find your Google Cloud Project ID.",
"title": "Configure Google Cloud"
},
"reauth_confirm": {
"description": "The Nest integration needs to re-authenticate your account",
"title": "Reauthenticate Integration"
}
}
},
"device_automation": {
"trigger_type": {
"camera_motion": "Motion detected",
"camera_person": "Person detected",
"camera_sound": "Sound detected",
"doorbell_chime": "Doorbell pressed"
}
}
}