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

35 lines
1.8 KiB
JSON
Raw Normal View History

2020-01-11 00:31:55 +00:00
{
"config": {
"abort": {
2020-10-06 00:08:09 +00:00
"already_configured": "Device is already configured",
2020-10-04 00:05:05 +00:00
"already_in_progress": "Configuration flow is already in progress",
"auth_missing": "Home Assistant is not authorized to connect to this Samsung TV. Check your TV's External Device Manager settings to authorize Home Assistant.",
2020-10-06 00:08:09 +00:00
"cannot_connect": "Failed to connect",
"id_missing": "This Samsung device doesn't have a SerialNumber.",
2021-10-02 12:59:05 +00:00
"missing_config_entry": "This Samsung device doesn't have a configuration entry.",
"not_supported": "This Samsung device is currently not supported.",
"reauth_successful": "Re-authentication was successful",
"unknown": "Unexpected error"
2020-01-11 00:31:55 +00:00
},
"error": {
"auth_missing": "Home Assistant is not authorized to connect to this Samsung TV. Check your TV's External Device Manager settings to authorize Home Assistant."
},
"flow_title": "{device}",
2020-01-11 00:31:55 +00:00
"step": {
"confirm": {
2021-10-02 12:59:05 +00:00
"description": "Do you want to set up {device}? If you never connected Home Assistant before you should see a popup on your TV asking for authorization.",
"title": "Samsung TV"
},
"reauth_confirm": {
"description": "After submitting, accept the the popup on {device} requesting authorization within 30 seconds."
2020-01-11 00:31:55 +00:00
},
"user": {
"data": {
2020-05-13 18:27:21 +00:00
"host": "Host",
2020-01-11 00:31:55 +00:00
"name": "Name"
},
2020-05-29 00:04:16 +00:00
"description": "Enter your Samsung TV information. If you never connected Home Assistant before you should see a popup on your TV asking for authorization."
2020-01-11 00:31:55 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2020-01-11 00:31:55 +00:00
}