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

28 lines
1.0 KiB
JSON
Raw Normal View History

2019-05-23 20:32:35 +00:00
{
"config": {
2019-06-14 21:53:13 +00:00
"abort": {
"already_configured": "Apparaat is al geconfigureerd",
"bad_config_file": "Slechte gegevens van het configuratiebestand",
"link_local_address": "Link-lokale adressen worden niet ondersteund",
2020-04-08 00:08:19 +00:00
"not_axis_device": "Ontdekte apparaat, is geen Axis-apparaat"
2019-06-14 21:53:13 +00:00
},
2019-05-23 20:32:35 +00:00
"error": {
2019-06-14 21:53:13 +00:00
"already_configured": "Apparaat is al geconfigureerd",
"already_in_progress": "De configuratiestroom voor het apparaat is al in volle gang.",
2019-05-23 20:32:35 +00:00
"device_unavailable": "Apparaat is niet beschikbaar",
"faulty_credentials": "Ongeldige gebruikersreferenties"
},
2019-10-22 00:32:10 +00:00
"flow_title": "Axis apparaat: {naam} ({host})",
2019-05-23 20:32:35 +00:00
"step": {
"user": {
"data": {
"host": "Host",
"password": "Wachtwoord",
"port": "Poort",
"username": "Gebruikersnaam"
2019-06-14 21:53:13 +00:00
},
"title": "Stel het Axis-apparaat in"
2019-05-23 20:32:35 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-05-29 00:04:16 +00:00
}
2019-05-23 20:32:35 +00:00
}