Correct the Mistakes in the i18n File 85/19485/1
authorGuangrong Fu <fu.guangrong@zte.com.cn>
Wed, 18 Oct 2017 07:45:08 +0000 (15:45 +0800)
committerGuangrong Fu <fu.guangrong@zte.com.cn>
Wed, 18 Oct 2017 07:45:08 +0000 (15:45 +0800)
Change-Id: I8edf13be09dcae522e5c3916a83cc9f1917b05cf
Issue-ID: HOLMES-79
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
usecaseui-holmes/src/main/webapp/i18n/en.json

index 5d824fe..a755c4a 100644 (file)
@@ -1,13 +1,13 @@
 {
   "common_status":"Status",
   "common_keyword":"Keyword",
-  "field_rule_name":"Rulename",
+  "field_rule_name":"Rule Name",
   "common_query":"Query",
   "common_reset":"Reset",
   "common_add":"Add",
   "common_total1":"Total ",
   "common_total2":" Rules",
-  "field_create_time":"Create Time",
+  "field_create_time":"Creation Time",
   "field_creator":"Creator",
   "field_update_time":"Update Time",
   "common_operator":"Operations",
   "common_save":"Save",
   "common_file":"File",
   "import":"Import",
-  "file_import":"Drag & drop file here ...",
+  "file_import":"Drag & drop files here ...",
   "common_browse":"Browse",
   "common_remove":"Remove",
-  "modalTitleDefault":"Rule Add",
+  "modalTitleDefault":"Add a Rule",
   "closeBtnTitleDefault":"Close",
-  "modalBodyMessageDefault":"Message Content",
-  "message_add_rule_success":"Add Success",
-  "exception_content_error":"Rule Content Error",
-  "exception_package_error":"Begin With Package",
-  "warn_delete_info": "only delete in stoped case rule ",
-  "message_update_rule_success":"Update Success",
-  "message_engine_error_rule_fail":"Call Engine Interface Fail",
+  "modalBodyMessageDefault":"Message Contents",
+  "message_add_rule_success":"The rule is saved successfully.",
+  "exception_content_error":"The contents of the rule are invalid.",
+  "exception_package_error":"The contents of the rule must start with \"package\".",
+  "warn_delete_info": "Only the disabled rules can be deleted.",
+  "message_update_rule_success":"The rule is updated successfully.",
+  "message_engine_error_rule_fail":"Failed to call the interface of the engine management module.",
   "modalTitleUpdate":"Rule Update",
-  "message_other_exception_rule_fail":"Other error occurred",
-  "message_checkContent_rule_success":"Rule Content Correct",
-  "modalTitleCheck":"Check Rule",
-  "message_rule_name_repeat_error":"Rule Name Repeat",
-  "message_rule_content_repeat_error":"Rule Content Repeat",
+  "message_other_exception_rule_fail":"Unknown error. Please contact the administrator.",
+  "message_checkContent_rule_success":"The contents of the rule are valid.",
+  "modalTitleCheck":"Verification",
+  "message_rule_name_repeat_error":"A rule with the same name already exists.",
+  "message_rule_content_repeat_error":"A rule with the same contents already exists.",
   "message_rule_content":"Rule Contents",
-  "message_rule_update_error":"Rule Manage alredy delete they Engine,Please contact admin",
+  "message_rule_update_error":"The rule has not corresponding entity in the engine. Please contact the administrator to remove the rule manually from the database.",
   "field_rule_name_Add_Page":"Rule Name"
 }
\ No newline at end of file