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

61 lines
3.9 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.",
2020-01-21 00:33:20 +00:00
"already_setup_with_diff_host_and_name": "This entry appears to have already been setup with a different host and name based on its serial number. Please remove any old entries from your configuration.yaml and from the Integrations menu before reattempting to add this device.",
2020-01-16 00:31:45 +00:00
"host_exists": "Vizio component with host already configured.",
"name_exists": "Vizio component with name already configured.",
2020-02-14 00:31:49 +00:00
"updated_entry": "This entry has already been setup but the name and/or options defined in the configuration do not match the previously imported configuration, so the configuration entry has been updated accordingly.",
2020-01-19 00:32:00 +00:00
"updated_options": "This entry has already been setup but the options defined in the config do not match the previously imported options values so the config entry has been updated accordingly.",
2020-01-16 00:31:45 +00:00
"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.",
2020-02-29 00:31:43 +00:00
"complete_pairing failed": "Unable to complete pairing. Ensure the PIN you provided is correct and the TV is still powered and connected to the network before resubmitting.",
2020-01-21 00:33:20 +00:00
"host_exists": "Vizio device with specified host already configured.",
"name_exists": "Vizio device with specified name already configured.",
2020-01-16 00:31:45 +00:00
"tv_needs_token": "When Device Type is `tv` then a valid Access Token is needed."
},
"step": {
2020-02-29 00:31:43 +00:00
"pair_tv": {
"data": {
"pin": "PIN"
},
"description": "Your TV should be displaying a code. Enter that code into the form and then continue to the next step to complete the pairing.",
"title": "Complete Pairing Process"
},
"pairing_complete": {
"description": "Your Vizio SmartCast device is now connected to Home Assistant.",
"title": "Pairing Complete"
},
"pairing_complete_import": {
"description": "Your Vizio SmartCast device is now connected to Home Assistant.\n\nYour Access Token is '**{access_token}**'.",
"title": "Pairing Complete"
},
2020-01-16 00:31:45 +00:00
"user": {
"data": {
"access_token": "Access Token",
"device_class": "Device Type",
"host": "<Host/IP>:<Port>",
"name": "Name"
},
2020-02-29 00:31:43 +00:00
"description": "All fields are required except Access Token. If you choose not to provide an Access Token, and your Device Type is 'tv', you will go through a pairing process with your device so an Access Token can be retrieved.\n\nTo go through the pairing process, before clicking Submit, ensure your TV is powered on and connected to the network. You also need to be able to see the screen.",
2020-02-21 00:33:51 +00:00
"title": "Setup Vizio SmartCast Device"
2020-01-16 00:31:45 +00:00
}
},
"title": "Vizio SmartCast"
},
"options": {
"step": {
"init": {
"data": {
2020-01-19 00:32:00 +00:00
"timeout": "API Request Timeout (seconds)",
2020-01-16 00:31:45 +00:00
"volume_step": "Volume Step Size"
},
"title": "Update Vizo SmartCast Options"
}
},
"title": "Update Vizo SmartCast Options"
}
}