mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 08:16:36 +00:00
Translate Z-Wave JS Re-Interview Device button (#9566)
This commit is contained in:
parent
3f447bb8a7
commit
e40c90e9c0
@ -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>
|
||||
`;
|
||||
}
|
||||
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user