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

31 lines
1.0 KiB
JSON
Raw Normal View History

2018-08-31 11:23:22 +00:00
{
"config": {
"abort": {
2021-03-16 00:04:36 +00:00
"already_configured": "Service is al geconfigureerd",
"unknown": "Onverwachte fout"
2018-08-31 11:23:22 +00:00
},
"error": {
"invalid_2fa": "Ongeldige twee-factor-authenticatie, probeer het opnieuw.",
"invalid_2fa_method": "Ongeldige 2FA-methode (verifi\u00ebren op telefoon).",
"invalid_login": "Ongeldige aanmelding, probeer het opnieuw."
},
"step": {
"2fa": {
"data": {
"2fa": "2FA pin"
},
2018-10-02 12:33:47 +00:00
"description": "Leeg",
2018-08-31 11:23:22 +00:00
"title": "Twee-factor-authenticatie"
},
"user": {
"data": {
2019-06-14 21:53:13 +00:00
"authorization_code": "Autorisatiecode (vereist voor handmatige authenticatie)",
2021-03-16 00:04:36 +00:00
"email": "E-mail",
2018-08-31 11:23:22 +00:00
"password": "Wachtwoord"
},
2018-10-02 12:33:47 +00:00
"description": "Leeg",
2018-08-31 11:23:22 +00:00
"title": "Google Hangouts inlog"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2018-08-31 11:23:22 +00:00
}