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