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

22 lines
637 B
JSON
Raw Normal View History

2020-10-07 00:06:20 +00:00
{
"config": {
"abort": {
"single_instance_allowed": "Is al geconfigureerd. Er is maar een configuratie mogelijk"
},
2021-03-20 00:04:10 +00:00
"error": {
2021-08-03 00:10:03 +00:00
"invalid_discovery_topic": "Invalid discovery topic prefix."
2021-03-20 00:04:10 +00:00
},
2020-10-07 00:06:20 +00:00
"step": {
"config": {
2021-03-17 00:03:55 +00:00
"data": {
"discovery_prefix": "Discovery-onderwerpvoorvoegsel"
},
2020-10-07 00:06:20 +00:00
"description": "Vul de Tasmota gegevens in",
"title": "Tasmota"
2020-10-09 00:04:33 +00:00
},
"confirm": {
"description": "Wil je Tasmota instellen?"
2020-10-07 00:06:20 +00:00
}
}
}
}