From 672f3d40be83d9e380fd7be4b674d5e8d5fa36de Mon Sep 17 00:00:00 2001 From: HuabingZhao Date: Tue, 25 Jul 2017 15:18:33 +0800 Subject: Divide the MSB source codes into two repos Change-Id: Ie76d545b214a8ce5191f215350a623e1529983d9 Issue-id: MSB-5 Signed-off-by: HuabingZhao --- .../i18n/msb-iui-metrics-i18n-zh-CN.properties | 81 ---------------------- 1 file changed, 81 deletions(-) delete mode 100644 msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/i18n/msb-iui-metrics-i18n-zh-CN.properties (limited to 'msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/i18n/msb-iui-metrics-i18n-zh-CN.properties') diff --git a/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/i18n/msb-iui-metrics-i18n-zh-CN.properties b/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/i18n/msb-iui-metrics-i18n-zh-CN.properties deleted file mode 100644 index f0f05bc..0000000 --- a/msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/i18n/msb-iui-metrics-i18n-zh-CN.properties +++ /dev/null @@ -1,81 +0,0 @@ -# -# Copyright 2016 2015-2016 ZTE, Inc. and others. All rights reserved. -# -# 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. -# -# Author: Zhaoxing Meng -# email: meng.zhaoxing1@zte.com.cn -# - - -org_openo_msb_metrics_btn_refresh=刷新 -org_openo_msb_metrics_iserr=暂未提供此功能 -org_openo_msb_metrics_jvm_title=JVM状态 -org_openo_msb_metrics_jvm_time=JVM运行时间: -org_openo_msb_metrics_memory=内存 -org_openo_msb_metrics_thread=线程 -org_openo_msb_metrics_thread_num=线程总数: -org_openo_msb_metrics_http_title=HTTP访问 -org_openo_msb_metrics_rest_title=Rest接口访问量排行榜 -org_openo_msb_metrics_requests_title=HTTP访问量排行榜 -org_openo_msb_metrics_http_table_title=HTTP访问详细列表 - -org_openo_msb_metrics_http_table_sn=序号 -org_openo_msb_metrics_http_table_restname=访问名 -org_openo_msb_metrics_http_table_count=访问数 -org_openo_msb_metrics_http_table_max=最长响应秒数 -org_openo_msb_metrics_http_table_min=最短响应秒数 -org_openo_msb_metrics_http_table_mean=平均响应秒数 -org_openo_msb_metrics_http_table_m1=1分钟平均访问次数 -org_openo_msb_metrics_http_table_m5=5分钟平均访问次数 - -org_openo_msb_metrics_jvm_memory_radius=JVM 内存使用率 -org_openo_msb_metrics_jvm_memory_bar=JVM内存分布 -org_openo_msb_metrics_jvm_memory_bar_init=初始化 -org_openo_msb_metrics_jvm_memory_bar_used=已使用 -org_openo_msb_metrics_jvm_memory_bar_total=全部 - -org_openo_msb_metrics_jvm_memory_bar_heap=堆内存 -org_openo_msb_metrics_jvm_memory_bar_non-heap=非堆内存 -org_openo_msb_metrics_jvm_memory_bar_total-heap=总内存 -org_openo_msb_metrics_jvm_thread_chart=线程分布图 -org_openo_msb_metrics_rest_bar_count=访问次数 - -org_openo_msb_route_content_title=微服务详情 - -//表格相关 -org_openo_msb_route-table-sLengthMenu=每页 _MENU_ 条结果 -org_openo_msb_route-table-sZeroRecords=没有匹配结果 -org_openo_msb_route-table-sInfo=总共找到 _TOTAL_ 条结果 -org_openo_msb_route-table-sInfoEmpty=共 0 项 -org_openo_msb_route-table-sGroupActions=_TOTAL_ 条结果被选择: -org_openo_msb_route-table-sAjaxRequestGeneralError=不能完成请求,请检查您的网络连接情况。 -org_openo_msb_route-table-sEmptyTable=表中数据为空 -org_openo_msb_route-table-sPrevious=前页 -org_openo_msb_route-table-sNext=下页 -org_openo_msb_route-table-sPage=第 -org_openo_msb_route-table-sPageOf=页,总页数: -org_openo_msb_route-table-search=搜索: -org_openo_msb_route-table-infofilter=(从 _MAX_ 条记录过滤) - -org_openo_msb_metrics_hour=小时 -org_openo_msb_metrics_second=秒 -org_openo_msb_metrics_minute=分 - -org_openo_msb_metrics_chart_save_picture=保存为图片 -org_openo_msb_metrics_chart_click_save=点击保存 -org_openo_msb_metrics_chart_line_change=折线图/柱状图切换 - - - - -- cgit 1.2.3-korg