mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-07 13:44:24 +00:00
feat: add i18n translations for node management
This commit is contained in:
parent
cb4b1eba85
commit
fc77154c8b
2 changed files with 58 additions and 0 deletions
|
|
@ -95,6 +95,7 @@
|
||||||
"inbounds" = "Inbounds"
|
"inbounds" = "Inbounds"
|
||||||
"settings" = "Panel Settings"
|
"settings" = "Panel Settings"
|
||||||
"xray" = "Xray Configs"
|
"xray" = "Xray Configs"
|
||||||
|
"nodes" = "Nodes"
|
||||||
"users" = "Users"
|
"users" = "Users"
|
||||||
"logout" = "Log Out"
|
"logout" = "Log Out"
|
||||||
"link" = "Manage"
|
"link" = "Manage"
|
||||||
|
|
@ -856,3 +857,31 @@
|
||||||
"askToAddUserId" = "Your configuration is not found!\r\nPlease ask your admin to use your Telegram ChatID in your configuration(s).\r\n\r\nYour ChatID: <code>{{ .TgUserID }}</code>"
|
"askToAddUserId" = "Your configuration is not found!\r\nPlease ask your admin to use your Telegram ChatID in your configuration(s).\r\n\r\nYour ChatID: <code>{{ .TgUserID }}</code>"
|
||||||
"chooseClient" = "Choose a Client for Inbound {{ .Inbound }}"
|
"chooseClient" = "Choose a Client for Inbound {{ .Inbound }}"
|
||||||
"chooseInbound" = "Choose an Inbound"
|
"chooseInbound" = "Choose an Inbound"
|
||||||
|
|
||||||
|
[pages.nodes]
|
||||||
|
"title" = "Node Management"
|
||||||
|
"nodeId" = "Node ID"
|
||||||
|
"role" = "Role"
|
||||||
|
"status" = "Status"
|
||||||
|
"online" = "Online"
|
||||||
|
"offline" = "Offline"
|
||||||
|
"lastHeartbeat" = "Last Heartbeat"
|
||||||
|
"lastSync" = "Last Sync"
|
||||||
|
"syncVersion" = "Sync Version"
|
||||||
|
"error" = "Error"
|
||||||
|
"syncInterval" = "Sync Interval (seconds)"
|
||||||
|
"trafficFlushInterval" = "Traffic Flush Interval (seconds)"
|
||||||
|
"dbType" = "Database Type"
|
||||||
|
"dbHost" = "Database Host"
|
||||||
|
"dbPort" = "Database Port"
|
||||||
|
"dbUser" = "Database User"
|
||||||
|
"dbPass" = "Database Password"
|
||||||
|
"dbName" = "Database Name"
|
||||||
|
"save" = "Save"
|
||||||
|
"saveSuccess" = "Node configuration saved successfully"
|
||||||
|
"noWorkerNodes" = "No worker nodes connected"
|
||||||
|
"masterNode" = "Master Node"
|
||||||
|
"workerNodes" = "Worker Nodes"
|
||||||
|
"currentNodeConfig" = "Current Node Configuration"
|
||||||
|
"connectedNodes" = "Connected Nodes"
|
||||||
|
"refresh" = "Refresh"
|
||||||
|
|
|
||||||
|
|
@ -95,6 +95,7 @@
|
||||||
"inbounds" = "入站列表"
|
"inbounds" = "入站列表"
|
||||||
"settings" = "面板设置"
|
"settings" = "面板设置"
|
||||||
"xray" = "Xray 设置"
|
"xray" = "Xray 设置"
|
||||||
|
"nodes" = "节点管理"
|
||||||
"users" = "用户管理"
|
"users" = "用户管理"
|
||||||
"logout" = "退出登录"
|
"logout" = "退出登录"
|
||||||
"link" = "管理"
|
"link" = "管理"
|
||||||
|
|
@ -856,3 +857,31 @@
|
||||||
"askToAddUserId" = "未找到您的配置!\r\n请向管理员询问,在您的配置中使用您的 Telegram 用户 ChatID。\r\n\r\n您的用户 ChatID:<code>{{ .TgUserID }}</code>"
|
"askToAddUserId" = "未找到您的配置!\r\n请向管理员询问,在您的配置中使用您的 Telegram 用户 ChatID。\r\n\r\n您的用户 ChatID:<code>{{ .TgUserID }}</code>"
|
||||||
"chooseClient" = "为入站 {{ .Inbound }} 选择一个客户"
|
"chooseClient" = "为入站 {{ .Inbound }} 选择一个客户"
|
||||||
"chooseInbound" = "选择一个入站"
|
"chooseInbound" = "选择一个入站"
|
||||||
|
|
||||||
|
[pages.nodes]
|
||||||
|
"title" = "节点管理"
|
||||||
|
"nodeId" = "节点 ID"
|
||||||
|
"role" = "角色"
|
||||||
|
"status" = "状态"
|
||||||
|
"online" = "在线"
|
||||||
|
"offline" = "离线"
|
||||||
|
"lastHeartbeat" = "最后心跳"
|
||||||
|
"lastSync" = "最后同步"
|
||||||
|
"syncVersion" = "同步版本"
|
||||||
|
"error" = "错误"
|
||||||
|
"syncInterval" = "同步间隔(秒)"
|
||||||
|
"trafficFlushInterval" = "流量刷新间隔(秒)"
|
||||||
|
"dbType" = "数据库类型"
|
||||||
|
"dbHost" = "数据库主机"
|
||||||
|
"dbPort" = "数据库端口"
|
||||||
|
"dbUser" = "数据库用户"
|
||||||
|
"dbPass" = "数据库密码"
|
||||||
|
"dbName" = "数据库名称"
|
||||||
|
"save" = "保存"
|
||||||
|
"saveSuccess" = "节点配置保存成功"
|
||||||
|
"noWorkerNodes" = "暂无 Worker 节点连接"
|
||||||
|
"masterNode" = "主节点"
|
||||||
|
"workerNodes" = "Worker 节点"
|
||||||
|
"currentNodeConfig" = "当前节点配置"
|
||||||
|
"connectedNodes" = "已连接节点"
|
||||||
|
"refresh" = "刷新"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue