From 700b0e81ea724042f8b9cbbb809e6cbced17c1ff Mon Sep 17 00:00:00 2001 From: openhab-bot Date: Wed, 22 Mar 2023 19:50:43 +0100 Subject: [PATCH] New Crowdin updates (#3471) * New translations scriptprofile.properties (Danish) * New translations scriptprofile.properties (Italian) --- .../main/resources/OH-INF/i18n/scriptprofile_da.properties | 6 ++++++ .../main/resources/OH-INF/i18n/scriptprofile_it.properties | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 bundles/org.openhab.core.automation.module.script/src/main/resources/OH-INF/i18n/scriptprofile_da.properties create mode 100644 bundles/org.openhab.core.automation.module.script/src/main/resources/OH-INF/i18n/scriptprofile_it.properties diff --git a/bundles/org.openhab.core.automation.module.script/src/main/resources/OH-INF/i18n/scriptprofile_da.properties b/bundles/org.openhab.core.automation.module.script/src/main/resources/OH-INF/i18n/scriptprofile_da.properties new file mode 100644 index 0000000000..6e1e3e64cc --- /dev/null +++ b/bundles/org.openhab.core.automation.module.script/src/main/resources/OH-INF/i18n/scriptprofile_da.properties @@ -0,0 +1,6 @@ +profile.system.script.scriptLanguage.label = Script-sprog +profile.system.script.scriptLanguage.description = MIME-type ("application/vnd.openhab.dsl.rule") for script-sproget +profile.system.script.toItemScript.label = Til item-script +profile.system.script.toItemScript.description = Scriptet til at transformere tilstande og kommandoer fra handler til item. +profile.system.script.toHandlerScript.label = Til handler-script +profile.system.script.toHandlerScript.description = Scriptet til at transformere tilstande og kommandoer fra item til handler. diff --git a/bundles/org.openhab.core.automation.module.script/src/main/resources/OH-INF/i18n/scriptprofile_it.properties b/bundles/org.openhab.core.automation.module.script/src/main/resources/OH-INF/i18n/scriptprofile_it.properties new file mode 100644 index 0000000000..4040707691 --- /dev/null +++ b/bundles/org.openhab.core.automation.module.script/src/main/resources/OH-INF/i18n/scriptprofile_it.properties @@ -0,0 +1,6 @@ +profile.system.script.scriptLanguage.label = Linguaggio Script +profile.system.script.scriptLanguage.description = Tipo MIME ("application/vnd.openhab.dsl.rule") del linguaggio di scripting +profile.system.script.toItemScript.label = Allo Script dell'Item +profile.system.script.toItemScript.description = Lo script per trasformare stati e comandi dal gestore all'Item. +profile.system.script.toHandlerScript.label = Allo script dell'Handler +profile.system.script.toHandlerScript.description = Lo script per trasformare stati e comandi dal'Item al gestore.