1
mirror of https://github.com/home-assistant/core synced 2024-10-04 07:58:43 +02:00
ha-core/homeassistant/components/denonavr/strings.json

50 lines
1.7 KiB
JSON

{
"config": {
"flow_title": "{name}",
"step": {
"user": {
"title": "Denon AVR Network Receivers",
"description": "Connect to your receiver, if the IP address is not set, auto-discovery is used",
"data": {
"host": "[%key:common::config_flow::data::ip%]"
}
},
"confirm": {
"title": "Denon AVR Network Receivers",
"description": "Please confirm adding the receiver"
},
"select": {
"title": "Select the receiver that you wish to connect",
"description": "Run the setup again if you want to connect additional receivers",
"data": {
"select_host": "Receiver IP address"
}
}
},
"error": {
"discovery_error": "Failed to discover a Denon AVR Network Receiver"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
"cannot_connect": "Failed to connect, please try again, disconnecting mains power and ethernet cables and reconnecting them may help",
"not_denonavr_manufacturer": "Not a Denon AVR Network Receiver, discovered manafucturer did not match",
"not_denonavr_missing": "Not a Denon AVR Network Receiver, discovery information not complete"
}
},
"options": {
"step": {
"init": {
"title": "Denon AVR Network Receivers",
"description": "Specify optional settings",
"data": {
"show_all_sources": "Show all sources",
"zone2": "Set up Zone 2",
"zone3": "Set up Zone 3",
"update_audyssey": "Update Audyssey settings"
}
}
}
}
}