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

23 lines
739 B
JSON
Raw Normal View History

{
"config": {
"abort": {
2022-02-22 00:17:23 +00:00
"already_configured": "Apparaat is al geconfigureerd",
2022-05-21 00:22:49 +00:00
"reauth_successful": "Herauthenticatie geslaagd"
},
"error": {
2021-04-23 00:03:48 +00:00
"cannot_connect": "Kan geen verbinding maken",
2022-02-22 00:17:23 +00:00
"different_account": "Account moet dezelfde zijn als die gebruikt is voor het opzetten van de integratie",
2021-04-23 00:03:48 +00:00
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
},
"step": {
"user": {
"data": {
2021-04-23 00:03:48 +00:00
"country_code": "Landcode",
"password": "Wachtwoord",
2021-04-23 00:03:48 +00:00
"username": "Gebruikersnaam"
}
}
}
2022-05-19 00:26:11 +00:00
}
}