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

37 lines
948 B
JSON
Raw Normal View History

2020-04-11 00:03:44 +00:00
{
"config": {
2020-05-01 00:02:55 +00:00
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
2020-04-11 00:03:44 +00:00
"error": {
2021-03-16 00:04:36 +00:00
"cannot_connect": "Kan geen verbinding maken",
2020-04-11 00:03:44 +00:00
"unknown": "Onverwachte fout"
},
"step": {
"ups": {
2020-05-01 00:02:55 +00:00
"data": {
2022-05-19 00:26:11 +00:00
"alias": "Alias"
2020-05-01 00:02:55 +00:00
},
2020-04-11 00:03:44 +00:00
"title": "Kies een UPS om uit te lezen"
},
"user": {
"data": {
"host": "Host",
"password": "Wachtwoord",
"port": "Poort",
"username": "Gebruikersnaam"
},
"title": "Verbind met NUT-server"
}
2020-04-15 16:51:07 +00:00
}
2020-04-11 00:03:44 +00:00
},
"options": {
"step": {
"init": {
"data": {
2020-05-01 00:02:55 +00:00
"scan_interval": "Scaninterval (seconden)"
2022-05-19 00:26:11 +00:00
}
2020-04-11 00:03:44 +00:00
}
}
2020-04-16 20:00:10 +00:00
}
2020-04-11 00:03:44 +00:00
}