mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 10:16:46 +00:00
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:
parent
f7634c45c2
commit
b20d489bdd
@ -5983,7 +5983,7 @@
|
||||
"introduction": "Manage and adjust device specific configuration parameters for the selected device",
|
||||
"attribution": "Device configuration parameters and descriptions are provided by the {device_database}",
|
||||
"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.",
|
||||
"parameter_is_read_only": "This parameter is read-only.",
|
||||
"between_min_max": "Between {min} and {max}",
|
||||
@ -6240,21 +6240,21 @@
|
||||
}
|
||||
},
|
||||
"logs": {
|
||||
"title": "Z-Wave JS Logs",
|
||||
"title": "Z-Wave JS logs",
|
||||
"log_level": "Log level",
|
||||
"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"
|
||||
},
|
||||
"node_installer": {
|
||||
"header": "Installer Settings",
|
||||
"header": "Installer settings",
|
||||
"introduction": "Configure your device installer settings.",
|
||||
"endpoint": "Endpoint",
|
||||
"no_settings": "This device does not have any installer settings.",
|
||||
"command_class": "Command Class",
|
||||
"command_class": "Command class",
|
||||
"capability_controls": {
|
||||
"thermostat_setback": {
|
||||
"title": "Thermostat Setback",
|
||||
"title": "Thermostat setback",
|
||||
"setback_state_label": "Setback in Kelvin",
|
||||
"setback_state_helper": "Min: -12.8, max: 12.0",
|
||||
"setback_special_state": {
|
||||
@ -6264,7 +6264,7 @@
|
||||
"unused": "Unused"
|
||||
},
|
||||
"setback_type": {
|
||||
"label": "Setback Type",
|
||||
"label": "Setback type",
|
||||
"none": "None",
|
||||
"temporary": "Temporary",
|
||||
"permanent": "Permanent"
|
||||
@ -6284,7 +6284,7 @@
|
||||
"control_failed": "Failed to control transition. {error}"
|
||||
},
|
||||
"door_lock": {
|
||||
"title": "Door Lock",
|
||||
"title": "Door lock",
|
||||
"twist_assist": "Twist assist",
|
||||
"block_to_block": "Block to block",
|
||||
"auto_relock_time": "Auto relock time",
|
||||
@ -6311,8 +6311,8 @@
|
||||
"color_switch": {
|
||||
"color_component": "Color component",
|
||||
"colors": {
|
||||
"0": "Warm White",
|
||||
"1": "Cold White",
|
||||
"0": "Warm white",
|
||||
"1": "Cold white",
|
||||
"2": "Red",
|
||||
"3": "Green",
|
||||
"4": "Blue",
|
||||
|
Loading…
x
Reference in New Issue
Block a user