summaryrefslogtreecommitdiffstats
path: root/usecaseui-holmes/src/main/webapp/i18n/en-US.json
diff options
context:
space:
mode:
authorGuangrong Fu <fu.guangrong@zte.com.cn>2017-09-05 19:39:27 +0800
committerGuangrong Fu <fu.guangrong@zte.com.cn>2017-09-06 11:28:35 +0800
commit6113a38e094cbaccb8272684557f011c3d90e2ba (patch)
tree5aacab4413763d806c3860712f34cbda46f75525 /usecaseui-holmes/src/main/webapp/i18n/en-US.json
parentdb964faf785d24b069315ab27c42f8338e4a1ed0 (diff)
Initial Submission of Holmes GUI
Change-Id: I0659887e99d122bc667409964f06a003799da272 Issue-ID: HOLMES-50 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'usecaseui-holmes/src/main/webapp/i18n/en-US.json')
-rw-r--r--usecaseui-holmes/src/main/webapp/i18n/en-US.json50
1 files changed, 50 insertions, 0 deletions
diff --git a/usecaseui-holmes/src/main/webapp/i18n/en-US.json b/usecaseui-holmes/src/main/webapp/i18n/en-US.json
new file mode 100644
index 00000000..5d824fe5
--- /dev/null
+++ b/usecaseui-holmes/src/main/webapp/i18n/en-US.json
@@ -0,0 +1,50 @@
+{
+ "common_status":"Status",
+ "common_keyword":"Keyword",
+ "field_rule_name":"Rulename",
+ "common_query":"Query",
+ "common_reset":"Reset",
+ "common_add":"Add",
+ "common_total1":"Total ",
+ "common_total2":" Rules",
+ "field_create_time":"Create Time",
+ "field_creator":"Creator",
+ "field_update_time":"Update Time",
+ "common_operator":"Operations",
+ "common_update":"Update",
+ "common_off":"OFF",
+ "common_on":"ON",
+ "common_delete":"Delete",
+ "message_is_delete":"Are you sure to delete the rule?",
+ "common_cancel":"Cancel",
+ "common_confirm":"Confirm",
+ "option_all":"All",
+ "common_enabled":"Enabled",
+ "common_disabled":"Disabled",
+ "field_description":"Description",
+ "common_check":"Check",
+ "common_save":"Save",
+ "common_file":"File",
+ "import":"Import",
+ "file_import":"Drag & drop file here ...",
+ "common_browse":"Browse",
+ "common_remove":"Remove",
+ "modalTitleDefault":"Rule Add",
+ "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",
+ "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_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