Files
core/homeassistant/components/vizio/strings.json
T

128 lines
6.0 KiB
JSON

{
"config": {
"abort": {
"already_configured_device": "[%key:common::config_flow::abort::already_configured_device%]",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]",
"unique_id_mismatch": "Please ensure you reconfigure against the same device."
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"cannot_determine_port": "Could not determine the SmartCast API port for this device. Check that the hostname or IP address is correct and the device is powered on, or enter the address as host:port if you know the port.",
"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.",
"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."
},
"step": {
"pair_tv": {
"data": {
"pin": "[%key:common::config_flow::data::pin%]"
},
"data_description": {
"pin": "The pairing code currently shown on your TV screen."
},
"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"
},
"reauth_confirm": {
"description": "The stored access token is no longer valid, so the device needs to be paired again. Make sure the TV is powered on and connected to the network, then continue to display a pairing code on the TV screen.",
"title": "[%key:common::config_flow::title::reauth%]"
},
"reconfigure": {
"data": {
"host": "[%key:common::config_flow::data::host%]"
},
"data_description": {
"host": "[%key:component::vizio::config::step::user::data_description::host%]"
},
"description": "Update the address of your VIZIO SmartCast device. If your TV requires a new access token, you will be guided through the pairing process again."
},
"user": {
"data": {
"access_token": "[%key:common::config_flow::data::access_token%]",
"host": "[%key:common::config_flow::data::host%]",
"name": "[%key:common::config_flow::data::name%]"
},
"data_description": {
"access_token": "The access token used to authenticate with your TV. Leave empty to start a pairing process that will provide one.",
"host": "Hostname or IP address of your VIZIO SmartCast device. Optionally include the port as host:port; otherwise the standard SmartCast ports are tried.",
"name": "The name used for the device and its entities in Home Assistant."
},
"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."
}
}
},
"exceptions": {
"cannot_determine_port": {
"message": "Could not determine the SmartCast API port for {host}. If the device is reachable, reconfigure it using host:port."
},
"command_error": {
"message": "Failed to send command to the device: {error}"
},
"invalid_sound_mode": {
"message": "Sound mode \"{sound_mode}\" is not valid. Valid sound modes are listed in the sound_mode_list attribute."
},
"invalid_source": {
"message": "Source \"{source}\" is not valid. Valid sources are listed in the source_list attribute."
},
"unknown_command": {
"message": "Unknown remote command `{command}`. Valid commands for this device are listed in the integration documentation."
},
"update_failed": {
"message": "Unable to connect to {host}"
}
},
"options": {
"step": {
"init": {
"data": {
"apps_to_include_or_exclude": "Apps to include or exclude",
"include_or_exclude": "Include or exclude apps?",
"volume_step": "Volume step size"
},
"data_description": {
"apps_to_include_or_exclude": "The apps that should be included in or excluded from the source list.",
"include_or_exclude": "Whether the selected apps should be included in or excluded from the source list.",
"volume_step": "The number of volume levels the volume changes by with each volume up or volume down command."
},
"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.",
"title": "Update VIZIO SmartCast device options"
}
}
},
"services": {
"send_text": {
"description": "Types text into the focused on-screen field, such as a search box or PIN entry. Only ASCII characters are supported.",
"fields": {
"text": {
"description": "The text to type.",
"name": "Text"
}
},
"name": "Send text"
},
"update_setting": {
"description": "Updates the value of a setting on a Vizio media player device.",
"fields": {
"new_value": {
"description": "The new value for the setting.",
"name": "New value"
},
"setting_name": {
"description": "The name of the setting to be changed. Available settings for a given setting_type are listed in the '[setting_type]_settings' property.",
"name": "Setting name"
},
"setting_type": {
"description": "The type of setting to be changed. Available types are listed in the 'setting_types' property.",
"name": "Setting type"
}
},
"name": "Update setting"
}
}
}