New Crowdin updates (#11832)
* New translations astro.properties (Finnish) * New translations astro.properties (German) * New translations bluetooth.properties (German) * New translations boschshc.properties (Italian) * New translations comfoair.properties (German) * New translations dwdunwetter.properties (German) * New translations epsonprojector.properties (German) * New translations gpio.properties (German) * New translations heliosventilation.properties (German) * New translations homeconnect.properties (German) * New translations homematic.properties (German) * New translations ipp.properties (German) * New translations jruby.properties (Hungarian) * New translations jsscripting.properties (German) * New translations jsscripting.properties (Hungarian) * New translations map.properties (German) * New translations map.properties (Hungarian) * New translations mqttbroker.properties (Italian) * New translations nanoleaf.properties (German) * New translations ocean.properties (German) * New translations openhabcloud.properties (Finnish) * New translations samsungtv.properties (Hungarian) * New translations shelly.properties (German) * New translations snmp.properties (German) * New translations sonos.properties (German) * New translations spotify.properties (German) * New translations tr064.properties (German) * New translations tradfri.properties (German) * New translations unifi.properties (German) * New translations unifi.properties (Hungarian) * New translations valloxmv.properties (Finnish) * New translations volvooncall.properties (German) * New translations xslt.properties (German)
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
# binding
|
||||
|
||||
binding.ipp.name = IPP Binding
|
||||
binding.ipp.description = Dies ist das Binding für das Internet Printing Protocol (IPP). Sie können abfragen, wie viele Aufträge eine IPP/CUPS Druckers erledigt sind/warten
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.ipp.printer.label = Drucker
|
||||
thing-type.ipp.printer.description = Ein IPP-Drucker
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.ipp.printer.name.label = Name
|
||||
thing-type.config.ipp.printer.name.description = Der Name des Druckers
|
||||
thing-type.config.ipp.printer.refresh.label = Abfrageintervall
|
||||
thing-type.config.ipp.printer.refresh.description = Gibt das Abfrageintervall in Sekunden an
|
||||
thing-type.config.ipp.printer.url.label = URL
|
||||
thing-type.config.ipp.printer.url.description = Die URL des Druckers
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.ipp.doneJobs.label = Fertige Druckaufträge
|
||||
channel-type.ipp.doneJobs.description = Anzahl der abgeschlossenen Druckaufträge auf dem Drucker
|
||||
channel-type.ipp.jobs.label = Gesamte Druckaufträge
|
||||
channel-type.ipp.jobs.description = Gesamtzahl der Druckaufträge auf dem Drucker
|
||||
channel-type.ipp.waitingJobs.label = Wartende Druckaufträge
|
||||
channel-type.ipp.waitingJobs.description = Anzahl der Warteaufträge auf dem Drucker
|
||||
Reference in New Issue
Block a user