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

26 lines
681 B
JSON
Raw Normal View History

2020-01-15 00:31:56 +00:00
{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
"error": {
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
},
"step": {
"2fa": {
2020-02-08 00:31:45 +00:00
"data": {
"2fa": "Twee-factor code"
},
2020-01-15 00:31:56 +00:00
"title": "Tweestapsverificatie"
},
"user": {
"data": {
"password": "Wachtwoord",
"username": "Gebruikersnaam"
},
"title": "Aanmelden met Ring-account"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2020-01-15 00:31:56 +00:00
}