Improve renault config-flow translation strings (#131706)

This commit is contained in:
epenet 2024-12-01 16:54:05 +01:00 committed by GitHub
parent 3aae9b629f
commit 2b094ee25d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,14 +13,21 @@
"step": { "step": {
"kamereon": { "kamereon": {
"data": { "data": {
"kamereon_account_id": "Kamereon account id" "kamereon_account_id": "Account ID"
}, },
"title": "Select Kamereon account id" "data_description": {
"kamereon_account_id": "The Kamereon account ID associated with your vehicle"
},
"title": "Kamereon Account ID",
"description": "You have multiple Kamereon accounts associated to this email, please select one"
}, },
"reauth_confirm": { "reauth_confirm": {
"data": { "data": {
"password": "[%key:common::config_flow::data::password%]" "password": "[%key:common::config_flow::data::password%]"
}, },
"data_description": {
"password": "Your MyRenault phone application password"
},
"description": "Please update your password for {username}", "description": "Please update your password for {username}",
"title": "[%key:common::config_flow::title::reauth%]" "title": "[%key:common::config_flow::title::reauth%]"
}, },
@ -30,6 +37,11 @@
"username": "[%key:common::config_flow::data::email%]", "username": "[%key:common::config_flow::data::email%]",
"password": "[%key:common::config_flow::data::password%]" "password": "[%key:common::config_flow::data::password%]"
}, },
"data_description": {
"locale": "Your country code",
"username": "Your MyRenault phone application email address",
"password": "Your MyRenault phone application password"
},
"title": "Set Renault credentials" "title": "Set Renault credentials"
} }
} }