zhongjin 6 years ago
parent 3efc47a45f
commit f94e5e17cc

@ -126,9 +126,6 @@ function writeWordJs(data, src) {
}
text += '};\n';
console.error(text);
if (src.indexOf('admin') === -1) {
fs.writeFileSync(src + 'js/' + fileName, text);
} else {

@ -21,7 +21,7 @@ systemDictionary = {
"Active repository:": { "cn": "Active repository", "en": "Active repository"},
"Adapter configuration": { "cn": "Adapter configuration", "en": "Adapter configuration"},
"Adapter settings for %s states": { "cn": "Adapter settings for %s states", "en": "Adapter settings for %s states"},
"Adapters": { "cn": "Adapters", "en": "Adapters"},
"Adapters": { "cn": "适配器", "en": "Adapters"},
"Adapters from this Group installed": { "cn": "Adapters from this group installed", "en": "Adapters from this group installed"},
"Add": { "cn": "Add", "en": "Add"},
"Add Objecttree from JSON File": { "cn": "Add objects tree from JSON file", "en": "Add objects tree from JSON file"},

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save