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

This commit is contained in:
Charles Garwood
2021-07-19 11:23:10 +02:00
committed by GitHub
parent 3f447bb8a7
commit e40c90e9c0
2 changed files with 7 additions and 4 deletions
@@ -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>
`;
}
+2 -1
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",