New Crowdin updates (#11795)
* New translations js.properties (German) * New translations scale.properties (German) * New translations exec.properties (German) * New translations mpd.properties (German) * New translations qbus.properties (Dutch) * New translations tankerkoenig.properties (German) * New translations js.properties (German) * New translations tankerkoenig.properties (German)
This commit is contained in:
@@ -1,33 +1,35 @@
|
||||
###############
|
||||
# binding
|
||||
|
||||
binding.exec.name = Exec Binding
|
||||
binding.exec.description = Binding zur Ausführung von Befehlen und zur Verarbeitung des Rückgabewerts
|
||||
|
||||
###############
|
||||
# thing types
|
||||
|
||||
thing-type.exec.command.label = Befehl
|
||||
thing-type.exec.command.description = Befehl zur Ausführung und Verarbeitung des Rückgabewertes
|
||||
|
||||
# thing type configuration
|
||||
# thing types config
|
||||
|
||||
thing-type.config.exec.command.autorun.label = Autorun
|
||||
thing-type.config.exec.command.autorun.description = Wenn aktiv, dann wird der Befehl jedes Mal ausgeführt, wenn sich der Eingabewert ändert
|
||||
thing-type.config.exec.command.command.label = Befehl
|
||||
thing-type.config.exec.command.command.description = Der auszuführende Befehl
|
||||
thing-type.config.exec.command.transform.label = Transformation
|
||||
thing-type.config.exec.command.transform.description = Transformation des Rückgabewertes des Befehls, z.B. REGEX((.*)) liefert den Rückgabewert unverändert
|
||||
thing-type.config.exec.command.interval.label = Intervall
|
||||
thing-type.config.exec.command.interval.description = Intervall in Sekunden, in welchem der Befehl ausgeführt wird
|
||||
thing-type.config.exec.command.timeout.label = Timeout
|
||||
thing-type.config.exec.command.timeout.description = Timeout in Sekunden, nach dem die Ausführung des Befehls abgebrochen wird
|
||||
thing-type.config.exec.command.autorun.label = Autorun
|
||||
thing-type.config.exec.command.autorun.description = Wenn aktiv, dann wird der Befehl jedes Mal ausgeführt, wenn sich der Eingabewert ändert
|
||||
thing-type.config.exec.command.transform.label = Transformation
|
||||
thing-type.config.exec.command.transform.description = Transformation des Rückgabewertes des Befehls, z.B. REGEX((.*)) liefert den Rückgabewert unverändert
|
||||
|
||||
# channel types
|
||||
|
||||
# channel type
|
||||
channel-type.exec.output.label = Rückgabewert
|
||||
channel-type.exec.output.description = Rückgabewert der Befehlsausführung
|
||||
channel-type.exec.input.label = Eingabewert
|
||||
channel-type.exec.input.description = Eingabewert, der als zweiter Parameter an den Befehl übergeben wird
|
||||
channel-type.exec.exit.label = Rückgabestatus
|
||||
channel-type.exec.exit.description = Dokumentiert die erfolgreiche Ausführung
|
||||
channel-type.exec.input.label = Eingabewert
|
||||
channel-type.exec.input.description = Eingabewert, der als zweiter Parameter an den Befehl übergeben wird
|
||||
channel-type.exec.lastexecution.label = Zeitpunkt der letzten Ausführung
|
||||
channel-type.exec.lastexecution.description = Datum und Uhrzeit der letzten Ausführung des Befehls im Format yyyy-MM-dd'T'HH\:mm\:ss.SSSZ
|
||||
channel-type.exec.output.label = Rückgabewert
|
||||
channel-type.exec.output.description = Rückgabewert der Befehlsausführung
|
||||
channel-type.exec.run.label = Ausführung
|
||||
channel-type.exec.run.description = Steht während der Befehlsausführung auf ON; durch Setzen auf ON wird der Befehl sofort ausgeführt
|
||||
channel-type.exec.lastexecution.label = Zeitpunkt der letzten Ausführung
|
||||
channel-type.exec.lastexecution.description = Datum und Uhrzeit der letzten Ausführung des Befehls im Format yyyy-MM-dd'T'HH:mm:ss.SSSZ
|
||||
|
||||
Reference in New Issue
Block a user