@qwen-code/qwen-code 0.12.2 → 0.12.3
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 +7069 -6901
- package/locales/de.js +11 -0
- package/locales/en.js +11 -0
- package/locales/ja.js +11 -0
- package/locales/pt.js +11 -0
- package/locales/ru.js +11 -0
- package/locales/zh.js +11 -0
- package/package.json +2 -2
package/locales/de.js
CHANGED
|
@@ -745,6 +745,15 @@ export default {
|
|
|
745
745
|
"Authentifizierung mit MCP-Server '{{name}}' fehlgeschlagen: {{error}}",
|
|
746
746
|
"Re-discovering tools from '{{name}}'...":
|
|
747
747
|
"Werkzeuge von '{{name}}' werden neu erkannt...",
|
|
748
|
+
"Discovered {{count}} tool(s) from '{{name}}'.":
|
|
749
|
+
"{{count}} Werkzeug(e) von '{{name}}' entdeckt.",
|
|
750
|
+
'Authentication complete. Returning to server details...':
|
|
751
|
+
'Authentifizierung abgeschlossen. Zurück zu den Serverdetails...',
|
|
752
|
+
'Authentication successful.': 'Authentifizierung erfolgreich.',
|
|
753
|
+
'If the browser does not open, copy and paste this URL into your browser:':
|
|
754
|
+
'Falls der Browser sich nicht öffnet, kopieren Sie diese URL und fügen Sie sie in Ihren Browser ein:',
|
|
755
|
+
'Make sure to copy the COMPLETE URL - it may wrap across multiple lines.':
|
|
756
|
+
'⚠️ Stellen Sie sicher, dass Sie die VOLLSTÄNDIGE URL kopieren – sie kann über mehrere Zeilen gehen.',
|
|
748
757
|
|
|
749
758
|
// ============================================================================
|
|
750
759
|
// Commands - Chat
|
|
@@ -916,6 +925,8 @@ export default {
|
|
|
916
925
|
Disable: 'Deaktivieren',
|
|
917
926
|
Enable: 'Aktivieren',
|
|
918
927
|
Authenticate: 'Authentifizieren',
|
|
928
|
+
'Re-authenticate': 'Erneut authentifizieren',
|
|
929
|
+
'Clear Authentication': 'Authentifizierung löschen',
|
|
919
930
|
disabled: 'deaktiviert',
|
|
920
931
|
'Server:': 'Server:',
|
|
921
932
|
Reconnect: 'Neu verbinden',
|
package/locales/en.js
CHANGED
|
@@ -811,6 +811,15 @@ export default {
|
|
|
811
811
|
"Failed to authenticate with MCP server '{{name}}': {{error}}",
|
|
812
812
|
"Re-discovering tools from '{{name}}'...":
|
|
813
813
|
"Re-discovering tools from '{{name}}'...",
|
|
814
|
+
"Discovered {{count}} tool(s) from '{{name}}'.":
|
|
815
|
+
"Discovered {{count}} tool(s) from '{{name}}'.",
|
|
816
|
+
'Authentication complete. Returning to server details...':
|
|
817
|
+
'Authentication complete. Returning to server details...',
|
|
818
|
+
'Authentication successful.': 'Authentication successful.',
|
|
819
|
+
'If the browser does not open, copy and paste this URL into your browser:':
|
|
820
|
+
'If the browser does not open, copy and paste this URL into your browser:',
|
|
821
|
+
'Make sure to copy the COMPLETE URL - it may wrap across multiple lines.':
|
|
822
|
+
'Make sure to copy the COMPLETE URL - it may wrap across multiple lines.',
|
|
814
823
|
|
|
815
824
|
// ============================================================================
|
|
816
825
|
// MCP Management Dialog
|
|
@@ -843,6 +852,8 @@ export default {
|
|
|
843
852
|
Enable: 'Enable',
|
|
844
853
|
Disable: 'Disable',
|
|
845
854
|
Authenticate: 'Authenticate',
|
|
855
|
+
'Re-authenticate': 'Re-authenticate',
|
|
856
|
+
'Clear Authentication': 'Clear Authentication',
|
|
846
857
|
'Server:': 'Server:',
|
|
847
858
|
'Command:': 'Command:',
|
|
848
859
|
'Working Directory:': 'Working Directory:',
|
package/locales/ja.js
CHANGED
|
@@ -507,6 +507,15 @@ export default {
|
|
|
507
507
|
"MCPサーバー '{{name}}' での認証に失敗: {{error}}",
|
|
508
508
|
"Re-discovering tools from '{{name}}'...":
|
|
509
509
|
"'{{name}}' からツールを再検出中...",
|
|
510
|
+
"Discovered {{count}} tool(s) from '{{name}}'.":
|
|
511
|
+
"'{{name}}' から {{count}} 個のツールを検出しました。",
|
|
512
|
+
'Authentication complete. Returning to server details...':
|
|
513
|
+
'認証完了。サーバー詳細に戻ります...',
|
|
514
|
+
'Authentication successful.': '認証成功。',
|
|
515
|
+
'If the browser does not open, copy and paste this URL into your browser:':
|
|
516
|
+
'ブラウザが開かない場合は、このURLをコピーしてブラウザに貼り付けてください:',
|
|
517
|
+
'Make sure to copy the COMPLETE URL - it may wrap across multiple lines.':
|
|
518
|
+
'⚠️ URL全体をコピーしてください——複数行にまたがる場合があります。',
|
|
510
519
|
'Configured MCP servers:': '設定済みMCPサーバー:',
|
|
511
520
|
Ready: '準備完了',
|
|
512
521
|
Disconnected: '切断',
|
|
@@ -655,6 +664,8 @@ export default {
|
|
|
655
664
|
Disable: '無効化',
|
|
656
665
|
Enable: '有効化',
|
|
657
666
|
Authenticate: '認証',
|
|
667
|
+
'Re-authenticate': '再認証',
|
|
668
|
+
'Clear Authentication': '認証をクリア',
|
|
658
669
|
disabled: '無効',
|
|
659
670
|
'Server:': 'サーバー:',
|
|
660
671
|
Reconnect: '再接続',
|
package/locales/pt.js
CHANGED
|
@@ -751,6 +751,15 @@ export default {
|
|
|
751
751
|
"Falha ao autenticar com o servidor MCP '{{name}}': {{error}}",
|
|
752
752
|
"Re-discovering tools from '{{name}}'...":
|
|
753
753
|
"Redescobrindo ferramentas de '{{name}}'...",
|
|
754
|
+
"Discovered {{count}} tool(s) from '{{name}}'.":
|
|
755
|
+
"{{count}} ferramenta(s) descoberta(s) de '{{name}}'.",
|
|
756
|
+
'Authentication complete. Returning to server details...':
|
|
757
|
+
'Autenticação concluída. Retornando aos detalhes do servidor...',
|
|
758
|
+
'Authentication successful.': 'Autenticação bem-sucedida.',
|
|
759
|
+
'If the browser does not open, copy and paste this URL into your browser:':
|
|
760
|
+
'Se o navegador não abrir, copie e cole esta URL no seu navegador:',
|
|
761
|
+
'Make sure to copy the COMPLETE URL - it may wrap across multiple lines.':
|
|
762
|
+
'⚠️ Certifique-se de copiar a URL COMPLETA – ela pode ocupar várias linhas.',
|
|
754
763
|
|
|
755
764
|
// ============================================================================
|
|
756
765
|
// Commands - Chat
|
|
@@ -922,6 +931,8 @@ export default {
|
|
|
922
931
|
Disable: 'Desativar',
|
|
923
932
|
Enable: 'Ativar',
|
|
924
933
|
Authenticate: 'Autenticar',
|
|
934
|
+
'Re-authenticate': 'Reautenticar',
|
|
935
|
+
'Clear Authentication': 'Limpar autenticação',
|
|
925
936
|
disabled: 'desativado',
|
|
926
937
|
'Server:': 'Servidor:',
|
|
927
938
|
Reconnect: 'Reconectar',
|
package/locales/ru.js
CHANGED
|
@@ -754,6 +754,15 @@ export default {
|
|
|
754
754
|
"Не удалось авторизоваться на MCP-сервере '{{name}}': {{error}}",
|
|
755
755
|
"Re-discovering tools from '{{name}}'...":
|
|
756
756
|
"Повторное обнаружение инструментов от '{{name}}'...",
|
|
757
|
+
"Discovered {{count}} tool(s) from '{{name}}'.":
|
|
758
|
+
"Обнаружено {{count}} инструмент(ов) от '{{name}}'.",
|
|
759
|
+
'Authentication complete. Returning to server details...':
|
|
760
|
+
'Аутентификация завершена. Возврат к деталям сервера...',
|
|
761
|
+
'Authentication successful.': 'Аутентификация успешна.',
|
|
762
|
+
'If the browser does not open, copy and paste this URL into your browser:':
|
|
763
|
+
'Если браузер не открылся, скопируйте этот URL и вставьте его в браузер:',
|
|
764
|
+
'Make sure to copy the COMPLETE URL - it may wrap across multiple lines.':
|
|
765
|
+
'⚠️ Убедитесь, что скопировали ПОЛНЫЙ URL — он может занимать несколько строк.',
|
|
757
766
|
|
|
758
767
|
// ============================================================================
|
|
759
768
|
// Команды - Чат
|
|
@@ -900,6 +909,8 @@ export default {
|
|
|
900
909
|
Disable: 'Отключить',
|
|
901
910
|
Enable: 'Включить',
|
|
902
911
|
Authenticate: 'Аутентификация',
|
|
912
|
+
'Re-authenticate': 'Повторная аутентификация',
|
|
913
|
+
'Clear Authentication': 'Очистить аутентификацию',
|
|
903
914
|
disabled: 'отключен',
|
|
904
915
|
'Server:': 'Сервер:',
|
|
905
916
|
Reconnect: 'Переподключить',
|
package/locales/zh.js
CHANGED
|
@@ -763,6 +763,15 @@ export default {
|
|
|
763
763
|
"认证 MCP 服务器 '{{name}}' 失败:{{error}}",
|
|
764
764
|
"Re-discovering tools from '{{name}}'...":
|
|
765
765
|
"正在重新发现 '{{name}}' 的工具...",
|
|
766
|
+
"Discovered {{count}} tool(s) from '{{name}}'.":
|
|
767
|
+
"从 '{{name}}' 发现了 {{count}} 个工具。",
|
|
768
|
+
'Authentication complete. Returning to server details...':
|
|
769
|
+
'认证完成,正在返回服务器详情...',
|
|
770
|
+
'Authentication successful.': '认证成功。',
|
|
771
|
+
'If the browser does not open, copy and paste this URL into your browser:':
|
|
772
|
+
'如果浏览器未自动打开,请复制以下 URL 并粘贴到浏览器中:',
|
|
773
|
+
'Make sure to copy the COMPLETE URL - it may wrap across multiple lines.':
|
|
774
|
+
'⚠️ 请确保复制完整的 URL —— 它可能跨越多行。',
|
|
766
775
|
|
|
767
776
|
// ============================================================================
|
|
768
777
|
// MCP Management Dialog
|
|
@@ -793,6 +802,8 @@ export default {
|
|
|
793
802
|
Enable: '启用',
|
|
794
803
|
Disable: '禁用',
|
|
795
804
|
Authenticate: '认证',
|
|
805
|
+
'Re-authenticate': '重新认证',
|
|
806
|
+
'Clear Authentication': '清空认证',
|
|
796
807
|
disabled: '已禁用',
|
|
797
808
|
'Server:': '服务器:',
|
|
798
809
|
'(disabled)': '(已禁用)',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qwen-code/qwen-code",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.3",
|
|
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.
|
|
23
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.12.3"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {},
|
|
26
26
|
"optionalDependencies": {
|