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

26 lines
788 B
JSON
Raw Normal View History

2019-10-16 00:32:17 +00:00
{
"config": {
"abort": {
2019-10-22 00:32:10 +00:00
"already_configured": "Al geconfigureerd",
2019-10-16 00:32:17 +00:00
"invalid_credentials": "Ongeldige gebruikersgegevens"
},
"create_entry": {
"default": "Zie [Neato-documentatie] ({docs_url})."
},
"error": {
"invalid_credentials": "Ongeldige inloggegevens",
"unexpected_error": "Onverwachte fout"
},
"step": {
"user": {
2019-10-22 00:32:10 +00:00
"data": {
"password": "Wachtwoord",
"username": "Gebruikersnaam",
"vendor": "Leverancier"
},
"description": "Zie [Neato-documentatie] ({docs_url}).",
2019-10-16 00:32:17 +00:00
"title": "Neato-account info"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-10-16 00:32:17 +00:00
}