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

25 lines
688 B
JSON

{
"config": {
"abort": {
"single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk."
},
"error": {
"invalid_discovery_topic": "Invalid discovery topic prefix."
},
"step": {
"config": {
"data": {
"discovery_prefix": "Discovery-onderwerpvoorvoegsel"
}
},
"confirm": {
"description": "Wil je Tasmota instellen?"
}
}
},
"issues": {
"topic_no_prefix": {
"title": "Het Tasmota-apparaat {name} heeft een ongeldig MQTT-topic"
}
}
}