core/homeassistant/components/braviatv/strings.json

31 lines
1.1 KiB
JSON
Raw Normal View History

{
"config": {
"step": {
"user": {
"title": "Sony Bravia TV",
"description": "Set up Sony Bravia TV integration. If you have problems with configuration go to: https://www.home-assistant.io/integrations/braviatv \n\nEnsure that your TV is turned on.",
"data": { "host": "TV hostname or IP address" }
},
"authorize": {
"title": "Authorize Sony Bravia TV",
"description": "Enter the PIN code shown on the Sony Bravia TV. \n\nIf the PIN code is not shown, you have to unregister Home Assistant on your TV, go to: Settings -> Network -> Remote device settings -> Unregister remote device.",
"data": { "pin": "PIN code" }
}
},
"error": {
"invalid_host": "Invalid hostname or IP address.",
"cannot_connect": "Failed to connect, invalid host or PIN code.",
"unsupported_model": "Your TV model is not supported."
},
"abort": { "already_configured": "This TV is already configured." }
},
"options": {
"step": {
"user": {
"title": "Options for Sony Bravia TV",
"data": { "ignored_sources": "List of ignored sources" }
}
}
}
}