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

25 lines
1.2 KiB
JSON
Raw Normal View History

2020-01-11 00:31:55 +00:00
{
"config": {
"abort": {
"already_configured": "This Samsung TV is already configured.",
"already_in_progress": "Samsung TV configuration is already in progress.",
2020-02-04 00:31:49 +00:00
"auth_missing": "Home Assistant is not authorized to connect to this Samsung TV. Please check your TV's settings to authorize Home Assistant.",
"not_successful": "Unable to connect to this Samsung TV device.",
"not_supported": "This Samsung TV device is currently not supported."
2020-01-11 00:31:55 +00:00
},
2020-02-04 00:31:49 +00:00
"flow_title": "Samsung TV: {model}",
2020-01-11 00:31:55 +00:00
"step": {
"confirm": {
2020-02-04 00:31:49 +00:00
"description": "Do you want to set up Samsung TV {model}? If you never connected Home Assistant before you should see a popup on your TV asking for authorization. Manual configurations for this TV will be overwritten.",
2020-01-11 00:31:55 +00:00
"title": "Samsung TV"
},
"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
}