| 1 | { |
| 2 | "title": "配置管理", |
| 3 | "description": "管理系统运行配置,保存后需要重启服务才能生效。", |
| 4 | "sections": { |
| 5 | "relay": { |
| 6 | "label": "Relay 中转", |
| 7 | "description": "服务中转、API Key、回调和 AI Relay 出站配置。" |
| 8 | }, |
| 9 | "basic": { |
| 10 | "label": "基础配置", |
| 11 | "description": "运行环境、端口、接口前缀、日志和 OpenAPI 设置。" |
| 12 | }, |
| 13 | "database": { |
| 14 | "label": "数据库", |
| 15 | "description": "MongoDB 连接与数据库相关配置。" |
| 16 | }, |
| 17 | "redis": { |
| 18 | "label": "Redis 与锁", |
| 19 | "description": "Redis 集群、队列、缓存和分布式锁配置。" |
| 20 | }, |
| 21 | "auth": { |
| 22 | "label": "认证安全", |
| 23 | "description": "登录、令牌、API Key 与安全相关配置。" |
| 24 | }, |
| 25 | "assets": { |
| 26 | "label": "文件存储", |
| 27 | "description": "对象存储、上传和素材处理配置。" |
| 28 | }, |
| 29 | "ai": { |
| 30 | "label": "AI 服务", |
| 31 | "description": "AI 提供商、模型运行、草稿生成和服务客户端配置。" |
| 32 | }, |
| 33 | "agent": { |
| 34 | "label": "Agent 配置", |
| 35 | "description": "Agent 接口、模型列表、默认模型和任务超时配置。" |
| 36 | }, |
| 37 | "channels": { |
| 38 | "label": "渠道平台", |
| 39 | "description": "社交平台、短链、中转和发布渠道配置。", |
| 40 | "relayConfiguredDescription": "已配置 Relay 中转,通常不建议再修改渠道平台;仅在绕过 Relay 或排查平台凭证时调整。" |
| 41 | }, |
| 42 | "advanced": { |
| 43 | "label": "高级配置", |
| 44 | "description": "未匹配到标准分组的其它配置项。" |
| 45 | }, |
| 46 | "aiProviders": { |
| 47 | "label": "模型服务商", |
| 48 | "description": "OpenAI、火山引擎、Grok、通义千问、Gemini、Anthropic 等服务商密钥与地址。" |
| 49 | }, |
| 50 | "aiModels": { |
| 51 | "label": "模型目录", |
| 52 | "description": "Chat、Image、Video 模型能力、规格、约束和默认参数。" |
| 53 | }, |
| 54 | "aiDraft": { |
| 55 | "label": "草稿生成", |
| 56 | "description": "草稿生成使用的模型、比例、队列优先级和价格配置。" |
| 57 | }, |
| 58 | "aiClient": { |
| 59 | "label": "服务客户端", |
| 60 | "description": "Server 服务与 AI 服务之间的客户端调用配置。" |
| 61 | } |
| 62 | }, |
| 63 | "fields": { |
| 64 | "environment": "运行环境", |
| 65 | "globalPrefix": "接口前缀", |
| 66 | "port": "服务端口", |
| 67 | "enableConfigLogging": "启动时输出配置", |
| 68 | "enableBadRequestDetails": "显示请求校验详情", |
| 69 | "openapi": "OpenAPI", |
| 70 | "logger": "日志", |
| 71 | "mongodb": "MongoDB", |
| 72 | "redis": "Redis", |
| 73 | "redlock": "分布式锁", |
| 74 | "auth": "认证配置", |
| 75 | "apiKey": "API key", |
| 76 | "assets": "文件存储", |
| 77 | "aiClient": "AI 客户端", |
| 78 | "serverClient": "服务端客户端", |
| 79 | "ai": "AI 配置", |
| 80 | "agent": "Agent", |
| 81 | "channel": "渠道配置", |
| 82 | "relay": "中转配置", |
| 83 | "baseUrl": "基础地址", |
| 84 | "callbackUrl": "回调地址", |
| 85 | "clientId": "客户端 ID", |
| 86 | "clientSecret": "客户端密钥", |
| 87 | "secret": "密钥", |
| 88 | "token": "令牌", |
| 89 | "models": "模型列表", |
| 90 | "defaultModel": "默认模型", |
| 91 | "backgroundModel": "后台模型", |
| 92 | "thinkModel": "思考模型", |
| 93 | "taskTimeoutMs": "任务超时时间", |
| 94 | "host": "Host", |
| 95 | "username": "用户名", |
| 96 | "password": "密码", |
| 97 | "database": "数据库", |
| 98 | "dbName": "数据库名", |
| 99 | "prefix": "前缀", |
| 100 | "enable": "启用", |
| 101 | "level": "级别", |
| 102 | "region": "区域", |
| 103 | "bucket": "存储桶", |
| 104 | "accessKeyId": "Access key ID", |
| 105 | "accessKeySecret": "Access key secret", |
| 106 | "endpoint": "Endpoint", |
| 107 | "publicUrl": "公开访问地址", |
| 108 | "nodes": "节点", |
| 109 | "options": "选项", |
| 110 | "queue": "队列", |
| 111 | "planner": "规划器", |
| 112 | "imageModels": "图片模型", |
| 113 | "draftGeneration": "草稿生成", |
| 114 | "shortLink": "短链", |
| 115 | "channelDb": "渠道数据库", |
| 116 | "serverUrl": "服务地址", |
| 117 | "formats": "格式", |
| 118 | "maxCount": "最大数量", |
| 119 | "maxSizeMb": "最大大小(MB)", |
| 120 | "concurrency": "并发数", |
| 121 | "retry": "重试次数", |
| 122 | "name": "名称", |
| 123 | "description": "描述", |
| 124 | "summary": "摘要", |
| 125 | "logo": "图标", |
| 126 | "tags": "标签", |
| 127 | "mainTag": "主标签", |
| 128 | "runtimeModel": "运行模型", |
| 129 | "runtimeModels": "运行模型列表", |
| 130 | "scenes": "场景", |
| 131 | "mode": "模式", |
| 132 | "modes": "模式列表", |
| 133 | "resolution": "分辨率", |
| 134 | "resolutions": "分辨率列表", |
| 135 | "duration": "时长", |
| 136 | "durations": "时长列表", |
| 137 | "defaults": "默认值", |
| 138 | "fallback": "兜底配置", |
| 139 | "size": "尺寸", |
| 140 | "sizes": "尺寸列表", |
| 141 | "quality": "质量", |
| 142 | "qualities": "质量列表", |
| 143 | "style": "风格", |
| 144 | "styles": "风格列表", |
| 145 | "maxInputImages": "最多输入图片数", |
| 146 | "supportedAspectRatios": "支持的宽高比", |
| 147 | "inputModalities": "输入模态", |
| 148 | "outputModalities": "输出模态", |
| 149 | "inputConstraints": "输入限制", |
| 150 | "aspectRatios": "宽高比", |
| 151 | "queuePriority": "队列优先级", |
| 152 | "lowPriorityMinPriority": "低优先级最小优先级", |
| 153 | "lowPriorityConcurrency": "低优先级并发数", |
| 154 | "displayName": "展示名称", |
| 155 | "model": "模型", |
| 156 | "minDuration": "最小时长", |
| 157 | "maxDuration": "最大时长", |
| 158 | "maxTotalDuration": "最大总时长", |
| 159 | "minAspectRatio": "最小宽高比", |
| 160 | "maxAspectRatio": "最大宽高比", |
| 161 | "minWidth": "最小宽度", |
| 162 | "maxWidth": "最大宽度", |
| 163 | "minPixels": "最小像素", |
| 164 | "maxPixels": "最大像素", |
| 165 | "minFps": "最小帧率", |
| 166 | "maxFps": "最大帧率", |
| 167 | "images": "图片", |
| 168 | "videos": "视频", |
| 169 | "audios": "音频", |
| 170 | "anthropic": "Anthropic", |
| 171 | "openai": "OpenAI", |
| 172 | "volcengine": "火山引擎", |
| 173 | "grok": "Grok", |
| 174 | "dashscope": "通义千问", |
| 175 | "gemini": "Gemini", |
| 176 | "url": "URL", |
| 177 | "timeout": "超时时间", |
| 178 | "appDomain": "应用域名", |
| 179 | "secretAccessKey": "Secret access key", |
| 180 | "internalToken": "内部令牌", |
| 181 | "encodingAESKey": "Encoding AES key", |
| 182 | "redirectUri": "回调 URI", |
| 183 | "graphApiVersion": "Graph API 版本", |
| 184 | "webhookVerifyToken": "Webhook 校验令牌", |
| 185 | "webhookSecret": "Webhook 密钥", |
| 186 | "status": "状态", |
| 187 | "sandbox": "沙箱模式", |
| 188 | "authType": "授权类型", |
| 189 | "miniApp": "小程序", |
| 190 | "channels": "视频号", |
| 191 | "pullFromUrlAllowedPrefixes": "允许拉取 URL 前缀", |
| 192 | "spaceName": "空间名称", |
| 193 | "playbackBaseUrl": "播放基础地址", |
| 194 | "urlAuthPrimaryKey": "URL 鉴权主密钥", |
| 195 | "generation": "生成模型", |
| 196 | "edit": "编辑模型", |
| 197 | "chat": "对话模型", |
| 198 | "video": "视频", |
| 199 | "image": "图片", |
| 200 | "pricing": "价格配置" |
| 201 | }, |
| 202 | "fieldDescriptions": { |
| 203 | "environment": "选择开发或生产运行模式。", |
| 204 | "port": "当前服务监听的端口。", |
| 205 | "globalPrefix": "后端接口使用的全局路径前缀。", |
| 206 | "agent.models": "Agent 可用模型名称列表,默认模型必须包含在这里。", |
| 207 | "agent.taskTimeoutMs": "Agent 任务最大运行时间,单位为毫秒。", |
| 208 | "appDomain": "应用对外访问域名,通常用于回调、短链或资源访问。", |
| 209 | "ai.models": "AI 模型能力目录,包含对话、图片和视频模型。", |
| 210 | "ai.draftGeneration": "AI 草稿生成的模型映射与默认运行配置。", |
| 211 | "channel": "各平台 OAuth、回调、Logo、Scopes 与平台专属参数。", |
| 212 | "assets": "对象存储桶、访问密钥、公开访问地址与上传限制。" |
| 213 | }, |
| 214 | "status": { |
| 215 | "unknown": "未知", |
| 216 | "running": "运行中", |
| 217 | "restarting": "重启中", |
| 218 | "failed": "检查失败", |
| 219 | "dirty": "有未保存修改", |
| 220 | "format": "{{format}} 文件", |
| 221 | "modified": "已修改", |
| 222 | "notRecommended": "不推荐" |
| 223 | }, |
| 224 | "actions": { |
| 225 | "reload": "重新加载", |
| 226 | "validate": "校验配置", |
| 227 | "save": "保存配置", |
| 228 | "restart": "重启服务", |
| 229 | "saveAndRestart": "保存并重启", |
| 230 | "locate": "定位", |
| 231 | "addItem": "新增项", |
| 232 | "remove": "移除", |
| 233 | "copyValue": "复制值", |
| 234 | "showSensitiveValue": "显示敏感值", |
| 235 | "hideSensitiveValue": "隐藏敏感值", |
| 236 | "goToJsonField": "前往 JSON 字段", |
| 237 | "goToVisualField": "前往可视化字段" |
| 238 | }, |
| 239 | "messages": { |
| 240 | "validateSuccess": "配置校验通过", |
| 241 | "saveSuccess": "配置已保存,重启服务后生效。", |
| 242 | "restartSuccess": "服务已恢复,配置已生效。", |
| 243 | "dirtyHint": "当前有未保存修改。", |
| 244 | "cleanHint": "配置已是最新状态。", |
| 245 | "healthChecking": "正在检查服务恢复状态 {{current}}/{{total}}...", |
| 246 | "jsonHint": "JSON 配置会按对象提交,格式错误时不会保存。", |
| 247 | "copyValueSuccess": "配置值已复制", |
| 248 | "copyFailed": "复制失败,请手动复制" |
| 249 | }, |
| 250 | "errors": { |
| 251 | "loadFailed": "配置加载失败", |
| 252 | "validateFailed": "配置校验失败", |
| 253 | "saveFailed": "配置保存失败", |
| 254 | "restartFailed": "服务重启失败", |
| 255 | "healthTimeout": "服务恢复检查超时", |
| 256 | "healthTimeoutDescription": "重启请求已发送,但账号列表接口未在预期时间内恢复,请手动检查服务状态。", |
| 257 | "jsonInvalid": "JSON 配置格式错误", |
| 258 | "jsonRootObject": "根节点必须是 JSON 对象。" |
| 259 | }, |
| 260 | "common": { |
| 261 | "enabled": "已启用", |
| 262 | "disabled": "已关闭", |
| 263 | "emptyValue": "空值", |
| 264 | "emptyArray": "暂无项目", |
| 265 | "emptyObject": "暂无字段", |
| 266 | "itemCount": "{{count}} 项", |
| 267 | "arrayItem": "第 {{index}} 项" |
| 268 | }, |
| 269 | "tabs": { |
| 270 | "visual": "可视化配置", |
| 271 | "json": "JSON 配置", |
| 272 | "modeSwitch": "配置编辑模式" |
| 273 | }, |
| 274 | "services": { |
| 275 | "server": "Server 服务", |
| 276 | "ai": "AI 服务" |
| 277 | }, |
| 278 | "panel": { |
| 279 | "fieldSummary": "{{count}} 个字段", |
| 280 | "modifiedSummary": "{{count}} 处修改" |
| 281 | } |
| 282 | } |
| 283 |