133 lines
4.4 KiB
JSON
133 lines
4.4 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": "订阅配置文件格式",
|
||
"scheme": {
|
||
"base64Encoding": "Base64编码",
|
||
"functions": "支持功能:",
|
||
"jsonStringify": "JSON对象转字符串",
|
||
"nameVariable": "站点名称",
|
||
"title": "URL方案模板",
|
||
"urlEncoding": "URL编码",
|
||
"urlVariable": "订阅URL",
|
||
"variables": "支持变量:"
|
||
},
|
||
"template": {
|
||
"description": "使用Go模板语法生成订阅配置文件",
|
||
"functions": "模板函数:",
|
||
"if": "条件判断",
|
||
"nodes": "代理节点列表",
|
||
"range": "遍历数组",
|
||
"siteName": "站点名称",
|
||
"sprig": "Sprig函数库(字符串处理、日期等)",
|
||
"subscribeName": "订阅名称",
|
||
"title": "Go模板语法",
|
||
"userInfo": "用户信息(流量、到期时间等)",
|
||
"variables": "可用变量:"
|
||
},
|
||
"userAgentPrefix": "用于区分不同客户端的客户端标识符"
|
||
},
|
||
"editTitle": "编辑客户端",
|
||
"fields": {
|
||
"description": "描述",
|
||
"icon": "图标",
|
||
"name": "名称",
|
||
"outputFormat": "输出格式",
|
||
"scheme": "URL方案",
|
||
"template": "订阅文件模板"
|
||
},
|
||
"tabs": {
|
||
"basic": "基本信息",
|
||
"download": "下载",
|
||
"template": "模板"
|
||
},
|
||
"validation": {
|
||
"nameRequired": "客户端名称是必需的",
|
||
"userAgentRequiredSuffix": "是必需的"
|
||
}
|
||
},
|
||
"outputFormats": {
|
||
"base64": "Base64",
|
||
"conf": "CONF",
|
||
"json": "JSON",
|
||
"plain": "纯文本",
|
||
"yaml": "YAML"
|
||
},
|
||
"platforms": {
|
||
"android": "Android",
|
||
"harmony": "HarmonyOS",
|
||
"ios": "iOS",
|
||
"linux": "Linux",
|
||
"mac": "macOS",
|
||
"windows": "Windows"
|
||
},
|
||
"protocol": {
|
||
"title": "客户端管理"
|
||
},
|
||
"table": {
|
||
"columns": {
|
||
"default": "默认",
|
||
"description": "描述",
|
||
"name": "客户端名称",
|
||
"outputFormat": "输出格式",
|
||
"supportedPlatforms": "支持的平台"
|
||
}
|
||
},
|
||
"templatePreview": {
|
||
"base64": {
|
||
"decodeError": "解码失败:内容不是有效的Base64格式",
|
||
"decodedContent": "解码后内容",
|
||
"originalContent": "原始内容 (Base64)"
|
||
},
|
||
"failed": "预览失败",
|
||
"loading": "加载中...",
|
||
"preview": "预览",
|
||
"title": "模板预览"
|
||
}
|
||
}
|