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

41 lines
1.7 KiB
JSON
Raw Normal View History

2020-05-03 00:54:16 +00:00
{
"config": {
"abort": {
"addon_info_failed": "Failed to get OpenZWave add-on info.",
"addon_install_failed": "Failed to install the OpenZWave add-on.",
"addon_set_config_failed": "Failed to set OpenZWave configuration.",
"already_configured": "Device is already configured",
"already_in_progress": "Configuration flow is already in progress",
2020-05-03 00:54:16 +00:00
"mqtt_required": "The MQTT integration is not set up",
2020-10-02 00:05:51 +00:00
"single_instance_allowed": "Already configured. Only a single configuration possible."
2020-05-03 00:54:16 +00:00
},
"error": {
"addon_start_failed": "Failed to start the OpenZWave add-on. Check the configuration."
},
"progress": {
"install_addon": "Please wait while the OpenZWave add-on installation finishes. This can take several minutes."
},
2020-05-03 00:54:16 +00:00
"step": {
"hassio_confirm": {
"title": "Set up OpenZWave integration with the OpenZWave add-on"
},
"install_addon": {
"title": "The OpenZWave add-on installation has started"
},
"on_supervisor": {
"data": {
"use_addon": "Use the OpenZWave Supervisor add-on"
},
"description": "Do you want to use the OpenZWave Supervisor add-on?",
"title": "Select connection method"
},
"start_addon": {
"data": {
"network_key": "Network Key",
"usb_path": "USB Device Path"
},
"title": "Enter the OpenZWave add-on configuration"
2020-05-03 00:54:16 +00:00
}
}
2020-05-15 00:02:56 +00:00
}
2020-05-03 00:54:16 +00:00
}