2020-04-20 23:25:35 +00:00
{
"common" : {
2023-03-20 12:39:20 +00:00
"generic" : {
2023-03-27 20:19:25 +00:00
"model" : "Model" ,
"ui_managed" : "Managed via UI"
2023-03-20 12:39:20 +00:00
} ,
2020-04-20 23:25:35 +00:00
"state" : {
"off" : "Off" ,
"on" : "On" ,
2023-03-18 00:24:33 +00:00
"yes" : "Yes" ,
"no" : "No" ,
2020-04-20 23:25:35 +00:00
"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" : {
2022-12-12 10:40:00 +00:00
"confirm_setup" : "Do you want to start setup?"
2020-05-05 03:10:39 +00:00
} ,
"data" : {
2022-08-16 12:30:07 +00:00
"device" : "Device" ,
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" ,
2022-04-27 06:09:10 +00:00
"mode" : "Mode" ,
"path" : "Path"
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." ,
2023-01-16 18:52:43 +00:00
"oauth2_timeout" : "Timeout resolving OAuth token." ,
2020-05-05 03:10:39 +00:00
"oauth2_missing_configuration" : "The component is not configured. Please follow the documentation." ,
2022-05-18 13:30:57 +00:00
"oauth2_missing_credentials" : "The integration requires application credentials." ,
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})" ,
2022-05-29 03:23:16 +00:00
"oauth2_user_rejected_authorize" : "Account linking rejected: {error}" ,
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
}
2023-05-28 19:53:32 +00:00
} ,
"issues" : {
"platform_integration_no_support_title" : "Platform support not supported" ,
"platform_integration_no_support_description" : "The {platform} platform for the {domain} integration does not support platform setup.\n\nPlease remove it from your configuration and restart Home Assistant to fix this issue."
2020-04-20 23:25:35 +00:00
}
}
}