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

93 lines
3.3 KiB
JSON
Raw Normal View History

2020-02-13 00:31:46 +00:00
{
2020-02-16 00:31:42 +00:00
"config": {
2020-02-19 00:31:49 +00:00
"abort": {
"already_configured": "Apparaat is al geconfigureerd",
2020-09-16 00:09:01 +00:00
"already_in_progress": "De configuratiestroom voor het apparaat wordt al uitgevoerd.",
"not_konn_panel": "Geen herkend Konnected.io apparaat",
2020-02-19 00:31:49 +00:00
"unknown": "Onbekende fout opgetreden"
},
2020-09-16 00:09:01 +00:00
"error": {
"cannot_connect": "Kan geen verbinding maken met een Konnected Panel op {host} : {port}"
},
2020-02-16 00:31:42 +00:00
"step": {
2020-02-19 00:31:49 +00:00
"confirm": {
"title": "Konnected Apparaat Klaar"
},
2020-05-01 00:02:55 +00:00
"import_confirm": {
"description": "Er is een Konnected Alarmpaneel met ID {id} ontdekt in configuration.yaml. Met deze flow kunt u deze importeren in een configuratie-item.",
"title": "Konnected apparaat importeren"
},
2020-02-16 00:31:42 +00:00
"user": {
"data": {
2020-02-19 00:31:49 +00:00
"host": "IP-adres van Konnected apparaat",
"port": "Konnected apparaat poort"
},
2020-05-29 00:04:16 +00:00
"description": "Voer de host-informatie in voor uw Konnected-paneel."
2020-02-16 00:31:42 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-02-16 00:31:42 +00:00
},
2020-02-13 00:31:46 +00:00
"options": {
2020-02-19 00:31:49 +00:00
"abort": {
"not_konn_panel": "Geen herkend Konnected.io apparaat"
},
2020-02-16 00:31:42 +00:00
"error": {
2020-05-01 00:02:55 +00:00
"bad_host": "Ongeldige URL voor overschrijven API-host",
2020-02-16 00:31:42 +00:00
"one": "Leeg",
"other": "Leeg"
},
2020-02-13 00:31:46 +00:00
"step": {
2020-02-16 00:31:42 +00:00
"options_binary": {
"data": {
2020-02-19 00:31:49 +00:00
"inverse": "Keer de open / dicht status om",
"name": "Naam (optioneel)",
"type": "Type binaire sensor"
},
"title": "Binaire sensor configureren"
2020-02-16 00:31:42 +00:00
},
"options_digital": {
"data": {
"name": "Naam (optioneel)",
"type": "Type sensor"
}
},
2020-02-13 00:31:46 +00:00
"options_io": {
"data": {
"1": "Zone 1",
"2": "Zone 2",
"3": "Zone 3",
"4": "Zone 4",
"5": "Zone 5",
"6": "Zone 6",
"7": "Zone 7"
}
},
"options_io_ext": {
"data": {
"10": "Zone 10",
"11": "Zone 11",
"12": "Zone 12",
"8": "Zone 8",
2020-05-01 00:02:55 +00:00
"9": "Zone 9",
"alarm1": "ALARM1",
"alarm2_out2": "OUT2 / ALARM2",
"out1": "OUT1"
2020-02-13 00:31:46 +00:00
}
2020-02-16 00:31:42 +00:00
},
2020-04-11 00:03:44 +00:00
"options_misc": {
"data": {
2020-05-01 00:02:55 +00:00
"api_host": "API host-URL overschrijven (optioneel)",
"override_api_host": "Overschrijf standaard Home Assistant API hostpaneel-URL"
},
"description": "Selecteer het gewenste gedrag voor uw paneel",
"title": "Configureer Misc"
2020-04-11 00:03:44 +00:00
},
2020-02-16 00:31:42 +00:00
"options_switch": {
"data": {
2020-04-29 00:03:31 +00:00
"more_states": "Aanvullende statussen voor deze zone configureren",
2020-02-16 00:31:42 +00:00
"name": "Naam (optioneel)"
2020-02-19 00:31:49 +00:00
},
"title": "Schakelbare uitgang configureren"
2020-02-13 00:31:46 +00:00
}
2020-04-16 20:00:10 +00:00
}
}
2020-02-13 00:31:46 +00:00
}