Add missing and fix incorrect translation string in permobil (#127910)

This commit is contained in:
epenet 2024-10-08 08:54:53 +02:00 committed by GitHub
parent 70fcca824b
commit 4a202eca59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,13 +15,14 @@
"region": { "region": {
"description": "Select the region of your account.", "description": "Select the region of your account.",
"data": { "data": {
"code": "Region" "region": "Region"
} }
} }
}, },
"abort": { "abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]", "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": { "error": {
"unknown": "Unexpected error, more information in the logs", "unknown": "Unexpected error, more information in the logs",