mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 14:27:07 +00:00
Improve renault config-flow translation strings (#131706)
This commit is contained in:
parent
3aae9b629f
commit
2b094ee25d
@ -13,14 +13,21 @@
|
||||
"step": {
|
||||
"kamereon": {
|
||||
"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": {
|
||||
"data": {
|
||||
"password": "[%key:common::config_flow::data::password%]"
|
||||
},
|
||||
"data_description": {
|
||||
"password": "Your MyRenault phone application password"
|
||||
},
|
||||
"description": "Please update your password for {username}",
|
||||
"title": "[%key:common::config_flow::title::reauth%]"
|
||||
},
|
||||
@ -30,6 +37,11 @@
|
||||
"username": "[%key:common::config_flow::data::email%]",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user