1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
/* Copyright 2017 ZTE Corporation.
*
*Licensed under the Apache License, Version 2.0 (the "License");
*you may not use this file except in compliance with the License.
*You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
{
"common_status":"状态",
"common_keyword":"关键字",
"field_rule_name":"规则名称",
"common_query":"查询",
"common_reset":"重置",
"common_add":"添加",
"common_total1":"共 ",
"common_total2":" 条记录",
"field_create_time":"创建时间",
"field_creator":"创建者",
"field_update_time":"修改时间",
"common_operator":"操作",
"common_update":"修改",
"common_off":"禁用",
"common_on":"启用",
"common_delete":"删除",
"message_is_delete":"是否删除",
"common_cancel":"取消",
"common_confirm":"确认",
"option_all":"全部",
"common_enabled":"已启用",
"common_disabled":"已禁用",
"field_description":"描述",
"common_check":"校验",
"common_save":"保存",
"common_file":"文件",
"import":"导入",
"file_import":"拖放文件到这里 ...",
"common_browse":"浏览",
"common_remove":"移除",
"modalTitleDefault":"规则添加",
"closeBtnTitleDefault":"关闭",
"modalBodyMessageDefault":"消息体",
"message_add_rule_success":"添加成功",
"exception_content_error":"规则内容错误",
"exception_package_error":"规则必须以package开头",
"warn_delete_info":"只能删除处于已停止状态的规则"
}
|