Add missing and fix incorrect translation string in alarmdecoder (#127814)

This commit is contained in:
epenet 2024-10-08 08:43:40 +02:00 committed by GitHub
parent bb4e8e5717
commit e6aac6a77f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,8 @@
} }
}, },
"error": { "error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]" "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
}, },
"create_entry": { "create_entry": {
"default": "Successfully connected to AlarmDecoder." "default": "Successfully connected to AlarmDecoder."
@ -37,7 +38,7 @@
"title": "Configure AlarmDecoder", "title": "Configure AlarmDecoder",
"description": "What would you like to edit?", "description": "What would you like to edit?",
"data": { "data": {
"edit_select": "Edit" "edit_selection": "Edit"
} }
}, },
"arm_settings": { "arm_settings": {