aboutsummaryrefslogtreecommitdiffstats
path: root/alarm-analysis/src/main/webapp/i18n
diff options
context:
space:
mode:
authorYILI <li.yi101@zte.com.cn>2017-03-22 14:52:56 +0800
committer6092002077 <li.yi101@zte.com.cn>2017-03-22 14:52:56 +0800
commit1c7effb25f9eb7a597d0339d1a64b88c0e11a02a (patch)
tree46a8e3a2735171b66c2287849ba0f9a1c336495c /alarm-analysis/src/main/webapp/i18n
parent3d2fa1dc4692c869cf54a3c53288f3a5783588b3 (diff)
Modify some configuration for build
modify config, i18n package.json tsconfig.json files content deleted typing.json file Issue-ID:CLIENT-164 Change-Id: Ifcaa9a53692ed79d58da84553ad4ccd1bb590d1b Signed-off-by: YILI <li.yi101@zte.com.cn>
Diffstat (limited to 'alarm-analysis/src/main/webapp/i18n')
-rw-r--r--alarm-analysis/src/main/webapp/i18n/en-US.json14
-rw-r--r--alarm-analysis/src/main/webapp/i18n/zh-CN.json3
2 files changed, 9 insertions, 8 deletions
diff --git a/alarm-analysis/src/main/webapp/i18n/en-US.json b/alarm-analysis/src/main/webapp/i18n/en-US.json
index da519077..5d824fe5 100644
--- a/alarm-analysis/src/main/webapp/i18n/en-US.json
+++ b/alarm-analysis/src/main/webapp/i18n/en-US.json
@@ -7,15 +7,15 @@
"common_add":"Add",
"common_total1":"Total ",
"common_total2":" Rules",
- "field_create_time":"Createtime",
+ "field_create_time":"Create Time",
"field_creator":"Creator",
- "field_update_time":"Updatetime",
- "common_operator":"Operator",
+ "field_update_time":"Update Time",
+ "common_operator":"Operations",
"common_update":"Update",
"common_off":"OFF",
"common_on":"ON",
"common_delete":"Delete",
- "message_is_delete":"Isdelete",
+ "message_is_delete":"Are you sure to delete the rule?",
"common_cancel":"Cancel",
"common_confirm":"Confirm",
"option_all":"All",
@@ -44,7 +44,7 @@
"modalTitleCheck":"Check Rule",
"message_rule_name_repeat_error":"Rule Name Repeat",
"message_rule_content_repeat_error":"Rule Content Repeat",
- "message_rule_content":"Rule Content",
- "message_rule_update_error":"Rule Manage alredy delete they Engine,Please contact admin"
-
+ "message_rule_content":"Rule Contents",
+ "message_rule_update_error":"Rule Manage alredy delete they Engine,Please contact admin",
+ "field_rule_name_Add_Page":"Rule Name"
} \ No newline at end of file
diff --git a/alarm-analysis/src/main/webapp/i18n/zh-CN.json b/alarm-analysis/src/main/webapp/i18n/zh-CN.json
index b9335436..565c4578 100644
--- a/alarm-analysis/src/main/webapp/i18n/zh-CN.json
+++ b/alarm-analysis/src/main/webapp/i18n/zh-CN.json
@@ -45,5 +45,6 @@
"message_rule_name_repeat_error":"规则名字重复",
"message_rule_content_repeat_error":"规则内容重复",
"message_rule_content":"规则内容",
- "message_rule_update_error":"规则的引擎内容被删了,请联系管理员删除这条规则"
+ "message_rule_update_error":"规则的引擎内容被删了,请联系管理员删除这条规则",
+ "field_rule_name_Add_Page":"规则名称"
} \ No newline at end of file