2020-04-20 23:25:35 +00:00
|
|
|
{
|
|
|
|
"common": {
|
|
|
|
"state": {
|
|
|
|
"off": "Off",
|
|
|
|
"on": "On",
|
|
|
|
"open": "Open",
|
|
|
|
"closed": "Closed",
|
|
|
|
"connected": "Connected",
|
|
|
|
"disconnected": "Disconnected",
|
|
|
|
"locked": "Locked",
|
|
|
|
"unlocked": "Unlocked",
|
|
|
|
"active": "Active",
|
|
|
|
"idle": "Idle",
|
|
|
|
"standby": "Standby",
|
|
|
|
"paused": "Paused",
|
|
|
|
"home": "Home",
|
|
|
|
"not_home": "Away"
|
2020-05-05 03:10:39 +00:00
|
|
|
},
|
|
|
|
"config_flow": {
|
|
|
|
"title": {
|
|
|
|
"oauth2_pick_implementation": "Pick Authentication Method",
|
2020-10-15 21:35:00 +00:00
|
|
|
"reauth": "Reauthenticate Integration",
|
2020-05-05 03:10:39 +00:00
|
|
|
"via_hassio_addon": "{name} via Home Assistant add-on"
|
|
|
|
},
|
|
|
|
"description": {
|
2020-05-05 04:31:23 +00:00
|
|
|
"confirm_setup": "Do you want to start set up?"
|
2020-05-05 03:10:39 +00:00
|
|
|
},
|
|
|
|
"data": {
|
2020-10-03 13:28:42 +00:00
|
|
|
"name": "Name",
|
2020-05-12 16:08:07 +00:00
|
|
|
"email": "Email",
|
2020-05-05 03:10:39 +00:00
|
|
|
"username": "Username",
|
|
|
|
"password": "Password",
|
|
|
|
"host": "Host",
|
2020-07-06 16:59:57 +00:00
|
|
|
"ip": "IP Address",
|
2020-05-05 03:10:39 +00:00
|
|
|
"port": "Port",
|
2020-08-10 20:51:37 +00:00
|
|
|
"url": "URL",
|
2020-05-05 03:10:39 +00:00
|
|
|
"usb_path": "USB Device Path",
|
|
|
|
"access_token": "Access Token",
|
2020-10-01 13:36:57 +00:00
|
|
|
"api_key": "API Key",
|
2020-10-03 13:26:37 +00:00
|
|
|
"api_token": "API Token",
|
2020-10-03 14:06:45 +00:00
|
|
|
"ssl": "Uses an SSL certificate",
|
|
|
|
"verify_ssl": "Verify SSL certificate",
|
2020-10-27 04:30:20 +00:00
|
|
|
"elevation": "Elevation",
|
2020-10-01 13:36:57 +00:00
|
|
|
"longitude": "Longitude",
|
2020-10-06 09:00:36 +00:00
|
|
|
"latitude": "Latitude",
|
2020-10-25 22:41:26 +00:00
|
|
|
"location": "Location",
|
2020-10-27 04:29:49 +00:00
|
|
|
"pin": "PIN Code",
|
|
|
|
"mode": "Mode"
|
2020-05-05 03:10:39 +00:00
|
|
|
},
|
|
|
|
"create_entry": {
|
|
|
|
"authenticated": "Successfully authenticated"
|
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"cannot_connect": "Failed to connect",
|
2020-10-07 09:24:31 +00:00
|
|
|
"invalid_access_token": "Invalid access token",
|
|
|
|
"invalid_api_key": "Invalid API key",
|
2020-05-05 03:10:39 +00:00
|
|
|
"invalid_auth": "Invalid authentication",
|
2020-10-07 09:24:31 +00:00
|
|
|
"invalid_host": "Invalid hostname or IP address",
|
2021-12-20 08:00:49 +00:00
|
|
|
"unknown": "Unexpected error",
|
|
|
|
"timeout_connect": "Timeout establishing connection"
|
2020-05-05 03:10:39 +00:00
|
|
|
},
|
|
|
|
"abort": {
|
|
|
|
"single_instance_allowed": "Already configured. Only a single configuration possible.",
|
|
|
|
"already_configured_account": "Account is already configured",
|
|
|
|
"already_configured_device": "Device is already configured",
|
2020-10-07 03:34:06 +00:00
|
|
|
"already_configured_location": "Location is already configured",
|
|
|
|
"already_configured_service": "Service is already configured",
|
2020-10-03 13:49:09 +00:00
|
|
|
"already_in_progress": "Configuration flow is already in progress",
|
2020-05-05 03:10:39 +00:00
|
|
|
"no_devices_found": "No devices found on the network",
|
2020-11-08 07:55:18 +00:00
|
|
|
"webhook_not_internet_accessible": "Your Home Assistant instance needs to be accessible from the internet to receive webhook messages.",
|
2021-03-19 13:27:26 +00:00
|
|
|
"oauth2_error": "Received invalid token data.",
|
2020-05-05 03:10:39 +00:00
|
|
|
"oauth2_missing_configuration": "The component is not configured. Please follow the documentation.",
|
2020-09-10 12:52:49 +00:00
|
|
|
"oauth2_authorize_url_timeout": "Timeout generating authorize URL.",
|
2020-10-06 09:29:53 +00:00
|
|
|
"oauth2_no_url_available": "No URL available. For information about this error, [check the help section]({docs_url})",
|
2020-11-24 17:00:16 +00:00
|
|
|
"reauth_successful": "Re-authentication was successful",
|
2022-01-26 18:57:45 +00:00
|
|
|
"unknown_authorize_url_generation": "Unknown error generating an authorize URL.",
|
|
|
|
"cloud_not_connected": "Not connected to Home Assistant Cloud."
|
2020-05-05 03:10:39 +00:00
|
|
|
}
|
2020-04-20 23:25:35 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|