core/homeassistant/components/renault/translations/en.json

35 lines
1.1 KiB
JSON
Raw Normal View History

2021-07-28 19:41:11 +00:00
{
2021-08-02 03:40:04 +00:00
"config": {
"abort": {
"already_configured": "Account is already configured",
2021-09-05 00:11:36 +00:00
"kamereon_no_account": "Unable to find Kamereon account",
"reauth_successful": "Re-authentication was successful"
2021-07-28 19:41:11 +00:00
},
2021-08-02 03:40:04 +00:00
"error": {
"invalid_credentials": "Invalid authentication"
2021-07-28 19:41:11 +00:00
},
2021-08-02 03:40:04 +00:00
"step": {
"kamereon": {
"data": {
"kamereon_account_id": "Kamereon account id"
},
"title": "Select Kamereon account id"
},
2021-09-05 00:11:36 +00:00
"reauth_confirm": {
"data": {
"password": "Password"
},
"description": "Please update your password for {username}",
"title": "Reauthenticate Integration"
},
2021-08-02 03:40:04 +00:00
"user": {
"data": {
"locale": "Locale",
"password": "Password",
"username": "Email"
},
"title": "Set Renault credentials"
}
}
2021-07-28 19:41:11 +00:00
}
}