120 lines
4.0 KiB
JSON
120 lines
4.0 KiB
JSON
{
|
|
"actions": {
|
|
"add": "添加",
|
|
"batchDelete": "批量删除",
|
|
"batchDeleteSuccess_other": "成功删除 {count} 个客户端",
|
|
"batchDeleteWarning_other": "确定要删除选中的 {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 Scheme 模板",
|
|
"urlEncoding": "URL 编码",
|
|
"urlVariable": "订阅 URL",
|
|
"variables": "支持变量:"
|
|
},
|
|
"template": {
|
|
"functions": "模板函数:",
|
|
"if": "条件语句",
|
|
"nodes": "代理节点列表",
|
|
"range": "遍历数组",
|
|
"siteName": "站点名称",
|
|
"sprig": "Sprig 函数库(字符串处理、日期等)",
|
|
"subscribeName": "订阅名称",
|
|
"title": "Go 模板语法",
|
|
"userInfo": "用户信息(流量、到期等)",
|
|
"variables": "可用变量:"
|
|
},
|
|
"userAgentPrefix": "用于区分不同客户端的客户端标识符"
|
|
},
|
|
"editTitle": "编辑客户端",
|
|
"fields": {
|
|
"description": "描述",
|
|
"icon": "图标",
|
|
"name": "名称",
|
|
"outputFormat": "输出格式",
|
|
"scheme": "URL Scheme",
|
|
"template": "订阅文件模板"
|
|
},
|
|
"tabs": {
|
|
"basic": "基本信息",
|
|
"download": "下载",
|
|
"template": "模板"
|
|
}
|
|
},
|
|
"outputFormats": {
|
|
"base64": "Base64",
|
|
"conf": "CONF",
|
|
"json": "JSON",
|
|
"plain": "纯文本",
|
|
"yaml": "YAML"
|
|
},
|
|
"protocol": {
|
|
"title": "客户端管理"
|
|
},
|
|
"table": {
|
|
"columns": {
|
|
"default": "默认",
|
|
"description": "描述",
|
|
"name": "客户端名称",
|
|
"outputFormat": "输出格式",
|
|
"supportedPlatforms": "支持的平台"
|
|
}
|
|
},
|
|
"templatePreview": {
|
|
"base64": {
|
|
"decodedContent": "解码内容",
|
|
"decodeError": "Base64 解码错误",
|
|
"originalContent": "原始内容"
|
|
},
|
|
"failed": "加载模板失败",
|
|
"loading": "加载中...",
|
|
"preview": "预览",
|
|
"title": "模板预览"
|
|
}
|
|
}
|