mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
Improve renault config-flow translation strings (#131706)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user