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

22 lines
581 B
JSON
Raw Normal View History

{
"config": {
"abort": {
2021-04-23 00:03:48 +00:00
"already_configured": "Apparaat is al geconfigureerd"
},
"error": {
2021-04-23 00:03:48 +00:00
"cannot_connect": "Kan geen verbinding maken",
"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"
}
}
}
},
"title": "Picnic"
}