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

49 lines
2.9 KiB
JSON

{
"config": {
"abort": {
"invalid_webhook_url": "Home Assistant is not configured correctly to receive updates from SmartThings. The webhook URL is invalid:\n> {webhook_url}\n\nPlease update your configuration per the [instructions]({component_url}), restart Home Assistant, and try again.",
"no_available_locations": "There are no available SmartThings Locations to setup in Home Assistant."
},
"error": {
"app_not_installed": "Please ensure you have installed and authorized the Home Assistant SmartApp and try again.",
"app_setup_error": "Unable to setup the SmartApp. Please try again.",
"base_url_not_https": "The `base_url` for the `http` component must be configured and start with `https://`.",
"token_already_setup": "The token has already been setup.",
"token_forbidden": "The token does not have the required OAuth scopes.",
"token_invalid_format": "The token must be in the UID/GUID format",
"token_unauthorized": "The token is invalid or no longer authorized.",
"webhook_error": "SmartThings could not validate the webhook URL. Please ensure the webhook URL is reachable from the internet and try again."
},
"step": {
"authorize": {
"title": "Authorize Home Assistant"
},
"pat": {
"data": {
"access_token": "Access Token"
},
"description": "Please enter a SmartThings [Personal Access Token]({token_url}) that has been created per the [instructions]({component_url}). This will be used to create the Home Assistant integration within your SmartThings account.",
"title": "Enter Personal Access Token"
},
"select_location": {
"data": {
"location_id": "Location"
},
"description": "Please select the SmartThings Location you wish to add to Home Assistant. We will then open a new window and ask you to login and authorize installation of the Home Assistant integration into the selected location.",
"title": "Select Location"
},
"user": {
"data": {
"access_token": "Access Token"
},
"description": "SmartThings will be configured to send push updates to Home Assistant at:\n> {webhook_url}\n\nIf this is not correct, please update your configuration, restart Home Assistant, and try again.",
"title": "Confirm Callback URL"
},
"wait_install": {
"description": "Please install the Home Assistant SmartApp in at least one location and click submit.",
"title": "Install SmartApp"
}
}
},
"title": "SmartThings"
}