mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 20:20:57 +00:00
feat: add skills and agents display to extension list with i18n support
- Add skills and agents sections to extensionToOutputString() output - Implement full i18n support for all extension info labels - Add translations for en, zh, de, ru languages - Display skill names and agent names in extension list command
This commit is contained in:
parent
7177b41120
commit
61d2c72c90
5 changed files with 66 additions and 9 deletions
|
|
@ -469,6 +469,17 @@ export default {
|
|||
'Either an extension name or --all must be provided':
|
||||
'必须提供扩展名称或 --all',
|
||||
'Lists installed extensions.': '列出已安装的扩展。',
|
||||
'Path:': '路径:',
|
||||
'Source:': '来源:',
|
||||
'Type:': '类型:',
|
||||
'Ref:': '引用:',
|
||||
'Release tag:': '发布标签:',
|
||||
'Enabled (User):': '已启用(用户):',
|
||||
'Enabled (Workspace):': '已启用(工作区):',
|
||||
'Context files:': '上下文文件:',
|
||||
'Skills:': '技能:',
|
||||
'Agents:': '代理:',
|
||||
'MCP servers:': 'MCP 服务器:',
|
||||
'Link extension failed to install.': '链接扩展安装失败。',
|
||||
'Extension "{{name}}" linked successfully and enabled.':
|
||||
'扩展 "{{name}}" 链接成功并已启用。',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue