From ae895790ac652c64b40de6492f66d0987fd00e15 Mon Sep 17 00:00:00 2001 From: openhab-bot Date: Thu, 23 Mar 2023 20:51:43 +0100 Subject: [PATCH] New Crowdin updates (#3475) * New translations automation.properties (Hebrew) * New translations validation.properties (German) * New translations validation.properties (Hebrew) * New translations scriptprofile.properties (German) * New translations scriptprofile.properties (Finnish) * New translations scriptprofile.properties (Hebrew) * New translations scriptprofile.properties (Polish) --- .../main/resources/OH-INF/i18n/scriptprofile_de.properties | 6 ++++++ .../main/resources/OH-INF/i18n/scriptprofile_fi.properties | 6 ++++++ .../main/resources/OH-INF/i18n/scriptprofile_he.properties | 6 ++++++ .../main/resources/OH-INF/i18n/scriptprofile_pl.properties | 6 ++++++ .../src/main/resources/OH-INF/i18n/automation_he.properties | 2 +- .../src/main/resources/OH-INF/i18n/validation_de.properties | 5 +++++ .../src/main/resources/OH-INF/i18n/validation_he.properties | 5 +++++ 7 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 bundles/org.openhab.core.automation.module.script/src/main/resources/OH-INF/i18n/scriptprofile_de.properties create mode 100644 bundles/org.openhab.core.automation.module.script/src/main/resources/OH-INF/i18n/scriptprofile_fi.properties create mode 100644 bundles/org.openhab.core.automation.module.script/src/main/resources/OH-INF/i18n/scriptprofile_he.properties create mode 100644 bundles/org.openhab.core.automation.module.script/src/main/resources/OH-INF/i18n/scriptprofile_pl.properties diff --git a/bundles/org.openhab.core.automation.module.script/src/main/resources/OH-INF/i18n/scriptprofile_de.properties b/bundles/org.openhab.core.automation.module.script/src/main/resources/OH-INF/i18n/scriptprofile_de.properties new file mode 100644 index 0000000000..7f3a1ab014 --- /dev/null +++ b/bundles/org.openhab.core.automation.module.script/src/main/resources/OH-INF/i18n/scriptprofile_de.properties @@ -0,0 +1,6 @@ +profile.system.script.scriptLanguage.label = Skriptsprache +profile.system.script.scriptLanguage.description = MIME-Typ ("application/vnd.openhab.dsl.rule") der Skriptsprache. +profile.system.script.toItemScript.label = Skript Zum Item +profile.system.script.toItemScript.description = Das Skript für die Umwandlung von States und Commands vom Thing Handler zum Item. +profile.system.script.toHandlerScript.label = Skript zum Thing Handler +profile.system.script.toHandlerScript.description = Das Skript für die Umwandlung von States und Commands vom Item zum Thing Handler. diff --git a/bundles/org.openhab.core.automation.module.script/src/main/resources/OH-INF/i18n/scriptprofile_fi.properties b/bundles/org.openhab.core.automation.module.script/src/main/resources/OH-INF/i18n/scriptprofile_fi.properties new file mode 100644 index 0000000000..b7ee809f7a --- /dev/null +++ b/bundles/org.openhab.core.automation.module.script/src/main/resources/OH-INF/i18n/scriptprofile_fi.properties @@ -0,0 +1,6 @@ +profile.system.script.scriptLanguage.label = Skriptin kieli +profile.system.script.scriptLanguage.description = Skriptin kielen MIME-tyyppi ("application/vnd.openhab.dsl.rule") +profile.system.script.toItemScript.label = Item-skriptiksi +profile.system.script.toItemScript.description = Skripti, jota käytetään tilojen ja komentojen muuntoon käsittelijästä itemiksi. +profile.system.script.toHandlerScript.label = Käsittelijäskriptiksi +profile.system.script.toHandlerScript.description = Skripti, jota käytetään tilojen ja komentojen muuntoon itemistä käsittelijäksi. diff --git a/bundles/org.openhab.core.automation.module.script/src/main/resources/OH-INF/i18n/scriptprofile_he.properties b/bundles/org.openhab.core.automation.module.script/src/main/resources/OH-INF/i18n/scriptprofile_he.properties new file mode 100644 index 0000000000..fc6bb5aae6 --- /dev/null +++ b/bundles/org.openhab.core.automation.module.script/src/main/resources/OH-INF/i18n/scriptprofile_he.properties @@ -0,0 +1,6 @@ +profile.system.script.scriptLanguage.label = שפת תסריט +profile.system.script.scriptLanguage.description = סוג MIME ("application/vnd.openhab.dsl.rule") של שפת הסקריפט +profile.system.script.toItemScript.label = אל סקריפט הפריט +profile.system.script.toItemScript.description = הסקריפט להמרת מצבים ופקודות מהאחראי על הפריט. +profile.system.script.toHandlerScript.label = לתסריט האחראי +profile.system.script.toHandlerScript.description = הסקריפט להמרת מצבים ופקודות מפריט לאחראי. diff --git a/bundles/org.openhab.core.automation.module.script/src/main/resources/OH-INF/i18n/scriptprofile_pl.properties b/bundles/org.openhab.core.automation.module.script/src/main/resources/OH-INF/i18n/scriptprofile_pl.properties new file mode 100644 index 0000000000..899c18a77d --- /dev/null +++ b/bundles/org.openhab.core.automation.module.script/src/main/resources/OH-INF/i18n/scriptprofile_pl.properties @@ -0,0 +1,6 @@ +profile.system.script.scriptLanguage.label = Język Skryptu +profile.system.script.scriptLanguage.description = MIME-Typ języka skryptu ("application/vnd.openhab.dsl.rule") +profile.system.script.toItemScript.label = Skrypt do elementu +profile.system.script.toItemScript.description = Skrypt przekształcania stanów i poleceń z kanału do elementu. +profile.system.script.toHandlerScript.label = Skrypt do kanału +profile.system.script.toHandlerScript.description = Skrypt przekształcania stanów i poleceń z elementu do kanału. diff --git a/bundles/org.openhab.core.automation/src/main/resources/OH-INF/i18n/automation_he.properties b/bundles/org.openhab.core.automation/src/main/resources/OH-INF/i18n/automation_he.properties index 7a170475e7..82184b4281 100644 --- a/bundles/org.openhab.core.automation/src/main/resources/OH-INF/i18n/automation_he.properties +++ b/bundles/org.openhab.core.automation/src/main/resources/OH-INF/i18n/automation_he.properties @@ -251,7 +251,7 @@ module-type.core.ItemStateUpdateTrigger.output.event.description = האירוע # core.RuleEnablementAction -module-type.core.RuleEnablementAction.label = הפעל או השבת חוקים +module-type.core.RuleEnablementAction.label = מאפשר או משבית כללים module-type.core.RuleEnablementAction.description = מפעיל או משבית כלל או קבוצת כללים שצוינו במזהי ה-UID שלהם. module-type.core.RuleEnablementAction.config.enable.label = אפשר חוקים module-type.core.RuleEnablementAction.config.enable.description = 'true' מאפשר את כל החוקים שצוינו, 'false' משבית אותם. diff --git a/bundles/org.openhab.core.config.core/src/main/resources/OH-INF/i18n/validation_de.properties b/bundles/org.openhab.core.config.core/src/main/resources/OH-INF/i18n/validation_de.properties index 6564051224..093bbb739b 100644 --- a/bundles/org.openhab.core.config.core/src/main/resources/OH-INF/i18n/validation_de.properties +++ b/bundles/org.openhab.core.config.core/src/main/resources/OH-INF/i18n/validation_de.properties @@ -11,3 +11,8 @@ min_value_numeric_violated=Der Wert muss mindestens {0} sein. pattern_violated=Der Wert {0} entspricht nicht dem Muster {1}. options_violated=Der Wert {0} ist nicht in den erlaubten Optionen enthalten. Erlaubte Optionen sind\: {1} multiple_limit_violated=Nur {0} Optionen sind zulässig, aber {1} wurden übergeben. + +bridge_not_configured=Es wird eine Bridge benötigt. +type_description_missing=Typbeschreibung für ''{0}'' nicht gefunden, auch das Vorhandensein wurde vorher überprüft. +config_description_missing=Konfigurationsbeschreibung für ''{0}'' nicht gefunden, auch das Vorhandensein wurde vorher überprüft. + diff --git a/bundles/org.openhab.core.config.core/src/main/resources/OH-INF/i18n/validation_he.properties b/bundles/org.openhab.core.config.core/src/main/resources/OH-INF/i18n/validation_he.properties index 4a9e167042..0047c2555d 100644 --- a/bundles/org.openhab.core.config.core/src/main/resources/OH-INF/i18n/validation_he.properties +++ b/bundles/org.openhab.core.config.core/src/main/resources/OH-INF/i18n/validation_he.properties @@ -11,3 +11,8 @@ min_value_numeric_violated=הערך איננו יכול להיות קטן מ- {0 pattern_violated=הערך {0} לא מתאים לתבנית {1}. options_violated=הערך {0} אינו תואם לאפשרויות הפרמטרים המותרות. האפשרויות המותרות הן\: {1} multiple_limit_violated=רק {0} אלמנטים מותרים אך הוזנו {1}. + +bridge_not_configured=הגדרת מגשר היא חובה. +type_description_missing=סוג תיאור עבור ''{0}'' לא נמצא גם בדקנו את הנוכחות בעבר. +config_description_missing=תיאור התצורה של ''{0}'' לא נמצא גם בדקנו את הנוכחות בעבר. +