You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
1.0 KiB

/*global systemDictionary:true */
'use strict';
systemDictionary = {
"Auto": { "cn": "Auto", "en": "Auto"},
"Manual": { "cn": "Manual", "en": "Manual"},
"My select": { "cn": "My select", "en": "My select"},
"on save adapter restarts with new config immediately": {"cn": "on save adapter restarts with new config immediately", "en": "on save adapter restarts with new config immediately"},
"template adapter settings": { "cn": "template adapter settings", "en": "template adapter settings"},
"test1": { "cn": "Test 1", "en": "Test 1"},
"test2": { "cn": "Test 2", "en": "Test 2"},
};