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

27 lines
780 B
JSON
Raw Normal View History

2022-04-29 00:22:21 +00:00
{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd",
"invalid_id": "Het apparaat heeft een ongeldige unieke ID teruggestuurd"
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"invalid_auth": "Ongeldige authenticatie"
},
"step": {
2022-07-08 00:27:47 +00:00
"discovered_connection": {
"data": {
"password": "Wachtwoord",
"username": "Gebruikersnaam"
}
},
2022-04-29 00:22:21 +00:00
"user": {
"data": {
"password": "Wachtwoord",
"url": "URL",
"username": "Gebruikersnaam"
}
}
}
}
}