summaryrefslogtreecommitdiffstats
path: root/alarm-analysis/src/main/webapp/i18n/en-US.json
diff options
context:
space:
mode:
authorSeshu Kumar M <seshu.kumar.m@huawei.com>2017-03-14 00:18:43 +0000
committerGerrit Code Review <gerrit@open-o.org>2017-03-14 00:18:43 +0000
commit8fe425479e47482502913d4bc83b4168cb538138 (patch)
treeb8f3e3d0a7d33b1af477d557f6f86ce4077f9063 /alarm-analysis/src/main/webapp/i18n/en-US.json
parent81ee34965c79955cbe26d251603820bcd0937f23 (diff)
parentbaa263fde716cb009df080dcd0c6a5dc4070e266 (diff)
Merge "Modify rule manager common component"
Diffstat (limited to 'alarm-analysis/src/main/webapp/i18n/en-US.json')
-rw-r--r--alarm-analysis/src/main/webapp/i18n/en-US.json27
1 files changed, 11 insertions, 16 deletions
diff --git a/alarm-analysis/src/main/webapp/i18n/en-US.json b/alarm-analysis/src/main/webapp/i18n/en-US.json
index 64f7e58e..2486638e 100644
--- a/alarm-analysis/src/main/webapp/i18n/en-US.json
+++ b/alarm-analysis/src/main/webapp/i18n/en-US.json
@@ -1,18 +1,4 @@
-/* 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",
@@ -49,6 +35,15 @@
"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 "
+ "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 Content"
} \ No newline at end of file