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

48 lines
1.8 KiB
JSON
Raw Normal View History

{
2020-06-17 00:11:42 +00:00
"config": {
"abort": {
"already_configured": "Device is already configured",
2020-10-04 00:05:05 +00:00
"already_in_progress": "Configuration flow is already in progress",
2020-10-18 00:03:28 +00:00
"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 manufacturer did not match",
2020-06-17 00:11:42 +00:00
"not_denonavr_missing": "Not a Denon AVR Network Receiver, discovery information not complete"
},
"error": {
"discovery_error": "Failed to discover a Denon AVR Network Receiver"
},
"flow_title": "{name}",
2020-06-17 00:11:42 +00:00
"step": {
"confirm": {
2022-05-19 00:26:11 +00:00
"description": "Please confirm adding the receiver"
2020-06-17 00:11:42 +00:00
},
"select": {
"data": {
2020-10-18 00:03:28 +00:00
"select_host": "Receiver IP address"
2020-06-17 00:11:42 +00:00
},
"description": "Run the setup again if you want to connect additional receivers",
"title": "Select the receiver that you wish to connect"
},
"user": {
"data": {
2020-10-02 00:05:51 +00:00
"host": "IP Address"
2020-06-17 00:11:42 +00:00
},
2022-04-29 00:22:21 +00:00
"data_description": {
"host": "Leave blank to use auto-discovery"
2022-05-19 00:26:11 +00:00
}
2020-06-17 00:11:42 +00:00
}
}
},
2020-06-17 00:11:42 +00:00
"options": {
"step": {
"init": {
"data": {
"show_all_sources": "Show all sources",
2021-04-23 00:03:48 +00:00
"update_audyssey": "Update Audyssey settings",
2020-06-17 00:11:42 +00:00
"zone2": "Set up Zone 2",
2021-04-23 00:03:48 +00:00
"zone3": "Set up Zone 3"
2020-06-17 00:11:42 +00:00
},
2022-05-19 00:26:11 +00:00
"description": "Specify optional settings"
2020-06-17 00:11:42 +00:00
}
}
}
2020-07-06 00:02:55 +00:00
}