diff options
Diffstat (limited to 'alarm-analysis/src/main/webapp/i18n/zh-CN.json')
-rw-r--r-- | alarm-analysis/src/main/webapp/i18n/zh-CN.json | 27 |
1 files changed, 11 insertions, 16 deletions
diff --git a/alarm-analysis/src/main/webapp/i18n/zh-CN.json b/alarm-analysis/src/main/webapp/i18n/zh-CN.json index ee948267..08933d84 100644 --- a/alarm-analysis/src/main/webapp/i18n/zh-CN.json +++ b/alarm-analysis/src/main/webapp/i18n/zh-CN.json @@ -1,22 +1,8 @@ -/* 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_query":"查询 ", "common_reset":"重置", "common_add":"添加", "common_total1":"共 ", @@ -49,5 +35,14 @@ "message_add_rule_success":"添加成功", "exception_content_error":"规则内容错误", "exception_package_error":"规则必须以package开头", - "warn_delete_info":"只能删除处于已停止状态的规则" + "warn_delete_info":"只能删除处于已停止状态的规则", + "message_update_rule_success":"修改成功", + "message_exception_rule_fail":"从引擎调用删除规则接口失败", + "modalTitleUpdate":"规则修改", + "message_other_exception_rule_fail":"发生其他错误", + "message_checkContent_rule_success":"规则内容正确", + "modalTitleCheck":"验证规则", + "message_rule_name_repeat_error":"规则名字重复", + "message_rule_content_repeat_error":"规则内容重复", + "message_rule_content":"规则内容" }
\ No newline at end of file |