mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-02 21:50:52 +00:00
fix i18n
This commit is contained in:
parent
6e641b8def
commit
f8e41fb7fa
5 changed files with 115 additions and 12 deletions
|
|
@ -378,6 +378,27 @@ export default {
|
|||
'Extension "{{name}}" disabled for scope "{{scope}}"',
|
||||
'Extension "{{name}}" enabled for scope "{{scope}}"':
|
||||
'Extension "{{name}}" enabled for scope "{{scope}}"',
|
||||
'Do you want to continue? [Y/n]: ': 'Do you want to continue? [Y/n]: ',
|
||||
'Do you want to continue?': 'Do you want to continue?',
|
||||
'Installing extension "{{name}}".': 'Installing extension "{{name}}".',
|
||||
'**Extensions may introduce unexpected behavior. Ensure you have investigated the extension source and trust the author.**':
|
||||
'**Extensions may introduce unexpected behavior. Ensure you have investigated the extension source and trust the author.**',
|
||||
'This extension will run the following MCP servers:':
|
||||
'This extension will run the following MCP servers:',
|
||||
local: 'local',
|
||||
remote: 'remote',
|
||||
'This extension will add the following commands: {{commands}}.':
|
||||
'This extension will add the following commands: {{commands}}.',
|
||||
'This extension will append info to your QWEN.md context using {{fileName}}':
|
||||
'This extension will append info to your QWEN.md context using {{fileName}}',
|
||||
'This extension will exclude the following core tools: {{tools}}':
|
||||
'This extension will exclude the following core tools: {{tools}}',
|
||||
'This extension will install the following skills:':
|
||||
'This extension will install the following skills:',
|
||||
'This extension will install the following subagents:':
|
||||
'This extension will install the following subagents:',
|
||||
'Installation cancelled for "{{name}}".':
|
||||
'Installation cancelled for "{{name}}".',
|
||||
'manage IDE integration': 'manage IDE integration',
|
||||
'check status of IDE integration': 'check status of IDE integration',
|
||||
'install required IDE companion for {{ideName}}':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue