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

40 lines
1.7 KiB
JSON
Raw Normal View History

2020-01-16 00:31:45 +00:00
{
"config": {
"abort": {
"already_in_progress": "Config flow for vizio component already in progress.",
"already_setup": "This entry has already been setup.",
"host_exists": "Vizio component with host already configured.",
"name_exists": "Vizio component with name already configured.",
"updated_volume_step": "This entry has already been setup but the volume step size in the config does not match the config entry so the config entry has been updated accordingly."
},
"error": {
"cant_connect": "Could not connect to the device. [Review the docs](https://www.home-assistant.io/integrations/vizio/) and re-verify that:\n- The device is powered on\n- The device is connected to the network\n- The values you filled in are accurate\nbefore attempting to resubmit.",
"host_exists": "Host already configured.",
"name_exists": "Name already configured.",
"tv_needs_token": "When Device Type is `tv` then a valid Access Token is needed."
},
"step": {
"user": {
"data": {
"access_token": "Access Token",
"device_class": "Device Type",
"host": "<Host/IP>:<Port>",
"name": "Name"
},
"title": "Setup Vizio SmartCast Client"
}
},
"title": "Vizio SmartCast"
},
"options": {
"step": {
"init": {
"data": {
"volume_step": "Volume Step Size"
},
"title": "Update Vizo SmartCast Options"
}
},
"title": "Update Vizo SmartCast Options"
}
}