ppanel-web/apps/admin/locales/zh-CN/subscribe.json

122 lines
4.1 KiB
JSON

{
"actions": {
"add": "添加",
"batchDelete": "批量删除",
"batchDeleteSuccess": "成功删除 {count} 个客户端",
"batchDeleteWarning": "您确定要删除选定的 {count} 个客户端吗?",
"cancel": "取消",
"confirm": "确认",
"confirmDelete": "确认删除",
"createSuccess": "创建成功",
"delete": "删除",
"deleteFailed": "删除失败",
"deleteSuccess": "删除成功",
"deleteWarning": "此操作无法撤销。您确定要删除此客户端吗?",
"edit": "编辑",
"save": "保存",
"saveFailed": "保存失败",
"update": "更新",
"updateSuccess": "更新成功"
},
"config": {
"description": "管理订阅系统设置",
"singleSubscriptionMode": "单一订阅模式",
"singleSubscriptionModeDescription": "限制用户只能有一个有效的订阅。现有订阅不受影响",
"subscriptionDomain": "订阅域名",
"subscriptionDomainDescription": "订阅链接的自定义域名",
"subscriptionDomainPlaceholder": "输入订阅域名,每行一个",
"subscriptionPath": "订阅路径",
"subscriptionPathDescription": "订阅端点的自定义路径(系统重启后性能更佳)",
"subscriptionPathPlaceholder": "输入订阅路径",
"title": "订阅配置",
"updateError": "更新失败",
"updateSuccess": "设置更新成功",
"userAgentLimit": "{userAgent} 限制",
"userAgentLimitDescription": "启用基于 {userAgent} 的访问限制",
"userAgentList": "{userAgent} 白名单",
"userAgentListDescription": "允许的 {userAgent} 用于订阅访问,每行一个。配置的应用程序 {userAgent} 将自动包含在内",
"userAgentListPlaceholder": "输入允许的 {userAgent},每行一个",
"wildcardResolution": "通配符解析",
"wildcardResolutionDescription": "启用订阅的通配符域名解析"
},
"form": {
"addTitle": "添加客户端",
"descriptions": {
"description": "详细的客户端描述",
"downloadLink": "平台下载 URL",
"icon": "图标 URL 或 base64 编码",
"name": "客户端显示名称",
"outputFormat": "订阅配置文件格式",
"schema": {
"title": "URL Schema 模板",
"variables": "支持变量:",
"urlVariable": "订阅地址",
"nameVariable": "站点名称",
"functions": "支持函数:",
"urlEncoding": "URL编码",
"base64Encoding": "Base64编码",
"jsonStringify": "JSON对象转字符串"
},
"template": {
"title": "Go模板语法",
"description": "使用Go模板语法生成订阅配置文件",
"variables": "可用变量:",
"siteName": "站点名称",
"subscribeName": "订阅名称",
"nodes": "代理节点列表",
"userInfo": "用户信息(流量、到期时间等)",
"functions": "模板函数:",
"range": "遍历数组",
"if": "条件判断",
"sprig": "Sprig函数库(字符串处理、日期等)"
},
"userAgentPrefix": "用于区分不同客户端的客户端标识符"
},
"editTitle": "编辑客户端",
"fields": {
"description": "描述",
"icon": "图标",
"name": "名称",
"outputFormat": "输出格式",
"schema": "URL Schema",
"template": "订阅文件模板"
},
"tabs": {
"basic": "基本信息",
"download": "下载",
"template": "模板"
},
"validation": {
"nameRequired": "客户端名称是必需的",
"userAgentRequiredSuffix": "是必需的"
}
},
"outputFormats": {
"base64": "Base64",
"json": "JSON",
"plain": "纯文本",
"yaml": "YAML",
"conf": "CONF"
},
"platforms": {
"android": "Android",
"harmony": "HarmonyOS",
"ios": "iOS",
"linux": "Linux",
"mac": "macOS",
"windows": "Windows"
},
"protocol": {
"title": "客户端管理"
},
"table": {
"columns": {
"default": "默认",
"description": "描述",
"name": "客户端名称",
"outputFormat": "输出格式",
"supportedPlatforms": "支持的平台"
}
}
}