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

38 lines
1.3 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"no_ip_control": "IP Control is disabled on your TV or the TV is not supported."
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_host": "Invalid hostname or IP address",
"unsupported_model": "Your TV model is not supported."
},
"step": {
"authorize": {
"data": {
"pin": "PIN Code"
},
"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.",
"title": "Authorize Sony Bravia TV"
},
"user": {
"data": {
"host": "Host"
},
"description": "Ensure that your TV is turned on before trying to set it up."
}
}
},
"options": {
"step": {
"user": {
"data": {
"ignored_sources": "List of ignored sources"
},
"title": "Options for Sony Bravia TV"
}
}
}
}