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

30 lines
1.2 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": {
2021-02-03 10:46:49 +00:00
"cannot_connect": "Verbindung fehlgeschlagen",
2020-01-13 00:31:54 +00:00
"snmp_error": "SNMP-Server deaktiviert oder Drucker nicht unterst\u00fctzt.",
"wrong_host": " Ung\u00fcltiger Hostname oder IP-Adresse"
},
2021-06-09 00:10:10 +00:00
"flow_title": "{model} {serial_number}",
2020-01-13 00:31:54 +00:00
"step": {
"user": {
"data": {
2020-06-07 00:03:28 +00:00
"host": "Host",
2020-01-13 00:31:54 +00:00
"type": "Typ des Druckers"
},
2020-05-29 00:04:16 +00:00
"description": "Einrichten der Brother-Drucker-Integration. Wenn Du Probleme mit der Konfiguration hast, gehe zu: https://www.home-assistant.io/integrations/brother"
2020-02-02 00:31:45 +00:00
},
"zeroconf_confirm": {
"data": {
"type": "Typ des Druckers"
},
2021-07-11 00:09:40 +00:00
"description": "M\u00f6chtest du den Brother Drucker {model} mit der Seriennummer `{serial_number}` zum Home Assistant hinzuf\u00fcgen?",
2020-02-02 00:31:45 +00:00
"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
}