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

30 lines
1.2 KiB
JSON
Raw Normal View History

2021-02-03 10:46:49 +00:00
{
"config": {
"abort": {
"single_instance_allowed": "Bereits konfiguriert. Nur eine einzige Konfiguration m\u00f6glich."
},
2021-06-06 00:19:43 +00:00
"error": {
"invalid_discovery_topic": "Ung\u00fcltiges Discovery-Topic-Pr\u00e4fix."
},
2021-02-03 10:46:49 +00:00
"step": {
"config": {
2021-05-03 00:05:16 +00:00
"data": {
"discovery_prefix": "Themenpr\u00e4fix f\u00fcr die Erkennung"
2022-05-19 00:26:11 +00:00
}
2021-02-03 10:46:49 +00:00
},
"confirm": {
"description": "M\u00f6chtest du Tasmota einrichten?"
}
}
2022-09-20 00:30:13 +00:00
},
"issues": {
"topic_duplicated": {
2022-11-30 00:26:16 +00:00
"description": "Mehrere Tasmota Ger\u00e4te teilen das Topic {topic}. \n\nTasmota Ger\u00e4te mit diesem Problem: {offenders}.",
"title": "Mehrere Tasmota Ger\u00e4te teilen das gleiche Topic"
2022-09-20 00:30:13 +00:00
},
"topic_no_prefix": {
2022-11-30 00:26:16 +00:00
"description": "Tasmota Ger\u00e4t {name} mit IP {ip} enth\u00e4lt `%prefix%` nicht in seinem vollst\u00e4ndigen Topic. \n\nEntit\u00e4ten f\u00fcr diese Ger\u00e4te sind deaktiviert, bis die Konfiguration korrigiert wurde.",
"title": "Tasmota Ger\u00e4t {name} hat ein ung\u00fcltiges MQTT-Topic"
2022-09-20 00:30:13 +00:00
}
2021-02-03 10:46:49 +00:00
}
}