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

85 lines
3.3 KiB
JSON

{
"config": {
"abort": {
"single_instance_allowed": "Al geconfigureerd. Slechts een enkele configuratie mogelijk."
},
"error": {
"cannot_connect": "Kan geen verbinding maken"
},
"step": {
"broker": {
"data": {
"broker": "Broker",
"discovery": "Detectie inschakelen",
"password": "Wachtwoord",
"port": "Poort",
"username": "Gebruikersnaam"
},
"description": "MQTT"
},
"hassio_confirm": {
"data": {
"discovery": "Detectie inschakelen"
},
"description": "Wilt u Home Assistant configureren om verbinding te maken met de MQTT-broker die wordt aangeboden door de add-on {addon} ?",
"title": "MQTT Broker via Home Assistant add-on"
}
}
},
"device_automation": {
"trigger_subtype": {
"button_1": "Eerste knop",
"button_2": "Tweede knop",
"button_3": "Derde knop",
"button_4": "Vierde knop",
"button_5": "Vijfde knop",
"button_6": "Zesde knop",
"turn_off": "Uitschakelen",
"turn_on": "Inschakelen"
},
"trigger_type": {
"button_double_press": "\"{subtype}\" dubbel geklikt",
"button_long_press": "\"{subtype}\" continu ingedrukt",
"button_long_release": "\"{subtype}\" losgelaten na lang indrukken",
"button_quadruple_press": "\"{subtype}\" viermaal geklikt",
"button_quintuple_press": "\"{subtype}\" vijfmaal geklikt",
"button_short_press": "\" {subtype} \" ingedrukt",
"button_short_release": "\"{subtype}\" losgelaten",
"button_triple_press": "\" {subtype} \" driemaal geklikt"
}
},
"options": {
"error": {
"bad_birth": "Ongeldig birth topic",
"bad_will": "Ongeldig will topic",
"cannot_connect": "Kon niet verbinden"
},
"step": {
"broker": {
"data": {
"broker": "Broker",
"password": "Wachtwoord",
"port": "Poort",
"username": "Gebruikersnaam"
},
"description": "Voer de verbindingsgegevens van uw MQTT-broker in."
},
"options": {
"data": {
"birth_enable": "Geboortebericht inschakelen",
"birth_payload": "Birth message payload",
"birth_qos": "Birth message QoS",
"birth_retain": "Birth message behouden",
"birth_topic": "Birth message onderwerp",
"discovery": "Discovery inschakelen",
"will_enable": "Will message inschakelen",
"will_payload": "Will message payload",
"will_qos": "Will message QoS",
"will_retain": "Will message behouden",
"will_topic": "Will message topic"
},
"description": "Selecteer MQTT-opties."
}
}
}
}