@qwen-code/qwen-code 0.7.2 → 0.8.0-nightly.20260123.011f3d23
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/cli.js +136451 -128188
- package/locales/de.js +233 -18
- package/locales/en.js +261 -26
- package/locales/ru.js +245 -18
- package/locales/zh.js +243 -25
- package/package.json +3 -5
package/locales/zh.js
CHANGED
|
@@ -32,6 +32,25 @@ export default {
|
|
|
32
32
|
'Model Context Protocol command (from external servers)':
|
|
33
33
|
'模型上下文协议命令(来自外部服务器)',
|
|
34
34
|
'Keyboard Shortcuts:': '键盘快捷键:',
|
|
35
|
+
'Toggle this help display': '切换此帮助显示',
|
|
36
|
+
'Toggle shell mode': '切换命令行模式',
|
|
37
|
+
'Open command menu': '打开命令菜单',
|
|
38
|
+
'Add file context': '添加文件上下文',
|
|
39
|
+
'Accept suggestion / Autocomplete': '接受建议 / 自动补全',
|
|
40
|
+
'Reverse search history': '反向搜索历史',
|
|
41
|
+
'Press ? again to close': '再次按 ? 关闭',
|
|
42
|
+
// Keyboard shortcuts panel descriptions
|
|
43
|
+
'for shell mode': '命令行模式',
|
|
44
|
+
'for commands': '命令菜单',
|
|
45
|
+
'for file paths': '文件路径',
|
|
46
|
+
'to clear input': '清空输入',
|
|
47
|
+
'to cycle approvals': '切换审批模式',
|
|
48
|
+
'to quit': '退出',
|
|
49
|
+
'for newline': '换行',
|
|
50
|
+
'to clear screen': '清屏',
|
|
51
|
+
'to search history': '搜索历史',
|
|
52
|
+
'to paste images': '粘贴图片',
|
|
53
|
+
'for external editor': '外部编辑器',
|
|
35
54
|
'Jump through words in the input': '在输入中按单词跳转',
|
|
36
55
|
'Close dialogs, cancel requests, or quit application':
|
|
37
56
|
'关闭对话框、取消请求或退出应用程序',
|
|
@@ -45,6 +64,7 @@ export default {
|
|
|
45
64
|
'Connecting to MCP servers... ({{connected}}/{{total}})':
|
|
46
65
|
'正在连接到 MCP 服务器... ({{connected}}/{{total}})',
|
|
47
66
|
'Type your message or @path/to/file': '输入您的消息或 @ 文件路径',
|
|
67
|
+
'? for shortcuts': '按 ? 查看快捷键',
|
|
48
68
|
"Press 'i' for INSERT mode and 'Esc' for NORMAL mode.":
|
|
49
69
|
"按 'i' 进入插入模式,按 'Esc' 进入普通模式",
|
|
50
70
|
'Cancel operation / Clear input (double press)':
|
|
@@ -58,10 +78,15 @@ export default {
|
|
|
58
78
|
'show version info': '显示版本信息',
|
|
59
79
|
'submit a bug report': '提交错误报告',
|
|
60
80
|
'About Qwen Code': '关于 Qwen Code',
|
|
81
|
+
Status: '状态',
|
|
61
82
|
|
|
62
83
|
// ============================================================================
|
|
63
84
|
// System Information Fields
|
|
64
85
|
// ============================================================================
|
|
86
|
+
'Qwen Code': 'Qwen Code',
|
|
87
|
+
Runtime: '运行环境',
|
|
88
|
+
OS: '操作系统',
|
|
89
|
+
Auth: '认证',
|
|
65
90
|
'CLI Version': 'CLI 版本',
|
|
66
91
|
'Git Commit': 'Git 提交',
|
|
67
92
|
Model: '模型',
|
|
@@ -74,6 +99,7 @@ export default {
|
|
|
74
99
|
'Session ID': '会话 ID',
|
|
75
100
|
'Auth Method': '认证方式',
|
|
76
101
|
'Base URL': '基础 URL',
|
|
102
|
+
Proxy: '代理',
|
|
77
103
|
'Memory Usage': '内存使用',
|
|
78
104
|
'IDE Client': 'IDE 客户端',
|
|
79
105
|
|
|
@@ -97,8 +123,8 @@ export default {
|
|
|
97
123
|
Preview: '预览',
|
|
98
124
|
'(Use Enter to select, Tab to configure scope)':
|
|
99
125
|
'(使用 Enter 选择,Tab 配置作用域)',
|
|
100
|
-
'(Use Enter to apply scope, Tab to
|
|
101
|
-
'(使用 Enter 应用作用域,Tab
|
|
126
|
+
'(Use Enter to apply scope, Tab to go back)':
|
|
127
|
+
'(使用 Enter 应用作用域,Tab 返回)',
|
|
102
128
|
'Theme configuration unavailable due to NO_COLOR env variable.':
|
|
103
129
|
'由于 NO_COLOR 环境变量,主题配置不可用。',
|
|
104
130
|
'Theme "{{themeName}}" not found.': '未找到主题 "{{themeName}}"。',
|
|
@@ -149,6 +175,7 @@ export default {
|
|
|
149
175
|
'Project Level ({{path}})': '项目级 ({{path}})',
|
|
150
176
|
'User Level ({{path}})': '用户级 ({{path}})',
|
|
151
177
|
'Built-in Agents': '内置代理',
|
|
178
|
+
'Extension Agents': '扩展代理',
|
|
152
179
|
'Using: {{count}} agents': '使用中: {{count}} 个代理',
|
|
153
180
|
'View Agent': '查看代理',
|
|
154
181
|
'Edit Agent': '编辑代理',
|
|
@@ -248,8 +275,6 @@ export default {
|
|
|
248
275
|
// ============================================================================
|
|
249
276
|
'View and edit Qwen Code settings': '查看和编辑 Qwen Code 设置',
|
|
250
277
|
Settings: '设置',
|
|
251
|
-
'(Use Enter to select{{tabText}})': '(使用 Enter 选择{{tabText}})',
|
|
252
|
-
', Tab to change focus': ',Tab 切换焦点',
|
|
253
278
|
'To see changes, Qwen Code must be restarted. Press r to exit and apply changes now.':
|
|
254
279
|
'要查看更改,必须重启 Qwen Code。按 r 退出并立即应用更改。',
|
|
255
280
|
'The command "/{{command}}" is not supported in non-interactive mode.':
|
|
@@ -259,24 +284,24 @@ export default {
|
|
|
259
284
|
// ============================================================================
|
|
260
285
|
'Vim Mode': 'Vim 模式',
|
|
261
286
|
'Disable Auto Update': '禁用自动更新',
|
|
287
|
+
'Attribution: commit': '署名:提交',
|
|
288
|
+
'Terminal Bell Notification': '终端响铃通知',
|
|
289
|
+
'Enable Usage Statistics': '启用使用统计',
|
|
290
|
+
Theme: '主题',
|
|
291
|
+
'Preferred Editor': '首选编辑器',
|
|
292
|
+
'Auto-connect to IDE': '自动连接到 IDE',
|
|
262
293
|
'Enable Prompt Completion': '启用提示补全',
|
|
263
294
|
'Debug Keystroke Logging': '调试按键记录',
|
|
264
|
-
Language: '
|
|
295
|
+
'Language: UI': '语言:界面',
|
|
296
|
+
'Language: Model': '语言:模型',
|
|
265
297
|
'Output Format': '输出格式',
|
|
266
298
|
'Hide Window Title': '隐藏窗口标题',
|
|
267
299
|
'Show Status in Title': '在标题中显示状态',
|
|
268
300
|
'Hide Tips': '隐藏提示',
|
|
269
|
-
'
|
|
270
|
-
'Hide Context Summary': '隐藏上下文摘要',
|
|
271
|
-
'Hide CWD': '隐藏当前工作目录',
|
|
272
|
-
'Hide Sandbox Status': '隐藏沙箱状态',
|
|
273
|
-
'Hide Model Info': '隐藏模型信息',
|
|
274
|
-
'Hide Footer': '隐藏页脚',
|
|
275
|
-
'Show Memory Usage': '显示内存使用',
|
|
276
|
-
'Show Line Numbers': '显示行号',
|
|
301
|
+
'Show Line Numbers in Code': '在代码中显示行号',
|
|
277
302
|
'Show Citations': '显示引用',
|
|
278
303
|
'Custom Witty Phrases': '自定义诙谐短语',
|
|
279
|
-
'
|
|
304
|
+
'Show Welcome Back Dialog': '显示欢迎回来对话框',
|
|
280
305
|
'Enable User Feedback': '启用用户反馈',
|
|
281
306
|
'How is Qwen doing this session? (optional)': 'Qwen 这次表现如何?(可选)',
|
|
282
307
|
Bad: '不满意',
|
|
@@ -301,7 +326,7 @@ export default {
|
|
|
301
326
|
'Respect .qwenignore': '遵守 .qwenignore',
|
|
302
327
|
'Enable Recursive File Search': '启用递归文件搜索',
|
|
303
328
|
'Disable Fuzzy Search': '禁用模糊搜索',
|
|
304
|
-
'
|
|
329
|
+
'Interactive Shell (PTY)': '交互式 Shell (PTY)',
|
|
305
330
|
'Show Color': '显示颜色',
|
|
306
331
|
'Auto Accept': '自动接受',
|
|
307
332
|
'Use Ripgrep': '使用 Ripgrep',
|
|
@@ -312,6 +337,7 @@ export default {
|
|
|
312
337
|
'Folder Trust': '文件夹信任',
|
|
313
338
|
'Vision Model Preview': '视觉模型预览',
|
|
314
339
|
'Tool Schema Compliance': '工具 Schema 兼容性',
|
|
340
|
+
'Experimental: Skills': '实验性: 技能',
|
|
315
341
|
// Settings enum options
|
|
316
342
|
'Auto (detect from system)': '自动(从系统检测)',
|
|
317
343
|
Text: '文本',
|
|
@@ -333,10 +359,137 @@ export default {
|
|
|
333
359
|
'将目录添加到工作区。使用逗号分隔多个路径',
|
|
334
360
|
'Show all directories in the workspace': '显示工作区中的所有目录',
|
|
335
361
|
'set external editor preference': '设置外部编辑器首选项',
|
|
362
|
+
'Select Editor': '选择编辑器',
|
|
363
|
+
'Editor Preference': '编辑器首选项',
|
|
364
|
+
'These editors are currently supported. Please note that some editors cannot be used in sandbox mode.':
|
|
365
|
+
'当前支持以下编辑器。请注意,某些编辑器无法在沙箱模式下使用。',
|
|
366
|
+
'Your preferred editor is:': '您的首选编辑器是:',
|
|
336
367
|
'Manage extensions': '管理扩展',
|
|
337
368
|
'List active extensions': '列出活动扩展',
|
|
338
369
|
'Update extensions. Usage: update <extension-names>|--all':
|
|
339
370
|
'更新扩展。用法:update <extension-names>|--all',
|
|
371
|
+
'Disable an extension': '禁用扩展',
|
|
372
|
+
'Enable an extension': '启用扩展',
|
|
373
|
+
'Install an extension from a git repo or local path':
|
|
374
|
+
'从 Git 仓库或本地路径安装扩展',
|
|
375
|
+
'Uninstall an extension': '卸载扩展',
|
|
376
|
+
'No extensions installed.': '未安装扩展。',
|
|
377
|
+
'Usage: /extensions update <extension-names>|--all':
|
|
378
|
+
'用法:/extensions update <扩展名>|--all',
|
|
379
|
+
'Extension "{{name}}" not found.': '未找到扩展 "{{name}}"。',
|
|
380
|
+
'No extensions to update.': '没有可更新的扩展。',
|
|
381
|
+
'Usage: /extensions install <source>': '用法:/extensions install <来源>',
|
|
382
|
+
'Installing extension from "{{source}}"...':
|
|
383
|
+
'正在从 "{{source}}" 安装扩展...',
|
|
384
|
+
'Extension "{{name}}" installed successfully.': '扩展 "{{name}}" 安装成功。',
|
|
385
|
+
'Failed to install extension from "{{source}}": {{error}}':
|
|
386
|
+
'从 "{{source}}" 安装扩展失败:{{error}}',
|
|
387
|
+
'Usage: /extensions uninstall <extension-name>':
|
|
388
|
+
'用法:/extensions uninstall <扩展名>',
|
|
389
|
+
'Uninstalling extension "{{name}}"...': '正在卸载扩展 "{{name}}"...',
|
|
390
|
+
'Extension "{{name}}" uninstalled successfully.':
|
|
391
|
+
'扩展 "{{name}}" 卸载成功。',
|
|
392
|
+
'Failed to uninstall extension "{{name}}": {{error}}':
|
|
393
|
+
'卸载扩展 "{{name}}" 失败:{{error}}',
|
|
394
|
+
'Usage: /extensions {{command}} <extension> [--scope=<user|workspace>]':
|
|
395
|
+
'用法:/extensions {{command}} <扩展> [--scope=<user|workspace>]',
|
|
396
|
+
'Unsupported scope "{{scope}}", should be one of "user" or "workspace"':
|
|
397
|
+
'不支持的作用域 "{{scope}}",应为 "user" 或 "workspace"',
|
|
398
|
+
'Extension "{{name}}" disabled for scope "{{scope}}"':
|
|
399
|
+
'扩展 "{{name}}" 已在作用域 "{{scope}}" 中禁用',
|
|
400
|
+
'Extension "{{name}}" enabled for scope "{{scope}}"':
|
|
401
|
+
'扩展 "{{name}}" 已在作用域 "{{scope}}" 中启用',
|
|
402
|
+
'Do you want to continue? [Y/n]: ': '是否继续?[Y/n]:',
|
|
403
|
+
'Do you want to continue?': '是否继续?',
|
|
404
|
+
'Installing extension "{{name}}".': '正在安装扩展 "{{name}}"。',
|
|
405
|
+
'**Extensions may introduce unexpected behavior. Ensure you have investigated the extension source and trust the author.**':
|
|
406
|
+
'**扩展可能会引入意外行为。请确保您已调查过扩展源并信任作者。**',
|
|
407
|
+
'This extension will run the following MCP servers:':
|
|
408
|
+
'此扩展将运行以下 MCP 服务器:',
|
|
409
|
+
local: '本地',
|
|
410
|
+
remote: '远程',
|
|
411
|
+
'This extension will add the following commands: {{commands}}.':
|
|
412
|
+
'此扩展将添加以下命令:{{commands}}。',
|
|
413
|
+
'This extension will append info to your QWEN.md context using {{fileName}}':
|
|
414
|
+
'此扩展将使用 {{fileName}} 向您的 QWEN.md 上下文追加信息',
|
|
415
|
+
'This extension will exclude the following core tools: {{tools}}':
|
|
416
|
+
'此扩展将排除以下核心工具:{{tools}}',
|
|
417
|
+
'This extension will install the following skills:': '此扩展将安装以下技能:',
|
|
418
|
+
'This extension will install the following subagents:':
|
|
419
|
+
'此扩展将安装以下子代理:',
|
|
420
|
+
'Installation cancelled for "{{name}}".': '已取消安装 "{{name}}"。',
|
|
421
|
+
'--ref and --auto-update are not applicable for marketplace extensions.':
|
|
422
|
+
'--ref 和 --auto-update 不适用于市场扩展。',
|
|
423
|
+
'Extension "{{name}}" installed successfully and enabled.':
|
|
424
|
+
'扩展 "{{name}}" 安装成功并已启用。',
|
|
425
|
+
'Installs an extension from a git repository URL, local path, or claude marketplace (marketplace-url:plugin-name).':
|
|
426
|
+
'从 Git 仓库 URL、本地路径或 Claude 市场(marketplace-url:plugin-name)安装扩展。',
|
|
427
|
+
'The github URL, local path, or marketplace source (marketplace-url:plugin-name) of the extension to install.':
|
|
428
|
+
'要安装的扩展的 GitHub URL、本地路径或市场源(marketplace-url:plugin-name)。',
|
|
429
|
+
'The git ref to install from.': '要安装的 Git 引用。',
|
|
430
|
+
'Enable auto-update for this extension.': '为此扩展启用自动更新。',
|
|
431
|
+
'Enable pre-release versions for this extension.': '为此扩展启用预发布版本。',
|
|
432
|
+
'Acknowledge the security risks of installing an extension and skip the confirmation prompt.':
|
|
433
|
+
'确认安装扩展的安全风险并跳过确认提示。',
|
|
434
|
+
'The source argument must be provided.': '必须提供来源参数。',
|
|
435
|
+
'Extension "{{name}}" successfully uninstalled.':
|
|
436
|
+
'扩展 "{{name}}" 卸载成功。',
|
|
437
|
+
'Uninstalls an extension.': '卸载扩展。',
|
|
438
|
+
'The name or source path of the extension to uninstall.':
|
|
439
|
+
'要卸载的扩展的名称或源路径。',
|
|
440
|
+
'Please include the name of the extension to uninstall as a positional argument.':
|
|
441
|
+
'请将要卸载的扩展名称作为位置参数。',
|
|
442
|
+
'Enables an extension.': '启用扩展。',
|
|
443
|
+
'The name of the extension to enable.': '要启用的扩展名称。',
|
|
444
|
+
'The scope to enable the extenison in. If not set, will be enabled in all scopes.':
|
|
445
|
+
'启用扩展的作用域。如果未设置,将在所有作用域中启用。',
|
|
446
|
+
'Extension "{{name}}" successfully enabled for scope "{{scope}}".':
|
|
447
|
+
'扩展 "{{name}}" 已在作用域 "{{scope}}" 中启用。',
|
|
448
|
+
'Extension "{{name}}" successfully enabled in all scopes.':
|
|
449
|
+
'扩展 "{{name}}" 已在所有作用域中启用。',
|
|
450
|
+
'Invalid scope: {{scope}}. Please use one of {{scopes}}.':
|
|
451
|
+
'无效的作用域:{{scope}}。请使用 {{scopes}} 之一。',
|
|
452
|
+
'Disables an extension.': '禁用扩展。',
|
|
453
|
+
'The name of the extension to disable.': '要禁用的扩展名称。',
|
|
454
|
+
'The scope to disable the extenison in.': '禁用扩展的作用域。',
|
|
455
|
+
'Extension "{{name}}" successfully disabled for scope "{{scope}}".':
|
|
456
|
+
'扩展 "{{name}}" 已在作用域 "{{scope}}" 中禁用。',
|
|
457
|
+
'Extension "{{name}}" successfully updated: {{oldVersion}} → {{newVersion}}.':
|
|
458
|
+
'扩展 "{{name}}" 更新成功:{{oldVersion}} → {{newVersion}}。',
|
|
459
|
+
'Unable to install extension "{{name}}" due to missing install metadata':
|
|
460
|
+
'由于缺少安装元数据,无法安装扩展 "{{name}}"',
|
|
461
|
+
'Extension "{{name}}" is already up to date.':
|
|
462
|
+
'扩展 "{{name}}" 已是最新版本。',
|
|
463
|
+
'Updates all extensions or a named extension to the latest version.':
|
|
464
|
+
'将所有扩展或指定扩展更新到最新版本。',
|
|
465
|
+
'The name of the extension to update.': '要更新的扩展名称。',
|
|
466
|
+
'Update all extensions.': '更新所有扩展。',
|
|
467
|
+
'Either an extension name or --all must be provided':
|
|
468
|
+
'必须提供扩展名称或 --all',
|
|
469
|
+
'Lists installed extensions.': '列出已安装的扩展。',
|
|
470
|
+
'Link extension failed to install.': '链接扩展安装失败。',
|
|
471
|
+
'Extension "{{name}}" linked successfully and enabled.':
|
|
472
|
+
'扩展 "{{name}}" 链接成功并已启用。',
|
|
473
|
+
'Links an extension from a local path. Updates made to the local path will always be reflected.':
|
|
474
|
+
'从本地路径链接扩展。对本地路径的更新将始终反映。',
|
|
475
|
+
'The name of the extension to link.': '要链接的扩展名称。',
|
|
476
|
+
'Set a specific setting for an extension.': '为扩展设置特定配置。',
|
|
477
|
+
'Name of the extension to configure.': '要配置的扩展名称。',
|
|
478
|
+
'The setting to configure (name or env var).':
|
|
479
|
+
'要配置的设置(名称或环境变量)。',
|
|
480
|
+
'The scope to set the setting in.': '设置配置的作用域。',
|
|
481
|
+
'List all settings for an extension.': '列出扩展的所有设置。',
|
|
482
|
+
'Name of the extension.': '扩展名称。',
|
|
483
|
+
'Extension "{{name}}" has no settings to configure.':
|
|
484
|
+
'扩展 "{{name}}" 没有可配置的设置。',
|
|
485
|
+
'Settings for "{{name}}":': '"{{name}}" 的设置:',
|
|
486
|
+
'(workspace)': '(工作区)',
|
|
487
|
+
'(user)': '(用户)',
|
|
488
|
+
'[not set]': '[未设置]',
|
|
489
|
+
'[value stored in keychain]': '[值存储在钥匙串中]',
|
|
490
|
+
'Manage extension settings.': '管理扩展设置。',
|
|
491
|
+
'You need to specify a command (set or list).':
|
|
492
|
+
'您需要指定命令(set 或 list)。',
|
|
340
493
|
'manage IDE integration': '管理 IDE 集成',
|
|
341
494
|
'check status of IDE integration': '检查 IDE 集成状态',
|
|
342
495
|
'install required IDE companion for {{ideName}}':
|
|
@@ -396,6 +549,7 @@ export default {
|
|
|
396
549
|
'Example: /language output English': '示例:/language output English',
|
|
397
550
|
'Example: /language output 日本語': '示例:/language output 日本語',
|
|
398
551
|
'UI language changed to {{lang}}': 'UI 语言已更改为 {{lang}}',
|
|
552
|
+
'LLM output language set to {{lang}}': 'LLM 输出语言已设置为 {{lang}}',
|
|
399
553
|
'LLM output language rule file generated at {{path}}':
|
|
400
554
|
'LLM 输出语言规则文件已生成于 {{path}}',
|
|
401
555
|
'Please restart the application for the changes to take effect.':
|
|
@@ -416,7 +570,7 @@ export default {
|
|
|
416
570
|
// ============================================================================
|
|
417
571
|
// Commands - Approval Mode
|
|
418
572
|
// ============================================================================
|
|
419
|
-
'Approval Mode': '
|
|
573
|
+
'Tool Approval Mode': '工具审批模式',
|
|
420
574
|
'Current approval mode: {{mode}}': '当前审批模式:{{mode}}',
|
|
421
575
|
'Available approval modes:': '可用的审批模式:',
|
|
422
576
|
'Approval mode changed to: {{mode}}': '审批模式已更改为:{{mode}}',
|
|
@@ -450,8 +604,6 @@ export default {
|
|
|
450
604
|
'Automatically approve all tools': '自动批准所有工具',
|
|
451
605
|
'Workspace approval mode exists and takes priority. User-level change will have no effect.':
|
|
452
606
|
'工作区审批模式已存在并具有优先级。用户级别的更改将无效。',
|
|
453
|
-
'(Use Enter to select, Tab to change focus)':
|
|
454
|
-
'(使用 Enter 选择,Tab 切换焦点)',
|
|
455
607
|
'Apply To': '应用于',
|
|
456
608
|
'User Settings': '用户设置',
|
|
457
609
|
'Workspace Settings': '工作区设置',
|
|
@@ -851,13 +1003,22 @@ export default {
|
|
|
851
1003
|
// ============================================================================
|
|
852
1004
|
// Startup Tips
|
|
853
1005
|
// ============================================================================
|
|
854
|
-
'Tips
|
|
855
|
-
'
|
|
856
|
-
'
|
|
857
|
-
'
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
1006
|
+
'Tips:': '提示:',
|
|
1007
|
+
'Use /compress when the conversation gets long to summarize history and free up context.':
|
|
1008
|
+
'对话变长时用 /compress,总结历史并释放上下文。',
|
|
1009
|
+
'Start a fresh idea with /clear or /new; the previous session stays available in history.':
|
|
1010
|
+
'用 /clear 或 /new 开启新思路;之前的会话会保留在历史记录中。',
|
|
1011
|
+
'Use /bug to submit issues to the maintainers when something goes off.':
|
|
1012
|
+
'遇到问题时,用 /bug 将问题提交给维护者。',
|
|
1013
|
+
'Switch auth type quickly with /auth.': '用 /auth 快速切换认证方式。',
|
|
1014
|
+
'You can run any shell commands from Qwen Code using ! (e.g. !ls).':
|
|
1015
|
+
'在 Qwen Code 中使用 ! 可运行任意 shell 命令(例如 !ls)。',
|
|
1016
|
+
'Type / to open the command popup; Tab autocompletes slash commands and saved prompts.':
|
|
1017
|
+
'输入 / 打开命令弹窗;按 Tab 自动补全斜杠命令和保存的提示词。',
|
|
1018
|
+
'You can resume a previous conversation by running qwen --continue or qwen --resume.':
|
|
1019
|
+
'运行 qwen --continue 或 qwen --resume 可继续之前的会话。',
|
|
1020
|
+
'You can switch permission mode quickly with Shift+Tab or /approval-mode.':
|
|
1021
|
+
'按 Shift+Tab 或输入 /approval-mode 可快速切换权限模式。',
|
|
861
1022
|
|
|
862
1023
|
// ============================================================================
|
|
863
1024
|
// Exit Screen / Stats
|
|
@@ -917,6 +1078,18 @@ export default {
|
|
|
917
1078
|
'Session start time is unavailable, cannot calculate stats.':
|
|
918
1079
|
'会话开始时间不可用,无法计算统计信息',
|
|
919
1080
|
|
|
1081
|
+
// ============================================================================
|
|
1082
|
+
// Command Format Migration
|
|
1083
|
+
// ============================================================================
|
|
1084
|
+
'Command Format Migration': '命令格式迁移',
|
|
1085
|
+
'Found {{count}} TOML command file:': '发现 {{count}} 个 TOML 命令文件:',
|
|
1086
|
+
'Found {{count}} TOML command files:': '发现 {{count}} 个 TOML 命令文件:',
|
|
1087
|
+
'... and {{count}} more': '... 以及其他 {{count}} 个',
|
|
1088
|
+
'The TOML format is deprecated. Would you like to migrate them to Markdown format?':
|
|
1089
|
+
'TOML 格式已弃用。是否将它们迁移到 Markdown 格式?',
|
|
1090
|
+
'(Backups will be created and original files will be preserved)':
|
|
1091
|
+
'(将创建备份,原始文件将保留)',
|
|
1092
|
+
|
|
920
1093
|
// ============================================================================
|
|
921
1094
|
// Loading Phrases
|
|
922
1095
|
// ============================================================================
|
|
@@ -957,4 +1130,49 @@ export default {
|
|
|
957
1130
|
'哪怕只有 0.1% 的进度,也是在向目标靠近...',
|
|
958
1131
|
'加载的是字节,承载的是对技术的热爱...',
|
|
959
1132
|
],
|
|
1133
|
+
|
|
1134
|
+
// ============================================================================
|
|
1135
|
+
// Extension Settings Input
|
|
1136
|
+
// ============================================================================
|
|
1137
|
+
'Enter value...': '请输入值...',
|
|
1138
|
+
'Enter sensitive value...': '请输入敏感值...',
|
|
1139
|
+
'Press Enter to submit, Escape to cancel': '按 Enter 提交,Escape 取消',
|
|
1140
|
+
|
|
1141
|
+
// ============================================================================
|
|
1142
|
+
// Command Migration Tool
|
|
1143
|
+
// ============================================================================
|
|
1144
|
+
'Markdown file already exists: {{filename}}':
|
|
1145
|
+
'Markdown 文件已存在:{{filename}}',
|
|
1146
|
+
'TOML Command Format Deprecation Notice': 'TOML 命令格式弃用通知',
|
|
1147
|
+
'Found {{count}} command file(s) in TOML format:':
|
|
1148
|
+
'发现 {{count}} 个 TOML 格式的命令文件:',
|
|
1149
|
+
'The TOML format for commands is being deprecated in favor of Markdown format.':
|
|
1150
|
+
'命令的 TOML 格式正在被弃用,推荐使用 Markdown 格式。',
|
|
1151
|
+
'Markdown format is more readable and easier to edit.':
|
|
1152
|
+
'Markdown 格式更易读、更易编辑。',
|
|
1153
|
+
'You can migrate these files automatically using:':
|
|
1154
|
+
'您可以使用以下命令自动迁移这些文件:',
|
|
1155
|
+
'Or manually convert each file:': '或手动转换每个文件:',
|
|
1156
|
+
'TOML: prompt = "..." / description = "..."':
|
|
1157
|
+
'TOML:prompt = "..." / description = "..."',
|
|
1158
|
+
'Markdown: YAML frontmatter + content': 'Markdown:YAML frontmatter + 内容',
|
|
1159
|
+
'The migration tool will:': '迁移工具将:',
|
|
1160
|
+
'Convert TOML files to Markdown': '将 TOML 文件转换为 Markdown',
|
|
1161
|
+
'Create backups of original files': '创建原始文件的备份',
|
|
1162
|
+
'Preserve all command functionality': '保留所有命令功能',
|
|
1163
|
+
'TOML format will continue to work for now, but migration is recommended.':
|
|
1164
|
+
'TOML 格式目前仍可使用,但建议迁移。',
|
|
1165
|
+
|
|
1166
|
+
// ============================================================================
|
|
1167
|
+
// Extensions - Explore Command
|
|
1168
|
+
// ============================================================================
|
|
1169
|
+
'Open extensions page in your browser': '在浏览器中打开扩展市场页面',
|
|
1170
|
+
'Unknown extensions source: {{source}}.': '未知的扩展来源:{{source}}。',
|
|
1171
|
+
'Would open extensions page in your browser: {{url}} (skipped in test environment)':
|
|
1172
|
+
'将在浏览器中打开扩展页面:{{url}}(测试环境中已跳过)',
|
|
1173
|
+
'View available extensions at {{url}}': '在 {{url}} 查看可用扩展',
|
|
1174
|
+
'Opening extensions page in your browser: {{url}}':
|
|
1175
|
+
'正在浏览器中打开扩展页面:{{url}}',
|
|
1176
|
+
'Failed to open browser. Check out the extensions gallery at {{url}}':
|
|
1177
|
+
'打开浏览器失败。请访问扩展市场:{{url}}',
|
|
960
1178
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qwen-code/qwen-code",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.0-nightly.20260123.011f3d23",
|
|
4
4
|
"description": "Qwen Code - AI-powered coding assistant",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -20,11 +20,9 @@
|
|
|
20
20
|
"locales"
|
|
21
21
|
],
|
|
22
22
|
"config": {
|
|
23
|
-
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.
|
|
24
|
-
},
|
|
25
|
-
"dependencies": {
|
|
26
|
-
"tiktoken": "^1.0.21"
|
|
23
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.8.0-nightly.20260123.011f3d23"
|
|
27
24
|
},
|
|
25
|
+
"dependencies": {},
|
|
28
26
|
"optionalDependencies": {
|
|
29
27
|
"@lydell/node-pty": "1.1.0",
|
|
30
28
|
"@lydell/node-pty-darwin-arm64": "1.1.0",
|