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

31 lines
1.3 KiB
JSON
Raw Normal View History

2020-01-13 00:31:54 +00:00
{
"config": {
"abort": {
"already_configured": "Dieser Drucker ist bereits konfiguriert",
"unsupported_model": "Dieses Druckermodell wird nicht unterst\u00fctzt."
},
"error": {
"connection_error": "Verbindungsfehler",
"snmp_error": "SNMP-Server deaktiviert oder Drucker nicht unterst\u00fctzt.",
"wrong_host": " Ung\u00fcltiger Hostname oder IP-Adresse"
},
2020-02-02 00:31:45 +00:00
"flow_title": "Brother-Drucker: {model} {serial_number}",
2020-01-13 00:31:54 +00:00
"step": {
"user": {
"data": {
"host": "Drucker Hostname oder IP-Adresse",
"type": "Typ des Druckers"
},
"description": "Einrichten der Brother-Drucker-Integration. Wenn Du Probleme mit der Konfiguration hast, gehe zu: https://www.home-assistant.io/integrations/brother",
"title": "Brother Drucker"
2020-02-02 00:31:45 +00:00
},
"zeroconf_confirm": {
"data": {
"type": "Typ des Druckers"
},
"description": "M\u00f6chten Sie den Brother Drucker {model} mit der Seriennummer `{serial_number}` zum Home Assistant hinzuf\u00fcgen?",
"title": "Brother-Drucker entdeckt"
2020-01-13 00:31:54 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2020-01-13 00:31:54 +00:00
}