Merge branch 'main' into zh-cn-i18n-patch-2

This commit is contained in:
Hiddify
2024-02-20 10:30:51 +03:30
committed by GitHub
15 changed files with 72 additions and 47 deletions

View File

@@ -57,8 +57,8 @@
"remainingTrafficSemanticLabel": "已使用 ${consumed} 流量,共 ${total} 流量。",
"expired": "已过期",
"noTraffic": "超出配额",
"upload": "上",
"download": "下",
"upload": "上",
"download": "下",
"total": "总流量",
"expireDate": "到期时间"
},
@@ -129,18 +129,18 @@
"emptyProxiesMsg": "没有可用的代理",
"delayTestTooltip": "测试延迟",
"sortTooltip": "对代理进行排序",
"checkIp": "查看IP",
"unknownIp": "未知IP",
"checkIp": "检测IP地址",
"unknownIp": "未知IP",
"sortOptions": {
"unsorted": "默认",
"name": "按字母顺序",
"delay": "按延迟顺序"
},
"activeProxySemanticLabel": "活代理",
"activeProxySemanticLabel": "活跃的代理",
"delaySemantics": {
"result": "延迟: ${delay}ms",
"timeout": "测试延迟超时",
"testing": "延迟: 测试中..."
"result": "延迟:${delay}ms",
"timeout": "延迟测试超时",
"testing": "正在测试延迟"
},
"ipInfoSemantics": {
"address": "IP地址",
@@ -148,7 +148,7 @@
},
"statsSemantics": {
"speed": "速度",
"totalTransferred": "已转发流量"
"totalTransferred": "总传输量"
}
},
"logs": {
@@ -194,7 +194,7 @@
"ignoreBatteryOptimizationsMsg": "消除限制以获得最佳 VPN 性能",
"dynamicNotification": "在通知中显示速度",
"hapticFeedback": "触觉反馈",
"autoIpCheck": "自动检查IP"
"autoIpCheck": "自动检查连接的 IP"
},
"advanced": {
"sectionTitle": "高级选项",
@@ -224,7 +224,8 @@
"serviceModes": {
"proxy": "仅代理",
"systemProxy": "系统代理",
"tun": "VPN"
"tun": "VPN",
"tunService": "VPN服务"
},
"section": {
"route": "路由选项",
@@ -240,8 +241,8 @@
"title": "Cloudflare WARP 同意",
"description(rich)": "Cloudflare WARP 是免费的 WireGuard VPN 提供商。启用此选项即表示您同意 Cloudflare WARP 的 ${tos(服务条款)} 和 ${privacy(隐私政策)}"
},
"generateWarpConfig": "生成WARP配置",
"missingWarpConfig": "缺失WARP配置",
"generateWarpConfig": "生成WARP配置文件",
"missingWarpConfig": "WARP配置缺失",
"pageTitle": "配置选项",
"logLevel": "日志级别",
"resolveDestination": "解析目标地址",