@qwen-code/qwen-code 0.10.0-preview.6 → 0.10.1

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/locales/de.js CHANGED
@@ -119,6 +119,8 @@ export default {
119
119
  'Vollständige Qwen Code Dokumentation im Browser öffnen',
120
120
  'Configuration not available.': 'Konfiguration nicht verfügbar.',
121
121
  'change the auth method': 'Authentifizierungsmethode ändern',
122
+ 'Configure authentication information for login':
123
+ 'Authentifizierungsinformationen für die Anmeldung konfigurieren',
122
124
  'Copy the last result or code snippet to clipboard':
123
125
  'Letztes Ergebnis oder Codeausschnitt in die Zwischenablage kopieren',
124
126
 
@@ -1395,6 +1397,22 @@ export default {
1395
1397
  'Supported auth types: openai, anthropic, gemini, vertex-ai, etc.':
1396
1398
  'Unterstützte Authentifizierungstypen: openai, anthropic, gemini, vertex-ai, usw.',
1397
1399
 
1400
+ // ============================================================================
1401
+ // Coding Plan Authentication
1402
+ // ============================================================================
1403
+ 'Please enter your API key:': 'Bitte geben Sie Ihren API-Schlüssel ein:',
1404
+ 'API key cannot be empty.': 'API-Schlüssel darf nicht leer sein.',
1405
+ 'You can get your exclusive Coding Plan API-KEY here:':
1406
+ 'Hier können Sie Ihren exklusiven Coding Plan API-KEY erhalten:',
1407
+ 'New model configurations are available for Bailian Coding Plan. Update now?':
1408
+ 'Neue Modellkonfigurationen sind für Bailian Coding Plan verfügbar. Jetzt aktualisieren?',
1409
+ 'Coding Plan configuration updated successfully. New models are now available.':
1410
+ 'Coding Plan-Konfiguration erfolgreich aktualisiert. Neue Modelle sind jetzt verfügbar.',
1411
+ 'Coding Plan API key not found. Please re-authenticate with Coding Plan.':
1412
+ 'Coding Plan API-Schlüssel nicht gefunden. Bitte authentifizieren Sie sich erneut mit Coding Plan.',
1413
+ 'Failed to update Coding Plan configuration: {{message}}':
1414
+ 'Fehler beim Aktualisieren der Coding Plan-Konfiguration: {{message}}',
1415
+
1398
1416
  // ============================================================================
1399
1417
  // Auth Dialog - View Titles and Labels
1400
1418
  // ============================================================================
package/locales/en.js CHANGED
@@ -140,6 +140,8 @@ export default {
140
140
  'open full Qwen Code documentation in your browser',
141
141
  'Configuration not available.': 'Configuration not available.',
142
142
  'change the auth method': 'change the auth method',
143
+ 'Configure authentication information for login':
144
+ 'Configure authentication information for login',
143
145
  'Copy the last result or code snippet to clipboard':
144
146
  'Copy the last result or code snippet to clipboard',
145
147
 
@@ -1373,8 +1375,18 @@ export default {
1373
1375
  // ============================================================================
1374
1376
  'Please enter your API key:': 'Please enter your API key:',
1375
1377
  'API key cannot be empty.': 'API key cannot be empty.',
1378
+ 'You can get your exclusive Coding Plan API-KEY here:':
1379
+ 'You can get your exclusive Coding Plan API-KEY here:',
1376
1380
  'API key is stored in settings.env. You can migrate it to a .env file for better security.':
1377
1381
  'API key is stored in settings.env. You can migrate it to a .env file for better security.',
1382
+ 'New model configurations are available for Bailian Coding Plan. Update now?':
1383
+ 'New model configurations are available for Bailian Coding Plan. Update now?',
1384
+ 'Coding Plan configuration updated successfully. New models are now available.':
1385
+ 'Coding Plan configuration updated successfully. New models are now available.',
1386
+ 'Coding Plan API key not found. Please re-authenticate with Coding Plan.':
1387
+ 'Coding Plan API key not found. Please re-authenticate with Coding Plan.',
1388
+ 'Failed to update Coding Plan configuration: {{message}}':
1389
+ 'Failed to update Coding Plan configuration: {{message}}',
1378
1390
 
1379
1391
  // ============================================================================
1380
1392
  // Custom API-KEY Configuration
package/locales/ja.js CHANGED
@@ -110,6 +110,8 @@ export default {
110
110
  'ブラウザで Qwen Code のドキュメントを開く',
111
111
  'Configuration not available.': '設定が利用できません',
112
112
  'change the auth method': '認証方式を変更',
113
+ 'Configure authentication information for login':
114
+ 'ログイン用の認証情報を設定',
113
115
  'Copy the last result or code snippet to clipboard':
114
116
  '最後の結果またはコードスニペットをクリップボードにコピー',
115
117
 
@@ -906,6 +908,22 @@ export default {
906
908
  'Supported auth types: openai, anthropic, gemini, vertex-ai, etc.':
907
909
  'サポートされている認証タイプ:openai、anthropic、gemini、vertex-ai など',
908
910
 
911
+ // ============================================================================
912
+ // Coding Plan Authentication
913
+ // ============================================================================
914
+ 'Please enter your API key:': 'APIキーを入力してください:',
915
+ 'API key cannot be empty.': 'APIキーは空にできません。',
916
+ 'You can get your exclusive Coding Plan API-KEY here:':
917
+ 'Coding Plan の API-KEY はこちらで取得できます:',
918
+ 'New model configurations are available for Bailian Coding Plan. Update now?':
919
+ 'Bailian Coding Plan の新しいモデル設定が利用可能です。今すぐ更新しますか?',
920
+ 'Coding Plan configuration updated successfully. New models are now available.':
921
+ 'Coding Plan の設定が正常に更新されました。新しいモデルが利用可能になりました。',
922
+ 'Coding Plan API key not found. Please re-authenticate with Coding Plan.':
923
+ 'Coding Plan の API キーが見つかりません。Coding Plan で再認証してください。',
924
+ 'Failed to update Coding Plan configuration: {{message}}':
925
+ 'Coding Plan の設定更新に失敗しました: {{message}}',
926
+
909
927
  // ============================================================================
910
928
  // Auth Dialog - View Titles and Labels
911
929
  // ============================================================================
package/locales/pt.js CHANGED
@@ -141,6 +141,8 @@ export default {
141
141
  'abrir documentação completa do Qwen Code no seu navegador',
142
142
  'Configuration not available.': 'Configuração não disponível.',
143
143
  'change the auth method': 'alterar o método de autenticação',
144
+ 'Configure authentication information for login':
145
+ 'Configurar informações de autenticação para login',
144
146
  'Copy the last result or code snippet to clipboard':
145
147
  'Copiar o último resultado ou trecho de código para a área de transferência',
146
148
 
@@ -1409,6 +1411,22 @@ export default {
1409
1411
  'Supported auth types: openai, anthropic, gemini, vertex-ai, etc.':
1410
1412
  'Tipos de autenticação suportados: openai, anthropic, gemini, vertex-ai, etc.',
1411
1413
 
1414
+ // ============================================================================
1415
+ // Coding Plan Authentication
1416
+ // ============================================================================
1417
+ 'Please enter your API key:': 'Por favor, digite sua chave de API:',
1418
+ 'API key cannot be empty.': 'A chave de API não pode estar vazia.',
1419
+ 'You can get your exclusive Coding Plan API-KEY here:':
1420
+ 'Você pode obter sua chave de API exclusiva do Coding Plan aqui:',
1421
+ 'New model configurations are available for Bailian Coding Plan. Update now?':
1422
+ 'Novas configurações de modelo estão disponíveis para o Bailian Coding Plan. Atualizar agora?',
1423
+ 'Coding Plan configuration updated successfully. New models are now available.':
1424
+ 'Configuração do Coding Plan atualizada com sucesso. Novos modelos agora estão disponíveis.',
1425
+ 'Coding Plan API key not found. Please re-authenticate with Coding Plan.':
1426
+ 'Chave de API do Coding Plan não encontrada. Por favor, re-autentique com o Coding Plan.',
1427
+ 'Failed to update Coding Plan configuration: {{message}}':
1428
+ 'Falha ao atualizar a configuração do Coding Plan: {{message}}',
1429
+
1412
1430
  // ============================================================================
1413
1431
  // Auth Dialog - View Titles and Labels
1414
1432
  // ============================================================================
package/locales/ru.js CHANGED
@@ -143,6 +143,8 @@ export default {
143
143
  'Открытие полной документации Qwen Code в браузере',
144
144
  'Configuration not available.': 'Конфигурация недоступна.',
145
145
  'change the auth method': 'Изменение метода авторизации',
146
+ 'Configure authentication information for login':
147
+ 'Настройка аутентификационной информации для входа',
146
148
  'Copy the last result or code snippet to clipboard':
147
149
  'Копирование последнего результата или фрагмента кода в буфер обмена',
148
150
 
@@ -1399,6 +1401,22 @@ export default {
1399
1401
  'Supported auth types: openai, anthropic, gemini, vertex-ai, etc.':
1400
1402
  'Поддерживаемые типы аутентификации: openai, anthropic, gemini, vertex-ai и др.',
1401
1403
 
1404
+ // ============================================================================
1405
+ // Coding Plan Authentication
1406
+ // ============================================================================
1407
+ 'Please enter your API key:': 'Пожалуйста, введите ваш API-ключ:',
1408
+ 'API key cannot be empty.': 'API-ключ не может быть пустым.',
1409
+ 'You can get your exclusive Coding Plan API-KEY here:':
1410
+ 'Получите свой эксклюзивный API-KEY Coding Plan здесь:',
1411
+ 'New model configurations are available for Bailian Coding Plan. Update now?':
1412
+ 'Доступны новые конфигурации моделей для Bailian Coding Plan. Обновить сейчас?',
1413
+ 'Coding Plan configuration updated successfully. New models are now available.':
1414
+ 'Конфигурация Coding Plan успешно обновлена. Новые модели теперь доступны.',
1415
+ 'Coding Plan API key not found. Please re-authenticate with Coding Plan.':
1416
+ 'API-ключ Coding Plan не найден. Пожалуйста, повторно авторизуйтесь с Coding Plan.',
1417
+ 'Failed to update Coding Plan configuration: {{message}}':
1418
+ 'Не удалось обновить конфигурацию Coding Plan: {{message}}',
1419
+
1402
1420
  // ============================================================================
1403
1421
  // Auth Dialog - View Titles and Labels
1404
1422
  // ============================================================================
package/locales/zh.js CHANGED
@@ -138,6 +138,7 @@ export default {
138
138
  '在浏览器中打开完整的 Qwen Code 文档',
139
139
  'Configuration not available.': '配置不可用',
140
140
  'change the auth method': '更改认证方法',
141
+ 'Configure authentication information for login': '配置登录认证信息',
141
142
  'Copy the last result or code snippet to clipboard':
142
143
  '将最后的结果或代码片段复制到剪贴板',
143
144
 
@@ -1208,8 +1209,18 @@ export default {
1208
1209
  // ============================================================================
1209
1210
  'Please enter your API key:': '请输入您的 API Key:',
1210
1211
  'API key cannot be empty.': 'API Key 不能为空。',
1212
+ 'You can get your exclusive Coding Plan API-KEY here:':
1213
+ '您可以在这里获取专属的 Coding Plan API-KEY:',
1211
1214
  'API key is stored in settings.env. You can migrate it to a .env file for better security.':
1212
1215
  'API Key 已存储在 settings.env 中。您可以将其迁移到 .env 文件以获得更好的安全性。',
1216
+ 'New model configurations are available for Bailian Coding Plan. Update now?':
1217
+ '百炼 Coding Plan 有新模型配置可用。是否立即更新?',
1218
+ 'Coding Plan configuration updated successfully. New models are now available.':
1219
+ 'Coding Plan 配置更新成功。新模型现已可用。',
1220
+ 'Coding Plan API key not found. Please re-authenticate with Coding Plan.':
1221
+ '未找到 Coding Plan API Key。请重新通过 Coding Plan 认证。',
1222
+ 'Failed to update Coding Plan configuration: {{message}}':
1223
+ '更新 Coding Plan 配置失败:{{message}}',
1213
1224
 
1214
1225
  // ============================================================================
1215
1226
  // Custom API-KEY Configuration
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qwen-code/qwen-code",
3
- "version": "0.10.0-preview.6",
3
+ "version": "0.10.1",
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.10.0-preview.6"
23
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.10.1"
24
24
  },
25
25
  "dependencies": {},
26
26
  "optionalDependencies": {