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

27 lines
968 B
JSON
Raw Normal View History

2019-06-14 21:53:13 +00:00
{
"config": {
"abort": {
2021-02-24 00:04:14 +00:00
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
2019-06-14 21:53:13 +00:00
},
"create_entry": {
"default": "Om geavanceerde opties in te stellen, zie [Life360 documentatie]({docs_url})."
},
"error": {
2020-11-07 00:04:02 +00:00
"already_configured": "Account is al geconfigureerd",
"invalid_auth": "Ongeldige authenticatie",
2021-02-24 00:04:14 +00:00
"invalid_username": "Ongeldige gebruikersnaam",
"unknown": "Onverwachte fout"
2019-06-14 21:53:13 +00:00
},
"step": {
"user": {
"data": {
"password": "Wachtwoord",
"username": "Gebruikersnaam"
},
"description": "Om geavanceerde opties in te stellen, zie [Life360 documentatie]({docs_url}).\nMisschien wilt u dat doen voordat u accounts toevoegt.",
"title": "Life360-accountgegevens"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-06-14 21:53:13 +00:00
}