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

63 lines
2.3 KiB
JSON
Raw Normal View History

2020-04-08 00:08:19 +00:00
{
"config": {
"abort": {
2021-07-24 00:08:57 +00:00
"already_configured": "Apparaat is al geconfigureerd",
2022-05-21 00:22:49 +00:00
"reauth_successful": "Herauthenticatie geslaagd",
2021-08-31 00:17:01 +00:00
"reconfigure_successful": "Herconfiguratie was succesvol"
2020-04-08 00:08:19 +00:00
},
2020-04-29 00:03:31 +00:00
"error": {
2020-10-09 00:04:33 +00:00
"cannot_connect": "Kan geen verbinding maken",
2020-11-07 00:04:02 +00:00
"invalid_auth": "Ongeldige authenticatie",
2020-05-01 00:02:55 +00:00
"missing_data": "Ontbrekende gegevens: probeer het later opnieuw of een andere configuratie",
2020-04-29 00:03:31 +00:00
"otp_failed": "Tweestapsverificatie is mislukt, probeer het opnieuw met een nieuwe toegangscode",
2022-05-21 00:22:49 +00:00
"unknown": "Onverwachte fout"
2020-04-29 00:03:31 +00:00
},
2021-05-17 05:17:18 +00:00
"flow_title": "{name} ({host})",
2020-04-08 00:08:19 +00:00
"step": {
2020-04-23 00:05:07 +00:00
"2sa": {
"data": {
"otp_code": "Code"
2020-04-29 00:03:31 +00:00
},
"title": "Synology DSM: tweestapsverificatie"
2020-04-23 00:05:07 +00:00
},
2020-04-08 00:08:19 +00:00
"link": {
"data": {
"password": "Wachtwoord",
2021-03-16 00:04:36 +00:00
"port": "Poort",
2022-05-21 00:22:49 +00:00
"ssl": "Maakt gebruik van een SSL-certificaat",
2020-11-07 00:04:02 +00:00
"username": "Gebruikersnaam",
2022-05-21 00:22:49 +00:00
"verify_ssl": "SSL-certificaat verifi\u00ebren"
2020-04-08 00:08:19 +00:00
},
2022-05-19 00:26:11 +00:00
"description": "Wil je {name} ({host}) instellen?"
2021-07-24 00:08:57 +00:00
},
2021-10-02 12:59:05 +00:00
"reauth_confirm": {
"data": {
"password": "Wachtwoord",
"username": "Gebruikersnaam"
},
"title": "Synology DSM Integratie opnieuw verifi\u00ebren"
},
2020-04-08 00:08:19 +00:00
"user": {
"data": {
"host": "Host",
"password": "Wachtwoord",
2021-03-16 00:04:36 +00:00
"port": "Poort",
2022-05-21 00:22:49 +00:00
"ssl": "Maakt gebruik van een SSL-certificaat",
2020-11-07 00:04:02 +00:00
"username": "Gebruikersnaam",
2022-05-21 00:22:49 +00:00
"verify_ssl": "SSL-certificaat verifi\u00ebren"
2022-05-19 00:26:11 +00:00
}
2020-04-08 00:08:19 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-09-15 00:09:18 +00:00
},
"options": {
"step": {
"init": {
"data": {
2020-11-07 00:04:02 +00:00
"scan_interval": "Minuten tussen scans",
2022-01-31 00:14:28 +00:00
"snap_profile_type": "Kwaliteitsniveau van camera-snapshots (0:hoog 1:gemiddeld 2:laag)",
2020-09-15 00:09:18 +00:00
"timeout": "Time-out (seconden)"
}
}
}
2020-04-16 20:00:10 +00:00
}
2020-04-08 00:08:19 +00:00
}