mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +00:00
Z-Wave: apply sentence-style capitalization (#25739)
This commit is contained in:
parent
b3f0a6328e
commit
43cc49bb32
@ -429,7 +429,7 @@ class ZWaveJSConfigDashboard extends SubscribeMixin(LitElement) {
|
|||||||
</ha-card>
|
</ha-card>
|
||||||
<ha-card>
|
<ha-card>
|
||||||
<div class="card-header">
|
<div class="card-header">
|
||||||
<h1>Third-Party Data Reporting</h1>
|
<h1>Third-party data reporting</h1>
|
||||||
${this._dataCollectionOptIn !== undefined
|
${this._dataCollectionOptIn !== undefined
|
||||||
? html`
|
? html`
|
||||||
<ha-switch
|
<ha-switch
|
||||||
|
@ -5807,8 +5807,8 @@
|
|||||||
"provisioned_devices": "Provisioned devices",
|
"provisioned_devices": "Provisioned devices",
|
||||||
"not_ready": "{count} not ready",
|
"not_ready": "{count} not ready",
|
||||||
"nvm_backup": {
|
"nvm_backup": {
|
||||||
"title": "Backup and Restore",
|
"title": "Backup and restore",
|
||||||
"description": "Back up or restore your Z-Wave controller's Non-Volatile Memory (NVM). The NVM contains your network information including paired devices. It's recommended to create a backup before making any major changes to your Z-Wave network.",
|
"description": "Back up or restore your Z-Wave controller's non-volatile memory (NVM). The NVM contains your network information including paired devices. It's recommended to create a backup before making any major changes to your Z-Wave network.",
|
||||||
"download_backup": "Download backup",
|
"download_backup": "Download backup",
|
||||||
"restore_backup": "Restore from backup",
|
"restore_backup": "Restore from backup",
|
||||||
"backup_failed": "Failed to download backup",
|
"backup_failed": "Failed to download backup",
|
||||||
@ -6013,9 +6013,9 @@
|
|||||||
"default": "Default"
|
"default": "Default"
|
||||||
},
|
},
|
||||||
"network_status": {
|
"network_status": {
|
||||||
"connected": "Connected",
|
"connected": "status: connected",
|
||||||
"connecting": "Connecting",
|
"connecting": "status: connecting",
|
||||||
"unknown": "Unknown"
|
"unknown": "status: unknown"
|
||||||
},
|
},
|
||||||
"add_node": {
|
"add_node": {
|
||||||
"title": "Add a Z-Wave device",
|
"title": "Add a Z-Wave device",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user