Fix missing sentence-casing in alarmdecoder (#144690)

This commit is contained in:
Norbert Rittel 2025-05-11 20:58:13 +02:00 committed by GitHub
parent 494c7aa3da
commit 597c386bc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
"config": { "config": {
"step": { "step": {
"user": { "user": {
"title": "Choose AlarmDecoder Protocol", "title": "Choose AlarmDecoder protocol",
"data": { "data": {
"protocol": "Protocol" "protocol": "Protocol"
} }
@ -12,8 +12,8 @@
"data": { "data": {
"host": "[%key:common::config_flow::data::host%]", "host": "[%key:common::config_flow::data::host%]",
"port": "[%key:common::config_flow::data::port%]", "port": "[%key:common::config_flow::data::port%]",
"device_baudrate": "Device Baud Rate", "device_baudrate": "Device baud rate",
"device_path": "Device Path" "device_path": "Device path"
}, },
"data_description": { "data_description": {
"host": "The hostname or IP address of the AlarmDecoder device that is connected to your alarm panel.", "host": "The hostname or IP address of the AlarmDecoder device that is connected to your alarm panel.",
@ -44,36 +44,36 @@
"arm_settings": { "arm_settings": {
"title": "[%key:component::alarmdecoder::options::step::init::title%]", "title": "[%key:component::alarmdecoder::options::step::init::title%]",
"data": { "data": {
"auto_bypass": "Auto Bypass on Arm", "auto_bypass": "Auto-bypass on arm",
"code_arm_required": "Code Required for Arming", "code_arm_required": "Code required for arming",
"alt_night_mode": "Alternative Night Mode" "alt_night_mode": "Alternative night mode"
} }
}, },
"zone_select": { "zone_select": {
"title": "[%key:component::alarmdecoder::options::step::init::title%]", "title": "[%key:component::alarmdecoder::options::step::init::title%]",
"description": "Enter the zone number you'd like to to add, edit, or remove.", "description": "Enter the zone number you'd like to to add, edit, or remove.",
"data": { "data": {
"zone_number": "Zone Number" "zone_number": "Zone number"
} }
}, },
"zone_details": { "zone_details": {
"title": "[%key:component::alarmdecoder::options::step::init::title%]", "title": "[%key:component::alarmdecoder::options::step::init::title%]",
"description": "Enter details for zone {zone_number}. To delete zone {zone_number}, leave Zone Name blank.", "description": "Enter details for zone {zone_number}. To delete zone {zone_number}, leave 'Zone name' blank.",
"data": { "data": {
"zone_name": "Zone Name", "zone_name": "Zone name",
"zone_type": "Zone Type", "zone_type": "Zone type",
"zone_rfid": "RF Serial", "zone_rfid": "RF serial",
"zone_loop": "RF Loop", "zone_loop": "RF loop",
"zone_relayaddr": "Relay Address", "zone_relayaddr": "Relay address",
"zone_relaychan": "Relay Channel" "zone_relaychan": "Relay channel"
} }
} }
}, },
"error": { "error": {
"relay_inclusive": "Relay Address and Relay Channel are codependent and must be included together.", "relay_inclusive": "'Relay address' and 'Relay channel' are codependent and must be included together.",
"int": "The field below must be an integer.", "int": "The field below must be an integer.",
"loop_rfid": "RF Loop cannot be used without RF Serial.", "loop_rfid": "'RF loop' cannot be used without 'RF serial'.",
"loop_range": "RF Loop must be an integer between 1 and 4." "loop_range": "'RF loop' must be an integer between 1 and 4."
} }
}, },
"services": { "services": {