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

27 lines
771 B
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",
"kamereon_no_account": "Unable to find Kamereon account."
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"
},
"user": {
"data": {
"locale": "Locale",
"password": "Password",
"username": "Email"
},
"title": "Set Renault credentials"
}
}
2021-07-28 19:41:11 +00:00
}
}