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

37 lines
1.2 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",
"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",
2021-03-17 00:03:55 +00:00
"already_in_progress": "De configuratiestroom is al aan de gang",
2021-02-24 00:04:14 +00:00
"cannot_connect": "Kan geen verbinding maken",
"invalid_auth": "Ongeldige authenticatie"
2019-05-23 20:32:35 +00:00
},
2021-03-17 00:03:55 +00:00
"flow_title": "{name} ({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
}
2021-03-16 00:04:36 +00:00
},
"options": {
"step": {
"configure_stream": {
"data": {
"stream_profile": "Selecteer stream profiel om te gebruiken"
},
"title": "Opties voor videostreams van Axis-apparaten"
}
}
2020-05-29 00:04:16 +00:00
}
2019-05-23 20:32:35 +00:00
}