@qwen-code/qwen-code 0.15.10-preview.0 → 0.15.10-preview.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/bundled/qc-helper/docs/configuration/auth.md +24 -69
- package/bundled/qc-helper/docs/configuration/settings.md +7 -3
- package/bundled/qc-helper/docs/extension/extension-releasing.md +1 -1
- package/bundled/qc-helper/docs/features/commands.md +16 -19
- package/bundled/qc-helper/docs/features/language.md +25 -0
- package/bundled/qc-helper/docs/overview.md +10 -2
- package/bundled/qc-helper/docs/quickstart.md +3 -5
- package/bundled/qc-helper/docs/reference/keyboard-shortcuts.md +12 -11
- package/cli.js +46095 -30431
- package/locales/ca.js +205 -508
- package/locales/de.js +265 -462
- package/locales/en.js +168 -390
- package/locales/fr.js +245 -482
- package/locales/ja.js +464 -384
- package/locales/pt.js +240 -439
- package/locales/ru.js +221 -436
- package/locales/zh-TW.js +207 -359
- package/locales/zh.js +213 -410
- package/package.json +3 -3
- package/sandbox-macos-permissive-closed.sb +2 -1
- package/sandbox-macos-permissive-open.sb +2 -1
- package/sandbox-macos-permissive-proxied.sb +2 -1
- package/sandbox-macos-restrictive-closed.sb +2 -1
- package/sandbox-macos-restrictive-open.sb +2 -1
- package/sandbox-macos-restrictive-proxied.sb +2 -1
package/locales/zh.js
CHANGED
|
@@ -14,7 +14,6 @@ export default {
|
|
|
14
14
|
'↑ to manage attachments': '↑ 管理附件',
|
|
15
15
|
'← → select, Delete to remove, ↓ to exit': '← → 选择,Delete 删除,↓ 退出',
|
|
16
16
|
'Attachments: ': '附件:',
|
|
17
|
-
|
|
18
17
|
'Basics:': '基础功能:',
|
|
19
18
|
'Add context': '添加上下文',
|
|
20
19
|
'Use {{symbol}} to specify files for context (e.g., {{example}}) to target specific files or folders.':
|
|
@@ -26,17 +25,16 @@ export default {
|
|
|
26
25
|
'plan mode': '规划模式',
|
|
27
26
|
'auto-accept edits': '自动接受编辑',
|
|
28
27
|
'Accepting edits': '接受编辑',
|
|
29
|
-
'(shift + tab to cycle)': '(
|
|
30
|
-
'(tab to cycle)': '(按
|
|
28
|
+
'(shift + tab to cycle)': '(Shift + Tab 切换)',
|
|
29
|
+
'(tab to cycle)': '(按 Tab 切换)',
|
|
31
30
|
'Execute shell commands via {{symbol}} (e.g., {{example1}}) or use natural language (e.g., {{example2}}).':
|
|
32
31
|
'通过 {{symbol}} 执行 shell 命令(例如,{{example1}})或使用自然语言(例如,{{example2}})',
|
|
33
32
|
'!': '!',
|
|
34
33
|
'!npm run start': '!npm run start',
|
|
35
|
-
'start server': 'start server',
|
|
36
34
|
'Commands:': '命令:',
|
|
37
35
|
'shell command': 'shell 命令',
|
|
38
36
|
'Model Context Protocol command (from external servers)':
|
|
39
|
-
'
|
|
37
|
+
'Model Context Protocol 命令(来自外部服务器)',
|
|
40
38
|
'Keyboard Shortcuts:': '键盘快捷键:',
|
|
41
39
|
'Toggle this help display': '切换此帮助显示',
|
|
42
40
|
'Toggle shell mode': '切换命令行模式',
|
|
@@ -69,7 +67,7 @@ export default {
|
|
|
69
67
|
'Send message': '发送消息',
|
|
70
68
|
'Initializing...': '正在初始化...',
|
|
71
69
|
'Connecting to MCP servers... ({{connected}}/{{total}})':
|
|
72
|
-
'正在连接到 MCP
|
|
70
|
+
'正在连接到 MCP servers... ({{connected}}/{{total}})',
|
|
73
71
|
'Type your message or @path/to/file': '输入您的消息或 @ 文件路径',
|
|
74
72
|
'? for shortcuts': '按 ? 查看快捷键',
|
|
75
73
|
"Press 'i' for INSERT mode and 'Esc' for NORMAL mode.":
|
|
@@ -84,7 +82,6 @@ export default {
|
|
|
84
82
|
'for help on Qwen Code': '获取 Qwen Code 帮助',
|
|
85
83
|
'show version info': '显示版本信息',
|
|
86
84
|
'submit a bug report': '提交错误报告',
|
|
87
|
-
'About Qwen Code': '关于 Qwen Code',
|
|
88
85
|
Status: '状态',
|
|
89
86
|
|
|
90
87
|
// ============================================================================
|
|
@@ -94,19 +91,11 @@ export default {
|
|
|
94
91
|
Runtime: '运行环境',
|
|
95
92
|
OS: '操作系统',
|
|
96
93
|
Auth: '认证',
|
|
97
|
-
'CLI Version': 'CLI 版本',
|
|
98
|
-
'Git Commit': 'Git 提交',
|
|
99
94
|
Model: '模型',
|
|
100
95
|
'Fast Model': '快速模型',
|
|
101
96
|
Sandbox: '沙箱',
|
|
102
|
-
'OS Platform': '操作系统平台',
|
|
103
|
-
'OS Arch': '操作系统架构',
|
|
104
|
-
'OS Release': '操作系统版本',
|
|
105
|
-
'Node.js Version': 'Node.js 版本',
|
|
106
|
-
'NPM Version': 'NPM 版本',
|
|
107
97
|
'Session ID': '会话 ID',
|
|
108
|
-
'
|
|
109
|
-
'Base URL': '基础 URL',
|
|
98
|
+
'Base URL': 'Base URL',
|
|
110
99
|
Proxy: '代理',
|
|
111
100
|
'Memory Usage': '内存使用',
|
|
112
101
|
'IDE Client': 'IDE 客户端',
|
|
@@ -127,6 +116,16 @@ export default {
|
|
|
127
116
|
'无效的审批模式 "{{arg}}"。有效模式:{{modes}}',
|
|
128
117
|
'Approval mode set to "{{mode}}"': '审批模式已设置为 "{{mode}}"',
|
|
129
118
|
'View or change the language setting': '查看或更改语言设置',
|
|
119
|
+
'List background tasks (text dump — interactive dialog opens via the footer pill)':
|
|
120
|
+
'列出后台任务(文本列表;交互式对话框可通过页脚中的“后台任务”入口打开)',
|
|
121
|
+
'Delete a previous session': '删除先前的会话',
|
|
122
|
+
'Run installation and environment diagnostics': '运行安装和环境诊断',
|
|
123
|
+
'Browse dynamic model catalogs and choose which models stay enabled locally':
|
|
124
|
+
'浏览动态模型目录,并选择在本地保持启用的模型',
|
|
125
|
+
'Generate a one-line session recap now': '立即生成一条单行会话回顾',
|
|
126
|
+
'Rename the current conversation. --auto lets the fast model pick a title.':
|
|
127
|
+
'重命名当前对话。--auto 会让快速模型自动生成标题。',
|
|
128
|
+
'Rewind conversation to a previous turn': '将对话回退到之前的某一轮',
|
|
130
129
|
'change the theme': '更改主题',
|
|
131
130
|
'Select Theme': '选择主题',
|
|
132
131
|
Preview: '预览',
|
|
@@ -145,10 +144,31 @@ export default {
|
|
|
145
144
|
'open full Qwen Code documentation in your browser':
|
|
146
145
|
'在浏览器中打开完整的 Qwen Code 文档',
|
|
147
146
|
'Configuration not available.': '配置不可用',
|
|
148
|
-
'change the auth method': '更改认证方法',
|
|
149
147
|
'Configure authentication information for login': '配置登录认证信息',
|
|
150
148
|
'Copy the last result or code snippet to clipboard':
|
|
151
149
|
'将最后的结果或代码片段复制到剪贴板',
|
|
150
|
+
'Show working-tree change stats versus HEAD':
|
|
151
|
+
'显示工作区相对 HEAD 的变更统计',
|
|
152
|
+
'Could not determine current working directory.': '无法确定当前工作目录。',
|
|
153
|
+
'Failed to compute git diff stats': '计算 git diff 统计失败',
|
|
154
|
+
'No diff available. Either this is not a git repository, HEAD is missing, or a merge/rebase/cherry-pick/revert is in progress.':
|
|
155
|
+
'无可用 diff。可能不是 Git 仓库、HEAD 缺失,或正在执行 merge/rebase/cherry-pick/revert。',
|
|
156
|
+
'Clean working tree — no changes against HEAD.':
|
|
157
|
+
'工作区干净 —— 与 HEAD 无差异。',
|
|
158
|
+
'{{count}} file changed, +{{added}} / -{{removed}}':
|
|
159
|
+
'{{count}} 个文件变更,+{{added}} / -{{removed}}',
|
|
160
|
+
'{{count}} files changed, +{{added}} / -{{removed}}':
|
|
161
|
+
'{{count}} 个文件变更,+{{added}} / -{{removed}}',
|
|
162
|
+
'{{count}} file changed': '{{count}} 个文件变更',
|
|
163
|
+
'{{count}} files changed': '{{count}} 个文件变更',
|
|
164
|
+
'…and {{hidden}} more (showing first {{shown}})':
|
|
165
|
+
'…还有 {{hidden}} 个(仅显示前 {{shown}} 个)',
|
|
166
|
+
'(binary)': '(二进制)',
|
|
167
|
+
'(binary, new)': '(二进制,新增)',
|
|
168
|
+
'(new)': '(新增)',
|
|
169
|
+
'(new, partial)': '(新增,部分统计)',
|
|
170
|
+
'(deleted)': '(已删除)',
|
|
171
|
+
'(binary, deleted)': '(二进制,已删除)',
|
|
152
172
|
|
|
153
173
|
// ============================================================================
|
|
154
174
|
// Commands - Agents
|
|
@@ -247,7 +267,7 @@ export default {
|
|
|
247
267
|
'Read-only Tools': '只读工具',
|
|
248
268
|
'Read & Edit Tools': '读取和编辑工具',
|
|
249
269
|
'Read & Edit & Execution Tools': '读取、编辑和执行工具',
|
|
250
|
-
'All tools selected, including MCP tools': '已选择所有工具,包括 MCP
|
|
270
|
+
'All tools selected, including MCP tools': '已选择所有工具,包括 MCP tools',
|
|
251
271
|
'Selected tools:': '已选择的工具:',
|
|
252
272
|
'Read-only tools:': '只读工具:',
|
|
253
273
|
'Edit tools:': '编辑工具:',
|
|
@@ -295,30 +315,19 @@ export default {
|
|
|
295
315
|
'User Scope': '用户作用域',
|
|
296
316
|
'Workspace Scope': '工作区作用域',
|
|
297
317
|
'No extensions found.': '未找到扩展。',
|
|
298
|
-
Active: '已启用',
|
|
299
|
-
Disabled: '已禁用',
|
|
300
|
-
'Update available': '有可用更新',
|
|
301
|
-
'Up to date': '已是最新',
|
|
302
|
-
'Checking...': '检查中...',
|
|
303
318
|
'Updating...': '更新中...',
|
|
304
319
|
Unknown: '未知',
|
|
305
320
|
Error: '错误',
|
|
321
|
+
'Stopped because': '停止原因',
|
|
306
322
|
'Version:': '版本:',
|
|
307
323
|
'Status:': '状态:',
|
|
308
324
|
'Are you sure you want to uninstall extension "{{name}}"?':
|
|
309
325
|
'确定要卸载扩展 "{{name}}" 吗?',
|
|
310
326
|
'This action cannot be undone.': '此操作无法撤销。',
|
|
311
|
-
'Extension "{{name}}" disabled successfully.': '扩展 "{{name}}" 禁用成功。',
|
|
312
|
-
'Extension "{{name}}" enabled successfully.': '扩展 "{{name}}" 启用成功。',
|
|
313
327
|
'Extension "{{name}}" updated successfully.': '扩展 "{{name}}" 更新成功。',
|
|
314
|
-
'Failed to update extension "{{name}}": {{error}}':
|
|
315
|
-
'更新扩展 "{{name}}" 失败:{{error}}',
|
|
316
|
-
'Select the scope for this action:': '选择此操作的作用域:',
|
|
317
|
-
'User - Applies to all projects': '用户 - 应用于所有项目',
|
|
318
|
-
'Workspace - Applies to current project only': '工作区 - 仅应用于当前项目',
|
|
319
328
|
// Extension dialog - missing keys
|
|
320
329
|
'Name:': '名称:',
|
|
321
|
-
'MCP Servers:': 'MCP
|
|
330
|
+
'MCP Servers:': 'MCP Servers:',
|
|
322
331
|
'Settings:': '设置:',
|
|
323
332
|
active: '已启用',
|
|
324
333
|
'View Details': '查看详情',
|
|
@@ -330,8 +339,6 @@ export default {
|
|
|
330
339
|
'Disable "{{name}}" - Select Scope': '禁用 "{{name}}" - 选择作用域',
|
|
331
340
|
'Enable "{{name}}" - Select Scope': '启用 "{{name}}" - 选择作用域',
|
|
332
341
|
'No extension selected': '未选择扩展',
|
|
333
|
-
'Press Y/Enter to confirm, N/Esc to cancel': '按 Y/Enter 确认,N/Esc 取消',
|
|
334
|
-
'Y/Enter to confirm, N/Esc to cancel': 'Y/Enter 确认,N/Esc 取消',
|
|
335
342
|
'{{count}} extensions installed': '已安装 {{count}} 个扩展',
|
|
336
343
|
"Use '/extensions install' to install your first extension.":
|
|
337
344
|
"使用 '/extensions install' 安装您的第一个扩展。",
|
|
@@ -349,20 +356,16 @@ export default {
|
|
|
349
356
|
Settings: '设置',
|
|
350
357
|
'To see changes, Qwen Code must be restarted. Press r to exit and apply changes now.':
|
|
351
358
|
'要查看更改,必须重启 Qwen Code。按 r 退出并立即应用更改。',
|
|
352
|
-
'The command "/{{command}}" is not supported in non-interactive mode.':
|
|
353
|
-
'不支持在非交互模式下使用命令 "/{{command}}"。',
|
|
354
359
|
// ============================================================================
|
|
355
360
|
// Settings Labels
|
|
356
361
|
// ============================================================================
|
|
357
362
|
'Vim Mode': 'Vim 模式',
|
|
358
|
-
'Disable Auto Update': '禁用自动更新',
|
|
359
363
|
'Attribution: commit': '署名:提交',
|
|
360
364
|
'Terminal Bell Notification': '终端响铃通知',
|
|
361
365
|
'Enable Usage Statistics': '启用使用统计',
|
|
362
366
|
Theme: '主题',
|
|
363
367
|
'Preferred Editor': '首选编辑器',
|
|
364
368
|
'Auto-connect to IDE': '自动连接到 IDE',
|
|
365
|
-
'Enable Prompt Completion': '启用提示补全',
|
|
366
369
|
'Debug Keystroke Logging': '调试按键记录',
|
|
367
370
|
'Language: UI': '语言:界面',
|
|
368
371
|
'Language: Model': '语言:模型',
|
|
@@ -380,11 +383,7 @@ export default {
|
|
|
380
383
|
Fine: '还行',
|
|
381
384
|
Good: '满意',
|
|
382
385
|
Dismiss: '忽略',
|
|
383
|
-
'Not Sure Yet': '暂不评价',
|
|
384
|
-
'Any other key': '任意其他键',
|
|
385
|
-
'Disable Loading Phrases': '禁用加载短语',
|
|
386
386
|
'Screen Reader Mode': '屏幕阅读器模式',
|
|
387
|
-
'IDE Mode': 'IDE 模式',
|
|
388
387
|
'Max Session Turns': '最大会话轮次',
|
|
389
388
|
'Skip Next Speaker Check': '跳过下一个说话者检查',
|
|
390
389
|
'Skip Loop Detection': '跳过循环检测',
|
|
@@ -393,24 +392,19 @@ export default {
|
|
|
393
392
|
'OpenAI Logging Directory': 'OpenAI 日志目录',
|
|
394
393
|
Timeout: '超时',
|
|
395
394
|
'Max Retries': '最大重试次数',
|
|
396
|
-
'Disable Cache Control': '禁用缓存控制',
|
|
397
|
-
'Memory Discovery Max Dirs': '内存发现最大目录数',
|
|
398
395
|
'Load Memory From Include Directories': '从包含目录加载内存',
|
|
399
396
|
'Respect .gitignore': '遵守 .gitignore',
|
|
400
397
|
'Respect .qwenignore': '遵守 .qwenignore',
|
|
401
398
|
'Enable Recursive File Search': '启用递归文件搜索',
|
|
402
|
-
'Disable Fuzzy Search': '禁用模糊搜索',
|
|
403
399
|
'Interactive Shell (PTY)': '交互式 Shell (PTY)',
|
|
404
400
|
'Show Color': '显示颜色',
|
|
405
401
|
'Auto Accept': '自动接受',
|
|
406
402
|
'Use Ripgrep': '使用 Ripgrep',
|
|
407
403
|
'Use Builtin Ripgrep': '使用内置 Ripgrep',
|
|
408
|
-
'Enable Tool Output Truncation': '启用工具输出截断',
|
|
409
404
|
'Tool Output Truncation Threshold': '工具输出截断阈值',
|
|
410
405
|
'Tool Output Truncation Lines': '工具输出截断行数',
|
|
411
406
|
'Folder Trust': '文件夹信任',
|
|
412
|
-
'
|
|
413
|
-
'Tool Schema Compliance': '工具 Schema 兼容性',
|
|
407
|
+
'Tool Schema Compliance': 'Tool Schema 兼容性',
|
|
414
408
|
// Settings enum options
|
|
415
409
|
'Auto (detect from system)': '自动(从系统检测)',
|
|
416
410
|
'Auto (detect terminal theme)': '自动(检测终端主题)',
|
|
@@ -427,10 +421,6 @@ export default {
|
|
|
427
421
|
'Show model-specific usage statistics.': '显示模型相关的使用统计信息',
|
|
428
422
|
'Show tool-specific usage statistics.': '显示工具相关的使用统计信息',
|
|
429
423
|
'exit the cli': '退出命令行界面',
|
|
430
|
-
'Open MCP management dialog, or authenticate with OAuth-enabled servers':
|
|
431
|
-
'打开 MCP 管理对话框,或在支持 OAuth 的服务器上进行身份验证',
|
|
432
|
-
'List configured MCP servers and tools, or authenticate with OAuth-enabled servers':
|
|
433
|
-
'列出已配置的 MCP 服务器和工具,或使用支持 OAuth 的服务器进行身份验证',
|
|
434
424
|
'Manage workspace directories': '管理工作区目录',
|
|
435
425
|
'Add directories to the workspace. Use comma to separate multiple paths':
|
|
436
426
|
'将目录添加到工作区。使用逗号分隔多个路径',
|
|
@@ -443,17 +433,12 @@ export default {
|
|
|
443
433
|
'Your preferred editor is:': '您的首选编辑器是:',
|
|
444
434
|
'Manage extensions': '管理扩展',
|
|
445
435
|
'Manage installed extensions': '管理已安装的扩展',
|
|
446
|
-
'List active extensions': '列出活动扩展',
|
|
447
|
-
'Update extensions. Usage: update <extension-names>|--all':
|
|
448
|
-
'更新扩展。用法:update <extension-names>|--all',
|
|
449
436
|
'Disable an extension': '禁用扩展',
|
|
450
437
|
'Enable an extension': '启用扩展',
|
|
451
438
|
'Install an extension from a git repo or local path':
|
|
452
439
|
'从 Git 仓库或本地路径安装扩展',
|
|
453
440
|
'Uninstall an extension': '卸载扩展',
|
|
454
441
|
'No extensions installed.': '未安装扩展。',
|
|
455
|
-
'Usage: /extensions update <extension-names>|--all':
|
|
456
|
-
'用法:/extensions update <扩展名>|--all',
|
|
457
442
|
'Extension "{{name}}" not found.': '未找到扩展 "{{name}}"。',
|
|
458
443
|
'No extensions to update.': '没有可更新的扩展。',
|
|
459
444
|
'Usage: /extensions install <source>': '用法:/extensions install <来源>',
|
|
@@ -462,36 +447,19 @@ export default {
|
|
|
462
447
|
'Extension "{{name}}" installed successfully.': '扩展 "{{name}}" 安装成功。',
|
|
463
448
|
'Failed to install extension from "{{source}}": {{error}}':
|
|
464
449
|
'从 "{{source}}" 安装扩展失败:{{error}}',
|
|
465
|
-
'Usage: /extensions uninstall <extension-name>':
|
|
466
|
-
'用法:/extensions uninstall <扩展名>',
|
|
467
|
-
'Uninstalling extension "{{name}}"...': '正在卸载扩展 "{{name}}"...',
|
|
468
|
-
'Extension "{{name}}" uninstalled successfully.':
|
|
469
|
-
'扩展 "{{name}}" 卸载成功。',
|
|
470
|
-
'Failed to uninstall extension "{{name}}": {{error}}':
|
|
471
|
-
'卸载扩展 "{{name}}" 失败:{{error}}',
|
|
472
|
-
'Usage: /extensions {{command}} <extension> [--scope=<user|workspace>]':
|
|
473
|
-
'用法:/extensions {{command}} <扩展> [--scope=<user|workspace>]',
|
|
474
|
-
'Unsupported scope "{{scope}}", should be one of "user" or "workspace"':
|
|
475
|
-
'不支持的作用域 "{{scope}}",应为 "user" 或 "workspace"',
|
|
476
|
-
'Extension "{{name}}" disabled for scope "{{scope}}"':
|
|
477
|
-
'扩展 "{{name}}" 已在作用域 "{{scope}}" 中禁用',
|
|
478
|
-
'Extension "{{name}}" enabled for scope "{{scope}}"':
|
|
479
|
-
'扩展 "{{name}}" 已在作用域 "{{scope}}" 中启用',
|
|
480
450
|
'Do you want to continue? [Y/n]: ': '是否继续?[Y/n]:',
|
|
481
451
|
'Do you want to continue?': '是否继续?',
|
|
482
452
|
'Installing extension "{{name}}".': '正在安装扩展 "{{name}}"。',
|
|
483
453
|
'**Extensions may introduce unexpected behavior. Ensure you have investigated the extension source and trust the author.**':
|
|
484
454
|
'**扩展可能会引入意外行为。请确保您已调查过扩展源并信任作者。**',
|
|
485
455
|
'This extension will run the following MCP servers:':
|
|
486
|
-
'此扩展将运行以下 MCP
|
|
456
|
+
'此扩展将运行以下 MCP servers:',
|
|
487
457
|
local: '本地',
|
|
488
458
|
remote: '远程',
|
|
489
459
|
'This extension will add the following commands: {{commands}}.':
|
|
490
460
|
'此扩展将添加以下命令:{{commands}}。',
|
|
491
461
|
'This extension will append info to your QWEN.md context using {{fileName}}':
|
|
492
462
|
'此扩展将使用 {{fileName}} 向您的 QWEN.md 上下文追加信息',
|
|
493
|
-
'This extension will exclude the following core tools: {{tools}}':
|
|
494
|
-
'此扩展将排除以下核心工具:{{tools}}',
|
|
495
463
|
'This extension will install the following skills:': '此扩展将安装以下技能:',
|
|
496
464
|
'This extension will install the following subagents:':
|
|
497
465
|
'此扩展将安装以下子智能体:',
|
|
@@ -502,8 +470,6 @@ export default {
|
|
|
502
470
|
'--ref 和 --auto-update 不适用于市场扩展。',
|
|
503
471
|
'Extension "{{name}}" installed successfully and enabled.':
|
|
504
472
|
'扩展 "{{name}}" 安装成功并已启用。',
|
|
505
|
-
'Installs an extension from a git repository URL, local path, or claude marketplace (marketplace-url:plugin-name).':
|
|
506
|
-
'从 Git 仓库 URL、本地路径或 Claude 市场(marketplace-url:plugin-name)安装扩展。',
|
|
507
473
|
'The github URL, local path, or marketplace source (marketplace-url:plugin-name) of the extension to install.':
|
|
508
474
|
'要安装的扩展的 GitHub URL、本地路径或市场源(marketplace-url:plugin-name)。',
|
|
509
475
|
'The git ref to install from.': '要安装的 Git 引用。',
|
|
@@ -557,7 +523,7 @@ export default {
|
|
|
557
523
|
'Context files:': '上下文文件:',
|
|
558
524
|
'Skills:': '技能:',
|
|
559
525
|
'Agents:': '智能体:',
|
|
560
|
-
'MCP servers:': 'MCP
|
|
526
|
+
'MCP servers:': 'MCP servers:',
|
|
561
527
|
'Link extension failed to install.': '链接扩展安装失败。',
|
|
562
528
|
'Extension "{{name}}" linked successfully and enabled.':
|
|
563
529
|
'扩展 "{{name}}" 链接成功并已启用。',
|
|
@@ -591,7 +557,7 @@ export default {
|
|
|
591
557
|
'Plugin selection cancelled.': '插件选择已取消。',
|
|
592
558
|
'Select a plugin from "{{name}}"': '从 "{{name}}" 中选择插件',
|
|
593
559
|
'Use ↑↓ or j/k to navigate, Enter to select, Escape to cancel':
|
|
594
|
-
'使用 ↑↓ 或 j/k
|
|
560
|
+
'使用 ↑↓ 或 j/k 导航,Enter 选择,Escape 取消',
|
|
595
561
|
'{{count}} more above': '上方还有 {{count}} 项',
|
|
596
562
|
'{{count}} more below': '下方还有 {{count}} 项',
|
|
597
563
|
'manage IDE integration': '管理 IDE 集成',
|
|
@@ -635,8 +601,6 @@ export default {
|
|
|
635
601
|
// ============================================================================
|
|
636
602
|
'Manage Qwen Code hooks': '管理 Qwen Code Hook',
|
|
637
603
|
'List all configured hooks': '列出所有已配置的 Hook',
|
|
638
|
-
'Enable a disabled hook': '启用已禁用的 Hook',
|
|
639
|
-
'Disable an active hook': '禁用已启用的 Hook',
|
|
640
604
|
// Hooks - Dialog
|
|
641
605
|
Hooks: 'Hook',
|
|
642
606
|
'Loading hooks...': '正在加载 Hook...',
|
|
@@ -644,7 +608,7 @@ export default {
|
|
|
644
608
|
'Press Escape to close': '按 Escape 关闭',
|
|
645
609
|
'Press Escape, Ctrl+C, or Ctrl+D to cancel':
|
|
646
610
|
'按 Escape、Ctrl+C 或 Ctrl+D 取消',
|
|
647
|
-
'Press Space, Enter, or Escape to dismiss': '
|
|
611
|
+
'Press Space, Enter, or Escape to dismiss': '按 Space、Enter 或 Escape 关闭',
|
|
648
612
|
'No hook selected': '未选择 Hook',
|
|
649
613
|
// Hooks - List Step
|
|
650
614
|
'No hook events found.': '未找到 Hook 事件。',
|
|
@@ -684,6 +648,7 @@ export default {
|
|
|
684
648
|
// Hooks - Source
|
|
685
649
|
Project: '项目',
|
|
686
650
|
User: '用户',
|
|
651
|
+
Skill: '技能',
|
|
687
652
|
System: '系统',
|
|
688
653
|
Extension: '扩展',
|
|
689
654
|
'Local Settings': '本地设置',
|
|
@@ -691,9 +656,6 @@ export default {
|
|
|
691
656
|
'System Settings': '系统设置',
|
|
692
657
|
Extensions: '扩展',
|
|
693
658
|
'Session (temporary)': '会话(临时)',
|
|
694
|
-
// Hooks - Status
|
|
695
|
-
'✓ Enabled': '✓ 已启用',
|
|
696
|
-
'✗ Disabled': '✗ 已禁用',
|
|
697
659
|
// Hooks - Event Descriptions (short)
|
|
698
660
|
'Before tool execution': '工具执行前',
|
|
699
661
|
'After tool execution': '工具执行后',
|
|
@@ -759,10 +721,6 @@ export default {
|
|
|
759
721
|
'Config not loaded.': '配置未加载。',
|
|
760
722
|
'Hooks are not enabled. Enable hooks in settings to use this feature.':
|
|
761
723
|
'Hook 未启用。请在设置中启用 Hook 以使用此功能。',
|
|
762
|
-
'No hooks configured. Add hooks in your settings.json file.':
|
|
763
|
-
'未配置 Hook。请在 settings.json 文件中添加 Hook。',
|
|
764
|
-
'Configured Hooks ({{count}} total)': '已配置的 Hook(共 {{count}} 个)',
|
|
765
|
-
|
|
766
724
|
// ============================================================================
|
|
767
725
|
// Commands - Session Export
|
|
768
726
|
// ============================================================================
|
|
@@ -784,6 +742,10 @@ export default {
|
|
|
784
742
|
// Commands - Session History
|
|
785
743
|
// ============================================================================
|
|
786
744
|
'Resume a previous session': '恢复先前会话',
|
|
745
|
+
'Fork the current conversation into a new session': '将当前对话分支到新会话',
|
|
746
|
+
'Cannot branch while a response or tool call is in progress. Wait for it to finish or resolve the pending tool call.':
|
|
747
|
+
'响应或工具调用正在进行时无法分支。请等待其完成或处理待确认的工具调用。',
|
|
748
|
+
'No conversation to branch.': '没有可分支的对话。',
|
|
787
749
|
'Restore a tool call. This will reset the conversation and file history to the state it was in when the tool call was suggested':
|
|
788
750
|
'恢复某次工具调用。这将把对话与文件历史重置到提出该工具调用建议时的状态',
|
|
789
751
|
'Could not detect terminal type. Supported terminals: VS Code, Cursor, Windsurf, and Trae.':
|
|
@@ -800,7 +762,6 @@ export default {
|
|
|
800
762
|
'语言子命令不接受额外参数',
|
|
801
763
|
'Current UI language: {{lang}}': '当前 UI 语言:{{lang}}',
|
|
802
764
|
'Current LLM output language: {{lang}}': '当前 LLM 输出语言:{{lang}}',
|
|
803
|
-
'LLM output language not set': '未设置 LLM 输出语言',
|
|
804
765
|
'Set UI language': '设置 UI 语言',
|
|
805
766
|
'Set LLM output language': '设置 LLM 输出语言',
|
|
806
767
|
'Usage: /language ui [{{options}}]': '用法:/language ui [{{options}}]',
|
|
@@ -808,11 +769,8 @@ export default {
|
|
|
808
769
|
'Example: /language output 中文': '示例:/language output 中文',
|
|
809
770
|
'Example: /language output English': '示例:/language output English',
|
|
810
771
|
'Example: /language output 日本語': '示例:/language output 日本語',
|
|
811
|
-
'Example: /language output Português': '示例:/language output Português',
|
|
812
772
|
'UI language changed to {{lang}}': 'UI 语言已更改为 {{lang}}',
|
|
813
773
|
'LLM output language set to {{lang}}': 'LLM 输出语言已设置为 {{lang}}',
|
|
814
|
-
'LLM output language rule file generated at {{path}}':
|
|
815
|
-
'LLM 输出语言规则文件已生成于 {{path}}',
|
|
816
774
|
'Please restart the application for the changes to take effect.':
|
|
817
775
|
'请重启应用程序以使更改生效。',
|
|
818
776
|
'Failed to generate LLM output language rule file: {{error}}':
|
|
@@ -828,31 +786,7 @@ export default {
|
|
|
828
786
|
// Commands - Approval Mode
|
|
829
787
|
// ============================================================================
|
|
830
788
|
'Tool Approval Mode': '工具审批模式',
|
|
831
|
-
'Current approval mode: {{mode}}': '当前审批模式:{{mode}}',
|
|
832
|
-
'Available approval modes:': '可用的审批模式:',
|
|
833
|
-
'Approval mode changed to: {{mode}}': '审批模式已更改为:{{mode}}',
|
|
834
|
-
'Approval mode changed to: {{mode}} (saved to {{scope}} settings{{location}})':
|
|
835
|
-
'审批模式已更改为:{{mode}}(已保存到{{scope}}设置{{location}})',
|
|
836
|
-
'Usage: /approval-mode <mode> [--session|--user|--project]':
|
|
837
|
-
'用法:/approval-mode <mode> [--session|--user|--project]',
|
|
838
|
-
|
|
839
|
-
'Scope subcommands do not accept additional arguments.':
|
|
840
|
-
'作用域子命令不接受额外参数',
|
|
841
|
-
'Plan mode - Analyze only, do not modify files or execute commands':
|
|
842
|
-
'规划模式 - 仅分析,不修改文件或执行命令',
|
|
843
|
-
'Default mode - Require approval for file edits or shell commands':
|
|
844
|
-
'默认模式 - 需要批准文件编辑或 shell 命令',
|
|
845
|
-
'Auto-edit mode - Automatically approve file edits':
|
|
846
|
-
'自动编辑模式 - 自动批准文件编辑',
|
|
847
|
-
'YOLO mode - Automatically approve all tools': 'YOLO 模式 - 自动批准所有工具',
|
|
848
789
|
'{{mode}} mode': '{{mode}} 模式',
|
|
849
|
-
'Settings service is not available; unable to persist the approval mode.':
|
|
850
|
-
'设置服务不可用;无法持久化审批模式。',
|
|
851
|
-
'Failed to save approval mode: {{error}}': '保存审批模式失败:{{error}}',
|
|
852
|
-
'Failed to change approval mode: {{error}}': '更改审批模式失败:{{error}}',
|
|
853
|
-
'Apply to current session only (temporary)': '仅应用于当前会话(临时)',
|
|
854
|
-
'Persist for this project/workspace': '持久化到此项目/工作区',
|
|
855
|
-
'Persist for this user on this machine': '持久化到此机器上的此用户',
|
|
856
790
|
'Analyze only, do not modify files or execute commands':
|
|
857
791
|
'仅分析,不修改文件或执行命令',
|
|
858
792
|
'Require approval for file edits or shell commands':
|
|
@@ -863,45 +797,6 @@ export default {
|
|
|
863
797
|
'工作区审批模式已存在并具有优先级。用户级别的更改将无效。',
|
|
864
798
|
'Apply To': '应用于',
|
|
865
799
|
'Workspace Settings': '工作区设置',
|
|
866
|
-
|
|
867
|
-
// ============================================================================
|
|
868
|
-
// Commands - Memory
|
|
869
|
-
// ============================================================================
|
|
870
|
-
'Commands for interacting with memory.': '用于与记忆交互的命令',
|
|
871
|
-
'Show the current memory contents.': '显示当前记忆内容',
|
|
872
|
-
'Show project-level memory contents.': '显示项目级记忆内容',
|
|
873
|
-
'Show global memory contents.': '显示全局记忆内容',
|
|
874
|
-
'Add content to project-level memory.': '添加内容到项目级记忆',
|
|
875
|
-
'Add content to global memory.': '添加内容到全局记忆',
|
|
876
|
-
'Refresh the memory from the source.': '从源刷新记忆',
|
|
877
|
-
'Usage: /memory add --project <text to remember>':
|
|
878
|
-
'用法:/memory add --project <要记住的文本>',
|
|
879
|
-
'Usage: /memory add --global <text to remember>':
|
|
880
|
-
'用法:/memory add --global <要记住的文本>',
|
|
881
|
-
'Attempting to save to project memory: "{{text}}"':
|
|
882
|
-
'正在尝试保存到项目记忆:"{{text}}"',
|
|
883
|
-
'Attempting to save to global memory: "{{text}}"':
|
|
884
|
-
'正在尝试保存到全局记忆:"{{text}}"',
|
|
885
|
-
'Current memory content from {{count}} file(s):':
|
|
886
|
-
'来自 {{count}} 个文件的当前记忆内容:',
|
|
887
|
-
'Memory is currently empty.': '记忆当前为空',
|
|
888
|
-
'Project memory file not found or is currently empty.':
|
|
889
|
-
'项目记忆文件未找到或当前为空',
|
|
890
|
-
'Global memory file not found or is currently empty.':
|
|
891
|
-
'全局记忆文件未找到或当前为空',
|
|
892
|
-
'Global memory is currently empty.': '全局记忆当前为空',
|
|
893
|
-
'Global memory content:\n\n---\n{{content}}\n---':
|
|
894
|
-
'全局记忆内容:\n\n---\n{{content}}\n---',
|
|
895
|
-
'Project memory content from {{path}}:\n\n---\n{{content}}\n---':
|
|
896
|
-
'项目记忆内容来自 {{path}}:\n\n---\n{{content}}\n---',
|
|
897
|
-
'Project memory is currently empty.': '项目记忆当前为空',
|
|
898
|
-
'Refreshing memory from source files...': '正在从源文件刷新记忆...',
|
|
899
|
-
'Add content to the memory. Use --global for global memory or --project for project memory.':
|
|
900
|
-
'添加内容到记忆。使用 --global 表示全局记忆,使用 --project 表示项目记忆',
|
|
901
|
-
'Usage: /memory add [--global|--project] <text to remember>':
|
|
902
|
-
'用法:/memory add [--global|--project] <要记住的文本>',
|
|
903
|
-
'Attempting to save to memory {{scope}}: "{{fact}}"':
|
|
904
|
-
'正在尝试保存到记忆 {{scope}}:"{{fact}}"',
|
|
905
800
|
'Open auto-memory folder': '打开自动记忆文件夹',
|
|
906
801
|
'Auto-memory: {{status}}': '自动记忆:{{status}}',
|
|
907
802
|
'Auto-dream: {{status}} · {{lastDream}} · /dream to run':
|
|
@@ -909,54 +804,16 @@ export default {
|
|
|
909
804
|
never: '从未',
|
|
910
805
|
on: '开',
|
|
911
806
|
off: '关',
|
|
912
|
-
'✦ dreaming': '✦ 整理中',
|
|
913
807
|
'Remove matching entries from managed auto-memory.':
|
|
914
808
|
'从托管自动记忆中删除匹配的条目。',
|
|
915
809
|
'Usage: /forget <memory text to remove>': '用法:/forget <要删除的记忆文本>',
|
|
916
810
|
'No managed auto-memory entries matched: {{query}}':
|
|
917
811
|
'没有匹配的托管自动记忆条目:{{query}}',
|
|
918
|
-
'Show managed auto-memory status.': '显示托管自动记忆状态',
|
|
919
|
-
'Run managed auto-memory extraction for the current session.':
|
|
920
|
-
'为当前会话运行托管自动记忆提炼',
|
|
921
|
-
'Managed auto-memory root: {{root}}': '托管自动记忆根目录:{{root}}',
|
|
922
|
-
'Managed auto-memory topics:': '托管自动记忆主题:',
|
|
923
|
-
'No extraction cursor found yet.': '尚未找到提炼游标。',
|
|
924
|
-
'Cursor: session={{sessionId}}, offset={{offset}}, updated={{updatedAt}}':
|
|
925
|
-
'游标:session={{sessionId}},offset={{offset}},updated={{updatedAt}}',
|
|
926
|
-
'No chat client available to extract memory.':
|
|
927
|
-
'没有可用于提炼记忆的聊天客户端。',
|
|
928
|
-
'Managed auto-memory extraction is already running.':
|
|
929
|
-
'托管自动记忆提炼已在运行中。',
|
|
930
|
-
'Managed auto-memory extraction found no new durable memories.':
|
|
931
|
-
'托管自动记忆提炼未发现新的持久记忆。',
|
|
932
812
|
'Consolidate managed auto-memory topic files.': '整理托管自动记忆主题文件',
|
|
933
|
-
'Managed auto-memory dream found nothing to improve.':
|
|
934
|
-
'托管自动记忆 dream 未发现可改进内容。',
|
|
935
|
-
'Deduplicated entries: {{count}}': '去重条目数:{{count}}',
|
|
936
|
-
'Save a durable memory using the save_memory tool.':
|
|
937
|
-
'使用 save_memory 工具保存一条持久记忆',
|
|
938
|
-
'Usage: /remember [--global|--project] <text to remember>':
|
|
939
|
-
'用法:/remember [--global|--project] <要记住的文本>',
|
|
940
|
-
|
|
941
|
-
// ============================================================================
|
|
942
|
-
// Commands - MCP
|
|
943
|
-
// ============================================================================
|
|
944
|
-
'Authenticate with an OAuth-enabled MCP server':
|
|
945
|
-
'使用支持 OAuth 的 MCP 服务器进行认证',
|
|
946
|
-
'List configured MCP servers and tools': '列出已配置的 MCP 服务器和工具',
|
|
947
|
-
'Restarts MCP servers.': '重启 MCP 服务器',
|
|
948
813
|
'Open MCP management dialog': '打开 MCP 管理对话框',
|
|
949
814
|
'Could not retrieve tool registry.': '无法检索工具注册表',
|
|
950
|
-
'No MCP servers configured with OAuth authentication.':
|
|
951
|
-
'未配置支持 OAuth 认证的 MCP 服务器',
|
|
952
|
-
'MCP servers with OAuth authentication:': '支持 OAuth 认证的 MCP 服务器:',
|
|
953
|
-
'Use /mcp auth <server-name> to authenticate.':
|
|
954
|
-
'使用 /mcp auth <server-name> 进行认证',
|
|
955
|
-
"MCP server '{{name}}' not found.": "未找到 MCP 服务器 '{{name}}'",
|
|
956
815
|
"Successfully authenticated and refreshed tools for '{{name}}'.":
|
|
957
816
|
"成功认证并刷新了 '{{name}}' 的工具",
|
|
958
|
-
"Failed to authenticate with MCP server '{{name}}': {{error}}":
|
|
959
|
-
"认证 MCP 服务器 '{{name}}' 失败:{{error}}",
|
|
960
817
|
"Re-discovering tools from '{{name}}'...":
|
|
961
818
|
"正在重新发现 '{{name}}' 的工具...",
|
|
962
819
|
"Discovered {{count}} tool(s) from '{{name}}'.":
|
|
@@ -964,20 +821,13 @@ export default {
|
|
|
964
821
|
'Authentication complete. Returning to server details...':
|
|
965
822
|
'认证完成,正在返回服务器详情...',
|
|
966
823
|
'Authentication successful.': '认证成功。',
|
|
967
|
-
'If the browser does not open, copy and paste this URL into your browser:':
|
|
968
|
-
'如果浏览器未自动打开,请复制以下 URL 并粘贴到浏览器中:',
|
|
969
|
-
'Make sure to copy the COMPLETE URL - it may wrap across multiple lines.':
|
|
970
|
-
'⚠️ 请确保复制完整的 URL —— 它可能跨越多行。',
|
|
971
|
-
|
|
972
824
|
// ============================================================================
|
|
973
825
|
// MCP Management Dialog
|
|
974
826
|
// ============================================================================
|
|
975
|
-
'Manage MCP servers': '管理 MCP
|
|
827
|
+
'Manage MCP servers': '管理 MCP servers',
|
|
976
828
|
'Server Detail': '服务器详情',
|
|
977
|
-
'Disable Server': '禁用服务器',
|
|
978
829
|
Tools: '工具',
|
|
979
830
|
'Tool Detail': '工具详情',
|
|
980
|
-
'MCP Management': 'MCP 管理',
|
|
981
831
|
'Loading...': '加载中...',
|
|
982
832
|
'Unknown step': '未知步骤',
|
|
983
833
|
'Esc to back': 'Esc 返回',
|
|
@@ -1001,8 +851,8 @@ export default {
|
|
|
1001
851
|
'Re-authenticate': '重新认证',
|
|
1002
852
|
'Clear Authentication': '清空认证',
|
|
1003
853
|
disabled: '已禁用',
|
|
854
|
+
enabled: '已启用',
|
|
1004
855
|
'Server:': '服务器:',
|
|
1005
|
-
'(disabled)': '(已禁用)',
|
|
1006
856
|
'Error:': '错误:',
|
|
1007
857
|
tool: '工具',
|
|
1008
858
|
tools: '个工具',
|
|
@@ -1017,13 +867,11 @@ export default {
|
|
|
1017
867
|
server: '个服务器',
|
|
1018
868
|
servers: '个服务器',
|
|
1019
869
|
'Add MCP servers to your settings to get started.':
|
|
1020
|
-
'请在设置中添加 MCP
|
|
870
|
+
'请在设置中添加 MCP servers 以开始使用。',
|
|
1021
871
|
'Run qwen --debug to see error logs': '运行 qwen --debug 查看错误日志',
|
|
1022
872
|
|
|
1023
873
|
// MCP OAuth Authentication
|
|
1024
874
|
'OAuth Authentication': 'OAuth 认证',
|
|
1025
|
-
'Press Enter to start authentication, Esc to go back':
|
|
1026
|
-
'按 Enter 开始认证,Esc 返回',
|
|
1027
875
|
'Authenticating... Please complete the login in your browser.':
|
|
1028
876
|
'认证中... 请在浏览器中完成登录。',
|
|
1029
877
|
'Press c to copy the authorization URL to your clipboard.':
|
|
@@ -1032,12 +880,9 @@ export default {
|
|
|
1032
880
|
'已向终端发送复制请求;若粘贴为空,请手动复制上方 URL。',
|
|
1033
881
|
'Cannot write to terminal — copy the URL above manually.':
|
|
1034
882
|
'无法写入终端,请手动复制上方 URL。',
|
|
1035
|
-
'Press Enter or Esc to go back': '按 Enter 或 Esc 返回',
|
|
1036
|
-
|
|
1037
883
|
// MCP Server Detail
|
|
1038
884
|
'Command:': '命令:',
|
|
1039
885
|
'Working Directory:': '工作目录:',
|
|
1040
|
-
'Capabilities:': '功能:',
|
|
1041
886
|
'No server selected': '未选择服务器',
|
|
1042
887
|
prompts: '提示',
|
|
1043
888
|
|
|
@@ -1047,22 +892,13 @@ export default {
|
|
|
1047
892
|
'read-only': '只读',
|
|
1048
893
|
'open-world': '开放世界',
|
|
1049
894
|
idempotent: '幂等',
|
|
1050
|
-
'Tools for {{name}}': '{{name}} 的工具',
|
|
1051
895
|
'Tools for {{serverName}}': '{{serverName}} 的工具',
|
|
1052
896
|
'{{current}}/{{total}}': '{{current}}/{{total}}',
|
|
1053
897
|
|
|
1054
898
|
// MCP Tool Detail
|
|
1055
899
|
required: '必需',
|
|
1056
|
-
Type: '类型',
|
|
1057
|
-
Enum: '枚举',
|
|
1058
900
|
Parameters: '参数',
|
|
1059
901
|
'No tool selected': '未选择工具',
|
|
1060
|
-
Annotations: '注解',
|
|
1061
|
-
Title: '标题',
|
|
1062
|
-
'Read Only': '只读',
|
|
1063
|
-
Destructive: '破坏性',
|
|
1064
|
-
Idempotent: '幂等',
|
|
1065
|
-
'Open World': '开放世界',
|
|
1066
902
|
Server: '服务器',
|
|
1067
903
|
|
|
1068
904
|
// Invalid tool related translations
|
|
@@ -1077,50 +913,7 @@ export default {
|
|
|
1077
913
|
Reason: '原因',
|
|
1078
914
|
'Tools must have both name and description to be used by the LLM.':
|
|
1079
915
|
'工具必须同时具有名称和描述才能被 LLM 使用。',
|
|
1080
|
-
|
|
1081
|
-
// ============================================================================
|
|
1082
|
-
// Commands - Chat
|
|
1083
|
-
// ============================================================================
|
|
1084
|
-
'Manage conversation history.': '管理对话历史',
|
|
1085
|
-
'List saved conversation checkpoints': '列出已保存的对话检查点',
|
|
1086
|
-
'No saved conversation checkpoints found.': '未找到已保存的对话检查点',
|
|
1087
|
-
'List of saved conversations:': '已保存的对话列表:',
|
|
1088
|
-
'Note: Newest last, oldest first': '注意:最新的在最后,最旧的在最前',
|
|
1089
|
-
'Save the current conversation as a checkpoint. Usage: /chat save <tag>':
|
|
1090
|
-
'将当前对话保存为检查点。用法:/chat save <tag>',
|
|
1091
|
-
'Missing tag. Usage: /chat save <tag>': '缺少标签。用法:/chat save <tag>',
|
|
1092
|
-
'Delete a conversation checkpoint. Usage: /chat delete <tag>':
|
|
1093
|
-
'删除对话检查点。用法:/chat delete <tag>',
|
|
1094
|
-
'Missing tag. Usage: /chat delete <tag>':
|
|
1095
|
-
'缺少标签。用法:/chat delete <tag>',
|
|
1096
|
-
"Conversation checkpoint '{{tag}}' has been deleted.":
|
|
1097
|
-
"对话检查点 '{{tag}}' 已删除",
|
|
1098
|
-
"Error: No checkpoint found with tag '{{tag}}'.":
|
|
1099
|
-
"错误:未找到标签为 '{{tag}}' 的检查点",
|
|
1100
|
-
'Resume a conversation from a checkpoint. Usage: /chat resume <tag>':
|
|
1101
|
-
'从检查点恢复对话。用法:/chat resume <tag>',
|
|
1102
|
-
'Missing tag. Usage: /chat resume <tag>':
|
|
1103
|
-
'缺少标签。用法:/chat resume <tag>',
|
|
1104
|
-
'No saved checkpoint found with tag: {{tag}}.':
|
|
1105
|
-
'未找到标签为 {{tag}} 的已保存检查点',
|
|
1106
|
-
'A checkpoint with the tag {{tag}} already exists. Do you want to overwrite it?':
|
|
1107
|
-
'标签为 {{tag}} 的检查点已存在。您要覆盖它吗?',
|
|
1108
|
-
'No chat client available to save conversation.':
|
|
1109
|
-
'没有可用的聊天客户端来保存对话',
|
|
1110
|
-
'Conversation checkpoint saved with tag: {{tag}}.':
|
|
1111
|
-
'对话检查点已保存,标签:{{tag}}',
|
|
1112
|
-
'No conversation found to save.': '未找到要保存的对话',
|
|
1113
|
-
'No chat client available to share conversation.':
|
|
1114
|
-
'没有可用的聊天客户端来分享对话',
|
|
1115
|
-
'Invalid file format. Only .md and .json are supported.':
|
|
1116
|
-
'无效的文件格式。仅支持 .md 和 .json 文件',
|
|
1117
|
-
'Error sharing conversation: {{error}}': '分享对话时出错:{{error}}',
|
|
1118
|
-
'Conversation shared to {{filePath}}': '对话已分享到 {{filePath}}',
|
|
1119
|
-
'No conversation found to share.': '未找到要分享的对话',
|
|
1120
|
-
'Share the current conversation to a markdown or json file. Usage: /chat share <file>':
|
|
1121
|
-
'将当前对话分享到 markdown 或 json 文件。用法:/chat share <file>',
|
|
1122
|
-
|
|
1123
|
-
// ============================================================================
|
|
916
|
+
// ===========================================================
|
|
1124
917
|
// Commands - Summary
|
|
1125
918
|
// ============================================================================
|
|
1126
919
|
'Generate a project summary and save it to .qwen/PROJECT_SUMMARY.md':
|
|
@@ -1136,6 +929,10 @@ export default {
|
|
|
1136
929
|
'项目摘要已保存到 {{filePathForDisplay}}',
|
|
1137
930
|
'Saving project summary...': '正在保存项目摘要...',
|
|
1138
931
|
'Generating project summary...': '正在生成项目摘要...',
|
|
932
|
+
'Processing summary...': '正在处理摘要...',
|
|
933
|
+
'Project summary generated and saved successfully!':
|
|
934
|
+
'项目摘要已生成并成功保存!',
|
|
935
|
+
'Saved to: {{filePath}}': '保存至:{{filePath}}',
|
|
1139
936
|
'Failed to generate summary - no text content received from LLM response':
|
|
1140
937
|
'生成摘要失败 - 未从 LLM 响应中接收到文本内容',
|
|
1141
938
|
|
|
@@ -1151,7 +948,6 @@ export default {
|
|
|
1151
948
|
'No models available for the current authentication type ({{authType}}).':
|
|
1152
949
|
'当前认证类型 ({{authType}}) 没有可用的模型',
|
|
1153
950
|
// Needs translation
|
|
1154
|
-
' (not in model registry)': ' (not in model registry)',
|
|
1155
951
|
|
|
1156
952
|
// ============================================================================
|
|
1157
953
|
// Commands - Clear
|
|
@@ -1176,8 +972,6 @@ export default {
|
|
|
1176
972
|
'聊天历史压缩未能减小大小。这可能表明压缩提示存在问题。',
|
|
1177
973
|
'Could not compress chat history due to a token counting error.':
|
|
1178
974
|
'由于 token 计数错误,无法压缩聊天历史。',
|
|
1179
|
-
'Chat history is already compressed.': '聊天历史已经压缩。',
|
|
1180
|
-
|
|
1181
975
|
// ============================================================================
|
|
1182
976
|
// Commands - Directory
|
|
1183
977
|
// ============================================================================
|
|
@@ -1211,7 +1005,6 @@ export default {
|
|
|
1211
1005
|
Yes: '是',
|
|
1212
1006
|
No: '否',
|
|
1213
1007
|
'No (esc)': '否 (esc)',
|
|
1214
|
-
'Yes, allow always for this session': '是,本次会话总是允许',
|
|
1215
1008
|
'Modify in progress:': '正在修改:',
|
|
1216
1009
|
'Save and close external editor to continue': '保存并关闭外部编辑器以继续',
|
|
1217
1010
|
'Apply this change?': '是否应用此更改?',
|
|
@@ -1219,7 +1012,6 @@ export default {
|
|
|
1219
1012
|
'Modify with external editor': '使用外部编辑器修改',
|
|
1220
1013
|
'No, suggest changes (esc)': '否,建议更改 (esc)',
|
|
1221
1014
|
"Allow execution of: '{{command}}'?": "允许执行:'{{command}}'?",
|
|
1222
|
-
'Yes, allow always ...': '是,总是允许 ...',
|
|
1223
1015
|
'Always allow in this project': '在本项目中总是允许',
|
|
1224
1016
|
'Always allow {{action}} in this project': '在本项目中总是允许{{action}}',
|
|
1225
1017
|
'Always allow for this user': '对该用户总是允许',
|
|
@@ -1229,29 +1021,16 @@ export default {
|
|
|
1229
1021
|
'Yes, and manually approve edits': '是,并手动批准编辑',
|
|
1230
1022
|
'No, keep planning (esc)': '否,继续规划 (esc)',
|
|
1231
1023
|
'URLs to fetch:': '要获取的 URL:',
|
|
1232
|
-
'MCP Server: {{server}}': 'MCP
|
|
1024
|
+
'MCP Server: {{server}}': 'MCP Server:{{server}}',
|
|
1233
1025
|
'Tool: {{tool}}': '工具:{{tool}}',
|
|
1234
1026
|
'Allow execution of MCP tool "{{tool}}" from server "{{server}}"?':
|
|
1235
|
-
'
|
|
1236
|
-
'Yes, always allow tool "{{tool}}" from server "{{server}}"':
|
|
1237
|
-
'是,总是允许来自服务器 "{{server}}" 的工具 "{{tool}}"',
|
|
1238
|
-
'Yes, always allow all tools from server "{{server}}"':
|
|
1239
|
-
'是,总是允许来自服务器 "{{server}}" 的所有工具',
|
|
1240
|
-
|
|
1027
|
+
'允许执行来自 MCP server "{{server}}" 的 MCP tool "{{tool}}"?',
|
|
1241
1028
|
// ============================================================================
|
|
1242
1029
|
// Dialogs - Shell Confirmation
|
|
1243
1030
|
// ============================================================================
|
|
1244
1031
|
'Shell Command Execution': 'Shell 命令执行',
|
|
1245
1032
|
'A custom command wants to run the following shell commands:':
|
|
1246
1033
|
'自定义命令想要运行以下 shell 命令:',
|
|
1247
|
-
|
|
1248
|
-
// ============================================================================
|
|
1249
|
-
// Dialogs - Pro Quota
|
|
1250
|
-
// ============================================================================
|
|
1251
|
-
'Pro quota limit reached for {{model}}.': '{{model}} 的 Pro 配额已达到上限',
|
|
1252
|
-
'Change auth (executes the /auth command)': '更改认证(执行 /auth 命令)',
|
|
1253
|
-
'Continue with {{model}}': '使用 {{model}} 继续',
|
|
1254
|
-
|
|
1255
1034
|
// ============================================================================
|
|
1256
1035
|
// Dialogs - Welcome Back
|
|
1257
1036
|
// ============================================================================
|
|
@@ -1267,22 +1046,13 @@ export default {
|
|
|
1267
1046
|
'👋 Welcome back! (Last updated: {{timeAgo}})':
|
|
1268
1047
|
'👋 欢迎回来!(最后更新:{{timeAgo}})',
|
|
1269
1048
|
'🎯 Overall Goal:': '🎯 总体目标:',
|
|
1270
|
-
|
|
1271
|
-
// ============================================================================
|
|
1272
|
-
// Dialogs - Auth
|
|
1273
|
-
// ============================================================================
|
|
1274
|
-
'Get started': '开始使用',
|
|
1275
1049
|
'Select Authentication Method': '选择认证方式',
|
|
1276
|
-
'OpenAI API key is required to use OpenAI authentication.':
|
|
1277
|
-
'使用 OpenAI 认证需要 OpenAI API 密钥',
|
|
1278
1050
|
'You must select an auth method to proceed. Press Ctrl+C again to exit.':
|
|
1279
1051
|
'您必须选择认证方法才能继续。再次按 Ctrl+C 退出',
|
|
1280
1052
|
'Terms of Services and Privacy Notice': '服务条款和隐私声明',
|
|
1281
1053
|
'Qwen OAuth': 'Qwen OAuth (免费)',
|
|
1282
1054
|
'Discontinued — switch to Coding Plan or API Key':
|
|
1283
1055
|
'已停用 — 请切换到 Coding Plan 或 API Key',
|
|
1284
|
-
'Qwen OAuth free tier was discontinued on 2026-04-15. Run /auth to switch provider.':
|
|
1285
|
-
'Qwen OAuth 免费额度已于 2026-04-15 停用。请运行 /auth 切换服务商。',
|
|
1286
1056
|
'Qwen OAuth free tier was discontinued on 2026-04-15. Please select Coding Plan or API Key instead.':
|
|
1287
1057
|
'Qwen OAuth 免费额度已于 2026-04-15 停用。请选择 Coding Plan 或 API Key。',
|
|
1288
1058
|
'Qwen OAuth free tier was discontinued on 2026-04-15. Please select a model from another provider or run /auth to switch.':
|
|
@@ -1297,58 +1067,43 @@ export default {
|
|
|
1297
1067
|
'适合个人开发场景 \u00B7 按模型调用次数计费 \u00B7 每 5 小时/每周限额',
|
|
1298
1068
|
Subscribe: '订阅计划',
|
|
1299
1069
|
'Paid subscription plans from Alibaba Cloud ModelStudio':
|
|
1300
|
-
'
|
|
1070
|
+
'Alibaba Cloud ModelStudio 付费订阅计划',
|
|
1301
1071
|
'Select Subscription Plan': '选择订阅计划',
|
|
1302
1072
|
'Alibaba Cloud Coding Plan': '阿里云百炼 Coding Plan',
|
|
1303
1073
|
'Alibaba Cloud Token Plan': '阿里云百炼 Token Plan',
|
|
1304
1074
|
'Pay-as-you-go tokens \u00B7 Configure ModelStudio standard API key':
|
|
1305
|
-
'按 Token 付费 \u00B7
|
|
1075
|
+
'按 Token 付费 \u00B7 配置 ModelStudio 标准 API Key',
|
|
1306
1076
|
'For individuals \u00B7 Pay-as-you-go tokens \u00B7 Dedicated Token Plan endpoint':
|
|
1307
1077
|
'适合个人 \u00B7 按 Token 付费 \u00B7 使用独立 Token Plan Endpoint',
|
|
1308
1078
|
'For teams/companies \u00B7 Credits deducted by token usage \u00B7 Dedicated API key and base URL':
|
|
1309
1079
|
'适合一人公司/团队/企业 \u00B7 按 Token 消耗抵扣 Credits \u00B7 专属 API Key 和 Base URL',
|
|
1310
1080
|
'Token Plan documentation': 'Token Plan 参考文档',
|
|
1311
|
-
'Bring your own API key': '使用自己的 API
|
|
1081
|
+
'Bring your own API key': '使用自己的 API Key',
|
|
1312
1082
|
'Browser-based authentication with third-party providers (e.g. OpenRouter, ModelScope)':
|
|
1313
1083
|
'基于浏览器的第三方提供商认证(例如 OpenRouter、ModelScope)',
|
|
1314
|
-
'Use coding plan credentials or your own api-keys/providers.':
|
|
1315
|
-
'使用 Coding Plan 凭证或您自己的 API 密钥/提供商。',
|
|
1316
|
-
OpenAI: 'OpenAI',
|
|
1317
|
-
'Failed to login. Message: {{message}}': '登录失败。消息:{{message}}',
|
|
1318
1084
|
'Authentication is enforced to be {{enforcedType}}, but you are currently using {{currentType}}.':
|
|
1319
1085
|
'认证方式被强制设置为 {{enforcedType}},但您当前使用的是 {{currentType}}',
|
|
1320
|
-
'Qwen OAuth authentication timed out. Please try again.':
|
|
1321
|
-
'Qwen OAuth 认证超时。请重试',
|
|
1322
|
-
'Qwen OAuth authentication cancelled.': 'Qwen OAuth 认证已取消',
|
|
1323
1086
|
'Qwen OAuth Authentication': 'Qwen OAuth 认证',
|
|
1324
1087
|
'Please visit this URL to authorize:': '请访问此 URL 进行授权:',
|
|
1325
|
-
'Or scan the QR code below:': '或扫描下方的二维码:',
|
|
1326
1088
|
'Waiting for authorization': '等待授权中',
|
|
1327
1089
|
'Time remaining:': '剩余时间:',
|
|
1328
|
-
'(Press ESC or CTRL+C to cancel)': '(按 ESC 或 CTRL+C 取消)',
|
|
1329
1090
|
'Qwen OAuth Authentication Timeout': 'Qwen OAuth 认证超时',
|
|
1330
1091
|
'OAuth token expired (over {{seconds}} seconds). Please select authentication method again.':
|
|
1331
1092
|
'OAuth 令牌已过期(超过 {{seconds}} 秒)。请重新选择认证方法',
|
|
1332
1093
|
'Press any key to return to authentication type selection.':
|
|
1333
1094
|
'按任意键返回认证类型选择',
|
|
1334
1095
|
'Waiting for Qwen OAuth authentication...': '正在等待 Qwen OAuth 认证...',
|
|
1335
|
-
'Note: Your existing API key in settings.json will not be cleared when using Qwen OAuth. You can switch back to OpenAI authentication later if needed.':
|
|
1336
|
-
'注意:使用 Qwen OAuth 时,settings.json 中现有的 API 密钥不会被清除。如果需要,您可以稍后切换回 OpenAI 认证。',
|
|
1337
|
-
'Note: Your existing API key will not be cleared when using Qwen OAuth.':
|
|
1338
|
-
'注意:使用 Qwen OAuth 时,现有的 API 密钥不会被清除。',
|
|
1339
1096
|
'Authentication timed out. Please try again.': '认证超时。请重试。',
|
|
1340
1097
|
'Waiting for auth... (Press ESC or CTRL+C to cancel)':
|
|
1341
1098
|
'正在等待认证...(按 ESC 或 CTRL+C 取消)',
|
|
1342
1099
|
'Missing API key for OpenAI-compatible auth. Set settings.security.auth.apiKey, or set the {{envKeyHint}} environment variable.':
|
|
1343
|
-
'缺少 OpenAI 兼容认证的 API
|
|
1344
|
-
'{{envKeyHint}} environment variable not found.':
|
|
1345
|
-
'未找到 {{envKeyHint}} 环境变量。',
|
|
1100
|
+
'缺少 OpenAI 兼容认证的 API Key。请设置 settings.security.auth.apiKey 或设置 {{envKeyHint}} 环境变量。',
|
|
1346
1101
|
'{{envKeyHint}} environment variable not found. Please set it in your .env file or environment variables.':
|
|
1347
1102
|
'未找到 {{envKeyHint}} 环境变量。请在 .env 文件或系统环境变量中进行设置。',
|
|
1348
1103
|
'{{envKeyHint}} environment variable not found (or set settings.security.auth.apiKey). Please set it in your .env file or environment variables.':
|
|
1349
1104
|
'未找到 {{envKeyHint}} 环境变量(或设置 settings.security.auth.apiKey)。请在 .env 文件或系统环境变量中进行设置。',
|
|
1350
1105
|
'Missing API key for OpenAI-compatible auth. Set the {{envKeyHint}} environment variable.':
|
|
1351
|
-
'缺少 OpenAI 兼容认证的 API
|
|
1106
|
+
'缺少 OpenAI 兼容认证的 API Key。请设置 {{envKeyHint}} 环境变量。',
|
|
1352
1107
|
'Anthropic provider missing required baseUrl in modelProviders[].baseUrl.':
|
|
1353
1108
|
'Anthropic 提供商缺少必需的 baseUrl,请在 modelProviders[].baseUrl 中配置。',
|
|
1354
1109
|
'ANTHROPIC_BASE_URL environment variable not found.':
|
|
@@ -1359,26 +1114,12 @@ export default {
|
|
|
1359
1114
|
'使用 {{authType}} 凭据成功认证。',
|
|
1360
1115
|
'Invalid QWEN_DEFAULT_AUTH_TYPE value: "{{value}}". Valid values are: {{validValues}}':
|
|
1361
1116
|
'无效的 QWEN_DEFAULT_AUTH_TYPE 值:"{{value}}"。有效值为:{{validValues}}',
|
|
1362
|
-
'OpenAI Configuration Required': '需要配置 OpenAI',
|
|
1363
|
-
'Please enter your OpenAI configuration. You can get an API key from':
|
|
1364
|
-
'请输入您的 OpenAI 配置。您可以从以下地址获取 API 密钥:',
|
|
1365
|
-
'API Key:': 'API 密钥:',
|
|
1366
|
-
'Invalid credentials: {{errorMessage}}': '凭据无效:{{errorMessage}}',
|
|
1367
|
-
'Failed to validate credentials': '验证凭据失败',
|
|
1368
|
-
'Press Enter to continue, Tab/↑↓ to navigate, Esc to cancel':
|
|
1369
|
-
'按 Enter 继续,Tab/↑↓ 导航,Esc 取消',
|
|
1370
|
-
|
|
1371
1117
|
// ============================================================================
|
|
1372
1118
|
// Dialogs - Model
|
|
1373
1119
|
// ============================================================================
|
|
1374
1120
|
'Select Model': '选择模型',
|
|
1375
|
-
'
|
|
1376
|
-
'Current (effective) configuration': '当前(实际生效)配置',
|
|
1377
|
-
AuthType: '认证方式',
|
|
1378
|
-
'API Key': 'API 密钥',
|
|
1379
|
-
unset: '未设置',
|
|
1121
|
+
'API Key': 'API Key',
|
|
1380
1122
|
'(default)': '(默认)',
|
|
1381
|
-
'(set)': '(已设置)',
|
|
1382
1123
|
'(not set)': '(未设置)',
|
|
1383
1124
|
Modality: '模态',
|
|
1384
1125
|
'Context Window': '上下文窗口',
|
|
@@ -1391,18 +1132,11 @@ export default {
|
|
|
1391
1132
|
'not set': '未设置',
|
|
1392
1133
|
none: '无',
|
|
1393
1134
|
unknown: '未知',
|
|
1394
|
-
"Failed to switch model to '{{modelId}}'.\n\n{{error}}":
|
|
1395
|
-
"无法切换到模型 '{{modelId}}'.\n\n{{error}}",
|
|
1396
|
-
'Qwen 3.6 Plus — efficient hybrid model with leading coding performance':
|
|
1397
|
-
'Qwen 3.6 Plus — 高效混合架构,编程性能业界领先',
|
|
1398
|
-
'The latest Qwen Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)':
|
|
1399
|
-
'来自阿里云 ModelStudio 的最新 Qwen Vision 模型(版本:qwen3-vl-plus-2025-09-23)',
|
|
1400
|
-
|
|
1401
1135
|
// ============================================================================
|
|
1402
1136
|
// Dialogs - Permissions
|
|
1403
1137
|
// ============================================================================
|
|
1404
1138
|
'Manage folder trust settings': '管理文件夹信任设置',
|
|
1405
|
-
'Manage permission rules': '
|
|
1139
|
+
'Manage permission rules': '管理 permission rules',
|
|
1406
1140
|
Allow: '允许',
|
|
1407
1141
|
Ask: '询问',
|
|
1408
1142
|
Deny: '拒绝',
|
|
@@ -1421,32 +1155,28 @@ export default {
|
|
|
1421
1155
|
'From user settings': '来自用户设置',
|
|
1422
1156
|
'From project settings': '来自项目设置',
|
|
1423
1157
|
'From session': '来自会话',
|
|
1424
|
-
'Project settings (local)': '项目设置(本地)',
|
|
1425
|
-
'Saved in .qwen/settings.local.json': '保存在 .qwen/settings.local.json',
|
|
1426
1158
|
'Project settings': '项目设置',
|
|
1427
1159
|
'Checked in at .qwen/settings.json': '保存在 .qwen/settings.json',
|
|
1428
1160
|
'User settings': '用户设置',
|
|
1429
1161
|
'Saved in at ~/.qwen/settings.json': '保存在 ~/.qwen/settings.json',
|
|
1430
1162
|
'Add a new rule…': '添加新规则…',
|
|
1431
|
-
'Add {{type}} permission rule': '添加{{type}}
|
|
1163
|
+
'Add {{type}} permission rule': '添加 {{type}} permission rule',
|
|
1432
1164
|
'Permission rules are a tool name, optionally followed by a specifier in parentheses.':
|
|
1433
|
-
'
|
|
1165
|
+
'permission rules 是工具名称,可选地后跟括号中的限定符。',
|
|
1434
1166
|
'e.g.,': '例如',
|
|
1435
1167
|
or: '或',
|
|
1436
|
-
'Enter permission rule…': '
|
|
1437
|
-
'Enter to submit · Esc to cancel': '
|
|
1168
|
+
'Enter permission rule…': '输入 permission rule…',
|
|
1169
|
+
'Enter to submit · Esc to cancel': 'Enter 提交 · Esc 取消',
|
|
1438
1170
|
'Where should this rule be saved?': '此规则应保存在哪里?',
|
|
1439
|
-
'Enter to confirm · Esc to cancel': '
|
|
1171
|
+
'Enter to confirm · Esc to cancel': 'Enter 确认 · Esc 取消',
|
|
1440
1172
|
'Delete {{type}} rule?': '删除{{type}}规则?',
|
|
1441
1173
|
'Are you sure you want to delete this permission rule?':
|
|
1442
|
-
'
|
|
1174
|
+
'确定要删除此 permission rule 吗?',
|
|
1443
1175
|
'Permissions:': '权限:',
|
|
1444
|
-
'(←/→ or tab to cycle)': '(←/→ 或
|
|
1176
|
+
'(←/→ or tab to cycle)': '(←/→ 或 Tab 切换)',
|
|
1445
1177
|
'Press ↑↓ to navigate · Enter to select · Type to search · Esc to cancel':
|
|
1446
|
-
'按 ↑↓ 导航 ·
|
|
1178
|
+
'按 ↑↓ 导航 · Enter 选择 · 输入搜索 · Esc 取消',
|
|
1447
1179
|
'Search…': '搜索…',
|
|
1448
|
-
'Use /trust to manage folder trust settings for this workspace.':
|
|
1449
|
-
'使用 /trust 管理此工作区的文件夹信任设置。',
|
|
1450
1180
|
// Workspace directory management
|
|
1451
1181
|
'Add directory…': '添加目录…',
|
|
1452
1182
|
'Add directory to workspace': '添加工作区目录',
|
|
@@ -1457,7 +1187,7 @@ export default {
|
|
|
1457
1187
|
'Enter the path to the directory:': '输入目录路径:',
|
|
1458
1188
|
'Enter directory path…': '输入目录路径…',
|
|
1459
1189
|
'Tab to complete · Enter to add · Esc to cancel':
|
|
1460
|
-
'Tab 补全 ·
|
|
1190
|
+
'Tab 补全 · Enter 添加 · Esc 取消',
|
|
1461
1191
|
'Remove directory?': '删除目录?',
|
|
1462
1192
|
'Are you sure you want to remove this directory from the workspace?':
|
|
1463
1193
|
'确定要将此目录从工作区中移除吗?',
|
|
@@ -1477,8 +1207,8 @@ export default {
|
|
|
1477
1207
|
'(ctrl+g to view)': '(按 ctrl+g 查看)',
|
|
1478
1208
|
'{{count}} {{name}} file': '{{count}} 个 {{name}} 文件',
|
|
1479
1209
|
'{{count}} {{name}} files': '{{count}} 个 {{name}} 文件',
|
|
1480
|
-
'{{count}} MCP server': '{{count}} 个 MCP
|
|
1481
|
-
'{{count}} MCP servers': '{{count}} 个 MCP
|
|
1210
|
+
'{{count}} MCP server': '{{count}} 个 MCP server',
|
|
1211
|
+
'{{count}} MCP servers': '{{count}} 个 MCP servers',
|
|
1482
1212
|
'{{count}} Blocked': '{{count}} 个已阻止',
|
|
1483
1213
|
'(ctrl+t to view)': '(按 ctrl+t 查看)',
|
|
1484
1214
|
'(ctrl+t to toggle)': '(按 ctrl+t 切换)',
|
|
@@ -1490,12 +1220,12 @@ export default {
|
|
|
1490
1220
|
// ============================================================================
|
|
1491
1221
|
// MCP Status
|
|
1492
1222
|
// ============================================================================
|
|
1493
|
-
'No MCP servers configured.': '未配置 MCP
|
|
1223
|
+
'No MCP servers configured.': '未配置 MCP servers',
|
|
1494
1224
|
'⏳ MCP servers are starting up ({{count}} initializing)...':
|
|
1495
|
-
'⏳ MCP
|
|
1225
|
+
'⏳ MCP servers 正在启动({{count}} 个正在初始化)...',
|
|
1496
1226
|
'Note: First startup may take longer. Tool availability will update automatically.':
|
|
1497
1227
|
'注意:首次启动可能需要更长时间。工具可用性将自动更新',
|
|
1498
|
-
'Configured MCP servers:': '已配置的 MCP
|
|
1228
|
+
'Configured MCP servers:': '已配置的 MCP servers:',
|
|
1499
1229
|
Ready: '就绪',
|
|
1500
1230
|
'Starting... (first startup may take longer)':
|
|
1501
1231
|
'正在启动...(首次启动可能需要更长时间)',
|
|
@@ -1517,16 +1247,14 @@ export default {
|
|
|
1517
1247
|
'💡 Tips:': '💡 提示:',
|
|
1518
1248
|
Use: '使用',
|
|
1519
1249
|
'to show server and tool descriptions': '显示服务器和工具描述',
|
|
1520
|
-
'to show tool parameter schemas': '
|
|
1250
|
+
'to show tool parameter schemas': '显示 tool parameter schemas',
|
|
1521
1251
|
'to hide descriptions': '隐藏描述',
|
|
1522
1252
|
'to authenticate with OAuth-enabled servers':
|
|
1523
1253
|
'使用支持 OAuth 的服务器进行认证',
|
|
1524
1254
|
Press: '按',
|
|
1525
1255
|
'to toggle tool descriptions on/off': '切换工具描述开关',
|
|
1526
1256
|
"Starting OAuth authentication for MCP server '{{name}}'...":
|
|
1527
|
-
"正在为 MCP
|
|
1528
|
-
'Restarting MCP servers...': '正在重启 MCP 服务器...',
|
|
1529
|
-
|
|
1257
|
+
"正在为 MCP server '{{name}}' 启动 OAuth 认证...",
|
|
1530
1258
|
// ============================================================================
|
|
1531
1259
|
// Startup Tips
|
|
1532
1260
|
// ============================================================================
|
|
@@ -1602,7 +1330,6 @@ export default {
|
|
|
1602
1330
|
Prompt: '提示',
|
|
1603
1331
|
Cached: '缓存',
|
|
1604
1332
|
Thoughts: '思考',
|
|
1605
|
-
Tool: '工具',
|
|
1606
1333
|
Output: '输出',
|
|
1607
1334
|
'No API calls have been made in this session.':
|
|
1608
1335
|
'本次会话中未进行任何 API 调用',
|
|
@@ -1638,7 +1365,6 @@ export default {
|
|
|
1638
1365
|
// Loading Phrases
|
|
1639
1366
|
// ============================================================================
|
|
1640
1367
|
'Waiting for user confirmation...': '等待用户确认...',
|
|
1641
|
-
'(esc to cancel, {{time}})': '(按 esc 取消,{{time}})',
|
|
1642
1368
|
WITTY_LOADING_PHRASES: [
|
|
1643
1369
|
// --- 职场搬砖系列 ---
|
|
1644
1370
|
'正在努力搬砖,请稍候...',
|
|
@@ -1719,11 +1445,6 @@ export default {
|
|
|
1719
1445
|
'正在浏览器中打开扩展页面:{{url}}',
|
|
1720
1446
|
'Failed to open browser. Check out the extensions gallery at {{url}}':
|
|
1721
1447
|
'打开浏览器失败。请访问扩展市场:{{url}}',
|
|
1722
|
-
|
|
1723
|
-
// ============================================================================
|
|
1724
|
-
// Retry / Rate Limit
|
|
1725
|
-
// ============================================================================
|
|
1726
|
-
'Rate limit error: {{reason}}': '触发限流:{{reason}}',
|
|
1727
1448
|
'Retrying in {{seconds}} seconds… (attempt {{attempt}}/{{maxRetries}})':
|
|
1728
1449
|
'将于 {{seconds}} 秒后重试…(第 {{attempt}}/{{maxRetries}} 次)',
|
|
1729
1450
|
'Press Ctrl+Y to retry': '按 Ctrl+Y 重试。',
|
|
@@ -1761,16 +1482,8 @@ export default {
|
|
|
1761
1482
|
// ============================================================================
|
|
1762
1483
|
// Auth Dialog - View Titles and Labels
|
|
1763
1484
|
// ============================================================================
|
|
1764
|
-
'API-KEY': 'API-KEY',
|
|
1765
1485
|
'Coding Plan': 'Coding Plan',
|
|
1766
|
-
"Paste your api key of ModelStudio Coding Plan and you're all set!":
|
|
1767
|
-
'粘贴您的百炼 Coding Plan API Key,即可完成设置!',
|
|
1768
1486
|
Custom: '自定义',
|
|
1769
|
-
'More instructions about configuring `modelProviders` manually.':
|
|
1770
|
-
'关于手动配置 `modelProviders` 的更多说明。',
|
|
1771
|
-
'Select API-KEY configuration mode:': '选择 API-KEY 配置模式:',
|
|
1772
|
-
'(Press Escape to go back)': '(按 Escape 键返回)',
|
|
1773
|
-
'(Press Enter to submit, Escape to cancel)': '(按 Enter 提交,Escape 取消)',
|
|
1774
1487
|
'Select Region for Coding Plan': '选择 Coding Plan 区域',
|
|
1775
1488
|
'Choose based on where your account is registered':
|
|
1776
1489
|
'请根据您的账号注册地区选择',
|
|
@@ -1784,9 +1497,6 @@ export default {
|
|
|
1784
1497
|
'{{region}} 有新的模型配置可用。是否立即更新?',
|
|
1785
1498
|
'{{region}} configuration updated successfully. Model switched to "{{model}}".':
|
|
1786
1499
|
'{{region}} 配置更新成功。模型已切换至 "{{model}}"。',
|
|
1787
|
-
'Authenticated successfully with {{region}}. API key and model configs saved to settings.json (backed up).':
|
|
1788
|
-
'成功通过 {{region}} 认证。API Key 和模型配置已保存至 settings.json(已备份)。',
|
|
1789
|
-
|
|
1790
1500
|
// ============================================================================
|
|
1791
1501
|
// Context Usage
|
|
1792
1502
|
// ============================================================================
|
|
@@ -1795,7 +1505,6 @@ export default {
|
|
|
1795
1505
|
'% context used': '% 上下文已用',
|
|
1796
1506
|
'Context exceeds limit! Use /compress or /clear to reduce.':
|
|
1797
1507
|
'上下文超出限制!请使用 /compress 或 /clear 来减少上下文。',
|
|
1798
|
-
'Use /compress or /clear': '使用 /compress 或 /clear',
|
|
1799
1508
|
'Context window': '上下文窗口',
|
|
1800
1509
|
Used: '已用',
|
|
1801
1510
|
Free: '空闲',
|
|
@@ -1803,7 +1512,7 @@ export default {
|
|
|
1803
1512
|
'Usage by category': '分类用量',
|
|
1804
1513
|
'System prompt': '系统提示',
|
|
1805
1514
|
'Built-in tools': '内置工具',
|
|
1806
|
-
'MCP tools': 'MCP
|
|
1515
|
+
'MCP tools': 'MCP tools',
|
|
1807
1516
|
'Memory files': '记忆文件',
|
|
1808
1517
|
Skills: '技能',
|
|
1809
1518
|
Messages: '消息',
|
|
@@ -1811,7 +1520,6 @@ export default {
|
|
|
1811
1520
|
'Estimated pre-conversation overhead': '预估对话前开销',
|
|
1812
1521
|
'No API response yet. Send a message to see actual usage.':
|
|
1813
1522
|
'暂无 API 响应。发送消息以查看实际使用情况。',
|
|
1814
|
-
'Show context window usage breakdown.': '显示上下文窗口使用情况分解。',
|
|
1815
1523
|
'Run /context detail for per-item breakdown.':
|
|
1816
1524
|
'运行 /context detail 查看详细分解。',
|
|
1817
1525
|
'Show context window usage breakdown. Use "/context detail" for per-item breakdown.':
|
|
@@ -1823,16 +1531,6 @@ export default {
|
|
|
1823
1531
|
'成功通过 {{region}} 认证。API Key 和模型配置已保存至 settings.json。',
|
|
1824
1532
|
'Tip: Use /model to switch between available Coding Plan models.':
|
|
1825
1533
|
'提示:使用 /model 切换可用的 Coding Plan 模型。',
|
|
1826
|
-
|
|
1827
|
-
// ============================================================================
|
|
1828
|
-
// Ask User Question Tool
|
|
1829
|
-
// ============================================================================
|
|
1830
|
-
'Please answer the following question(s):': '请回答以下问题:',
|
|
1831
|
-
'Cannot ask user questions in non-interactive mode. Please run in interactive mode to use this tool.':
|
|
1832
|
-
'无法在非交互模式下询问用户问题。请在交互模式下运行以使用此工具。',
|
|
1833
|
-
'User declined to answer the questions.': '用户拒绝回答问题。',
|
|
1834
|
-
'User has provided the following answers:': '用户提供了以下答案:',
|
|
1835
|
-
'Failed to process user answers:': '处理用户答案失败:',
|
|
1836
1534
|
'Type something...': '输入内容...',
|
|
1837
1535
|
Submit: '提交',
|
|
1838
1536
|
'Submit answers': '提交答案',
|
|
@@ -1842,23 +1540,13 @@ export default {
|
|
|
1842
1540
|
'Ready to submit your answers?': '准备好提交您的答案了吗?',
|
|
1843
1541
|
'↑/↓: Navigate | ←/→: Switch tabs | Enter: Select':
|
|
1844
1542
|
'↑/↓: 导航 | ←/→: 切换标签页 | Enter: 选择',
|
|
1845
|
-
'↑/↓: Navigate | ←/→: Switch tabs | Space/Enter: Toggle | Esc: Cancel':
|
|
1846
|
-
'↑/↓: 导航 | ←/→: 切换标签页 | Space/Enter: 切换 | Esc: 取消',
|
|
1847
|
-
'↑/↓: Navigate | Space/Enter: Toggle | Esc: Cancel':
|
|
1848
|
-
'↑/↓: 导航 | Space/Enter: 切换 | Esc: 取消',
|
|
1849
1543
|
'↑/↓: Navigate | Enter: Select | Esc: Cancel':
|
|
1850
1544
|
'↑/↓: 导航 | Enter: 选择 | Esc: 取消',
|
|
1851
|
-
|
|
1852
|
-
// ============================================================================
|
|
1853
|
-
// Commands - Auth
|
|
1854
|
-
// ============================================================================
|
|
1855
|
-
'Configure Qwen authentication information with Qwen-OAuth or Alibaba Cloud Coding Plan':
|
|
1856
|
-
'使用 Qwen OAuth 或阿里云百炼 Coding Plan 配置 Qwen 认证信息',
|
|
1857
1545
|
'Authenticate using Qwen OAuth': '使用 Qwen OAuth 进行认证',
|
|
1858
1546
|
'Authenticate using Alibaba Cloud Coding Plan':
|
|
1859
1547
|
'使用阿里云百炼 Coding Plan 进行认证',
|
|
1860
1548
|
'Region for Coding Plan (china/global)': 'Coding Plan 区域 (china/global)',
|
|
1861
|
-
'API key for Coding Plan': 'Coding Plan 的 API
|
|
1549
|
+
'API key for Coding Plan': 'Coding Plan 的 API Key',
|
|
1862
1550
|
'Show current authentication status': '显示当前认证状态',
|
|
1863
1551
|
'Authentication completed successfully.': '认证完成。',
|
|
1864
1552
|
'Starting Qwen OAuth authentication...': '正在启动 Qwen OAuth 认证...',
|
|
@@ -1871,12 +1559,10 @@ export default {
|
|
|
1871
1559
|
'已成功通过阿里云百炼 Coding Plan 认证。',
|
|
1872
1560
|
'Failed to authenticate with Coding Plan: {{error}}':
|
|
1873
1561
|
'Coding Plan 认证失败:{{error}}',
|
|
1874
|
-
'中国 (China)': '中国 (China)',
|
|
1875
|
-
'阿里云百炼 (aliyun.com)': '阿里云百炼 (aliyun.com)',
|
|
1876
1562
|
Global: '全球',
|
|
1877
1563
|
'Alibaba Cloud (alibabacloud.com)': 'Alibaba Cloud (alibabacloud.com)',
|
|
1878
1564
|
'Select region for Coding Plan:': '选择 Coding Plan 区域:',
|
|
1879
|
-
'Enter your Coding Plan API key: ': '请输入您的 Coding Plan API
|
|
1565
|
+
'Enter your Coding Plan API key: ': '请输入您的 Coding Plan API Key:',
|
|
1880
1566
|
'Select authentication method:': '选择认证方式:',
|
|
1881
1567
|
'\n=== Authentication Status ===\n': '\n=== 认证状态 ===\n',
|
|
1882
1568
|
'⚠️ No authentication method configured.\n': '⚠️ 未配置认证方式。\n',
|
|
@@ -1884,8 +1570,6 @@ export default {
|
|
|
1884
1570
|
'运行以下命令之一开始配置:\n',
|
|
1885
1571
|
' qwen auth qwen-oauth - Authenticate with Qwen OAuth (discontinued)':
|
|
1886
1572
|
' qwen auth qwen-oauth - 使用 Qwen OAuth 登录(已停用)',
|
|
1887
|
-
' qwen auth coding-plan - Authenticate with Alibaba Cloud Coding Plan\n':
|
|
1888
|
-
' qwen auth coding-plan - 使用阿里云百炼 Coding Plan 认证\n',
|
|
1889
1573
|
'Or simply run:': '或者直接运行:',
|
|
1890
1574
|
' qwen auth - Interactive authentication setup\n':
|
|
1891
1575
|
' qwen auth - 交互式认证配置\n',
|
|
@@ -1895,19 +1579,17 @@ export default {
|
|
|
1895
1579
|
' Limit: No longer available': ' 限额:已不可用',
|
|
1896
1580
|
'Qwen OAuth free tier was discontinued on 2026-04-15. Run /auth to switch to Coding Plan, OpenRouter, Fireworks AI, or another provider.':
|
|
1897
1581
|
'Qwen OAuth 免费额度已于 2026-04-15 停用。请运行 /auth 切换到 Coding Plan、OpenRouter、Fireworks AI 或其他服务商。',
|
|
1898
|
-
' Models: Qwen latest models\n': ' 模型:Qwen 最新模型\n',
|
|
1899
1582
|
'✓ Authentication Method: Alibaba Cloud Coding Plan':
|
|
1900
1583
|
'✓ 认证方式:阿里云百炼 Coding Plan',
|
|
1901
|
-
'中国 (China) - 阿里云百炼': '中国 (China) - 阿里云百炼',
|
|
1902
1584
|
'Global - Alibaba Cloud': '全球 - Alibaba Cloud',
|
|
1903
1585
|
' Region: {{region}}': ' 区域:{{region}}',
|
|
1904
1586
|
' Current Model: {{model}}': ' 当前模型:{{model}}',
|
|
1905
1587
|
' Config Version: {{version}}': ' 配置版本:{{version}}',
|
|
1906
|
-
' Status: API key configured\n': ' 状态:API
|
|
1588
|
+
' Status: API key configured\n': ' 状态:API Key 已配置\n',
|
|
1907
1589
|
'⚠️ Authentication Method: Alibaba Cloud Coding Plan (Incomplete)':
|
|
1908
1590
|
'⚠️ 认证方式:阿里云百炼 Coding Plan(不完整)',
|
|
1909
1591
|
' Issue: API key not found in environment or settings\n':
|
|
1910
|
-
' 问题:在环境变量或设置中未找到 API
|
|
1592
|
+
' 问题:在环境变量或设置中未找到 API Key\n',
|
|
1911
1593
|
' Run `qwen auth coding-plan` to re-configure.\n':
|
|
1912
1594
|
' 运行 `qwen auth coding-plan` 重新配置。\n',
|
|
1913
1595
|
'✓ Authentication Method: {{type}}': '✓ 认证方式:{{type}}',
|
|
@@ -1919,12 +1601,9 @@ export default {
|
|
|
1919
1601
|
'原始模式不可用。请在交互式终端中运行。',
|
|
1920
1602
|
'(Use ↑ ↓ arrows to navigate, Enter to select, Ctrl+C to exit)\n':
|
|
1921
1603
|
'(使用 ↑ ↓ 箭头导航,Enter 选择,Ctrl+C 退出)\n',
|
|
1922
|
-
compact: '紧凑',
|
|
1923
|
-
'compact mode: on (Ctrl+O off)': '紧凑模式:开(Ctrl+O 关闭)',
|
|
1924
1604
|
'Hide tool output and thinking for a cleaner view (toggle with Ctrl+O).':
|
|
1925
1605
|
'紧凑模式下隐藏工具输出和思考过程,界面更简洁(Ctrl+O 切换)。',
|
|
1926
1606
|
'Press Ctrl+O to show full tool output': '按 Ctrl+O 查看详细工具调用结果',
|
|
1927
|
-
|
|
1928
1607
|
'Switch to plan mode or exit plan mode': '切换到计划模式或退出计划模式',
|
|
1929
1608
|
'Exited plan mode. Previous approval mode restored.':
|
|
1930
1609
|
'已退出计划模式,已恢复之前的审批模式。',
|
|
@@ -1934,6 +1613,130 @@ export default {
|
|
|
1934
1613
|
'已处于计划模式。使用 "/plan exit" 退出计划模式。',
|
|
1935
1614
|
'Not in plan mode. Use "/plan" to enter plan mode first.':
|
|
1936
1615
|
'未处于计划模式。请先使用 "/plan" 进入计划模式。',
|
|
1937
|
-
|
|
1938
1616
|
"Set up Qwen Code's status line UI": '配置 Qwen Code 的状态栏',
|
|
1617
|
+
|
|
1618
|
+
// === Core: added from PR #3328 ===
|
|
1619
|
+
'Ask a quick side question without affecting the main conversation':
|
|
1620
|
+
'在不影响主对话的情况下快速问一个旁支问题',
|
|
1621
|
+
'Manage Arena sessions': '管理 Arena 会话',
|
|
1622
|
+
'Start an Arena session with multiple models competing on the same task':
|
|
1623
|
+
'启动一个 Arena 会话,让多个模型在同一任务上竞争',
|
|
1624
|
+
'Stop the current Arena session': '停止当前 Arena 会话',
|
|
1625
|
+
'Show the current Arena session status': '显示当前 Arena 会话状态',
|
|
1626
|
+
'Select a model result and merge its diff into the current workspace':
|
|
1627
|
+
'选择一个模型结果并将其差异合并到当前工作区',
|
|
1628
|
+
'No running Arena session found.': '未找到正在运行的 Arena 会话。',
|
|
1629
|
+
'No Arena session found. Start one with /arena start.':
|
|
1630
|
+
'未找到 Arena 会话。请使用 /arena start 启动一个。',
|
|
1631
|
+
'Arena session is still running. Wait for it to complete or use /arena stop first.':
|
|
1632
|
+
'Arena 会话仍在运行中。请等待其完成,或先使用 /arena stop。',
|
|
1633
|
+
'No successful agent results to select from. All agents failed or were cancelled.':
|
|
1634
|
+
'没有可选择的成功智能体结果。所有智能体均失败或被取消。',
|
|
1635
|
+
'Use /arena stop to end the session.': '使用 /arena stop 结束会话。',
|
|
1636
|
+
'No idle agent found matching "{{name}}".':
|
|
1637
|
+
'未找到匹配 "{{name}}" 的空闲智能体。',
|
|
1638
|
+
'Failed to apply changes from {{label}}: {{error}}':
|
|
1639
|
+
'从 {{label}} 应用更改失败:{{error}}',
|
|
1640
|
+
'Applied changes from {{label}} to workspace. Arena session complete.':
|
|
1641
|
+
'已将 {{label}} 的更改应用到工作区。Arena 会话完成。',
|
|
1642
|
+
'Discard all Arena results and clean up worktrees?':
|
|
1643
|
+
'丢弃所有 Arena 结果并清理工作树?',
|
|
1644
|
+
'Arena results discarded. All worktrees cleaned up.':
|
|
1645
|
+
'Arena 结果已丢弃。所有工作树已清理。',
|
|
1646
|
+
'Arena is not supported in non-interactive mode. Use interactive mode to start an Arena session.':
|
|
1647
|
+
'Arena 不支持非交互模式。请使用交互模式启动 Arena 会话。',
|
|
1648
|
+
'Arena is not supported in non-interactive mode. Use interactive mode to stop an Arena session.':
|
|
1649
|
+
'Arena 不支持非交互模式。请使用交互模式停止 Arena 会话。',
|
|
1650
|
+
'Arena is not supported in non-interactive mode.': 'Arena 不支持非交互模式。',
|
|
1651
|
+
'An Arena session exists. Use /arena stop or /arena select to end it before starting a new one.':
|
|
1652
|
+
'已存在 Arena 会话。请使用 /arena stop 或 /arena select 结束后再启动新会话。',
|
|
1653
|
+
'Usage: /arena start --models model1,model2 <task>':
|
|
1654
|
+
'用法:/arena start --models model1,model2 <task>',
|
|
1655
|
+
'Models to compete (required, at least 2)':
|
|
1656
|
+
'参与竞争的模型(必须,至少 2 个)',
|
|
1657
|
+
'Format: authType:modelId or just modelId':
|
|
1658
|
+
'格式:authType:modelId 或仅 modelId',
|
|
1659
|
+
'Arena requires at least 2 models. Use --models model1,model2 to specify.':
|
|
1660
|
+
'Arena 至少需要 2 个模型。请使用 --models model1,model2 指定。',
|
|
1661
|
+
'Arena started with {{count}} agents on task: "{{task}}"\nModels:\n{{modelList}}':
|
|
1662
|
+
'Arena 已启动 {{count}} 个智能体处理任务:"{{task}}"\n模型:\n{{modelList}}',
|
|
1663
|
+
'Arena panes are running in tmux. Attach with: `{{command}}`':
|
|
1664
|
+
'Arena 面板正在 tmux 中运行。使用以下命令附加:`{{command}}`',
|
|
1665
|
+
'[{{label}}] failed: {{error}}': '[{{label}}] 失败:{{error}}',
|
|
1666
|
+
'Loading suggestions...': '正在加载建议...',
|
|
1667
|
+
'Open the memory manager.': '打开记忆管理器。',
|
|
1668
|
+
'Save a durable memory to the memory system.':
|
|
1669
|
+
'将一条持久记忆保存到记忆系统。',
|
|
1670
|
+
'Show per-item context usage breakdown.': '显示按项目划分的上下文使用详情。',
|
|
1671
|
+
'Manage extension settings': '管理扩展设置',
|
|
1672
|
+
|
|
1673
|
+
// === Core: added from PR #3328 ===
|
|
1674
|
+
'Manage dynamic translation cache': '管理动态翻译缓存',
|
|
1675
|
+
'Re-translate currently loaded dynamic slash descriptions for the current UI language':
|
|
1676
|
+
'重新翻译当前 UI 语言的动态斜杠命令描述',
|
|
1677
|
+
'Clear cached translations for the current UI language':
|
|
1678
|
+
'清除当前 UI 语言的缓存翻译',
|
|
1679
|
+
'Manage AI translation for dynamic slash command descriptions':
|
|
1680
|
+
'管理动态斜杠命令描述的 AI 翻译',
|
|
1681
|
+
'Enable AI translation for dynamic slash command descriptions':
|
|
1682
|
+
'启用动态斜杠命令描述的 AI 翻译',
|
|
1683
|
+
'Disable AI translation for dynamic slash command descriptions':
|
|
1684
|
+
'禁用动态斜杠命令描述的 AI 翻译',
|
|
1685
|
+
'Show AI translation status for dynamic slash command descriptions':
|
|
1686
|
+
'显示动态斜杠命令描述的 AI 翻译状态',
|
|
1687
|
+
'AI translation for dynamic slash command descriptions is {{status}}.':
|
|
1688
|
+
'动态斜杠命令描述的 AI 翻译处于{{status}}状态。',
|
|
1689
|
+
'AI translation for dynamic slash command descriptions is now enabled.':
|
|
1690
|
+
'动态斜杠命令描述的 AI 翻译现已启用。',
|
|
1691
|
+
'AI translation for dynamic slash command descriptions is now disabled.':
|
|
1692
|
+
'动态斜杠命令描述的 AI 翻译现已禁用。',
|
|
1693
|
+
'Background tasks': '后台任务',
|
|
1694
|
+
'No tasks currently running': '当前没有正在运行的任务',
|
|
1695
|
+
'No entry to show.': '没有可显示的条目。',
|
|
1696
|
+
Running: '运行中',
|
|
1697
|
+
Paused: '已暂停',
|
|
1698
|
+
Completed: '已完成',
|
|
1699
|
+
Failed: '失败',
|
|
1700
|
+
Stopped: '已停止',
|
|
1701
|
+
Shell: 'Shell',
|
|
1702
|
+
Monitor: '监控',
|
|
1703
|
+
Command: '命令',
|
|
1704
|
+
Dream: '记忆整理',
|
|
1705
|
+
'[dream] memory consolidation': '[记忆整理] 记忆整理',
|
|
1706
|
+
'[dream] memory consolidation (reviewing {{count}} session)':
|
|
1707
|
+
'[记忆整理] 记忆整理(正在审阅 {{count}} 个会话)',
|
|
1708
|
+
'[dream] memory consolidation (reviewing {{count}} sessions)':
|
|
1709
|
+
'[记忆整理] 记忆整理(正在审阅 {{count}} 个会话)',
|
|
1710
|
+
'{{count}} session': '{{count}} 个会话',
|
|
1711
|
+
'{{count}} sessions': '{{count}} 个会话',
|
|
1712
|
+
'{{count}} topic': '{{count}} 个主题',
|
|
1713
|
+
'{{count}} topics': '{{count}} 个主题',
|
|
1714
|
+
'{{count}} tokens': '{{count}} tokens',
|
|
1715
|
+
'{{count}} tool call': '{{count}} 个工具调用',
|
|
1716
|
+
'{{count}} tool calls': '{{count}} 个工具调用',
|
|
1717
|
+
'{{count}} event': '{{count}} 个事件',
|
|
1718
|
+
'{{count}} events': '{{count}} 个事件',
|
|
1719
|
+
'{{count}} dropped': '丢弃 {{count}} 行',
|
|
1720
|
+
'pid {{pid}}': 'pid {{pid}}',
|
|
1721
|
+
'exit {{exitCode}}': '退出码 {{exitCode}}',
|
|
1722
|
+
'Sessions reviewing': '正在审阅的会话',
|
|
1723
|
+
Progress: '进度',
|
|
1724
|
+
'Resume blocked': '恢复受阻',
|
|
1725
|
+
'Working dir': '工作目录',
|
|
1726
|
+
'Output file': '输出文件',
|
|
1727
|
+
'Topics touched ({{count}})': '触及的主题({{count}})',
|
|
1728
|
+
'{{count}} more': '{{count}} 个',
|
|
1729
|
+
'Lock release warning': '锁释放警告',
|
|
1730
|
+
'Metadata write warning': '元数据写入警告',
|
|
1731
|
+
"Subsequent dreams may be skipped as locked until the next session's staleness sweep cleans the file.":
|
|
1732
|
+
'后续记忆整理可能会因锁定而跳过,直到下一次会话过期清理清除此文件。',
|
|
1733
|
+
"The scheduler gate did not see this dream's timestamp; the next dream cycle may re-fire sooner than usual.":
|
|
1734
|
+
'调度门控未看到本次记忆整理的时间戳;下一轮记忆整理可能会比平时更早重新触发。',
|
|
1735
|
+
|
|
1736
|
+
// === Same-as-English optimization ===
|
|
1737
|
+
' (not in model registry)': '(不在模型注册表中)',
|
|
1738
|
+
'start server': '启动服务器',
|
|
1739
|
+
'中国 (China)': '中国',
|
|
1740
|
+
'中国 (China) - 阿里云百炼': '中国 - 阿里云百炼',
|
|
1741
|
+
'阿里云百炼 (aliyun.com)': '阿里云百炼(aliyun.com)',
|
|
1939
1742
|
};
|