mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +00:00
Add missing and fix incorrect translation string in permobil (#127910)
This commit is contained in:
parent
70fcca824b
commit
4a202eca59
@ -15,13 +15,14 @@
|
||||
"region": {
|
||||
"description": "Select the region of your account.",
|
||||
"data": {
|
||||
"code": "Region"
|
||||
"region": "Region"
|
||||
}
|
||||
}
|
||||
},
|
||||
"abort": {
|
||||
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
||||
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
||||
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
|
||||
"unknown": "[%key:common::config_flow::error::unknown%]"
|
||||
},
|
||||
"error": {
|
||||
"unknown": "Unexpected error, more information in the logs",
|
||||
|
Loading…
x
Reference in New Issue
Block a user