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",
|
"Current Connections": "Current Connections",
|
||||||
"Client Counts": "Client Counts",
|
"Client Counts": "Client Counts",
|
||||||
"Proxy Counts": "Proxy Counts",
|
"Proxy Counts": "Proxy Counts",
|
||||||
"Not Set": "Not Set"
|
"Not Set": "Not Set",
|
||||||
|
"Proxy": "Proxies"
|
||||||
}
|
}
|
||||||
@@ -89,5 +89,6 @@
|
|||||||
"Current Connections": "当前连接数",
|
"Current Connections": "当前连接数",
|
||||||
"Client Counts": "客户端总数",
|
"Client Counts": "客户端总数",
|
||||||
"Proxy Counts": "代理总数",
|
"Proxy Counts": "代理总数",
|
||||||
"Not Set": "未配置"
|
"Not Set": "未配置",
|
||||||
|
"Proxy": "代理数量"
|
||||||
}
|
}
|
||||||
@@ -139,7 +139,7 @@ var loadServerInfo = (function ($) {
|
|||||||
var chart = echarts.init(chartDom);
|
var chart = echarts.init(chartDom);
|
||||||
var option = {
|
var option = {
|
||||||
title: {
|
title: {
|
||||||
text: i18n['Proxies'],
|
text: i18n['Proxy'],
|
||||||
subtext: i18n['now'],
|
subtext: i18n['now'],
|
||||||
left: 'center',
|
left: 'center',
|
||||||
textStyle: {
|
textStyle: {
|
||||||
|
|||||||
@@ -289,6 +289,7 @@ func (c *HandleController) MakeLangFunc() func(context *gin.Context) {
|
|||||||
"now": ginI18n.MustGetMessage(context, "now"),
|
"now": ginI18n.MustGetMessage(context, "now"),
|
||||||
"Proxies": ginI18n.MustGetMessage(context, "Proxies"),
|
"Proxies": ginI18n.MustGetMessage(context, "Proxies"),
|
||||||
"NotSet": ginI18n.MustGetMessage(context, "Not Set"),
|
"NotSet": ginI18n.MustGetMessage(context, "Not Set"),
|
||||||
|
"Proxy": ginI18n.MustGetMessage(context, "Proxy"),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user