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)pull/3489/head
parent
700b0e81ea
commit
ae895790ac
|
@ -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.
|
|
@ -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.
|
|
@ -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 = הסקריפט להמרת מצבים ופקודות מפריט לאחראי.
|
|
@ -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.
|
|
@ -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' משבית אותם.
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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}'' לא נמצא גם בדקנו את הנוכחות בעבר.
|
||||
|
||||
|
|
Loading…
Reference in New Issue