UNPKG

iobroker.vis-2-shelly

Version:
86 lines (84 loc) 1.7 kB
/* eslint no-unused-vars: off */ /* eslint no-global-assign: off */ /* global systemDictionary */ "use strict"; systemDictionary = { myColor: { en: "myColor", de: "meineColor", ru: "Мой цвет", pt: "minhaCor", nl: "mijnKleur", fr: "maCouleur", it: "mioColore", es: "miColor", pl: "mójKolor", uk: "мійКолір", "zh-cn": "我的颜色", }, myColor_tooltip: { en: "Description of\nmyColor", de: "Beschreibung von\nmyColor", ru: "Описание\nmyColor", pt: "Descrição de\nmyColor", nl: "Beschrijving van\nmyColor", fr: "Description de\nmyColor", it: "Descrizione di\nmyColor", es: "Descripción de\nmyColor", pl: "Opis\nmyColor", uk: "Опис\nmyColor", "zh-cn": "\nmyColor的描述", }, htmlText: { en: "htmlText", de: "htmlText", ru: "htmlText", pt: "htmlText", nl: "htmlText", fr: "htmlText", it: "htmlText", es: "htmlText", pl: "htmlText", uk: "htmlText", "zh-cn": "htmlText", }, group_extraMyset: { en: "extraMyset", de: "extraMyset", ru: "extraMyset", pt: "extraMyset", nl: "extraMyset", fr: "extraMyset", it: "extraMyset", es: "extraMyset", pl: "extraMyset", uk: "extraMyset", "zh-cn": "extraMyset", }, extraAttr: { en: "extraAttr", de: "extraAttr", ru: "extraAttr", pt: "extraAttr", nl: "extraAttr", fr: "extraAttr", it: "extraAttr", es: "extraAttr", pl: "extraAttr", uk: "extraAttr", "zh-cn": "extraAttr", }, Instance: { en: "Instance", de: "Instanz", ru: "Инстанция", pt: "Instância", nl: "Instantie", fr: "Instance", it: "Esempio", es: "Instancia", pl: "Instancja", uk: "Інстанція", "zh-cn": "例", }, };