diff options
author | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-09-14 15:01:07 +0800 |
---|---|---|
committer | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-09-14 15:01:07 +0800 |
commit | 94f0257da4ada7adcbbf362381a07f52e9463894 (patch) | |
tree | a799c6c605dd3218f9ad37742954846d88406dc1 /usecaseui-holmes/src/main/webapp/i18n/en.json | |
parent | 92a98cb3564e72b8a273e88e5840923050ae6d17 (diff) |
Including Holmes into the UUI Project
Change the project structure to include Holmes while compiling
Change the base url from /holmes/ to /usecase-ui/holmes/
Change the name of i18n files
Change-Id: I5580fc979757120bae1dbcf380ee4a4bf87ff349
Issue-ID: HOLMES-50
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'usecaseui-holmes/src/main/webapp/i18n/en.json')
-rw-r--r-- | usecaseui-holmes/src/main/webapp/i18n/en.json | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/usecaseui-holmes/src/main/webapp/i18n/en.json b/usecaseui-holmes/src/main/webapp/i18n/en.json new file mode 100644 index 00000000..5d824fe5 --- /dev/null +++ b/usecaseui-holmes/src/main/webapp/i18n/en.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 |