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

31 lines
1.1 KiB
JSON
Raw Normal View History

2018-09-24 10:01:01 +00:00
{
"config": {
2018-09-26 09:19:50 +00:00
"abort": {
"single_instance_allowed": "Nur eine einzige Konfiguration von MQTT ist zul\u00e4ssig."
},
"error": {
"cannot_connect": "Es konnte keine Verbindung zum Broker hergestellt werden."
},
2018-09-24 10:01:01 +00:00
"step": {
"broker": {
"data": {
2018-10-02 12:33:47 +00:00
"broker": "Server",
2018-09-27 21:04:28 +00:00
"discovery": "Suche aktivieren",
2018-09-24 10:01:01 +00:00
"password": "Passwort",
2018-10-02 12:33:47 +00:00
"port": "Port",
2018-09-24 10:01:01 +00:00
"username": "Benutzername"
},
"description": "Bitte gib die Verbindungsinformationen deines MQTT-Brokers ein.",
"title": "MQTT"
2018-10-05 15:50:00 +00:00
},
"hassio_confirm": {
"data": {
"discovery": "Suche aktivieren"
},
2018-10-17 12:12:41 +00:00
"description": "M\u00f6chtest du Home Assistant so konfigurieren, dass er eine Verbindung mit dem MQTT-Broker herstellt, der vom Add-on hass.io {addon} bereitgestellt wird?",
2018-10-05 15:50:00 +00:00
"title": "MQTT Broker per Hass.io add-on"
2018-09-24 10:01:01 +00:00
}
},
"title": "MQTT"
}
}