This commit is contained in:
zhongjin 2018-09-14 21:50:50 +08:00
parent 3efc47a45f
commit f94e5e17cc
5 changed files with 4 additions and 7 deletions

View File

@ -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 {

View File

@ -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