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

55 lines
2.8 KiB
JSON
Raw Normal View History

2020-01-16 00:31:45 +00:00
{
"config": {
"abort": {
2020-05-29 00:04:16 +00:00
"already_configured_device": "Device is already configured",
2020-04-08 00:08:19 +00:00
"updated_entry": "This entry has already been setup but the name, apps, and/or options defined in the configuration do not match the previously imported configuration, so the configuration entry has been updated accordingly."
2020-01-16 00:31:45 +00:00
},
"error": {
2020-05-29 00:04:16 +00:00
"cannot_connect": "Failed to connect",
2020-05-13 18:27:21 +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-08-27 00:04:55 +00:00
"existing_config_entry_found": "An existing VIZIO SmartCast Device config entry with the same serial number has already been configured. You must delete the existing entry in order to configure this one.",
2020-05-29 00:04:16 +00:00
"host_exists": "VIZIO SmartCast Device with specified host already configured.",
"name_exists": "VIZIO SmartCast Device with specified name already configured."
2020-01-16 00:31:45 +00:00
},
"step": {
2020-02-29 00:31:43 +00:00
"pair_tv": {
"data": {
2020-10-07 00:06:20 +00:00
"pin": "PIN Code"
2020-02-29 00:31:43 +00:00
},
"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": {
2020-05-29 00:04:16 +00:00
"description": "Your VIZIO SmartCast Device is now connected to Home Assistant.",
2020-02-29 00:31:43 +00:00
"title": "Pairing Complete"
},
"pairing_complete_import": {
2020-05-29 00:04:16 +00:00
"description": "Your VIZIO SmartCast Device is now connected to Home Assistant.\n\nYour Access Token is '**{access_token}**'.",
2020-02-29 00:31:43 +00:00
"title": "Pairing Complete"
},
2020-01-16 00:31:45 +00:00
"user": {
"data": {
"access_token": "Access Token",
"device_class": "Device Type",
2020-05-13 18:27:21 +00:00
"host": "Host",
2020-01-16 00:31:45 +00:00
"name": "Name"
},
2020-03-24 13:18:47 +00:00
"description": "An Access Token is only needed for TVs. If you are configuring a TV and do not have an Access Token yet, leave it blank to go through a pairing process.",
2020-05-29 00:04:16 +00:00
"title": "VIZIO SmartCast Device"
2020-01-16 00:31:45 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-01-16 00:31:45 +00:00
},
"options": {
"step": {
"init": {
"data": {
2020-03-24 13:18:47 +00:00
"apps_to_include_or_exclude": "Apps to Include or Exclude",
"include_or_exclude": "Include or Exclude Apps?",
2020-01-16 00:31:45 +00:00
"volume_step": "Volume Step Size"
},
2020-03-24 13:18:47 +00:00
"description": "If you have a Smart TV, you can optionally filter your source list by choosing which apps to include or exclude in your source list.",
2020-05-29 00:04:16 +00:00
"title": "Update VIZIO SmartCast Device Options"
2020-01-16 00:31:45 +00:00
}
2020-04-16 20:00:10 +00:00
}
}
2020-01-16 00:31:45 +00:00
}