mirror of
https://github.com/yhl452493373/frps-panel.git
synced 2026-04-04 06:16:59 +08:00
adjust translate
This commit is contained in:
@@ -89,5 +89,6 @@
|
||||
"Current Connections": "Current Connections",
|
||||
"Client Counts": "Client Counts",
|
||||
"Proxy Counts": "Proxy Counts",
|
||||
"Not Set": "Not Set"
|
||||
"Not Set": "Not Set",
|
||||
"Proxy": "Proxies"
|
||||
}
|
||||
@@ -89,5 +89,6 @@
|
||||
"Current Connections": "当前连接数",
|
||||
"Client Counts": "客户端总数",
|
||||
"Proxy Counts": "代理总数",
|
||||
"Not Set": "未配置"
|
||||
"Not Set": "未配置",
|
||||
"Proxy": "代理数量"
|
||||
}
|
||||
@@ -139,7 +139,7 @@ var loadServerInfo = (function ($) {
|
||||
var chart = echarts.init(chartDom);
|
||||
var option = {
|
||||
title: {
|
||||
text: i18n['Proxies'],
|
||||
text: i18n['Proxy'],
|
||||
subtext: i18n['now'],
|
||||
left: 'center',
|
||||
textStyle: {
|
||||
|
||||
Reference in New Issue
Block a user