iobroker.zabbix
Version:
ioBroker Zabbix integration adapter
41 lines (40 loc) • 1.23 kB
JavaScript
/*global systemDictionary:true */
;
systemDictionary = {
'template adapter settings': {
'en': 'Adapter settings for template',
'de': 'Adaptereinstellungen für template',
'ru': 'Настройки адаптера для template',
'pt': 'Configurações do adaptador para template',
'nl': 'Adapterinstellingen voor template',
'fr': "Paramètres d'adaptateur pour template",
'it': "Impostazioni dell'adattatore per template",
'es': 'Ajustes del adaptador para template',
'pl': 'Ustawienia adaptera dla template',
'zh-cn': 'template的适配器设置'
},
'option1': {
'en': 'option1',
'de': 'Option 1',
'ru': 'Опция 1',
'pt': 'Opção 1',
'nl': 'Optie 1',
'fr': 'Option 1',
'it': 'opzione 1',
'es': 'Opción 1',
'pl': 'opcja 1',
'zh-cn': '选项1'
},
'option2': {
'en': 'option2',
'de': 'Option 2',
'ru': 'option2',
'pt': 'opção 2',
'nl': 'Optie 2',
'fr': 'Option 2',
'it': 'opzione 2',
'es': 'opcion 2',
'pl': 'Opcja 2',
'zh-cn': '选项2'
}
};