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

25 lines
882 B
JSON

{
"config": {
"abort": {
"invalid_auth": "Ongeldige authenticatie"
},
"create_entry": {
"default": "Om geavanceerde opties in te stellen, zie [Life360 documentatie]({docs_url})."
},
"error": {
"already_configured": "Account is al geconfigureerd",
"invalid_auth": "Ongeldige authenticatie",
"invalid_username": "Ongeldige gebruikersnaam"
},
"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"
}
}
}
}