From da87344dcdb10dfeef0b0c1bbda56ed03769377f Mon Sep 17 00:00:00 2001 From: Guangrong Fu Date: Wed, 18 Oct 2017 15:45:08 +0800 Subject: Correct the Mistakes in the i18n File Change-Id: I8edf13be09dcae522e5c3916a83cc9f1917b05cf Issue-ID: HOLMES-79 Signed-off-by: Guangrong Fu --- usecaseui-holmes/src/main/webapp/i18n/en.json | 34 +++++++++++++-------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'usecaseui-holmes/src/main/webapp/i18n/en.json') diff --git a/usecaseui-holmes/src/main/webapp/i18n/en.json b/usecaseui-holmes/src/main/webapp/i18n/en.json index 5d824fe5..a755c4aa 100644 --- a/usecaseui-holmes/src/main/webapp/i18n/en.json +++ b/usecaseui-holmes/src/main/webapp/i18n/en.json @@ -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", @@ -26,25 +26,25 @@ "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 -- cgit 1.2.3-korg