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:
openhab-bot
2021-12-29 13:16:52 +01:00
committed by GitHub
parent 0583b608fd
commit c23f6adf13
32 changed files with 2444 additions and 1021 deletions

View File

@@ -0,0 +1,30 @@
# service
service.automation.jrubyscripting.label = JRuby szkriptek
# bundle config
automation.config.jruby.gem_home.label = GEM_HOME
automation.config.jruby.gem_home.description = A Ruby Gems (gyémántok) telepítési és betöltési helye, ha a gyémántok telepítése engedélyezve van. A mappa automatikusan létrehozásra kerül
automation.config.jruby.gems.label = Ruby gyémántok
automation.config.jruby.gems.description = Vesszővel elválasztott lista a telepítendő gyémántokról.
automation.config.jruby.group.environment.label = Ruby környezet
automation.config.jruby.group.environment.description = Ez a csoport adja meg a Ruby környezetet.
automation.config.jruby.group.gems.label = Ruby gyémántok
automation.config.jruby.group.gems.description = Ez a csoport adja meg a Ruby gyémántok telepítendő listáját.
automation.config.jruby.group.system.label = Rendszer tulajdonságok
automation.config.jruby.group.system.description = Ez a csoport adja meg a JRuby rendszer tulajdonságokat.
automation.config.jruby.local_context.label = A kontextus példány típusa
automation.config.jruby.local_context.description = A helyi kontextus tartalmazza a Ruby futtatási környezetét, név-érték párjait a Java és Ruby közti változók átadásához. A lehetőségek és részletek megtekintéséhez nyissa meg a következő linket\: https\://github.com/jruby/jruby/wiki/RedBridge\#Context_Instance_Type.
automation.config.jruby.local_context.option.singleton = Egyke (singleton)
automation.config.jruby.local_context.option.threadsafe = Szálbiztos
automation.config.jruby.local_context.option.singlethread = Egyszálú
automation.config.jruby.local_context.option.concurrent = Párhuzamos
automation.config.jruby.local_variable.label = Helyi változó viselkedés
automation.config.jruby.local_variable.description = Megadja, hogy a változók átadása a Ruby és a Java környezet között miként történjen. Részletek\: https\://github.com/jruby/jruby/wiki/RedBridge\#local-variable-behavior-options.
automation.config.jruby.local_variable.option.transient = Átmeneti
automation.config.jruby.local_variable.option.persistent = Tartós
automation.config.jruby.local_variable.option.global = Teljes körű
automation.config.jruby.rubylib.label = RUBYLIB
automation.config.jruby.rubylib.description = A felhasználói könyvtárak keresési útvonala. Elválasztó a kettőspont (Pontosvessző Windows alatt).