mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 03:36:44 +00:00
Fix zwave creating nvm backup translation (#25453)
This commit is contained in:
parent
2e5c6a4d3f
commit
6c671d398f
@ -468,7 +468,7 @@ class ZWaveJSConfigDashboard extends SubscribeMixin(LitElement) {
|
|||||||
.value=${this._backupProgress}
|
.value=${this._backupProgress}
|
||||||
></ha-progress-ring>
|
></ha-progress-ring>
|
||||||
${this.hass.localize(
|
${this.hass.localize(
|
||||||
"ui.panel.config.zwave_js.dashboard.nvm_backup.downloading"
|
"ui.panel.config.zwave_js.dashboard.nvm_backup.creating"
|
||||||
)}
|
)}
|
||||||
${this._backupProgress}%`
|
${this._backupProgress}%`
|
||||||
: this._restoreProgress !== undefined
|
: this._restoreProgress !== undefined
|
||||||
|
@ -5761,7 +5761,7 @@
|
|||||||
"backup_failed": "Failed to download backup",
|
"backup_failed": "Failed to download backup",
|
||||||
"restore_complete": "Backup restored",
|
"restore_complete": "Backup restored",
|
||||||
"restore_failed": "Failed to restore backup",
|
"restore_failed": "Failed to restore backup",
|
||||||
"downloading": "Downloading backup",
|
"creating": "Creating backup",
|
||||||
"restoring": "Restoring backup",
|
"restoring": "Restoring backup",
|
||||||
"migrate": "Migrate controller"
|
"migrate": "Migrate controller"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user