From 4ed15bda06c8e9a407c12d527b8224737ba339d5 Mon Sep 17 00:00:00 2001 From: HuabingZhao Date: Sat, 13 Aug 2016 14:10:39 +0800 Subject: Initial code import Change-Id: I839b84e5200aedece6c33deb16bec1bf9dbb61df Signed-off-by: HuabingZhao --- .../i18n/msb-iui-metrics-i18n-zh-CN.properties | 78 ++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 apiroute/apiroute-service/src/main/resources/iui-metrics/i18n/msb-iui-metrics-i18n-zh-CN.properties (limited to 'apiroute/apiroute-service/src/main/resources/iui-metrics/i18n/msb-iui-metrics-i18n-zh-CN.properties') diff --git a/apiroute/apiroute-service/src/main/resources/iui-metrics/i18n/msb-iui-metrics-i18n-zh-CN.properties b/apiroute/apiroute-service/src/main/resources/iui-metrics/i18n/msb-iui-metrics-i18n-zh-CN.properties new file mode 100644 index 0000000..2080e4e --- /dev/null +++ b/apiroute/apiroute-service/src/main/resources/iui-metrics/i18n/msb-iui-metrics-i18n-zh-CN.properties @@ -0,0 +1,78 @@ +# +# Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE) +# +# 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. +# + + +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