mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 13:47:35 +00:00
Add missing and fix incorrect translation string in alarmdecoder (#127814)
This commit is contained in:
parent
bb4e8e5717
commit
e6aac6a77f
@ -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": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user