diff options
author | 2017-03-22 14:52:56 +0800 | |
---|---|---|
committer | 2017-03-22 14:52:56 +0800 | |
commit | 1c7effb25f9eb7a597d0339d1a64b88c0e11a02a (patch) | |
tree | 46a8e3a2735171b66c2287849ba0f9a1c336495c /alarm-analysis/src/main/webapp/i18n/en-US.json | |
parent | 3d2fa1dc4692c869cf54a3c53288f3a5783588b3 (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/en-US.json')
-rw-r--r-- | alarm-analysis/src/main/webapp/i18n/en-US.json | 14 |
1 files changed, 7 insertions, 7 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 |