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

26 lines
788 B
JSON

{
"config": {
"abort": {
"already_configured": "Al geconfigureerd",
"invalid_credentials": "Ongeldige gebruikersgegevens"
},
"create_entry": {
"default": "Zie [Neato-documentatie] ({docs_url})."
},
"error": {
"invalid_credentials": "Ongeldige inloggegevens",
"unexpected_error": "Onverwachte fout"
},
"step": {
"user": {
"data": {
"password": "Wachtwoord",
"username": "Gebruikersnaam",
"vendor": "Leverancier"
},
"description": "Zie [Neato-documentatie] ({docs_url}).",
"title": "Neato-account info"
}
}
}
}