From fb4f45e3e2bee69ebd194c860c4121f7783029d2 Mon Sep 17 00:00:00 2001 From: openhab-bot Date: Tue, 11 Jul 2023 18:47:44 +0200 Subject: [PATCH] New Crowdin updates (#3653) * New translations scriptprofile.properties (Hungarian) * New translations validation.properties (Hungarian) * New translations automation.properties (Hungarian) * New translations lsp.properties (German) * New translations persistence.properties (German) --- .../resources/OH-INF/i18n/scriptprofile_hu.properties | 10 ++++------ .../resources/OH-INF/i18n/automation_hu.properties | 4 ++++ .../resources/OH-INF/i18n/validation_hu.properties | 2 ++ .../src/main/resources/OH-INF/i18n/lsp_de.properties | 2 +- .../resources/OH-INF/i18n/persistence_de.properties | 2 +- 5 files changed, 12 insertions(+), 8 deletions(-) diff --git a/bundles/org.openhab.core.automation.module.script/src/main/resources/OH-INF/i18n/scriptprofile_hu.properties b/bundles/org.openhab.core.automation.module.script/src/main/resources/OH-INF/i18n/scriptprofile_hu.properties index 1e4bfb988fa..7907d9d3467 100644 --- a/bundles/org.openhab.core.automation.module.script/src/main/resources/OH-INF/i18n/scriptprofile_hu.properties +++ b/bundles/org.openhab.core.automation.module.script/src/main/resources/OH-INF/i18n/scriptprofile_hu.properties @@ -1,6 +1,4 @@ -profile.system.script.scriptLanguage.label = Szkript nyelve -profile.system.script.scriptLanguage.description = A szkript nyelv MIME-típusa ("application/vnd.openhab.dsl.rule") -profile.system.script.toItemScript.label = Elemhez irányuló szkript -profile.system.script.toItemScript.description = A kezelőtől az elemhez kerülő állapotok és parancsok átalakítását végző szkript. -profile.system.script.toHandlerScript.label = Kezelőhöz irányuló szkript -profile.system.script.toHandlerScript.description = Az elemtől a kezelőhöz kerülő állapotok és parancsok átalakítását végző szkript. +profile.system.script.toItemScript.label = Dologból Elem átalakítás +profile.system.script.toItemScript.description = A dolog kezelőtől szármató állapot frissítések és parancsok átalakítását végző program, mely az elemhez vezet. A program null eredménnyel térhet vissza, ha a frissítés/parancs eldobása miatt nem kerül az elemhez. +profile.system.script.toHandlerScript.label = Elemből Dolog átalakítás +profile.system.script.toHandlerScript.description = Az elemtől szármató állapot frissítések és parancsok átalakítását végző program, mely az dolog kezelőhőz kerül. A program null eredménnyel térhet vissza, ha a frissítés/parancs eldobása miatt nem kerül a dologhoz. diff --git a/bundles/org.openhab.core.automation/src/main/resources/OH-INF/i18n/automation_hu.properties b/bundles/org.openhab.core.automation/src/main/resources/OH-INF/i18n/automation_hu.properties index 48f0429535c..6f67d64e800 100644 --- a/bundles/org.openhab.core.automation/src/main/resources/OH-INF/i18n/automation_hu.properties +++ b/bundles/org.openhab.core.automation/src/main/resources/OH-INF/i18n/automation_hu.properties @@ -66,6 +66,8 @@ module-type.core.GroupCommandTrigger.config.command.option.OPEN = NYITOTT module-type.core.GroupCommandTrigger.config.command.option.CLOSED = ZÁRT module-type.core.GroupCommandTrigger.config.command.option.UP = FEL module-type.core.GroupCommandTrigger.config.command.option.DOWN = LE +module-type.core.GroupCommandTrigger.output.triggeringGroup.label = Esemény indító csoport +module-type.core.GroupCommandTrigger.output.triggeringGroup.description = a csoport, amihez az elem tartozik module-type.core.GroupCommandTrigger.output.triggeringItem.label = Kiváltó elem module-type.core.GroupCommandTrigger.output.triggeringItem.description = a parancsot megkapó csoporttag neve module-type.core.GroupCommandTrigger.output.command.label = Parancs @@ -118,6 +120,8 @@ module-type.core.GroupStateUpdateTrigger.config.state.option.OPEN = NYITOTT module-type.core.GroupStateUpdateTrigger.config.state.option.CLOSED = ZÁRT module-type.core.GroupStateUpdateTrigger.config.state.option.UP = FEL module-type.core.GroupStateUpdateTrigger.config.state.option.DOWN = LE +module-type.core.GroupStateUpdateTrigger.output.triggeringGroup.label = Esemény indító csoport +module-type.core.GroupStateUpdateTrigger.output.triggeringGroup.description = a csoport, amihez az elem tartozik module-type.core.GroupStateUpdateTrigger.output.triggeringItem.label = Kiváltó elem module-type.core.GroupStateUpdateTrigger.output.triggeringItem.description = a csoport eleme, melynek az állapota frissült module-type.core.GroupStateUpdateTrigger.output.state.label = Állapot diff --git a/bundles/org.openhab.core.config.core/src/main/resources/OH-INF/i18n/validation_hu.properties b/bundles/org.openhab.core.config.core/src/main/resources/OH-INF/i18n/validation_hu.properties index 3d2bdf1cc5c..dd96e040b86 100644 --- a/bundles/org.openhab.core.config.core/src/main/resources/OH-INF/i18n/validation_hu.properties +++ b/bundles/org.openhab.core.config.core/src/main/resources/OH-INF/i18n/validation_hu.properties @@ -13,3 +13,5 @@ options_violated=A(z) {0} érték nem egyezik a megengedett paraméter-beállít multiple_limit_violated=Csak {0} elem engedélyezett, de {1} szerepel. bridge_not_configured=A híd beállítása kötelező. +type_description_missing=A(z) {0} típus leírása {1} részére nem található, habár korábban ez ellenőrizve lett. +config_description_missing=A(z) {0} beállítás leírása {1} részére nem található, habár korábban ez ellenőrizve lett. diff --git a/bundles/org.openhab.core.model.lsp/src/main/resources/OH-INF/i18n/lsp_de.properties b/bundles/org.openhab.core.model.lsp/src/main/resources/OH-INF/i18n/lsp_de.properties index eff3513e2db..d3f10e22553 100644 --- a/bundles/org.openhab.core.model.lsp/src/main/resources/OH-INF/i18n/lsp_de.properties +++ b/bundles/org.openhab.core.model.lsp/src/main/resources/OH-INF/i18n/lsp_de.properties @@ -1,4 +1,4 @@ system.config.lsp.port.label = Port -system.config.lsp.port.description = Der Port, auf den der Sprachserver lauscht. +system.config.lsp.port.description = Der Port, auf dem der Sprachserver lauscht. service.system.lsp.label = Sprachserver (LSP) diff --git a/bundles/org.openhab.core.persistence/src/main/resources/OH-INF/i18n/persistence_de.properties b/bundles/org.openhab.core.persistence/src/main/resources/OH-INF/i18n/persistence_de.properties index 03764258d49..86302d3363d 100644 --- a/bundles/org.openhab.core.persistence/src/main/resources/OH-INF/i18n/persistence_de.properties +++ b/bundles/org.openhab.core.persistence/src/main/resources/OH-INF/i18n/persistence_de.properties @@ -1,4 +1,4 @@ -system.config.persistence.default.label = Persistence Service +system.config.persistence.default.label = Standard Persistence Service system.config.persistence.default.description = Der Persistence Service, der verwendet werden soll, wenn kein anderer angegeben wurde. service.system.persistence.label = Persistence