Change text of installing and starting Z-WaveJs add-on steps (#145702)

This commit is contained in:
Petar Petrov 2025-05-27 15:51:22 +03:00 committed by GitHub
parent 12fdd7034a
commit 6f5d5d4cdb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,8 +31,8 @@
}, },
"flow_title": "{name}", "flow_title": "{name}",
"progress": { "progress": {
"install_addon": "Please wait while the Z-Wave add-on installation finishes. This can take several minutes.", "install_addon": "Installation can take several minutes.",
"start_addon": "Please wait while the Z-Wave add-on start completes. This may take some seconds.", "start_addon": "Starting add-on.",
"backup_nvm": "Please wait while the network backup completes.", "backup_nvm": "Please wait while the network backup completes.",
"restore_nvm": "Please wait while the network restore completes." "restore_nvm": "Please wait while the network restore completes."
}, },
@ -69,7 +69,7 @@
"description": "Do you want to set up the Z-Wave integration with the Z-Wave add-on?" "description": "Do you want to set up the Z-Wave integration with the Z-Wave add-on?"
}, },
"install_addon": { "install_addon": {
"title": "The Z-Wave add-on installation has started" "title": "Installing add-on"
}, },
"manual": { "manual": {
"data": { "data": {
@ -96,7 +96,7 @@
"title": "[%key:component::zwave_js::config::step::on_supervisor::title%]" "title": "[%key:component::zwave_js::config::step::on_supervisor::title%]"
}, },
"start_addon": { "start_addon": {
"title": "The Z-Wave add-on is starting." "title": "Configuring add-on"
}, },
"zeroconf_confirm": { "zeroconf_confirm": {
"description": "Do you want to add the Z-Wave Server with home ID {home_id} found at {url} to Home Assistant?", "description": "Do you want to add the Z-Wave Server with home ID {home_id} found at {url} to Home Assistant?",