@qwen-code/qwen-code 0.11.0 → 0.11.1-preview.0

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
@@ -157,6 +157,7 @@ export default {
157
157
  'Enter to confirm, Esc to cancel': 'Enter zum Bestätigen, Esc zum Abbrechen',
158
158
  'Enter to select, ↑↓ to navigate, Esc to go back':
159
159
  'Enter zum Auswählen, ↑↓ zum Navigieren, Esc zum Zurückgehen',
160
+ 'Enter to submit, Esc to go back': 'Enter zum Absenden, Esc zum Zurückgehen',
160
161
  'Invalid step: {{step}}': 'Ungültiger Schritt: {{step}}',
161
162
  'No subagents found.': 'Keine Unteragenten gefunden.',
162
163
  "Use '/agents create' to create your first subagent.":
@@ -944,18 +945,22 @@ export default {
944
945
  // Dialogs - Auth
945
946
  // ============================================================================
946
947
  'Get started': 'Loslegen',
947
- 'How would you like to authenticate for this project?':
948
- 'Wie möchten Sie sich für dieses Projekt authentifizieren?',
948
+ 'Select Authentication Method': 'Authentifizierungsmethode auswählen',
949
949
  'OpenAI API key is required to use OpenAI authentication.':
950
950
  'OpenAI API-Schlüssel ist für die OpenAI-Authentifizierung erforderlich.',
951
951
  'You must select an auth method to proceed. Press Ctrl+C again to exit.':
952
952
  'Sie müssen eine Authentifizierungsmethode wählen, um fortzufahren. Drücken Sie erneut Strg+C zum Beenden.',
953
- '(Use Enter to Set Auth)': '(Enter zum Festlegen der Authentifizierung)',
954
- 'Terms of Services and Privacy Notice for Qwen Code':
955
- 'Nutzungsbedingungen und Datenschutzhinweis für Qwen Code',
953
+ 'Terms of Services and Privacy Notice':
954
+ 'Nutzungsbedingungen und Datenschutzhinweis',
956
955
  'Qwen OAuth': 'Qwen OAuth',
956
+ 'Free \u00B7 Up to 1,000 requests/day \u00B7 Qwen latest models':
957
+ 'Kostenlos \u00B7 Bis zu 1.000 Anfragen/Tag \u00B7 Qwen neueste Modelle',
957
958
  'Login with QwenChat account to use daily free quota.':
958
959
  'Melden Sie sich mit Ihrem QwenChat-Konto an, um das tägliche kostenlose Kontingent zu nutzen.',
960
+ 'Paid \u00B7 Up to 6,000 requests/5 hrs \u00B7 All Alibaba Cloud Coding Plan Models':
961
+ 'Kostenpflichtig \u00B7 Bis zu 6.000 Anfragen/5 Std. \u00B7 Alle Alibaba Cloud Coding Plan Modelle',
962
+ 'Alibaba Cloud Coding Plan': 'Alibaba Cloud Coding Plan',
963
+ 'Bring your own API key': 'Eigenen API-Schlüssel verwenden',
959
964
  'API-KEY': 'API-KEY',
960
965
  'Use coding plan credentials or your own api-keys/providers.':
961
966
  'Verwenden Sie Coding Plan-Anmeldedaten oder Ihre eigenen API-Schlüssel/Anbieter.',
@@ -985,6 +990,8 @@ export default {
985
990
  'Warten auf Qwen OAuth-Authentifizierung...',
986
991
  'Note: Your existing API key in settings.json will not be cleared when using Qwen OAuth. You can switch back to OpenAI authentication later if needed.':
987
992
  'Hinweis: Ihr bestehender API-Schlüssel in settings.json wird bei Verwendung von Qwen OAuth nicht gelöscht. Sie können später bei Bedarf zur OpenAI-Authentifizierung zurückwechseln.',
993
+ 'Note: Your existing API key will not be cleared when using Qwen OAuth.':
994
+ 'Hinweis: Ihr bestehender API-Schlüssel wird bei Verwendung von Qwen OAuth nicht gelöscht.',
988
995
  'Authentication timed out. Please try again.':
989
996
  'Authentifizierung abgelaufen. Bitte versuchen Sie es erneut.',
990
997
  'Waiting for auth... (Press ESC or CTRL+C to cancel)':
@@ -1034,6 +1041,17 @@ export default {
1034
1041
  '(default)': '(Standard)',
1035
1042
  '(set)': '(gesetzt)',
1036
1043
  '(not set)': '(nicht gesetzt)',
1044
+ Modality: 'Modalität',
1045
+ 'Context Window': 'Kontextfenster',
1046
+ text: 'Text',
1047
+ 'text-only': 'nur Text',
1048
+ image: 'Bild',
1049
+ pdf: 'PDF',
1050
+ audio: 'Audio',
1051
+ video: 'Video',
1052
+ 'not set': 'nicht gesetzt',
1053
+ none: 'keine',
1054
+ unknown: 'unbekannt',
1037
1055
  "Failed to switch model to '{{modelId}}'.\n\n{{error}}":
1038
1056
  "Modell konnte nicht auf '{{modelId}}' umgestellt werden.\n\n{{error}}",
1039
1057
  'Qwen 3.5 Plus — efficient hybrid model with leading coding performance':
@@ -1402,32 +1420,21 @@ export default {
1402
1420
  'Probieren Sie /insight, um personalisierte Erkenntnisse aus Ihrem Chatverlauf zu erstellen.',
1403
1421
 
1404
1422
  // ============================================================================
1405
- // Custom API-KEY Configuration
1406
- // ============================================================================
1407
- 'For advanced users who want to configure models manually.':
1408
- 'Für fortgeschrittene Benutzer, die Modelle manuell konfigurieren möchten.',
1409
- 'Please configure your models in settings.json:':
1410
- 'Bitte konfigurieren Sie Ihre Modelle in settings.json:',
1411
- 'Set API key via environment variable (e.g., OPENAI_API_KEY)':
1412
- 'API-Schlüssel über Umgebungsvariable setzen (z.B. OPENAI_API_KEY)',
1413
- "Add model configuration to modelProviders['openai'] (or other auth types)":
1414
- "Modellkonfiguration zu modelProviders['openai'] (oder anderen Authentifizierungstypen) hinzufügen",
1415
- 'Each provider needs: id, envKey (required), plus optional baseUrl, generationConfig':
1416
- 'Jeder Anbieter benötigt: id, envKey (erforderlich), plus optionale baseUrl, generationConfig',
1417
- 'Use /model command to select your preferred model from the configured list':
1418
- 'Verwenden Sie den /model-Befehl, um Ihr bevorzugtes Modell aus der konfigurierten Liste auszuwählen',
1419
- 'Supported auth types: openai, anthropic, gemini, vertex-ai, etc.':
1420
- 'Unterstützte Authentifizierungstypen: openai, anthropic, gemini, vertex-ai, usw.',
1423
+ // Custom API Key Configuration
1424
+ // ============================================================================
1425
+ 'You can configure your API key and models in settings.json':
1426
+ 'Sie können Ihren API-Schlüssel und Modelle in settings.json konfigurieren',
1427
+ 'Refer to the documentation for setup instructions':
1428
+ 'Einrichtungsanweisungen finden Sie in der Dokumentation',
1421
1429
 
1422
1430
  // ============================================================================
1423
1431
  // Coding Plan Authentication
1424
1432
  // ============================================================================
1425
- 'Please enter your API key:': 'Bitte geben Sie Ihren API-Schlüssel ein:',
1426
1433
  'API key cannot be empty.': 'API-Schlüssel darf nicht leer sein.',
1427
- 'You can get your exclusive Coding Plan API-KEY here:':
1428
- 'Hier können Sie Ihren exklusiven Coding Plan API-KEY erhalten:',
1429
- 'New model configurations are available for Bailian Coding Plan. Update now?':
1430
- 'Neue Modellkonfigurationen sind für Bailian Coding Plan verfügbar. Jetzt aktualisieren?',
1434
+ 'You can get your Coding Plan API key here':
1435
+ 'Sie können Ihren Coding-Plan-API-Schlüssel hier erhalten',
1436
+ 'New model configurations are available for Alibaba Cloud Coding Plan. Update now?':
1437
+ 'Neue Modellkonfigurationen sind für Alibaba Cloud Coding Plan verfügbar. Jetzt aktualisieren?',
1431
1438
  'Coding Plan configuration updated successfully. New models are now available.':
1432
1439
  'Coding Plan-Konfiguration erfolgreich aktualisiert. Neue Modelle sind jetzt verfügbar.',
1433
1440
  'Coding Plan API key not found. Please re-authenticate with Coding Plan.':
@@ -1438,32 +1445,16 @@ export default {
1438
1445
  // ============================================================================
1439
1446
  // Auth Dialog - View Titles and Labels
1440
1447
  // ============================================================================
1441
- 'Coding Plan': 'Coding Plan',
1442
- 'Coding Plan (Bailian, China)': 'Coding Plan (Bailian, China)',
1443
- 'Coding Plan (Bailian, Global/Intl)': 'Coding Plan (Bailian, Global/Intl)',
1444
- "Paste your api key of Bailian Coding Plan and you're all set!":
1445
- 'Fügen Sie Ihren Bailian Coding Plan API-Schlüssel ein und Sie sind bereit!',
1446
- "Paste your api key of Coding Plan (Bailian, Global/Intl) and you're all set!":
1447
- 'Fügen Sie Ihren Coding Plan (Bailian, Global/Intl) API-Schlüssel ein und Sie sind bereit!',
1448
- Custom: 'Benutzerdefiniert',
1449
- 'More instructions about configuring `modelProviders` manually.':
1450
- 'Weitere Anweisungen zur manuellen Konfiguration von `modelProviders`.',
1451
- 'Select API-KEY configuration mode:':
1452
- 'API-KEY-Konfigurationsmodus auswählen:',
1453
- '(Press Escape to go back)': '(Escape drücken zum Zurückgehen)',
1454
- '(Press Enter to submit, Escape to cancel)':
1455
- '(Enter zum Absenden, Escape zum Abbrechen)',
1456
- 'More instructions please check:': 'Weitere Anweisungen finden Sie unter:',
1448
+ 'Select Region for Coding Plan': 'Region für Coding Plan auswählen',
1449
+ 'Choose based on where your account is registered':
1450
+ 'Wählen Sie basierend auf dem Registrierungsort Ihres Kontos',
1451
+ 'Enter Coding Plan API Key': 'Coding-Plan-API-Schlüssel eingeben',
1457
1452
 
1458
1453
  // ============================================================================
1459
1454
  // Coding Plan International Updates
1460
1455
  // ============================================================================
1461
1456
  'New model configurations are available for {{region}}. Update now?':
1462
1457
  'Neue Modellkonfigurationen sind für {{region}} verfügbar. Jetzt aktualisieren?',
1463
- 'New model configurations are available for Bailian Coding Plan (China). Update now?':
1464
- 'Neue Modellkonfigurationen sind für Bailian Coding Plan (China) verfügbar. Jetzt aktualisieren?',
1465
- 'New model configurations are available for Coding Plan (Bailian, Global/Intl). Update now?':
1466
- 'Neue Modellkonfigurationen sind für Coding Plan (Bailian, Global/Intl) verfügbar. Jetzt aktualisieren?',
1467
1458
  '{{region}} configuration updated successfully. Model switched to "{{model}}".':
1468
1459
  '{{region}}-Konfiguration erfolgreich aktualisiert. Modell auf "{{model}}" umgeschaltet.',
1469
1460
  'Authenticated successfully with {{region}}. API key and model configs saved to settings.json (backed up).':
package/locales/en.js CHANGED
@@ -178,6 +178,7 @@ export default {
178
178
  'Enter to confirm, Esc to cancel': 'Enter to confirm, Esc to cancel',
179
179
  'Enter to select, ↑↓ to navigate, Esc to go back':
180
180
  'Enter to select, ↑↓ to navigate, Esc to go back',
181
+ 'Enter to submit, Esc to go back': 'Enter to submit, Esc to go back',
181
182
  'Invalid step: {{step}}': 'Invalid step: {{step}}',
182
183
  'No subagents found.': 'No subagents found.',
183
184
  "Use '/agents create' to create your first subagent.":
@@ -935,18 +936,22 @@ export default {
935
936
  // Dialogs - Auth
936
937
  // ============================================================================
937
938
  'Get started': 'Get started',
938
- 'How would you like to authenticate for this project?':
939
- 'How would you like to authenticate for this project?',
939
+ 'Select Authentication Method': 'Select Authentication Method',
940
940
  'OpenAI API key is required to use OpenAI authentication.':
941
941
  'OpenAI API key is required to use OpenAI authentication.',
942
942
  'You must select an auth method to proceed. Press Ctrl+C again to exit.':
943
943
  'You must select an auth method to proceed. Press Ctrl+C again to exit.',
944
- '(Use Enter to Set Auth)': '(Use Enter to Set Auth)',
945
- 'Terms of Services and Privacy Notice for Qwen Code':
946
- 'Terms of Services and Privacy Notice for Qwen Code',
944
+ 'Terms of Services and Privacy Notice':
945
+ 'Terms of Services and Privacy Notice',
947
946
  'Qwen OAuth': 'Qwen OAuth',
947
+ 'Free \u00B7 Up to 1,000 requests/day \u00B7 Qwen latest models':
948
+ 'Free \u00B7 Up to 1,000 requests/day \u00B7 Qwen latest models',
948
949
  'Login with QwenChat account to use daily free quota.':
949
950
  'Login with QwenChat account to use daily free quota.',
951
+ 'Paid \u00B7 Up to 6,000 requests/5 hrs \u00B7 All Alibaba Cloud Coding Plan Models':
952
+ 'Paid \u00B7 Up to 6,000 requests/5 hrs \u00B7 All Alibaba Cloud Coding Plan Models',
953
+ 'Alibaba Cloud Coding Plan': 'Alibaba Cloud Coding Plan',
954
+ 'Bring your own API key': 'Bring your own API key',
950
955
  'API-KEY': 'API-KEY',
951
956
  'Use coding plan credentials or your own api-keys/providers.':
952
957
  'Use coding plan credentials or your own api-keys/providers.',
@@ -974,6 +979,8 @@ export default {
974
979
  'Waiting for Qwen OAuth authentication...',
975
980
  'Note: Your existing API key in settings.json will not be cleared when using Qwen OAuth. You can switch back to OpenAI authentication later if needed.':
976
981
  'Note: Your existing API key in settings.json will not be cleared when using Qwen OAuth. You can switch back to OpenAI authentication later if needed.',
982
+ 'Note: Your existing API key will not be cleared when using Qwen OAuth.':
983
+ 'Note: Your existing API key will not be cleared when using Qwen OAuth.',
977
984
  'Authentication timed out. Please try again.':
978
985
  'Authentication timed out. Please try again.',
979
986
  'Waiting for auth... (Press ESC or CTRL+C to cancel)':
@@ -1021,6 +1028,17 @@ export default {
1021
1028
  '(default)': '(default)',
1022
1029
  '(set)': '(set)',
1023
1030
  '(not set)': '(not set)',
1031
+ Modality: 'Modality',
1032
+ 'Context Window': 'Context Window',
1033
+ text: 'text',
1034
+ 'text-only': 'text-only',
1035
+ image: 'image',
1036
+ pdf: 'pdf',
1037
+ audio: 'audio',
1038
+ video: 'video',
1039
+ 'not set': 'not set',
1040
+ none: 'none',
1041
+ unknown: 'unknown',
1024
1042
  "Failed to switch model to '{{modelId}}'.\n\n{{error}}":
1025
1043
  "Failed to switch model to '{{modelId}}'.\n\n{{error}}",
1026
1044
  'Qwen 3.5 Plus — efficient hybrid model with leading coding performance':
@@ -1384,18 +1402,20 @@ export default {
1384
1402
  'Rate limit error: {{reason}}': 'Rate limit error: {{reason}}',
1385
1403
  'Retrying in {{seconds}} seconds… (attempt {{attempt}}/{{maxRetries}})':
1386
1404
  'Retrying in {{seconds}} seconds… (attempt {{attempt}}/{{maxRetries}})',
1405
+ 'Press Ctrl+Y to retry': 'Press Ctrl+Y to retry',
1406
+ 'No failed request to retry.': 'No failed request to retry.',
1407
+ 'to retry last request': 'to retry last request',
1387
1408
 
1388
1409
  // ============================================================================
1389
1410
  // Coding Plan Authentication
1390
1411
  // ============================================================================
1391
- 'Please enter your API key:': 'Please enter your API key:',
1392
1412
  'API key cannot be empty.': 'API key cannot be empty.',
1393
- 'You can get your exclusive Coding Plan API-KEY here:':
1394
- 'You can get your exclusive Coding Plan API-KEY here:',
1413
+ 'You can get your Coding Plan API key here':
1414
+ 'You can get your Coding Plan API key here',
1395
1415
  'API key is stored in settings.env. You can migrate it to a .env file for better security.':
1396
1416
  'API key is stored in settings.env. You can migrate it to a .env file for better security.',
1397
- 'New model configurations are available for Bailian Coding Plan. Update now?':
1398
- 'New model configurations are available for Bailian Coding Plan. Update now?',
1417
+ 'New model configurations are available for Alibaba Cloud Coding Plan. Update now?':
1418
+ 'New model configurations are available for Alibaba Cloud Coding Plan. Update now?',
1399
1419
  'Coding Plan configuration updated successfully. New models are now available.':
1400
1420
  'Coding Plan configuration updated successfully. New models are now available.',
1401
1421
  'Coding Plan API key not found. Please re-authenticate with Coding Plan.':
@@ -1404,51 +1424,26 @@ export default {
1404
1424
  'Failed to update Coding Plan configuration: {{message}}',
1405
1425
 
1406
1426
  // ============================================================================
1407
- // Custom API-KEY Configuration
1408
- // ============================================================================
1409
- 'For advanced users who want to configure models manually.':
1410
- 'For advanced users who want to configure models manually.',
1411
- 'Please configure your models in settings.json:':
1412
- 'Please configure your models in settings.json:',
1413
- 'Set API key via environment variable (e.g., OPENAI_API_KEY)':
1414
- 'Set API key via environment variable (e.g., OPENAI_API_KEY)',
1415
- "Add model configuration to modelProviders['openai'] (or other auth types)":
1416
- "Add model configuration to modelProviders['openai'] (or other auth types)",
1417
- 'Each provider needs: id, envKey (required), plus optional baseUrl, generationConfig':
1418
- 'Each provider needs: id, envKey (required), plus optional baseUrl, generationConfig',
1419
- 'Use /model command to select your preferred model from the configured list':
1420
- 'Use /model command to select your preferred model from the configured list',
1421
- 'Supported auth types: openai, anthropic, gemini, vertex-ai, etc.':
1422
- 'Supported auth types: openai, anthropic, gemini, vertex-ai, etc.',
1423
- 'More instructions please check:': 'More instructions please check:',
1427
+ // Custom API Key Configuration
1428
+ // ============================================================================
1429
+ 'You can configure your API key and models in settings.json':
1430
+ 'You can configure your API key and models in settings.json',
1431
+ 'Refer to the documentation for setup instructions':
1432
+ 'Refer to the documentation for setup instructions',
1424
1433
 
1425
1434
  // ============================================================================
1426
1435
  // Auth Dialog - View Titles and Labels
1427
1436
  // ============================================================================
1428
- 'Coding Plan': 'Coding Plan',
1429
- 'Coding Plan (Bailian, China)': 'Coding Plan (Bailian, China)',
1430
- 'Coding Plan (Bailian, Global/Intl)': 'Coding Plan (Bailian, Global/Intl)',
1431
- "Paste your api key of Bailian Coding Plan and you're all set!":
1432
- "Paste your api key of Bailian Coding Plan and you're all set!",
1433
- "Paste your api key of Coding Plan (Bailian, Global/Intl) and you're all set!":
1434
- "Paste your api key of Coding Plan (Bailian, Global/Intl) and you're all set!",
1435
- Custom: 'Custom',
1436
- 'More instructions about configuring `modelProviders` manually.':
1437
- 'More instructions about configuring `modelProviders` manually.',
1438
- 'Select API-KEY configuration mode:': 'Select API-KEY configuration mode:',
1439
- '(Press Escape to go back)': '(Press Escape to go back)',
1440
- '(Press Enter to submit, Escape to cancel)':
1441
- '(Press Enter to submit, Escape to cancel)',
1437
+ 'Select Region for Coding Plan': 'Select Region for Coding Plan',
1438
+ 'Choose based on where your account is registered':
1439
+ 'Choose based on where your account is registered',
1440
+ 'Enter Coding Plan API Key': 'Enter Coding Plan API Key',
1442
1441
 
1443
1442
  // ============================================================================
1444
1443
  // Coding Plan International Updates
1445
1444
  // ============================================================================
1446
1445
  'New model configurations are available for {{region}}. Update now?':
1447
1446
  'New model configurations are available for {{region}}. Update now?',
1448
- 'New model configurations are available for Bailian Coding Plan (China). Update now?':
1449
- 'New model configurations are available for Bailian Coding Plan (China). Update now?',
1450
- 'New model configurations are available for Coding Plan (Bailian, Global/Intl). Update now?':
1451
- 'New model configurations are available for Coding Plan (Bailian, Global/Intl). Update now?',
1452
1447
  '{{region}} configuration updated successfully. Model switched to "{{model}}".':
1453
1448
  '{{region}} configuration updated successfully. Model switched to "{{model}}".',
1454
1449
  'Authenticated successfully with {{region}}. API key and model configs saved to settings.json (backed up).':
package/locales/ja.js CHANGED
@@ -142,6 +142,7 @@ export default {
142
142
  'Enter to confirm, Esc to cancel': 'Enter で確定、Esc でキャンセル',
143
143
  'Enter to select, ↑↓ to navigate, Esc to go back':
144
144
  'Enter で選択、↑↓ で移動、Esc で戻る',
145
+ 'Enter to submit, Esc to go back': 'Enter で送信、Esc で戻る',
145
146
  'Invalid step: {{step}}': '無効なステップ: {{step}}',
146
147
  'No subagents found.': 'サブエージェントが見つかりません',
147
148
  "Use '/agents create' to create your first subagent.":
@@ -671,18 +672,21 @@ export default {
671
672
  '🎯 Overall Goal:': '🎯 全体目標:',
672
673
  // Dialogs - Auth
673
674
  'Get started': '始める',
674
- 'How would you like to authenticate for this project?':
675
- 'このプロジェクトの認証方法を選択してください:',
675
+ 'Select Authentication Method': '認証方法を選択',
676
676
  'OpenAI API key is required to use OpenAI authentication.':
677
677
  'OpenAI認証を使用するには OpenAI APIキーが必要です',
678
678
  'You must select an auth method to proceed. Press Ctrl+C again to exit.':
679
679
  '続行するには認証方法を選択してください。Ctrl+C をもう一度押すと終了します',
680
- '(Use Enter to Set Auth)': '(Enter で認証を設定)',
681
- 'Terms of Services and Privacy Notice for Qwen Code':
682
- 'Qwen Code の利用規約とプライバシー通知',
680
+ 'Terms of Services and Privacy Notice': '利用規約とプライバシー通知',
683
681
  'Qwen OAuth': 'Qwen OAuth',
682
+ 'Free \u00B7 Up to 1,000 requests/day \u00B7 Qwen latest models':
683
+ '無料 \u00B7 1日最大1,000リクエスト \u00B7 Qwen最新モデル',
684
684
  'Login with QwenChat account to use daily free quota.':
685
685
  'QwenChatアカウントでログインして、毎日の無料クォータをご利用ください。',
686
+ 'Paid \u00B7 Up to 6,000 requests/5 hrs \u00B7 All Alibaba Cloud Coding Plan Models':
687
+ '有料 \u00B7 5時間最大6,000リクエスト \u00B7 すべての Alibaba Cloud Coding Plan モデル',
688
+ 'Alibaba Cloud Coding Plan': 'Alibaba Cloud Coding Plan',
689
+ 'Bring your own API key': '自分のAPIキーを使用',
686
690
  'API-KEY': 'API-KEY',
687
691
  'Use coding plan credentials or your own api-keys/providers.':
688
692
  'Coding Planの認証情報またはご自身のAPIキー/プロバイダーをご利用ください。',
@@ -710,6 +714,8 @@ export default {
710
714
  'Waiting for Qwen OAuth authentication...': 'Qwen OAuth認証を待っています...',
711
715
  'Note: Your existing API key in settings.json will not be cleared when using Qwen OAuth. You can switch back to OpenAI authentication later if needed.':
712
716
  '注: Qwen OAuthを使用しても、settings.json内の既存のAPIキーはクリアされません。必要に応じて後でOpenAI認証に切り替えることができます',
717
+ 'Note: Your existing API key will not be cleared when using Qwen OAuth.':
718
+ '注: Qwen OAuthを使用しても、既存のAPIキーはクリアされません。',
713
719
  'Authentication timed out. Please try again.':
714
720
  '認証がタイムアウトしました。再度お試しください',
715
721
  'Waiting for auth... (Press ESC or CTRL+C to cancel)':
@@ -731,6 +737,17 @@ export default {
731
737
  // Dialogs - Model
732
738
  'Select Model': 'モデルを選択',
733
739
  '(Press Esc to close)': '(Esc で閉じる)',
740
+ Modality: 'モダリティ',
741
+ 'Context Window': 'コンテキストウィンドウ',
742
+ text: 'テキスト',
743
+ 'text-only': 'テキストのみ',
744
+ image: '画像',
745
+ pdf: 'PDF',
746
+ audio: '音声',
747
+ video: '動画',
748
+ 'not set': '未設定',
749
+ none: 'なし',
750
+ unknown: '不明',
734
751
  'Qwen 3.5 Plus — efficient hybrid model with leading coding performance':
735
752
  'Qwen 3.5 Plus — 効率的なハイブリッドモデル、業界トップクラスのコーディング性能',
736
753
  'The latest Qwen Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)':
@@ -912,32 +929,19 @@ export default {
912
929
  ],
913
930
 
914
931
  // ============================================================================
915
- // Custom API-KEY Configuration
932
+ // Custom API Key Configuration
916
933
  // ============================================================================
917
- 'For advanced users who want to configure models manually.':
918
- 'モデルを手動で設定したい上級ユーザー向け。',
919
- 'Please configure your models in settings.json:':
920
- 'settings.json でモデルを設定してください:',
921
- 'Set API key via environment variable (e.g., OPENAI_API_KEY)':
922
- '環境変数を使用して API キーを設定してください(例:OPENAI_API_KEY)',
923
- "Add model configuration to modelProviders['openai'] (or other auth types)":
924
- "modelProviders['openai'](または他の認証タイプ)にモデル設定を追加してください",
925
- 'Each provider needs: id, envKey (required), plus optional baseUrl, generationConfig':
926
- '各プロバイダーには:id、envKey(必須)、およびオプションの baseUrl、generationConfig が必要です',
927
- 'Use /model command to select your preferred model from the configured list':
928
- '/model コマンドを使用して、設定済みリストからお好みのモデルを選択してください',
929
- 'Supported auth types: openai, anthropic, gemini, vertex-ai, etc.':
930
- 'サポートされている認証タイプ:openai、anthropic、gemini、vertex-ai など',
934
+ 'You can configure your API key and models in settings.json':
935
+ 'settings.json で API キーとモデルを設定できます',
936
+ 'Refer to the documentation for setup instructions':
937
+ 'セットアップ手順はドキュメントを参照してください',
931
938
 
932
939
  // ============================================================================
933
940
  // Coding Plan Authentication
934
941
  // ============================================================================
935
- 'Please enter your API key:': 'APIキーを入力してください:',
936
942
  'API key cannot be empty.': 'APIキーは空にできません。',
937
- 'You can get your exclusive Coding Plan API-KEY here:':
938
- 'Coding Plan API-KEY はこちらで取得できます:',
939
- 'New model configurations are available for Bailian Coding Plan. Update now?':
940
- 'Bailian Coding Plan の新しいモデル設定が利用可能です。今すぐ更新しますか?',
943
+ 'You can get your Coding Plan API key here':
944
+ 'Coding Plan APIキーはこちらで取得できます',
941
945
  'Coding Plan configuration updated successfully. New models are now available.':
942
946
  'Coding Plan の設定が正常に更新されました。新しいモデルが利用可能になりました。',
943
947
  'Coding Plan API key not found. Please re-authenticate with Coding Plan.':
@@ -948,32 +952,16 @@ export default {
948
952
  // ============================================================================
949
953
  // Auth Dialog - View Titles and Labels
950
954
  // ============================================================================
951
- 'Coding Plan': 'Coding Plan',
952
- 'Coding Plan (Bailian, China)': 'Coding Plan (Bailian, 中国)',
953
- 'Coding Plan (Bailian, Global/Intl)':
954
- 'Coding Plan (Bailian, グローバル/国際)',
955
- "Paste your api key of Bailian Coding Plan and you're all set!":
956
- 'Bailian Coding PlanのAPIキーを貼り付けるだけで準備完了です!',
957
- "Paste your api key of Coding Plan (Bailian, Global/Intl) and you're all set!":
958
- 'Coding Plan (Bailian, グローバル/国際) のAPIキーを貼り付けるだけで準備完了です!',
959
- Custom: 'カスタム',
960
- 'More instructions about configuring `modelProviders` manually.':
961
- '`modelProviders`を手動で設定する方法の詳細はこちら。',
962
- 'Select API-KEY configuration mode:': 'API-KEY設定モードを選択してください:',
963
- '(Press Escape to go back)': '(Escapeキーで戻る)',
964
- '(Press Enter to submit, Escape to cancel)':
965
- '(Enterで送信、Escapeでキャンセル)',
966
- 'More instructions please check:': '詳細な手順はこちらをご確認ください:',
955
+ 'Select Region for Coding Plan': 'Coding Planのリージョンを選択',
956
+ 'Choose based on where your account is registered':
957
+ 'アカウントの登録先に応じて選択してください',
958
+ 'Enter Coding Plan API Key': 'Coding Plan APIキーを入力',
967
959
 
968
960
  // ============================================================================
969
961
  // Coding Plan International Updates
970
962
  // ============================================================================
971
963
  'New model configurations are available for {{region}}. Update now?':
972
964
  '{{region}} の新しいモデル設定が利用可能です。今すぐ更新しますか?',
973
- 'New model configurations are available for Bailian Coding Plan (China). Update now?':
974
- 'Bailian Coding Plan (中国) の新しいモデル設定が利用可能です。今すぐ更新しますか?',
975
- 'New model configurations are available for Coding Plan (Bailian, Global/Intl). Update now?':
976
- 'Coding Plan (Bailian, グローバル/国際) の新しいモデル設定が利用可能です。今すぐ更新しますか?',
977
965
  '{{region}} configuration updated successfully. Model switched to "{{model}}".':
978
966
  '{{region}} の設定が正常に更新されました。モデルが "{{model}}" に切り替わりました。',
979
967
  'Authenticated successfully with {{region}}. API key and model configs saved to settings.json (backed up).':
package/locales/pt.js CHANGED
@@ -173,6 +173,7 @@ export default {
173
173
  'Enter to confirm, Esc to cancel': 'Enter para confirmar, Esc para cancelar',
174
174
  'Enter to select, ↑↓ to navigate, Esc to go back':
175
175
  'Enter para selecionar, ↑↓ para navegar, Esc para voltar',
176
+ 'Enter to submit, Esc to go back': 'Enter para enviar, Esc para voltar',
176
177
  'Invalid step: {{step}}': 'Etapa inválida: {{step}}',
177
178
  'No subagents found.': 'Nenhum subagente encontrado.',
178
179
  "Use '/agents create' to create your first subagent.":
@@ -950,18 +951,22 @@ export default {
950
951
  // Dialogs - Auth
951
952
  // ============================================================================
952
953
  'Get started': 'Começar',
953
- 'How would you like to authenticate for this project?':
954
- 'Como você gostaria de se autenticar para este projeto?',
954
+ 'Select Authentication Method': 'Selecionar Método de Autenticação',
955
955
  'OpenAI API key is required to use OpenAI authentication.':
956
956
  'A chave da API do OpenAI é necessária para usar a autenticação do OpenAI.',
957
957
  'You must select an auth method to proceed. Press Ctrl+C again to exit.':
958
958
  'Você deve selecionar um método de autenticação para prosseguir. Pressione Ctrl+C novamente para sair.',
959
- '(Use Enter to Set Auth)': '(Use Enter para Definir Autenticação)',
960
- 'Terms of Services and Privacy Notice for Qwen Code':
961
- 'Termos de Serviço e Aviso de Privacidade do Qwen Code',
959
+ 'Terms of Services and Privacy Notice':
960
+ 'Termos de Serviço e Aviso de Privacidade',
962
961
  'Qwen OAuth': 'Qwen OAuth',
962
+ 'Free \u00B7 Up to 1,000 requests/day \u00B7 Qwen latest models':
963
+ 'Gratuito \u00B7 Até 1.000 solicitações/dia \u00B7 Modelos Qwen mais recentes',
963
964
  'Login with QwenChat account to use daily free quota.':
964
965
  'Faça login com sua conta QwenChat para usar a cota gratuita diária.',
966
+ 'Paid \u00B7 Up to 6,000 requests/5 hrs \u00B7 All Alibaba Cloud Coding Plan Models':
967
+ 'Pago \u00B7 Até 6.000 solicitações/5 hrs \u00B7 Todos os modelos Alibaba Cloud Coding Plan',
968
+ 'Alibaba Cloud Coding Plan': 'Alibaba Cloud Coding Plan',
969
+ 'Bring your own API key': 'Traga sua própria chave API',
965
970
  'API-KEY': 'API-KEY',
966
971
  'Use coding plan credentials or your own api-keys/providers.':
967
972
  'Use credenciais do Coding Plan ou suas próprias chaves API/provedores.',
@@ -989,6 +994,8 @@ export default {
989
994
  'Aguardando autenticação Qwen OAuth...',
990
995
  'Note: Your existing API key in settings.json will not be cleared when using Qwen OAuth. You can switch back to OpenAI authentication later if needed.':
991
996
  'Nota: Sua chave de API existente no settings.json não será limpa ao usar o Qwen OAuth. Você pode voltar para a autenticação do OpenAI mais tarde, se necessário.',
997
+ 'Note: Your existing API key will not be cleared when using Qwen OAuth.':
998
+ 'Nota: Sua chave de API existente não será limpa ao usar o Qwen OAuth.',
992
999
  'Authentication timed out. Please try again.':
993
1000
  'A autenticação expirou. Tente novamente.',
994
1001
  'Waiting for auth... (Press ESC or CTRL+C to cancel)':
@@ -1037,6 +1044,17 @@ export default {
1037
1044
  '(default)': '(padrão)',
1038
1045
  '(set)': '(definido)',
1039
1046
  '(not set)': '(não definido)',
1047
+ Modality: 'Modalidade',
1048
+ 'Context Window': 'Janela de Contexto',
1049
+ text: 'texto',
1050
+ 'text-only': 'somente texto',
1051
+ image: 'imagem',
1052
+ pdf: 'PDF',
1053
+ audio: 'áudio',
1054
+ video: 'vídeo',
1055
+ 'not set': 'não definido',
1056
+ none: 'nenhum',
1057
+ unknown: 'desconhecido',
1040
1058
  "Failed to switch model to '{{modelId}}'.\n\n{{error}}":
1041
1059
  "Falha ao trocar o modelo para '{{modelId}}'.\n\n{{error}}",
1042
1060
  'Qwen 3.5 Plus — efficient hybrid model with leading coding performance':
@@ -1396,32 +1414,21 @@ export default {
1396
1414
  'Falha ao abrir o navegador. Confira a galeria de extensões em {{url}}',
1397
1415
 
1398
1416
  // ============================================================================
1399
- // Custom API-KEY Configuration
1400
- // ============================================================================
1401
- 'For advanced users who want to configure models manually.':
1402
- 'Para usuários avançados que desejam configurar modelos manualmente.',
1403
- 'Please configure your models in settings.json:':
1404
- 'Por favor, configure seus modelos em settings.json:',
1405
- 'Set API key via environment variable (e.g., OPENAI_API_KEY)':
1406
- 'Defina a chave de API via variável de ambiente (ex: OPENAI_API_KEY)',
1407
- "Add model configuration to modelProviders['openai'] (or other auth types)":
1408
- "Adicione a configuração do modelo a modelProviders['openai'] (ou outros tipos de autenticação)",
1409
- 'Each provider needs: id, envKey (required), plus optional baseUrl, generationConfig':
1410
- 'Cada provedor precisa de: id, envKey (obrigatório), além de baseUrl e generationConfig opcionais',
1411
- 'Use /model command to select your preferred model from the configured list':
1412
- 'Use o comando /model para selecionar seu modelo preferido da lista configurada',
1413
- 'Supported auth types: openai, anthropic, gemini, vertex-ai, etc.':
1414
- 'Tipos de autenticação suportados: openai, anthropic, gemini, vertex-ai, etc.',
1417
+ // Custom API Key Configuration
1418
+ // ============================================================================
1419
+ 'You can configure your API key and models in settings.json':
1420
+ 'Você pode configurar sua chave de API e modelos em settings.json',
1421
+ 'Refer to the documentation for setup instructions':
1422
+ 'Consulte a documentação para instruções de configuração',
1415
1423
 
1416
1424
  // ============================================================================
1417
1425
  // Coding Plan Authentication
1418
1426
  // ============================================================================
1419
- 'Please enter your API key:': 'Por favor, digite sua chave de API:',
1420
1427
  'API key cannot be empty.': 'A chave de API não pode estar vazia.',
1421
- 'You can get your exclusive Coding Plan API-KEY here:':
1422
- 'Você pode obter sua chave de API exclusiva do Coding Plan aqui:',
1423
- 'New model configurations are available for Bailian Coding Plan. Update now?':
1424
- 'Novas configurações de modelo estão disponíveis para o Bailian Coding Plan. Atualizar agora?',
1428
+ 'You can get your Coding Plan API key here':
1429
+ 'Você pode obter sua chave de API do Coding Plan aqui',
1430
+ 'New model configurations are available for Alibaba Cloud Coding Plan. Update now?':
1431
+ 'Novas configurações de modelo estão disponíveis para o Alibaba Cloud Coding Plan. Atualizar agora?',
1425
1432
  'Coding Plan configuration updated successfully. New models are now available.':
1426
1433
  'Configuração do Coding Plan atualizada com sucesso. Novos modelos agora estão disponíveis.',
1427
1434
  'Coding Plan API key not found. Please re-authenticate with Coding Plan.':
@@ -1432,32 +1439,16 @@ export default {
1432
1439
  // ============================================================================
1433
1440
  // Auth Dialog - View Titles and Labels
1434
1441
  // ============================================================================
1435
- 'Coding Plan': 'Coding Plan',
1436
- 'Coding Plan (Bailian, China)': 'Coding Plan (Bailian, China)',
1437
- 'Coding Plan (Bailian, Global/Intl)': 'Coding Plan (Bailian, Global/Intl)',
1438
- "Paste your api key of Bailian Coding Plan and you're all set!":
1439
- 'Cole sua chave de API do Bailian Coding Plan e pronto!',
1440
- "Paste your api key of Coding Plan (Bailian, Global/Intl) and you're all set!":
1441
- 'Cole sua chave de API do Coding Plan (Bailian, Global/Intl) e pronto!',
1442
- Custom: 'Personalizado',
1443
- 'More instructions about configuring `modelProviders` manually.':
1444
- 'Mais instruções sobre como configurar `modelProviders` manualmente.',
1445
- 'Select API-KEY configuration mode:':
1446
- 'Selecione o modo de configuração da API-KEY:',
1447
- '(Press Escape to go back)': '(Pressione Escape para voltar)',
1448
- '(Press Enter to submit, Escape to cancel)':
1449
- '(Pressione Enter para enviar, Escape para cancelar)',
1450
- 'More instructions please check:': 'Mais instruções, consulte:',
1442
+ 'Select Region for Coding Plan': 'Selecionar região do Coding Plan',
1443
+ 'Choose based on where your account is registered':
1444
+ 'Escolha com base em onde sua conta está registrada',
1445
+ 'Enter Coding Plan API Key': 'Inserir chave de API do Coding Plan',
1451
1446
 
1452
1447
  // ============================================================================
1453
1448
  // Coding Plan International Updates
1454
1449
  // ============================================================================
1455
1450
  'New model configurations are available for {{region}}. Update now?':
1456
1451
  'Novas configurações de modelo estão disponíveis para o {{region}}. Atualizar agora?',
1457
- 'New model configurations are available for Bailian Coding Plan (China). Update now?':
1458
- 'Novas configurações de modelo estão disponíveis para o Bailian Coding Plan (China). Atualizar agora?',
1459
- 'New model configurations are available for Coding Plan (Bailian, Global/Intl). Update now?':
1460
- 'Novas configurações de modelo estão disponíveis para o Coding Plan (Bailian, Global/Intl). Atualizar agora?',
1461
1452
  '{{region}} configuration updated successfully. Model switched to "{{model}}".':
1462
1453
  'Configuração do {{region}} atualizada com sucesso. Modelo alterado para "{{model}}".',
1463
1454
  'Authenticated successfully with {{region}}. API key and model configs saved to settings.json (backed up).':