New Crowdin updates (#11890)
* New translations adorne.properties (German) * New translations ahawastecollection.properties (German) * New translations airquality.properties (German) * New translations airvisualnode.properties (German) * New translations amazonechocontrol.properties (German) * New translations astro.properties (Finnish) * New translations astro.properties (French) * New translations bosesoundtouch.properties (German) * New translations chromecast.properties (German) * New translations denonmarantz.properties (German) * New translations exec.properties (German) * New translations hue.properties (French) * New translations icalendar.properties (German) * New translations jruby.properties (German) * New translations jruby.properties (Italian) * New translations luxtronikheatpump.properties (German) * New translations mielecloud.properties (German) * New translations openuv.properties (French) * New translations openweathermap.properties (German) * New translations phc.properties (German) * New translations powermax.properties (French) * New translations pushsafer.properties (German) * New translations rotel.properties (French) * New translations tradfri.properties (French)
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
|
||||
# service
|
||||
|
||||
service.automation.jrubyscripting.label = JRuby Scripting
|
||||
|
||||
# bundle config
|
||||
|
||||
automation.config.jruby.gem_home.label = GEM_HOME
|
||||
automation.config.jruby.gem_home.description = Das Verzeichnis in das Ruby Gems installiert und geladen werden. Das Verzeichnis wird erstellt, wenn es nicht existiert und Ruby Gems zur Installation angegeben werden
|
||||
automation.config.jruby.gems.label = Ruby Gems
|
||||
automation.config.jruby.gems.description = Kommagetrennte Liste von zu installierenden Ruby Gems.
|
||||
automation.config.jruby.group.environment.label = Ruby-Umgebung
|
||||
automation.config.jruby.group.environment.description = Diese Gruppe definiert die Ruby Umgebung.
|
||||
automation.config.jruby.group.gems.label = Ruby Gems
|
||||
automation.config.jruby.group.gems.description = Diese Gruppe definiert die Liste der zu installierenden Ruby Gems.
|
||||
automation.config.jruby.group.system.label = Systemeigenschaften
|
||||
automation.config.jruby.group.system.description = Diese Gruppe definiert JRuby Systemeigenschaften.
|
||||
automation.config.jruby.local_context.label = Context Instance Type
|
||||
automation.config.jruby.local_context.description = Der lokale Kontext beinhaltet die Ruby Laufzeitumgebung und Name-Wert Paare für das Teilen von Variablen zwischen Java und Ruby. Siehe https\://github.com/jruby/jruby/wiki/RedBridge\#Context_Instance_Type für Optionen und Details.
|
||||
automation.config.jruby.local_context.option.singleton = Singleton
|
||||
automation.config.jruby.local_context.option.threadsafe = ThreadSafe
|
||||
automation.config.jruby.local_context.option.singlethread = SingleThread
|
||||
automation.config.jruby.local_context.option.concurrent = Concurrent
|
||||
automation.config.jruby.local_variable.label = Lokales Variablenverhalten
|
||||
automation.config.jruby.local_variable.description = Definiert, wie Variablen zwischen Ruby und Java geteilt werden. Siehe https\://github.com/jruby/jruby/wiki/RedBridge\#local-variable-behavior-options für Optionen und Details.
|
||||
automation.config.jruby.local_variable.option.transient = Transient
|
||||
automation.config.jruby.local_variable.option.persistent = Persistent
|
||||
automation.config.jruby.local_variable.option.global = Global
|
||||
automation.config.jruby.rubylib.label = RUBYLIB
|
||||
automation.config.jruby.rubylib.description = Suchpfad für Benutzerbibliotheken. Trennen Sie jeden Pfad mit einem Doppelpunkt (Semikolon unter Windows).
|
||||
@@ -0,0 +1,30 @@
|
||||
|
||||
# service
|
||||
|
||||
service.automation.jrubyscripting.label = JRuby Scripting
|
||||
|
||||
# bundle config
|
||||
|
||||
automation.config.jruby.gem_home.label = GEM_HOME
|
||||
automation.config.jruby.gem_home.description = Posizione dove Ruby Gems verrà installato e caricato, la directory verrà creata se mancante e l'installazione di gem sarà specificata
|
||||
automation.config.jruby.gems.label = Ruby Gems
|
||||
automation.config.jruby.gems.description = Lista separata da virgola delle Ruby Gems da installare.
|
||||
automation.config.jruby.group.environment.label = Ambiente Di Ruby
|
||||
automation.config.jruby.group.environment.description = Questo gruppo definisce l'ambiente di Ruby.
|
||||
automation.config.jruby.group.gems.label = Ruby Gems
|
||||
automation.config.jruby.group.gems.description = Questo gruppo definisce la lista di Ruby Gems da installare.
|
||||
automation.config.jruby.group.system.label = Proprietà di sistema
|
||||
automation.config.jruby.group.system.description = Questo gruppo definisce le proprietà del sistema JRuby.
|
||||
automation.config.jruby.local_context.label = Tipo Context Instance
|
||||
automation.config.jruby.local_context.description = Il contesto locale contiene il runtime Ruby, le coppie nome-valore per la condivisione di variabili tra Java e Ruby. Vedi https\://github.com/jruby/jruby/wiki/RedBridge\#Context_Instance_Type per opzioni e dettagli.
|
||||
automation.config.jruby.local_context.option.singleton = Singleton
|
||||
automation.config.jruby.local_context.option.threadsafe = Thread Sicura
|
||||
automation.config.jruby.local_context.option.singlethread = Thread Singola
|
||||
automation.config.jruby.local_context.option.concurrent = Concorrente
|
||||
automation.config.jruby.local_variable.label = Comportamento Variabile Locale
|
||||
automation.config.jruby.local_variable.description = Definisce come le variabili sono condivise tra Ruby e Java. Vedi https\://github.com/jruby/jruby/wiki/RedBridge\#local-variable-behavior-options per opzioni e dettagli.
|
||||
automation.config.jruby.local_variable.option.transient = Transitorio
|
||||
automation.config.jruby.local_variable.option.persistent = Persistente
|
||||
automation.config.jruby.local_variable.option.global = Globale
|
||||
automation.config.jruby.rubylib.label = RUBYLIB
|
||||
automation.config.jruby.rubylib.description = Percorso di ricerca per le librerie utente. Separare ogni percorso con due punti (punto e virgola in Windows).
|
||||
Reference in New Issue
Block a user