mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-02-06 11:40:28 -05:00
90 lines
3.2 KiB
JSON
90 lines
3.2 KiB
JSON
{
|
|
"actions": {
|
|
"cancel": "取消",
|
|
"delete": "删除",
|
|
"edit": "编辑",
|
|
"save": "保存",
|
|
"saveTemplate": "保存模板"
|
|
},
|
|
"config": {
|
|
"description": "管理订阅系统的相关配置",
|
|
"restrictUserAgent": "用户代理限制",
|
|
"restrictUserAgentDescription": "根据用户代理启用访问限制",
|
|
"singleSubscriptionMode": "单一订阅模式",
|
|
"singleSubscriptionModeDescription": "限制用户只能拥有一个有效的订阅。现有订阅不受影响",
|
|
"subscriptionDomain": "订阅域名",
|
|
"subscriptionDomainDescription": "自定义订阅链接域名",
|
|
"subscriptionDomainPlaceholder": "输入订阅域名,每行一个",
|
|
"subscriptionPath": "订阅路径",
|
|
"subscriptionPathDescription": "自定义订阅端点路径(重启系统后性能更佳)",
|
|
"subscriptionPathPlaceholder": "输入订阅路径",
|
|
"title": "订阅配置",
|
|
"updateError": "更新失败",
|
|
"updateSuccess": "设置更新成功",
|
|
"userAgentWhitelist": "用户代理白名单",
|
|
"userAgentWhitelistDescription": "允许的用户代理用于订阅访问,每行一个。内置模板会自动包含在白名单中",
|
|
"userAgentWhitelistPlaceholder": "输入允许的用户代理,每行一个",
|
|
"wildcardResolution": "通配符解析",
|
|
"wildcardResolutionDescription": "启用订阅域名的通配符解析"
|
|
},
|
|
"description": "配置订阅设置和客户端模板",
|
|
"messages": {
|
|
"noClients": "暂无客户端模板",
|
|
"noClientsDescription": "还没有配置任何客户端模板,请添加第一个模板开始使用。"
|
|
},
|
|
"protocol": {
|
|
"clients": {
|
|
"clash": {
|
|
"features": "生态丰富,规则完善,社区活跃"
|
|
},
|
|
"egern": {
|
|
"features": "现代化 iOS 客户端,性能优异"
|
|
},
|
|
"hiddify": {
|
|
"features": "全平台支持,协议全面,新手友好"
|
|
},
|
|
"loon": {
|
|
"features": "iOS 高级客户端,规则丰富,界面美观"
|
|
},
|
|
"netch": {
|
|
"features": "游戏专用代理客户端"
|
|
},
|
|
"quantumult": {
|
|
"features": "iOS 高级客户端,规则灵活,脚本丰富"
|
|
},
|
|
"shadowrocket": {
|
|
"features": "经典 iOS 客户端,配置灵活"
|
|
},
|
|
"singbox": {
|
|
"features": "最新内核,官方图形界面,多平台支持"
|
|
},
|
|
"stash": {
|
|
"features": "现代移动端界面,协议全面"
|
|
},
|
|
"surfboard": {
|
|
"features": "免费开源,持续更新,界面现代"
|
|
},
|
|
"surge": {
|
|
"features": "iOS/Mac 专业工具,功能强大"
|
|
},
|
|
"v2box": {
|
|
"features": "用户友好的 V2Ray 客户端"
|
|
},
|
|
"v2rayn": {
|
|
"features": "热门 Windows 客户端,功能丰富"
|
|
},
|
|
"v2rayng": {
|
|
"features": "热门 Android 客户端,轻量级"
|
|
}
|
|
},
|
|
"description": "管理代理客户端的订阅配置模板",
|
|
"features": "主要特点",
|
|
"platforms": "支持平台",
|
|
"subscribeTemplate": "订阅模板配置",
|
|
"templateContent": "模板内容",
|
|
"templatePlaceholder": "输入客户端配置模板...",
|
|
"title": "客户端订阅模板"
|
|
},
|
|
"title": "订阅管理"
|
|
}
|