Commit 9af65efc authored by wioos's avatar wioos
Browse files

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



在 admin.proxies 下添加 protocols 对象的中文翻译,
与 en.ts 保持一致。
Co-Authored-By: default avatarClaude Opus 4.6 <noreply@anthropic.com>
parent cac23020
......@@ -2640,6 +2640,12 @@ export default {
allProtocols: '全部协议',
allStatus: '全部状态',
searchProxies: '搜索代理...',
protocols: {
http: 'HTTP',
https: 'HTTPS',
socks5: 'SOCKS5',
socks5h: 'SOCKS5H (远程 DNS)',
},
name: '名称',
protocol: '协议',
host: '主机',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment