fix: 修复 zh.ts 缺少 protocols 翻译

在 admin.proxies 下添加 protocols 对象的中文翻译,
与 en.ts 保持一致。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
wioos
2026-03-06 15:32:25 +08:00
parent cac230206d
commit 9af65efcdb

View File

@@ -2640,6 +2640,12 @@ export default {
allProtocols: '全部协议',
allStatus: '全部状态',
searchProxies: '搜索代理...',
protocols: {
http: 'HTTP',
https: 'HTTPS',
socks5: 'SOCKS5',
socks5h: 'SOCKS5H (远程 DNS)',
},
name: '名称',
protocol: '协议',
host: '主机',