mirror of
https://github.com/home-assistant/core.git
synced 2025-08-11 00:25:12 +02:00
Add missing and fix incorrect translation string in alarmdecoder (#127814)
This commit is contained in:
@@ -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": {
|
||||||
|
Reference in New Issue
Block a user