From 659423f857883113232ba2f0cffc5af85635cbec Mon Sep 17 00:00:00 2001 From: openhab-bot Date: Mon, 20 May 2024 20:55:30 +0200 Subject: [PATCH] New Crowdin updates (#16778) * New translations exec.properties (Hungarian) * New translations jsscripting.properties (Hungarian) --- .../OH-INF/i18n/jsscripting_hu.properties | 15 +++++--- .../resources/OH-INF/i18n/exec_hu.properties | 35 +++++++++++++++++++ 2 files changed, 46 insertions(+), 4 deletions(-) create mode 100644 bundles/org.openhab.binding.exec/src/main/resources/OH-INF/i18n/exec_hu.properties diff --git a/bundles/org.openhab.automation.jsscripting/src/main/resources/OH-INF/i18n/jsscripting_hu.properties b/bundles/org.openhab.automation.jsscripting/src/main/resources/OH-INF/i18n/jsscripting_hu.properties index 6151227853..6bb5af0151 100644 --- a/bundles/org.openhab.automation.jsscripting/src/main/resources/OH-INF/i18n/jsscripting_hu.properties +++ b/bundles/org.openhab.automation.jsscripting/src/main/resources/OH-INF/i18n/jsscripting_hu.properties @@ -1,8 +1,15 @@ +# add-on + +addon.jsscripting.name = Javascript programok +addon.jsscripting.description = Ez a JavaScript (ECMAScript-2021) programozó motor. + +# add-on + +automation.config.jsscripting.injectionCachingEnabled.label = Az openHAB Javascript könyvtár betöltésének gyorsítótárazása +automation.config.jsscripting.injectionCachingEnabled.description = Az openHAB JavaScript könyvtár betöltésének gyorsítótárazását végzi
Kapcsolja ki, ha a könyvtárat a felhasználó helyi konfigurációs könyvtárából akarja betölteni "automation/node_modules". A kikapcsolás megnövelheti a betöltési időt, főleg gyengébb rendszereken. +automation.config.jsscripting.injectionCachingEnabled.option.true = Könyvtár betöltés gyorsítótárazása +automation.config.jsscripting.injectionCachingEnabled.option.false = Ne gyorsítótárazza a könyvtár betöltését automation.config.jsscripting.injectionEnabled.label = Beépített teljes körű változók használata automation.config.jsscripting.injectionEnabled.description = Az összes változó betöltése az OH szkript könyvtárból az összes közös szolgáltatási szabály számára, pl.\: elemek, dolgok, akciók, naplók, stb...
Ha kikapcsolja, az OH szkript könyvtárt betöltheti a "require('openhab')" paranccsal automation.config.jsscripting.injectionEnabled.option.true = Beépített változók használata automation.config.jsscripting.injectionEnabled.option.false = Ne használja a beépített változókat - -# service - -service.automation.jsscripting.label = JS szkriptek diff --git a/bundles/org.openhab.binding.exec/src/main/resources/OH-INF/i18n/exec_hu.properties b/bundles/org.openhab.binding.exec/src/main/resources/OH-INF/i18n/exec_hu.properties new file mode 100644 index 0000000000..45e9514ec4 --- /dev/null +++ b/bundles/org.openhab.binding.exec/src/main/resources/OH-INF/i18n/exec_hu.properties @@ -0,0 +1,35 @@ +# add-on + +addon.exec.name = Exec kötés +addon.exec.description = Ezzel a kötéssel parancsori utasításokat futtathat + +# thing types + +thing-type.exec.command.label = Parancs +thing-type.exec.command.description = A parancs egy végrehajtandó parancsori utasítást foglal magában + +# thing types config + +thing-type.config.exec.command.autorun.label = Automatikus indítás +thing-type.config.exec.command.autorun.description = Ha igaz, a parancs lefut minden alkalommal, amikor a bemeneti csatorna állapota megváltozik +thing-type.config.exec.command.command.label = Parancs +thing-type.config.exec.command.command.description = A végrehajtandó parancs +thing-type.config.exec.command.interval.label = Időköz +thing-type.config.exec.command.interval.description = Időköz másodpercben a parancs megismétléséhez +thing-type.config.exec.command.timeout.label = Időtúllépés +thing-type.config.exec.command.timeout.description = Túllépés másodpercben amely után a parancs leállításra kerül +thing-type.config.exec.command.transform.label = Átalakítás +thing-type.config.exec.command.transform.description = A végrehajtási eredményen alkalmazandó átalakítás, pl.\: REGEX((.*)) + +# channel types + +channel-type.exec.exit.label = Visszatérési érték +channel-type.exec.exit.description = Az utolsó futtatás visszatérési értéke +channel-type.exec.input.label = Bemenet +channel-type.exec.input.description = A második átandandó paraméter értéke +channel-type.exec.lastexecution.label = Utolsó végrehajtás +channel-type.exec.lastexecution.description = Az utolsó futtatás időpontja yyyy-MM-dd'T'HH\:mm\:ss.SSSZ fomrátumban +channel-type.exec.output.label = Kimenet +channel-type.exec.output.description = Az utolsó futtatás kimeneti értéke +channel-type.exec.run.label = Fut +channel-type.exec.run.description = OM parancs küldése a parancs végrehajtásához és a futási állapot megtekintéséhez -- 2.47.3