core/homeassistant/components/samsungtv/strings.json

28 lines
1.2 KiB
JSON

{
"config": {
"flow_title": "Samsung TV: {model}",
"title": "Samsung TV",
"step": {
"user": {
"title": "Samsung TV",
"description": "Enter your Samsung TV information. If you never connected Home Assistant before you should see a popup on your TV asking for authorization.",
"data": {
"host": "Host or IP address",
"name": "Name"
}
},
"confirm": {
"title": "Samsung TV",
"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."
}
},
"abort": {
"already_in_progress": "Samsung TV configuration is already in progress.",
"already_configured": "This Samsung TV is already configured.",
"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."
}
}
}