@qwen-code/qwen-code 0.12.0-preview.1 → 0.12.0-preview.2
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 +1089 -1137
- package/locales/de.js +12 -0
- package/locales/en.js +11 -0
- package/locales/ja.js +12 -0
- package/locales/pt.js +12 -0
- package/locales/ru.js +12 -0
- package/locales/zh.js +13 -2
- package/package.json +2 -2
package/locales/de.js
CHANGED
|
@@ -915,6 +915,9 @@ export default {
|
|
|
915
915
|
'Enter zum Bestätigen, Esc zum Abbrechen',
|
|
916
916
|
Disable: 'Deaktivieren',
|
|
917
917
|
Enable: 'Aktivieren',
|
|
918
|
+
Authenticate: 'Authentifizieren',
|
|
919
|
+
disabled: 'deaktiviert',
|
|
920
|
+
'Server:': 'Server:',
|
|
918
921
|
Reconnect: 'Neu verbinden',
|
|
919
922
|
'View tools': 'Werkzeuge anzeigen',
|
|
920
923
|
'Status:': 'Status:',
|
|
@@ -943,6 +946,14 @@ export default {
|
|
|
943
946
|
'Run qwen --debug to see error logs':
|
|
944
947
|
'Führen Sie qwen --debug aus, um Fehlerprotokolle anzuzeigen',
|
|
945
948
|
|
|
949
|
+
// MCP OAuth Authentication
|
|
950
|
+
'OAuth Authentication': 'OAuth-Authentifizierung',
|
|
951
|
+
'Press Enter to start authentication, Esc to go back':
|
|
952
|
+
'Drücken Sie Enter, um die Authentifizierung zu starten, Esc zum Zurückgehen',
|
|
953
|
+
'Authenticating... Please complete the login in your browser.':
|
|
954
|
+
'Authentifizierung läuft... Bitte schließen Sie die Anmeldung in Ihrem Browser ab.',
|
|
955
|
+
'Press Enter or Esc to go back': 'Drücken Sie Enter oder Esc zum Zurückgehen',
|
|
956
|
+
|
|
946
957
|
// MCP Tool List
|
|
947
958
|
'No tools available for this server.':
|
|
948
959
|
'Keine Werkzeuge für diesen Server verfügbar.',
|
|
@@ -951,6 +962,7 @@ export default {
|
|
|
951
962
|
'open-world': 'offene Welt',
|
|
952
963
|
idempotent: 'idempotent',
|
|
953
964
|
'Tools for {{name}}': 'Werkzeuge für {{name}}',
|
|
965
|
+
'Tools for {{serverName}}': 'Werkzeuge für {{serverName}}',
|
|
954
966
|
'{{current}}/{{total}}': '{{current}}/{{total}}',
|
|
955
967
|
|
|
956
968
|
// MCP Tool Detail
|
package/locales/en.js
CHANGED
|
@@ -842,6 +842,8 @@ export default {
|
|
|
842
842
|
Reconnect: 'Reconnect',
|
|
843
843
|
Enable: 'Enable',
|
|
844
844
|
Disable: 'Disable',
|
|
845
|
+
Authenticate: 'Authenticate',
|
|
846
|
+
'Server:': 'Server:',
|
|
845
847
|
'Command:': 'Command:',
|
|
846
848
|
'Working Directory:': 'Working Directory:',
|
|
847
849
|
'Capabilities:': 'Capabilities:',
|
|
@@ -866,6 +868,14 @@ export default {
|
|
|
866
868
|
'Add MCP servers to your settings to get started.',
|
|
867
869
|
'Run qwen --debug to see error logs': 'Run qwen --debug to see error logs',
|
|
868
870
|
|
|
871
|
+
// MCP OAuth Authentication
|
|
872
|
+
'OAuth Authentication': 'OAuth Authentication',
|
|
873
|
+
'Press Enter to start authentication, Esc to go back':
|
|
874
|
+
'Press Enter to start authentication, Esc to go back',
|
|
875
|
+
'Authenticating... Please complete the login in your browser.':
|
|
876
|
+
'Authenticating... Please complete the login in your browser.',
|
|
877
|
+
'Press Enter or Esc to go back': 'Press Enter or Esc to go back',
|
|
878
|
+
|
|
869
879
|
// MCP Tool List
|
|
870
880
|
'No tools available for this server.': 'No tools available for this server.',
|
|
871
881
|
destructive: 'destructive',
|
|
@@ -873,6 +883,7 @@ export default {
|
|
|
873
883
|
'open-world': 'open-world',
|
|
874
884
|
idempotent: 'idempotent',
|
|
875
885
|
'Tools for {{name}}': 'Tools for {{name}}',
|
|
886
|
+
'Tools for {{serverName}}': 'Tools for {{serverName}}',
|
|
876
887
|
'{{current}}/{{total}}': '{{current}}/{{total}}',
|
|
877
888
|
|
|
878
889
|
// MCP Tool Detail
|
package/locales/ja.js
CHANGED
|
@@ -654,6 +654,9 @@ export default {
|
|
|
654
654
|
'Press Enter to confirm, Esc to cancel': 'Enter で確認、Esc でキャンセル',
|
|
655
655
|
Disable: '無効化',
|
|
656
656
|
Enable: '有効化',
|
|
657
|
+
Authenticate: '認証',
|
|
658
|
+
disabled: '無効',
|
|
659
|
+
'Server:': 'サーバー:',
|
|
657
660
|
Reconnect: '再接続',
|
|
658
661
|
'View tools': 'ツールを表示',
|
|
659
662
|
'Status:': 'ステータス:',
|
|
@@ -683,6 +686,14 @@ export default {
|
|
|
683
686
|
'Run qwen --debug to see error logs':
|
|
684
687
|
'qwen --debug を実行してエラーログを確認してください',
|
|
685
688
|
|
|
689
|
+
// MCP OAuth Authentication
|
|
690
|
+
'OAuth Authentication': 'OAuth 認証',
|
|
691
|
+
'Press Enter to start authentication, Esc to go back':
|
|
692
|
+
'Enter で認証開始、Esc で戻る',
|
|
693
|
+
'Authenticating... Please complete the login in your browser.':
|
|
694
|
+
'認証中... ブラウザでログインを完了してください。',
|
|
695
|
+
'Press Enter or Esc to go back': 'Enter または Esc で戻る',
|
|
696
|
+
|
|
686
697
|
// MCP Tool List
|
|
687
698
|
'No tools available for this server.':
|
|
688
699
|
'このサーバーには使用可能なツールがありません。',
|
|
@@ -691,6 +702,7 @@ export default {
|
|
|
691
702
|
'open-world': 'オープンワールド',
|
|
692
703
|
idempotent: '冪等',
|
|
693
704
|
'Tools for {{name}}': '{{name}} のツール',
|
|
705
|
+
'Tools for {{serverName}}': '{{serverName}} のツール',
|
|
694
706
|
'{{current}}/{{total}}': '{{current}}/{{total}}',
|
|
695
707
|
|
|
696
708
|
// MCP Tool Detail
|
package/locales/pt.js
CHANGED
|
@@ -921,6 +921,9 @@ export default {
|
|
|
921
921
|
'Enter para confirmar, Esc para cancelar',
|
|
922
922
|
Disable: 'Desativar',
|
|
923
923
|
Enable: 'Ativar',
|
|
924
|
+
Authenticate: 'Autenticar',
|
|
925
|
+
disabled: 'desativado',
|
|
926
|
+
'Server:': 'Servidor:',
|
|
924
927
|
Reconnect: 'Reconectar',
|
|
925
928
|
'View tools': 'Ver ferramentas',
|
|
926
929
|
'Status:': 'Status:',
|
|
@@ -950,6 +953,14 @@ export default {
|
|
|
950
953
|
'Run qwen --debug to see error logs':
|
|
951
954
|
'Execute qwen --debug para ver os logs de erro',
|
|
952
955
|
|
|
956
|
+
// MCP OAuth Authentication
|
|
957
|
+
'OAuth Authentication': 'Autenticação OAuth',
|
|
958
|
+
'Press Enter to start authentication, Esc to go back':
|
|
959
|
+
'Pressione Enter para iniciar a autenticação, Esc para voltar',
|
|
960
|
+
'Authenticating... Please complete the login in your browser.':
|
|
961
|
+
'Autenticando... Por favor, conclua o login no seu navegador.',
|
|
962
|
+
'Press Enter or Esc to go back': 'Pressione Enter ou Esc para voltar',
|
|
963
|
+
|
|
953
964
|
// MCP Tool List
|
|
954
965
|
'No tools available for this server.':
|
|
955
966
|
'Nenhuma ferramenta disponível para este servidor.',
|
|
@@ -958,6 +969,7 @@ export default {
|
|
|
958
969
|
'open-world': 'mundo aberto',
|
|
959
970
|
idempotent: 'idempotente',
|
|
960
971
|
'Tools for {{name}}': 'Ferramentas para {{name}}',
|
|
972
|
+
'Tools for {{serverName}}': 'Ferramentas para {{serverName}}',
|
|
961
973
|
'{{current}}/{{total}}': '{{current}}/{{total}}',
|
|
962
974
|
|
|
963
975
|
// MCP Tool Detail
|
package/locales/ru.js
CHANGED
|
@@ -899,6 +899,9 @@ export default {
|
|
|
899
899
|
// MCP Management - Core translations
|
|
900
900
|
Disable: 'Отключить',
|
|
901
901
|
Enable: 'Включить',
|
|
902
|
+
Authenticate: 'Аутентификация',
|
|
903
|
+
disabled: 'отключен',
|
|
904
|
+
'Server:': 'Сервер:',
|
|
902
905
|
Reconnect: 'Переподключить',
|
|
903
906
|
'View tools': 'Просмотреть инструменты',
|
|
904
907
|
'(disabled)': '(отключен)',
|
|
@@ -1547,6 +1550,14 @@ export default {
|
|
|
1547
1550
|
'Run qwen --debug to see error logs':
|
|
1548
1551
|
'Запустите qwen --debug для просмотра журналов ошибок',
|
|
1549
1552
|
|
|
1553
|
+
// MCP OAuth Authentication
|
|
1554
|
+
'OAuth Authentication': 'OAuth-аутентификация',
|
|
1555
|
+
'Press Enter to start authentication, Esc to go back':
|
|
1556
|
+
'Нажмите Enter для начала аутентификации, Esc для возврата',
|
|
1557
|
+
'Authenticating... Please complete the login in your browser.':
|
|
1558
|
+
'Аутентификация... Пожалуйста, завершите вход в браузере.',
|
|
1559
|
+
'Press Enter or Esc to go back': 'Нажмите Enter или Esc для возврата',
|
|
1560
|
+
|
|
1550
1561
|
// MCP Tool List
|
|
1551
1562
|
'No tools available for this server.':
|
|
1552
1563
|
'Для этого сервера нет доступных инструментов.',
|
|
@@ -1555,6 +1566,7 @@ export default {
|
|
|
1555
1566
|
'open-world': 'открытый мир',
|
|
1556
1567
|
idempotent: 'идемпотентный',
|
|
1557
1568
|
'Tools for {{name}}': 'Инструменты для {{name}}',
|
|
1569
|
+
'Tools for {{serverName}}': 'Инструменты для {{serverName}}',
|
|
1558
1570
|
'{{current}}/{{total}}': '{{current}}/{{total}}',
|
|
1559
1571
|
|
|
1560
1572
|
// MCP Tool Detail
|
package/locales/zh.js
CHANGED
|
@@ -138,7 +138,7 @@ export default {
|
|
|
138
138
|
'在所选作用域中未找到主题 "{{themeName}}"。',
|
|
139
139
|
'Clear conversation history and free up context': '清除对话历史并释放上下文',
|
|
140
140
|
'Compresses the context by replacing it with a summary.':
|
|
141
|
-
'
|
|
141
|
+
'通过摘要替换来压缩上下文',
|
|
142
142
|
'open full Qwen Code documentation in your browser':
|
|
143
143
|
'在浏览器中打开完整的 Qwen Code 文档',
|
|
144
144
|
'Configuration not available.': '配置不可用',
|
|
@@ -318,7 +318,6 @@ export default {
|
|
|
318
318
|
'MCP Servers:': 'MCP 服务器:',
|
|
319
319
|
'Settings:': '设置:',
|
|
320
320
|
active: '已启用',
|
|
321
|
-
disabled: '已禁用',
|
|
322
321
|
'View Details': '查看详情',
|
|
323
322
|
'Update failed:': '更新失败:',
|
|
324
323
|
'Updating {{name}}...': '正在更新 {{name}}...',
|
|
@@ -793,6 +792,9 @@ export default {
|
|
|
793
792
|
Reconnect: '重新连接',
|
|
794
793
|
Enable: '启用',
|
|
795
794
|
Disable: '禁用',
|
|
795
|
+
Authenticate: '认证',
|
|
796
|
+
disabled: '已禁用',
|
|
797
|
+
'Server:': '服务器:',
|
|
796
798
|
'(disabled)': '(已禁用)',
|
|
797
799
|
'Error:': '错误:',
|
|
798
800
|
Extension: '扩展',
|
|
@@ -812,6 +814,14 @@ export default {
|
|
|
812
814
|
'请在设置中添加 MCP 服务器以开始使用。',
|
|
813
815
|
'Run qwen --debug to see error logs': '运行 qwen --debug 查看错误日志',
|
|
814
816
|
|
|
817
|
+
// MCP OAuth Authentication
|
|
818
|
+
'OAuth Authentication': 'OAuth 认证',
|
|
819
|
+
'Press Enter to start authentication, Esc to go back':
|
|
820
|
+
'按 Enter 开始认证,Esc 返回',
|
|
821
|
+
'Authenticating... Please complete the login in your browser.':
|
|
822
|
+
'认证中... 请在浏览器中完成登录。',
|
|
823
|
+
'Press Enter or Esc to go back': '按 Enter 或 Esc 返回',
|
|
824
|
+
|
|
815
825
|
// MCP Server Detail
|
|
816
826
|
'Command:': '命令:',
|
|
817
827
|
'Working Directory:': '工作目录:',
|
|
@@ -824,6 +834,7 @@ export default {
|
|
|
824
834
|
'open-world': '开放世界',
|
|
825
835
|
idempotent: '幂等',
|
|
826
836
|
'Tools for {{name}}': '{{name}} 的工具',
|
|
837
|
+
'Tools for {{serverName}}': '{{serverName}} 的工具',
|
|
827
838
|
'{{current}}/{{total}}': '{{current}}/{{total}}',
|
|
828
839
|
|
|
829
840
|
// MCP Tool Detail
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qwen-code/qwen-code",
|
|
3
|
-
"version": "0.12.0-preview.
|
|
3
|
+
"version": "0.12.0-preview.2",
|
|
4
4
|
"description": "Qwen Code - AI-powered coding assistant",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"locales"
|
|
21
21
|
],
|
|
22
22
|
"config": {
|
|
23
|
-
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.12.0-preview.
|
|
23
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.12.0-preview.2"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {},
|
|
26
26
|
"optionalDependencies": {
|