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

30 lines
902 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"cannot_connect": "Failed to connect",
"unknown": "Unexpected error"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_pin_code": "The PIN Code you entered was invalid"
},
"step": {
"pairing": {
"data": {
"pin": "PIN Code"
},
"description": "Enter the PIN Code displayed on your TV",
"title": "Pairing"
},
"user": {
"data": {
"host": "IP Address",
"name": "Name"
},
"description": "Enter your Panasonic Viera TV's IP Address",
"title": "Setup your TV"
}
}
}
}