Translate Z-Wave JS Re-Interview Device button (#9566)

This commit is contained in:
Charles Garwood 2021-07-19 05:23:10 -04:00 committed by GitHub
parent 3f447bb8a7
commit e40c90e9c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View File

@ -51,9 +51,11 @@ export class HaDeviceActionsZWaveJS extends LitElement {
)}
</mwc-button>
</a>
<mwc-button @click=${this._reinterviewClicked}
>Re-interview Device</mwc-button
>
<mwc-button @click=${this._reinterviewClicked}>
${this.hass.localize(
"ui.panel.config.zwave_js.device_info.reinterview_device"
)}
</mwc-button>
`;
}

View File

@ -2626,7 +2626,8 @@
"zwave_info": "Z-Wave Info",
"node_status": "Node Status",
"node_ready": "Node Ready",
"device_config": "Configure Device"
"device_config": "Configure Device",
"reinterview_device": "Re-interview Device"
},
"node_config": {
"header": "Z-Wave Device Configuration",