Initialize the UI code
[holmes/rule-management.git] / rulemgt / src / main / frontend / src / i18n / en.json
1 {
2   "common_status":"Status",
3   "common_keyword":"Keyword",
4   "field_rule_name":"Rule Name",
5   "common_query":"Query",
6   "common_reset":"Reset",
7   "common_add":"Add",
8   "common_total1":"Total ",
9   "common_total2":" Rules",
10   "field_create_time":"Creation Time",
11   "field_creator":"Creator",
12   "field_update_time":"Update Time",
13   "common_operator":"Operations",
14   "common_update":"Update",
15   "common_off":"OFF",
16   "common_on":"ON",
17   "common_delete":"Delete",
18   "message_is_delete":"Are you sure to delete the rule?",
19   "common_cancel":"Cancel",
20   "common_confirm":"Confirm",
21   "option_all":"All",
22   "common_enabled":"Enabled",
23   "common_disabled":"Disabled",
24   "field_description":"Description",
25   "common_check":"Check",
26   "common_save":"Save",
27   "common_file":"File",
28   "import":"Import",
29   "file_import":"Drag & drop files here ...",
30   "common_browse":"Browse",
31   "common_remove":"Remove",
32   "modalTitleDefault":"Add a Rule",
33   "closeBtnTitleDefault":"Close",
34   "modalBodyMessageDefault":"Message Contents",
35   "message_add_rule_success":"The rule is saved successfully.",
36   "exception_content_error":"The contents of the rule are invalid.",
37   "exception_package_error":"The contents of the rule must start with \"package\".",
38   "warn_delete_info": "Only the disabled rules can be deleted.",
39   "message_update_rule_success":"The rule is updated successfully.",
40   "message_engine_error_rule_fail":"Failed to call the interface of the engine management module.",
41   "modalTitleUpdate":"Rule Update",
42   "message_other_exception_rule_fail":"Unknown error. Please contact the administrator.",
43   "message_checkContent_rule_success":"The contents of the rule are valid.",
44   "modalTitleCheck":"Verification",
45   "message_rule_name_repeat_error":"A rule with the same name already exists.",
46   "message_rule_content_repeat_error":"A rule with the same contents already exists.",
47   "message_rule_content":"Rule Contents",
48   "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.",
49   "field_rule_name_Add_Page":"Rule Name"
50 }