Fix sentence-casing of Z-Wave strings (#25846)

* Fix sentence-casing of Z-Wave strings

* Also fix casing of "Z-Wave JS Device Database"
This commit is contained in:
Norbert Rittel 2025-06-19 21:29:07 +02:00 committed by GitHub
parent f7634c45c2
commit b20d489bdd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5983,7 +5983,7 @@
"introduction": "Manage and adjust device specific configuration parameters for the selected device", "introduction": "Manage and adjust device specific configuration parameters for the selected device",
"attribution": "Device configuration parameters and descriptions are provided by the {device_database}", "attribution": "Device configuration parameters and descriptions are provided by the {device_database}",
"endpoint": "Endpoint {endpoint}", "endpoint": "Endpoint {endpoint}",
"zwave_js_device_database": "Z-Wave JS Device Database", "zwave_js_device_database": "Z-Wave JS device database",
"battery_device_notice": "Battery devices must be awake to update their config. Please refer to your device manual for instructions on how to wake the device.", "battery_device_notice": "Battery devices must be awake to update their config. Please refer to your device manual for instructions on how to wake the device.",
"parameter_is_read_only": "This parameter is read-only.", "parameter_is_read_only": "This parameter is read-only.",
"between_min_max": "Between {min} and {max}", "between_min_max": "Between {min} and {max}",
@ -6240,21 +6240,21 @@
} }
}, },
"logs": { "logs": {
"title": "Z-Wave JS Logs", "title": "Z-Wave JS logs",
"log_level": "Log level", "log_level": "Log level",
"subscribed_to_logs": "Subscribed to Z-Wave JS log messages…", "subscribed_to_logs": "Subscribed to Z-Wave JS log messages…",
"log_level_changed": "Log Level changed to: {level}", "log_level_changed": "Log level changed to: {level}",
"download_logs": "Download logs" "download_logs": "Download logs"
}, },
"node_installer": { "node_installer": {
"header": "Installer Settings", "header": "Installer settings",
"introduction": "Configure your device installer settings.", "introduction": "Configure your device installer settings.",
"endpoint": "Endpoint", "endpoint": "Endpoint",
"no_settings": "This device does not have any installer settings.", "no_settings": "This device does not have any installer settings.",
"command_class": "Command Class", "command_class": "Command class",
"capability_controls": { "capability_controls": {
"thermostat_setback": { "thermostat_setback": {
"title": "Thermostat Setback", "title": "Thermostat setback",
"setback_state_label": "Setback in Kelvin", "setback_state_label": "Setback in Kelvin",
"setback_state_helper": "Min: -12.8, max: 12.0", "setback_state_helper": "Min: -12.8, max: 12.0",
"setback_special_state": { "setback_special_state": {
@ -6264,7 +6264,7 @@
"unused": "Unused" "unused": "Unused"
}, },
"setback_type": { "setback_type": {
"label": "Setback Type", "label": "Setback type",
"none": "None", "none": "None",
"temporary": "Temporary", "temporary": "Temporary",
"permanent": "Permanent" "permanent": "Permanent"
@ -6284,7 +6284,7 @@
"control_failed": "Failed to control transition. {error}" "control_failed": "Failed to control transition. {error}"
}, },
"door_lock": { "door_lock": {
"title": "Door Lock", "title": "Door lock",
"twist_assist": "Twist assist", "twist_assist": "Twist assist",
"block_to_block": "Block to block", "block_to_block": "Block to block",
"auto_relock_time": "Auto relock time", "auto_relock_time": "Auto relock time",
@ -6311,8 +6311,8 @@
"color_switch": { "color_switch": {
"color_component": "Color component", "color_component": "Color component",
"colors": { "colors": {
"0": "Warm White", "0": "Warm white",
"1": "Cold White", "1": "Cold white",
"2": "Red", "2": "Red",
"3": "Green", "3": "Green",
"4": "Blue", "4": "Blue",