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

31 lines
865 B
JSON
Raw Normal View History

2020-09-25 00:04:29 +00:00
{
"config": {
"abort": {
"single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n enkele configuratie mogelijk.",
"unknown": "Onverwachte fout"
},
"error": {
"cannot_connect": "Kon niet verbinden"
},
2021-05-17 05:17:18 +00:00
"flow_title": "{name}",
2020-09-25 00:04:29 +00:00
"step": {
"user": {
"data": {
"password": "Wachtwoord",
"username": "Gebruikersnaam"
},
"title": "Maak verbinding met Canary"
}
}
},
"options": {
"step": {
"init": {
"data": {
2021-03-20 00:04:10 +00:00
"ffmpeg_arguments": "Argumenten doorgegeven aan ffmpeg voor camera's",
2020-09-25 00:04:29 +00:00
"timeout": "Time-out verzoek (seconden)"
}
}
}
}
}