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

78 lines
2.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",
"unknown": "Onbekende fout opgetreden"
},
2020-02-16 00:31:42 +00:00
"step": {
2020-02-19 00:31:49 +00:00
"confirm": {
"title": "Konnected Apparaat Klaar"
},
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"
},
"description": "Voer de host-informatie in voor uw Konnected-paneel.",
"title": "Ontdek Konnected Device"
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": {
"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",
"9": "Zone 9"
}
2020-02-16 00:31:42 +00:00
},
2020-04-11 00:03:44 +00:00
"options_misc": {
"data": {
"api_host": "API host-URL overschrijven (optioneel)"
}
},
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
}