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

25 lines
583 B
JSON
Raw Normal View History

2020-11-07 00:04:02 +00:00
{
"config": {
"error": {
2021-02-24 00:04:14 +00:00
"cannot_connect": "Kan geen verbinding maken",
2020-11-07 00:04:02 +00:00
"invalid_auth": "Ongeldige authenticatie"
},
"step": {
"user": {
"data": {
2021-02-24 00:04:14 +00:00
"password": "Wachtwoord",
"username": "Gebruikersnaam"
2020-11-07 00:04:02 +00:00
}
}
}
2021-03-17 00:03:55 +00:00
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Update-interval in seconden, minimaal 30"
}
}
}
2020-11-07 00:04:02 +00:00
}
}