mirror of
https://github.com/yhl452493373/frpc-panel.git
synced 2026-04-04 06:17:00 +08:00
fixed: status text of i18n in Overview
This commit is contained in:
@@ -51,6 +51,8 @@
|
|||||||
"Status": "Status",
|
"Status": "Status",
|
||||||
"Info": "Info",
|
"Info": "Info",
|
||||||
"running": "running",
|
"running": "running",
|
||||||
|
"start error": "start error",
|
||||||
|
"new": "new",
|
||||||
"Local Ip": "Local Ip",
|
"Local Ip": "Local Ip",
|
||||||
"Local Port": "Local Port",
|
"Local Port": "Local Port",
|
||||||
"Operation": "Operation",
|
"Operation": "Operation",
|
||||||
|
|||||||
@@ -51,6 +51,8 @@
|
|||||||
"Status": "状态",
|
"Status": "状态",
|
||||||
"Info": "消息",
|
"Info": "消息",
|
||||||
"running": "运行中",
|
"running": "运行中",
|
||||||
|
"start error": "错误",
|
||||||
|
"new": "新连接",
|
||||||
"Local Ip": "本地IP",
|
"Local Ip": "本地IP",
|
||||||
"Local Port": "本地端口",
|
"Local Port": "本地端口",
|
||||||
"Operation": "操作",
|
"Operation": "操作",
|
||||||
|
|||||||
@@ -114,6 +114,8 @@ func (c *HandleController) MakeLangFunc() func(context *gin.Context) {
|
|||||||
"Status": ginI18n.MustGetMessage(context, "Status"),
|
"Status": ginI18n.MustGetMessage(context, "Status"),
|
||||||
"Info": ginI18n.MustGetMessage(context, "Info"),
|
"Info": ginI18n.MustGetMessage(context, "Info"),
|
||||||
"running": ginI18n.MustGetMessage(context, "running"),
|
"running": ginI18n.MustGetMessage(context, "running"),
|
||||||
|
"start error": ginI18n.MustGetMessage(context, "start error"),
|
||||||
|
"new": ginI18n.MustGetMessage(context, "new"),
|
||||||
"LocalIp": ginI18n.MustGetMessage(context, "Local Ip"),
|
"LocalIp": ginI18n.MustGetMessage(context, "Local Ip"),
|
||||||
"LocalPort": ginI18n.MustGetMessage(context, "Local Port"),
|
"LocalPort": ginI18n.MustGetMessage(context, "Local Port"),
|
||||||
"RemotePort": ginI18n.MustGetMessage(context, "Remote Port"),
|
"RemotePort": ginI18n.MustGetMessage(context, "Remote Port"),
|
||||||
|
|||||||
Reference in New Issue
Block a user