mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-08-13 06:40:59 +00:00
fix(i18n): localize Chinese Xray labels (#6202)
* fix(i18n): localize Traditional Chinese Xray labels Several navigation, outbound, balancer, VPN, and DNS labels still displayed their English source text in the zh-TW interface. Translate the non-protocol labels while retaining established Xray terminology. * fix(i18n): localize Simplified Chinese Xray labels Mirror the reviewed Xray UI coverage in zh-CN so the same labels no longer fall back to English there. Signed-off-by: 陳廷安 <73953029+nrps9909@users.noreply.github.com> --------- Signed-off-by: 陳廷安 <73953029+nrps9909@users.noreply.github.com> Co-authored-by: Sanaei <ho3ein.sanaei@gmail.com>
This commit is contained in:
@@ -1503,8 +1503,8 @@
|
|||||||
},
|
},
|
||||||
"outbound": {
|
"outbound": {
|
||||||
"tag": "标签",
|
"tag": "标签",
|
||||||
"egress": "Egress",
|
"egress": "出口",
|
||||||
"egressHint": "Run an HTTP test to show egress IP and country.",
|
"egressHint": "执行 HTTP 测试以显示出口 IP 和所在国家/地区。",
|
||||||
"outboundStatus": "出站状态",
|
"outboundStatus": "出站状态",
|
||||||
"sendThrough": "发送通过",
|
"sendThrough": "发送通过",
|
||||||
"targetStrategy": "目标解析策略",
|
"targetStrategy": "目标解析策略",
|
||||||
@@ -1607,14 +1607,14 @@
|
|||||||
"tagDuplicate": "该标签已被其他均衡器使用",
|
"tagDuplicate": "该标签已被其他均衡器使用",
|
||||||
"tagPlaceholder": "唯一均衡器标签",
|
"tagPlaceholder": "唯一均衡器标签",
|
||||||
"selector": "选择器",
|
"selector": "选择器",
|
||||||
"fallback": "Fallback",
|
"fallback": "备用负载均衡器",
|
||||||
"cycleTooltip": "循环: {path} → (回到 {start})",
|
"cycleTooltip": "循环: {path} → (回到 {start})",
|
||||||
"expected": "期望",
|
"expected": "期望",
|
||||||
"expectedPlaceholder": "最佳节点数",
|
"expectedPlaceholder": "最佳节点数",
|
||||||
"maxRtt": "最大 RTT",
|
"maxRtt": "最大 RTT",
|
||||||
"tolerance": "容差",
|
"tolerance": "容差",
|
||||||
"baselines": "Baselines",
|
"baselines": "基准值",
|
||||||
"costs": "Costs",
|
"costs": "成本设置",
|
||||||
"costMatch": "标签匹配模式",
|
"costMatch": "标签匹配模式",
|
||||||
"costValue": "权重",
|
"costValue": "权重",
|
||||||
"costRegexp": "正则表达式匹配",
|
"costRegexp": "正则表达式匹配",
|
||||||
@@ -1635,7 +1635,7 @@
|
|||||||
"userLevel": "用户级别"
|
"userLevel": "用户级别"
|
||||||
},
|
},
|
||||||
"nord": {
|
"nord": {
|
||||||
"accessToken": "Access token",
|
"accessToken": "访问令牌",
|
||||||
"privateKey": "私钥",
|
"privateKey": "私钥",
|
||||||
"noServers": "未找到选定国家/地区的服务器",
|
"noServers": "未找到选定国家/地区的服务器",
|
||||||
"noPublicKey": "选定的服务器未公布 NordLynx 公钥。",
|
"noPublicKey": "选定的服务器未公布 NordLynx 公钥。",
|
||||||
@@ -1651,7 +1651,7 @@
|
|||||||
"licenseError": "设置 WARP 许可证失败。",
|
"licenseError": "设置 WARP 许可证失败。",
|
||||||
"fetchFirst": "请先获取 WARP 配置。",
|
"fetchFirst": "请先获取 WARP 配置。",
|
||||||
"createAccount": "创建 WARP 账户",
|
"createAccount": "创建 WARP 账户",
|
||||||
"accessToken": "Access token",
|
"accessToken": "访问令牌",
|
||||||
"deviceId": "设备 ID",
|
"deviceId": "设备 ID",
|
||||||
"licenseKey": "许可证密钥",
|
"licenseKey": "许可证密钥",
|
||||||
"privateKey": "私钥",
|
"privateKey": "私钥",
|
||||||
@@ -1702,7 +1702,7 @@
|
|||||||
"timeoutMs": "超时 (毫秒)",
|
"timeoutMs": "超时 (毫秒)",
|
||||||
"skipFallback": "跳过回退",
|
"skipFallback": "跳过回退",
|
||||||
"finalQuery": "最终查询",
|
"finalQuery": "最终查询",
|
||||||
"hosts": "Hosts",
|
"hosts": "主机映射",
|
||||||
"hostsAdd": "添加 Host",
|
"hostsAdd": "添加 Host",
|
||||||
"hostsEmpty": "未定义任何 Host",
|
"hostsEmpty": "未定义任何 Host",
|
||||||
"hostsDomain": "域名 (例如 domain:example.com)",
|
"hostsDomain": "域名 (例如 domain:example.com)",
|
||||||
|
|||||||
@@ -107,7 +107,7 @@
|
|||||||
"outbounds": "出站",
|
"outbounds": "出站",
|
||||||
"apiDocs": "API 文件",
|
"apiDocs": "API 文件",
|
||||||
"donate": "捐贈",
|
"donate": "捐贈",
|
||||||
"hosts": "Hosts",
|
"hosts": "主機",
|
||||||
"docs": "文件",
|
"docs": "文件",
|
||||||
"openMenu": "開啟選單",
|
"openMenu": "開啟選單",
|
||||||
"pinSidebar": "固定側邊欄",
|
"pinSidebar": "固定側邊欄",
|
||||||
@@ -1503,8 +1503,8 @@
|
|||||||
},
|
},
|
||||||
"outbound": {
|
"outbound": {
|
||||||
"tag": "標籤",
|
"tag": "標籤",
|
||||||
"egress": "Egress",
|
"egress": "出口",
|
||||||
"egressHint": "Run an HTTP test to show egress IP and country.",
|
"egressHint": "執行 HTTP 測試以顯示出口 IP 與所在國家/地區。",
|
||||||
"outboundStatus": "出站狀態",
|
"outboundStatus": "出站狀態",
|
||||||
"sendThrough": "傳送通過",
|
"sendThrough": "傳送通過",
|
||||||
"targetStrategy": "目標解析策略",
|
"targetStrategy": "目標解析策略",
|
||||||
@@ -1607,14 +1607,14 @@
|
|||||||
"tagDuplicate": "該標籤已被其他均衡器使用",
|
"tagDuplicate": "該標籤已被其他均衡器使用",
|
||||||
"tagPlaceholder": "唯一均衡器標籤",
|
"tagPlaceholder": "唯一均衡器標籤",
|
||||||
"selector": "選擇器",
|
"selector": "選擇器",
|
||||||
"fallback": "Fallback",
|
"fallback": "備用負載平衡器",
|
||||||
"cycleTooltip": "循環: {path} → (回到 {start})",
|
"cycleTooltip": "循環: {path} → (回到 {start})",
|
||||||
"expected": "期望",
|
"expected": "期望",
|
||||||
"expectedPlaceholder": "最佳節點數",
|
"expectedPlaceholder": "最佳節點數",
|
||||||
"maxRtt": "最大 RTT",
|
"maxRtt": "最大 RTT",
|
||||||
"tolerance": "容差",
|
"tolerance": "容差",
|
||||||
"baselines": "Baselines",
|
"baselines": "基準值",
|
||||||
"costs": "Costs",
|
"costs": "成本設定",
|
||||||
"costMatch": "標籤比對模式",
|
"costMatch": "標籤比對模式",
|
||||||
"costValue": "權重",
|
"costValue": "權重",
|
||||||
"costRegexp": "正規表示式比對",
|
"costRegexp": "正規表示式比對",
|
||||||
@@ -1635,7 +1635,7 @@
|
|||||||
"userLevel": "用戶級別"
|
"userLevel": "用戶級別"
|
||||||
},
|
},
|
||||||
"nord": {
|
"nord": {
|
||||||
"accessToken": "Access token",
|
"accessToken": "存取權杖",
|
||||||
"privateKey": "私鑰",
|
"privateKey": "私鑰",
|
||||||
"noServers": "未找到選定國家/地區的伺服器",
|
"noServers": "未找到選定國家/地區的伺服器",
|
||||||
"noPublicKey": "選定的伺服器未公布 NordLynx 公鑰。",
|
"noPublicKey": "選定的伺服器未公布 NordLynx 公鑰。",
|
||||||
@@ -1651,7 +1651,7 @@
|
|||||||
"licenseError": "設定 WARP 授權失敗。",
|
"licenseError": "設定 WARP 授權失敗。",
|
||||||
"fetchFirst": "請先取得 WARP 設定。",
|
"fetchFirst": "請先取得 WARP 設定。",
|
||||||
"createAccount": "建立 WARP 帳號",
|
"createAccount": "建立 WARP 帳號",
|
||||||
"accessToken": "Access token",
|
"accessToken": "存取權杖",
|
||||||
"deviceId": "裝置 ID",
|
"deviceId": "裝置 ID",
|
||||||
"licenseKey": "授權金鑰",
|
"licenseKey": "授權金鑰",
|
||||||
"privateKey": "私鑰",
|
"privateKey": "私鑰",
|
||||||
@@ -1702,7 +1702,7 @@
|
|||||||
"timeoutMs": "逾時 (毫秒)",
|
"timeoutMs": "逾時 (毫秒)",
|
||||||
"skipFallback": "跳過回退",
|
"skipFallback": "跳過回退",
|
||||||
"finalQuery": "最終查詢",
|
"finalQuery": "最終查詢",
|
||||||
"hosts": "Hosts",
|
"hosts": "主機對應",
|
||||||
"hostsAdd": "新增 Host",
|
"hostsAdd": "新增 Host",
|
||||||
"hostsEmpty": "未定義任何 Host",
|
"hostsEmpty": "未定義任何 Host",
|
||||||
"hostsDomain": "網域 (例如 domain:example.com)",
|
"hostsDomain": "網域 (例如 domain:example.com)",
|
||||||
|
|||||||
Reference in New Issue
Block a user