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

31 lines
1.3 KiB
JSON
Raw Normal View History

2022-04-29 00:22:21 +00:00
{
"config": {
"abort": {
"already_configured": "Account is al geconfigureerd",
2022-05-21 00:22:49 +00:00
"already_in_progress": "De configuratie is momenteel al bezig",
2022-04-29 00:22:21 +00:00
"code_expired": "De authenticatiecode is verlopen of de instelling van de inloggegevens is ongeldig, probeer het opnieuw.",
2022-05-21 00:22:49 +00:00
"invalid_access_token": "Ongeldig toegangstoken",
"missing_configuration": "Integratie niet geconfigureerd. Raadpleeg de documentatie.",
"oauth_error": "Ongeldige tokengegevens ontvangen.",
"reauth_successful": "Herauthenticatie geslaagd"
2022-04-29 00:22:21 +00:00
},
"create_entry": {
2022-05-21 00:22:49 +00:00
"default": "Authenticatie geslaagd"
2022-04-29 00:22:21 +00:00
},
"progress": {
"exchange": "Om uw Google-account te koppelen, gaat u naar de [ {url} ]( {url} ) en voert u de code in: \n\n {user_code}"
},
"step": {
"auth": {
"title": "Link Google Account"
},
"pick_implementation": {
"title": "Kies een authenticatie methode"
},
"reauth_confirm": {
"description": "De Google Agenda-integratie moet uw account opnieuw verifi\u00ebren",
2022-05-23 00:25:42 +00:00
"title": "Integratie herauthenticeren"
2022-04-29 00:22:21 +00:00
}
}
}
}