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

23 lines
715 B
JSON
Raw Normal View History

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"reauth_successful": "Re-authentication was successful"
},
"error": {
2021-04-23 00:03:48 +00:00
"cannot_connect": "Failed to connect",
"different_account": "Account should be the same as used for setting up the integration",
2021-04-23 00:03:48 +00:00
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
2021-04-23 00:03:48 +00:00
"country_code": "Country code",
"password": "Password",
2021-04-23 00:03:48 +00:00
"username": "Username"
}
}
}
2022-05-19 00:26:11 +00:00
}
}