From 00aed877a39f1c080ee18afc4d2a69cb5880b3db Mon Sep 17 00:00:00 2001 From: LiYi Date: Thu, 2 Mar 2017 18:29:04 +0800 Subject: Add rule manager common component add License Issue-ID:CLIENT-164 Change-Id: I35255713f63709ebd8a3a2cb6cb4ed2d376d8075 Signed-off-by: YILI --- alarm-analysis/src/main/webapp/i18n/en-US.json | 54 ++++++++++++++++++++++++++ alarm-analysis/src/main/webapp/i18n/zh-CN.json | 53 +++++++++++++++++++++++++ 2 files changed, 107 insertions(+) create mode 100644 alarm-analysis/src/main/webapp/i18n/en-US.json create mode 100644 alarm-analysis/src/main/webapp/i18n/zh-CN.json (limited to 'alarm-analysis/src/main/webapp/i18n') diff --git a/alarm-analysis/src/main/webapp/i18n/en-US.json b/alarm-analysis/src/main/webapp/i18n/en-US.json new file mode 100644 index 00000000..64f7e58e --- /dev/null +++ b/alarm-analysis/src/main/webapp/i18n/en-US.json @@ -0,0 +1,54 @@ +/* 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":"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":"Createtime", + "field_creator":"Creator", + "field_update_time":"Updatetime", + "common_operator":"Operator", + "common_update":"Update", + "common_off":"OFF", + "common_on":"ON", + "common_delete":"Delete", + "message_is_delete":"Isdelete", + "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 " + +} \ No newline at end of file diff --git a/alarm-analysis/src/main/webapp/i18n/zh-CN.json b/alarm-analysis/src/main/webapp/i18n/zh-CN.json new file mode 100644 index 00000000..ee948267 --- /dev/null +++ b/alarm-analysis/src/main/webapp/i18n/zh-CN.json @@ -0,0 +1,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":"只能删除处于已停止状态的规则" +} \ No newline at end of file -- cgit 1.2.3-korg