@mmmbuto/qwen-code-termux 0.12.0-termux → 0.14.0-termux
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/README.md +188 -55
- package/bundled/loop/SKILL.md +61 -0
- package/bundled/qc-helper/SKILL.md +151 -0
- package/bundled/qc-helper/docs/_meta.ts +30 -0
- package/bundled/qc-helper/docs/common-workflow.md +571 -0
- package/bundled/qc-helper/docs/configuration/_meta.ts +10 -0
- package/bundled/qc-helper/docs/configuration/auth.md +366 -0
- package/bundled/qc-helper/docs/configuration/memory.md +0 -0
- package/bundled/qc-helper/docs/configuration/model-providers.md +542 -0
- package/bundled/qc-helper/docs/configuration/qwen-ignore.md +55 -0
- package/bundled/qc-helper/docs/configuration/settings.md +655 -0
- package/bundled/qc-helper/docs/configuration/themes.md +160 -0
- package/bundled/qc-helper/docs/configuration/trusted-folders.md +61 -0
- package/bundled/qc-helper/docs/configuration.md +73 -0
- package/bundled/qc-helper/docs/extension/_meta.ts +9 -0
- package/bundled/qc-helper/docs/extension/extension-releasing.md +204 -0
- package/bundled/qc-helper/docs/extension/getting-started-extensions.md +299 -0
- package/bundled/qc-helper/docs/extension/introduction.md +338 -0
- package/bundled/qc-helper/docs/features/_meta.ts +19 -0
- package/bundled/qc-helper/docs/features/approval-mode.md +263 -0
- package/bundled/qc-helper/docs/features/arena.md +218 -0
- package/bundled/qc-helper/docs/features/channels/_meta.ts +7 -0
- package/bundled/qc-helper/docs/features/channels/dingtalk.md +134 -0
- package/bundled/qc-helper/docs/features/channels/overview.md +336 -0
- package/bundled/qc-helper/docs/features/channels/plugins.md +87 -0
- package/bundled/qc-helper/docs/features/channels/telegram.md +120 -0
- package/bundled/qc-helper/docs/features/channels/weixin.md +106 -0
- package/bundled/qc-helper/docs/features/checkpointing.md +77 -0
- package/bundled/qc-helper/docs/features/commands.md +312 -0
- package/bundled/qc-helper/docs/features/headless.md +318 -0
- package/bundled/qc-helper/docs/features/hooks.md +720 -0
- package/bundled/qc-helper/docs/features/language.md +139 -0
- package/bundled/qc-helper/docs/features/lsp.md +417 -0
- package/bundled/qc-helper/docs/features/mcp.md +281 -0
- package/bundled/qc-helper/docs/features/sandbox.md +241 -0
- package/bundled/qc-helper/docs/features/scheduled-tasks.md +139 -0
- package/bundled/qc-helper/docs/features/skills.md +289 -0
- package/bundled/qc-helper/docs/features/sub-agents.md +515 -0
- package/bundled/qc-helper/docs/features/token-caching.md +29 -0
- package/bundled/qc-helper/docs/ide-integration/_meta.ts +4 -0
- package/bundled/qc-helper/docs/ide-integration/ide-companion-spec.md +182 -0
- package/bundled/qc-helper/docs/ide-integration/ide-integration.md +144 -0
- package/bundled/qc-helper/docs/integration-github-action.md +241 -0
- package/bundled/qc-helper/docs/integration-jetbrains.md +81 -0
- package/bundled/qc-helper/docs/integration-vscode.md +39 -0
- package/bundled/qc-helper/docs/integration-zed.md +72 -0
- package/bundled/qc-helper/docs/overview.md +64 -0
- package/bundled/qc-helper/docs/quickstart.md +273 -0
- package/bundled/qc-helper/docs/reference/_meta.ts +3 -0
- package/bundled/qc-helper/docs/reference/keyboard-shortcuts.md +72 -0
- package/bundled/qc-helper/docs/support/Uninstall.md +42 -0
- package/bundled/qc-helper/docs/support/_meta.ts +6 -0
- package/bundled/qc-helper/docs/support/tos-privacy.md +112 -0
- package/bundled/qc-helper/docs/support/troubleshooting.md +123 -0
- package/bundled/review/SKILL.md +261 -0
- package/cli.js +298314 -244746
- package/locales/de.js +358 -7
- package/locales/en.js +347 -7
- package/locales/ja.js +347 -7
- package/locales/pt.js +353 -7
- package/locales/ru.js +348 -7
- package/locales/zh.js +333 -7
- package/package.json +12 -7
- package/sandbox-macos-permissive-open.sb +3 -1
- package/vendor/tree-sitter/tree-sitter-bash.wasm +0 -0
- package/vendor/tree-sitter/tree-sitter.wasm +0 -0
- package/CHANGELOG.md +0 -77
package/locales/ja.js
CHANGED
|
@@ -85,6 +85,7 @@ export default {
|
|
|
85
85
|
'プロジェクトを分析し、カスタマイズされた QWEN.md ファイルを作成',
|
|
86
86
|
'List available Qwen Code tools. Usage: /tools [desc]':
|
|
87
87
|
'利用可能な Qwen Code ツールを一覧表示。使い方: /tools [desc]',
|
|
88
|
+
'List available skills.': '利用可能なスキルを一覧表示する。',
|
|
88
89
|
'Available Qwen Code CLI tools:': '利用可能な Qwen Code CLI ツール:',
|
|
89
90
|
'No tools available': '利用可能なツールはありません',
|
|
90
91
|
'View or change the approval mode for tool usage':
|
|
@@ -328,6 +329,7 @@ export default {
|
|
|
328
329
|
'ワークスペース内のすべてのディレクトリを表示',
|
|
329
330
|
'set external editor preference': '外部エディタの設定',
|
|
330
331
|
'Manage extensions': '拡張機能を管理',
|
|
332
|
+
'Manage installed extensions': 'インストール済みの拡張機能を管理する',
|
|
331
333
|
'List active extensions': '有効な拡張機能を一覧表示',
|
|
332
334
|
'Update extensions. Usage: update <extension-names>|--all':
|
|
333
335
|
'拡張機能を更新。使い方: update <拡張機能名>|--all',
|
|
@@ -371,6 +373,163 @@ export default {
|
|
|
371
373
|
'{{terminalName}} の設定に失敗しました',
|
|
372
374
|
'Your terminal is already configured for an optimal experience with multiline input (Shift+Enter and Ctrl+Enter).':
|
|
373
375
|
'ターミナルは複数行入力(Shift+Enter と Ctrl+Enter)に最適化されています',
|
|
376
|
+
// ============================================================================
|
|
377
|
+
// Commands - Hooks
|
|
378
|
+
// ============================================================================
|
|
379
|
+
'Manage Qwen Code hooks': 'Qwen Code のフックを管理する',
|
|
380
|
+
'List all configured hooks': '設定済みのフックをすべて表示する',
|
|
381
|
+
'Enable a disabled hook': '無効なフックを有効にする',
|
|
382
|
+
'Disable an active hook': '有効なフックを無効にする',
|
|
383
|
+
// Hooks - Dialog
|
|
384
|
+
Hooks: 'フック',
|
|
385
|
+
'Loading hooks...': 'フックを読み込んでいます...',
|
|
386
|
+
'Error loading hooks:': 'フックの読み込みエラー:',
|
|
387
|
+
'Press Escape to close': 'Escape キーで閉じる',
|
|
388
|
+
'No hook selected': 'フックが選択されていません',
|
|
389
|
+
// Hooks - List Step
|
|
390
|
+
'No hook events found.': 'フックイベントが見つかりません。',
|
|
391
|
+
'{{count}} hook configured': '{{count}} 件のフックが設定されています',
|
|
392
|
+
'{{count}} hooks configured': '{{count}} 件のフックが設定されています',
|
|
393
|
+
'This menu is read-only. To add or modify hooks, edit settings.json directly or ask Qwen Code.':
|
|
394
|
+
'このメニューは読み取り専用です。フックを追加または変更するには、settings.json を直接編集するか、Qwen Code に尋ねてください。',
|
|
395
|
+
'Enter to select · Esc to cancel': 'Enter で選択 · Esc でキャンセル',
|
|
396
|
+
// Hooks - Detail Step
|
|
397
|
+
'Exit codes:': '終了コード:',
|
|
398
|
+
'Configured hooks:': '設定済みのフック:',
|
|
399
|
+
'No hooks configured for this event.':
|
|
400
|
+
'このイベントにはフックが設定されていません。',
|
|
401
|
+
'To add hooks, edit settings.json directly or ask Qwen.':
|
|
402
|
+
'フックを追加するには、settings.json を直接編集するか、Qwen に尋ねてください。',
|
|
403
|
+
'Enter to select · Esc to go back': 'Enter で選択 · Esc で戻る',
|
|
404
|
+
// Hooks - Config Detail Step
|
|
405
|
+
'Hook details': 'フック詳細',
|
|
406
|
+
'Event:': 'イベント:',
|
|
407
|
+
'Extension:': '拡張機能:',
|
|
408
|
+
'Desc:': '説明:',
|
|
409
|
+
'No hook config selected': 'フック設定が選択されていません',
|
|
410
|
+
'To modify or remove this hook, edit settings.json directly or ask Qwen to help.':
|
|
411
|
+
'このフックを変更または削除するには、settings.json を直接編集するか、Qwen に尋ねてください。',
|
|
412
|
+
// Hooks - Disabled Step
|
|
413
|
+
'Hook Configuration - Disabled': 'フック設定 - 無効',
|
|
414
|
+
'All hooks are currently disabled. You have {{count}} that are not running.':
|
|
415
|
+
'すべてのフックは現在無効です。{{count}} が実行されていません。',
|
|
416
|
+
'{{count}} configured hook': '{{count}} 個の設定されたフック',
|
|
417
|
+
'{{count}} configured hooks': '{{count}} 個の設定されたフック',
|
|
418
|
+
'When hooks are disabled:': 'フックが無効な場合:',
|
|
419
|
+
'No hook commands will execute': 'フックコマンドは実行されません',
|
|
420
|
+
'StatusLine will not be displayed': 'StatusLine は表示されません',
|
|
421
|
+
'Tool operations will proceed without hook validation':
|
|
422
|
+
'ツール操作はフック検証なしで続行されます',
|
|
423
|
+
'To re-enable hooks, remove "disableAllHooks" from settings.json or ask Qwen Code.':
|
|
424
|
+
'フックを再有効化するには、settings.json から "disableAllHooks" を削除するか、Qwen Code に尋ねてください。',
|
|
425
|
+
// Hooks - Source
|
|
426
|
+
Project: 'プロジェクト',
|
|
427
|
+
User: 'ユーザー',
|
|
428
|
+
System: 'システム',
|
|
429
|
+
Extension: '拡張機能',
|
|
430
|
+
'Local Settings': 'ローカル設定',
|
|
431
|
+
'User Settings': 'ユーザー設定',
|
|
432
|
+
'System Settings': 'システム設定',
|
|
433
|
+
Extensions: '拡張機能',
|
|
434
|
+
// Hooks - Status
|
|
435
|
+
'✓ Enabled': '✓ 有効',
|
|
436
|
+
'✗ Disabled': '✗ 無効',
|
|
437
|
+
// Hooks - Event Descriptions (short)
|
|
438
|
+
'Before tool execution': 'ツール実行前',
|
|
439
|
+
'After tool execution': 'ツール実行後',
|
|
440
|
+
'After tool execution fails': 'ツール実行失敗時',
|
|
441
|
+
'When notifications are sent': '通知送信時',
|
|
442
|
+
'When the user submits a prompt': 'ユーザーがプロンプトを送信した時',
|
|
443
|
+
'When a new session is started': '新しいセッションが開始された時',
|
|
444
|
+
'Right before Qwen Code concludes its response':
|
|
445
|
+
'Qwen Code が応答を終了する直前',
|
|
446
|
+
'When a subagent (Agent tool call) is started':
|
|
447
|
+
'サブエージェント(Agent ツール呼び出し)が開始された時',
|
|
448
|
+
'Right before a subagent concludes its response':
|
|
449
|
+
'サブエージェントが応答を終了する直前',
|
|
450
|
+
'Before conversation compaction': '会話圧縮前',
|
|
451
|
+
'When a session is ending': 'セッション終了時',
|
|
452
|
+
'When a permission dialog is displayed': '権限ダイアログ表示時',
|
|
453
|
+
// Hooks - Event Descriptions (detailed)
|
|
454
|
+
'Input to command is JSON of tool call arguments.':
|
|
455
|
+
'コマンドへの入力はツール呼び出し引数の JSON です。',
|
|
456
|
+
'Input to command is JSON with fields "inputs" (tool call arguments) and "response" (tool call response).':
|
|
457
|
+
'コマンドへの入力は "inputs"(ツール呼び出し引数)と "response"(ツール呼び出し応答)フィールドを持つ JSON です。',
|
|
458
|
+
'Input to command is JSON with tool_name, tool_input, tool_use_id, error, error_type, is_interrupt, and is_timeout.':
|
|
459
|
+
'コマンドへの入力は tool_name、tool_input、tool_use_id、error、error_type、is_interrupt、is_timeout を持つ JSON です。',
|
|
460
|
+
'Input to command is JSON with notification message and type.':
|
|
461
|
+
'コマンドへの入力は通知メッセージとタイプを持つ JSON です。',
|
|
462
|
+
'Input to command is JSON with original user prompt text.':
|
|
463
|
+
'コマンドへの入力は元のユーザープロンプトテキストを持つ JSON です。',
|
|
464
|
+
'Input to command is JSON with session start source.':
|
|
465
|
+
'コマンドへの入力はセッション開始ソースを持つ JSON です。',
|
|
466
|
+
'Input to command is JSON with session end reason.':
|
|
467
|
+
'コマンドへの入力はセッション終了理由を持つ JSON です。',
|
|
468
|
+
'Input to command is JSON with agent_id and agent_type.':
|
|
469
|
+
'コマンドへの入力は agent_id と agent_type を持つ JSON です。',
|
|
470
|
+
'Input to command is JSON with agent_id, agent_type, and agent_transcript_path.':
|
|
471
|
+
'コマンドへの入力は agent_id、agent_type、agent_transcript_path を持つ JSON です。',
|
|
472
|
+
'Input to command is JSON with compaction details.':
|
|
473
|
+
'コマンドへの入力は圧縮詳細を持つ JSON です。',
|
|
474
|
+
'Input to command is JSON with tool_name, tool_input, and tool_use_id. Output JSON with hookSpecificOutput containing decision to allow or deny.':
|
|
475
|
+
'コマンドへの入力は tool_name、tool_input、tool_use_id を持つ JSON です。許可または拒否の決定を含む hookSpecificOutput を持つ JSON を出力します。',
|
|
476
|
+
// Hooks - Exit Code Descriptions
|
|
477
|
+
'stdout/stderr not shown': 'stdout/stderr は表示されません',
|
|
478
|
+
'show stderr to model and continue conversation':
|
|
479
|
+
'stderr をモデルに表示し、会話を続ける',
|
|
480
|
+
'show stderr to user only': 'stderr をユーザーのみに表示',
|
|
481
|
+
'stdout shown in transcript mode (ctrl+o)':
|
|
482
|
+
'stdout はトランスクリプトモードで表示 (ctrl+o)',
|
|
483
|
+
'show stderr to model immediately': 'stderr をモデルに即座に表示',
|
|
484
|
+
'show stderr to user only but continue with tool call':
|
|
485
|
+
'stderr をユーザーのみに表示し、ツール呼び出しを続ける',
|
|
486
|
+
'block processing, erase original prompt, and show stderr to user only':
|
|
487
|
+
'処理をブロックし、元のプロンプトを消去し、stderr をユーザーのみに表示',
|
|
488
|
+
'stdout shown to Qwen': 'stdout をモデルに表示',
|
|
489
|
+
'show stderr to user only (blocking errors ignored)':
|
|
490
|
+
'stderr をユーザーのみに表示(ブロッキングエラーは無視)',
|
|
491
|
+
'command completes successfully': 'コマンドが正常に完了',
|
|
492
|
+
'stdout shown to subagent': 'stdout をサブエージェントに表示',
|
|
493
|
+
'show stderr to subagent and continue having it run':
|
|
494
|
+
'stderr をサブエージェントに表示し、実行を続ける',
|
|
495
|
+
'stdout appended as custom compact instructions':
|
|
496
|
+
'stdout をカスタム圧縮指示として追加',
|
|
497
|
+
'block compaction': '圧縮をブロック',
|
|
498
|
+
'show stderr to user only but continue with compaction':
|
|
499
|
+
'stderr をユーザーのみに表示し、圧縮を続ける',
|
|
500
|
+
'use hook decision if provided': '提供されている場合はフックの決定を使用',
|
|
501
|
+
// Hooks - Messages
|
|
502
|
+
'Config not loaded.': '設定が読み込まれていません。',
|
|
503
|
+
'Hooks are not enabled. Enable hooks in settings to use this feature.':
|
|
504
|
+
'フックが有効になっていません。この機能を使用するには設定でフックを有効にしてください。',
|
|
505
|
+
'No hooks configured. Add hooks in your settings.json file.':
|
|
506
|
+
'フックが設定されていません。settings.json ファイルにフックを追加してください。',
|
|
507
|
+
'Configured Hooks ({{count}} total)': '設定済みのフック(合計 {{count}} 件)',
|
|
508
|
+
|
|
509
|
+
// ============================================================================
|
|
510
|
+
// Commands - Session Export
|
|
511
|
+
// ============================================================================
|
|
512
|
+
'Export current session message history to a file':
|
|
513
|
+
'現在のセッションのメッセージ履歴をファイルにエクスポートする',
|
|
514
|
+
'Export session to HTML format': 'セッションを HTML 形式でエクスポートする',
|
|
515
|
+
'Export session to JSON format': 'セッションを JSON 形式でエクスポートする',
|
|
516
|
+
'Export session to JSONL format (one message per line)':
|
|
517
|
+
'セッションを JSONL 形式でエクスポートする(1 行に 1 メッセージ)',
|
|
518
|
+
'Export session to markdown format':
|
|
519
|
+
'セッションを Markdown 形式でエクスポートする',
|
|
520
|
+
|
|
521
|
+
// ============================================================================
|
|
522
|
+
// Commands - Insights
|
|
523
|
+
// ============================================================================
|
|
524
|
+
'generate personalized programming insights from your chat history':
|
|
525
|
+
'チャット履歴からパーソナライズされたプログラミングインサイトを生成する',
|
|
526
|
+
|
|
527
|
+
// ============================================================================
|
|
528
|
+
// Commands - Session History
|
|
529
|
+
// ============================================================================
|
|
530
|
+
'Resume a previous session': '前のセッションを再開する',
|
|
531
|
+
'Restore a tool call. This will reset the conversation and file history to the state it was in when the tool call was suggested':
|
|
532
|
+
'ツール呼び出しを復元します。これにより、会話とファイルの履歴はそのツール呼び出しが提案された時点の状態に戻ります',
|
|
374
533
|
'Could not detect terminal type. Supported terminals: VS Code, Cursor, Windsurf, and Trae.':
|
|
375
534
|
'ターミナルの種類を検出できませんでした。サポートされているターミナル: VS Code、Cursor、Windsurf、Trae',
|
|
376
535
|
'Terminal "{{terminal}}" is not supported yet.':
|
|
@@ -446,7 +605,6 @@ export default {
|
|
|
446
605
|
'(Use Enter to select, Tab to change focus)':
|
|
447
606
|
'(Enter で選択、Tab でフォーカス変更)',
|
|
448
607
|
'Apply To': '適用先',
|
|
449
|
-
'User Settings': 'ユーザー設定',
|
|
450
608
|
'Workspace Settings': 'ワークスペース設定',
|
|
451
609
|
// Memory
|
|
452
610
|
'Commands for interacting with memory.': 'メモリ操作のコマンド',
|
|
@@ -493,7 +651,6 @@ export default {
|
|
|
493
651
|
'設定済みのMCPサーバーとツールを一覧表示',
|
|
494
652
|
'No MCP servers configured.': 'MCPサーバーが設定されていません',
|
|
495
653
|
'Restarts MCP servers.': 'MCPサーバーを再起動します',
|
|
496
|
-
'Config not loaded.': '設定が読み込まれていません',
|
|
497
654
|
'Could not retrieve tool registry.': 'ツールレジストリを取得できませんでした',
|
|
498
655
|
'No MCP servers configured with OAuth authentication.':
|
|
499
656
|
'OAuth認証が設定されたMCPサーバーはありません',
|
|
@@ -507,6 +664,15 @@ export default {
|
|
|
507
664
|
"MCPサーバー '{{name}}' での認証に失敗: {{error}}",
|
|
508
665
|
"Re-discovering tools from '{{name}}'...":
|
|
509
666
|
"'{{name}}' からツールを再検出中...",
|
|
667
|
+
"Discovered {{count}} tool(s) from '{{name}}'.":
|
|
668
|
+
"'{{name}}' から {{count}} 個のツールを検出しました。",
|
|
669
|
+
'Authentication complete. Returning to server details...':
|
|
670
|
+
'認証完了。サーバー詳細に戻ります...',
|
|
671
|
+
'Authentication successful.': '認証成功。',
|
|
672
|
+
'If the browser does not open, copy and paste this URL into your browser:':
|
|
673
|
+
'ブラウザが開かない場合は、このURLをコピーしてブラウザに貼り付けてください:',
|
|
674
|
+
'Make sure to copy the COMPLETE URL - it may wrap across multiple lines.':
|
|
675
|
+
'⚠️ URL全体をコピーしてください——複数行にまたがる場合があります。',
|
|
510
676
|
'Configured MCP servers:': '設定済みMCPサーバー:',
|
|
511
677
|
Ready: '準備完了',
|
|
512
678
|
Disconnected: '切断',
|
|
@@ -655,6 +821,8 @@ export default {
|
|
|
655
821
|
Disable: '無効化',
|
|
656
822
|
Enable: '有効化',
|
|
657
823
|
Authenticate: '認証',
|
|
824
|
+
'Re-authenticate': '再認証',
|
|
825
|
+
'Clear Authentication': '認証をクリア',
|
|
658
826
|
disabled: '無効',
|
|
659
827
|
'Server:': 'サーバー:',
|
|
660
828
|
Reconnect: '再接続',
|
|
@@ -667,7 +835,6 @@ export default {
|
|
|
667
835
|
'No server selected': 'サーバーが選択されていません',
|
|
668
836
|
'(disabled)': '(無効)',
|
|
669
837
|
'Error:': 'エラー:',
|
|
670
|
-
Extension: '拡張機能',
|
|
671
838
|
tool: 'ツール',
|
|
672
839
|
tools: 'ツール',
|
|
673
840
|
connected: '接続済み',
|
|
@@ -740,6 +907,11 @@ export default {
|
|
|
740
907
|
'No, suggest changes (esc)': 'いいえ、変更を提案 (Esc)',
|
|
741
908
|
"Allow execution of: '{{command}}'?": "'{{command}}' の実行を許可しますか?",
|
|
742
909
|
'Yes, allow always ...': 'はい、常に許可...',
|
|
910
|
+
'Always allow in this project': 'このプロジェクトで常に許可',
|
|
911
|
+
'Always allow {{action}} in this project':
|
|
912
|
+
'このプロジェクトで{{action}}を常に許可',
|
|
913
|
+
'Always allow for this user': 'このユーザーに常に許可',
|
|
914
|
+
'Always allow {{action}} for this user': 'このユーザーに{{action}}を常に許可',
|
|
743
915
|
'Yes, and auto-accept edits': 'はい、編集を自動承認',
|
|
744
916
|
'Yes, and manually approve edits': 'はい、編集を手動承認',
|
|
745
917
|
'No, keep planning (esc)': 'いいえ、計画を続ける (Esc)',
|
|
@@ -854,12 +1026,79 @@ export default {
|
|
|
854
1026
|
'not set': '未設定',
|
|
855
1027
|
none: 'なし',
|
|
856
1028
|
unknown: '不明',
|
|
857
|
-
'Qwen 3.
|
|
858
|
-
'Qwen 3.
|
|
1029
|
+
'Qwen 3.6 Plus — efficient hybrid model with leading coding performance':
|
|
1030
|
+
'Qwen 3.6 Plus — 効率的なハイブリッドモデル、業界トップクラスのコーディング性能',
|
|
859
1031
|
'The latest Qwen Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)':
|
|
860
1032
|
'Alibaba Cloud ModelStudioの最新Qwen Visionモデル(バージョン: qwen3-vl-plus-2025-09-23)',
|
|
861
1033
|
// Dialogs - Permissions
|
|
862
1034
|
'Manage folder trust settings': 'フォルダ信頼設定を管理',
|
|
1035
|
+
'Manage permission rules': '権限ルールを管理',
|
|
1036
|
+
Allow: '許可',
|
|
1037
|
+
Ask: '確認',
|
|
1038
|
+
Deny: '拒否',
|
|
1039
|
+
Workspace: 'ワークスペース',
|
|
1040
|
+
"Qwen Code won't ask before using allowed tools.":
|
|
1041
|
+
'Qwen Code は許可されたツールを使用する前に確認しません。',
|
|
1042
|
+
'Qwen Code will ask before using these tools.':
|
|
1043
|
+
'Qwen Code はこれらのツールを使用する前に確認します。',
|
|
1044
|
+
'Qwen Code is not allowed to use denied tools.':
|
|
1045
|
+
'Qwen Code は拒否されたツールを使用できません。',
|
|
1046
|
+
'Manage trusted directories for this workspace.':
|
|
1047
|
+
'このワークスペースの信頼済みディレクトリを管理します。',
|
|
1048
|
+
'Any use of the {{tool}} tool': '{{tool}} ツールのすべての使用',
|
|
1049
|
+
"{{tool}} commands matching '{{pattern}}'":
|
|
1050
|
+
"'{{pattern}}' に一致する {{tool}} コマンド",
|
|
1051
|
+
'From user settings': 'ユーザー設定から',
|
|
1052
|
+
'From project settings': 'プロジェクト設定から',
|
|
1053
|
+
'From session': 'セッションから',
|
|
1054
|
+
'Project settings (local)': 'プロジェクト設定(ローカル)',
|
|
1055
|
+
'Saved in .qwen/settings.local.json': '.qwen/settings.local.json に保存',
|
|
1056
|
+
'Project settings': 'プロジェクト設定',
|
|
1057
|
+
'Checked in at .qwen/settings.json': '.qwen/settings.json にチェックイン',
|
|
1058
|
+
'User settings': 'ユーザー設定',
|
|
1059
|
+
'Saved in at ~/.qwen/settings.json': '~/.qwen/settings.json に保存',
|
|
1060
|
+
'Add a new rule…': '新しいルールを追加…',
|
|
1061
|
+
'Add {{type}} permission rule': '{{type}}権限ルールを追加',
|
|
1062
|
+
'Permission rules are a tool name, optionally followed by a specifier in parentheses.':
|
|
1063
|
+
'権限ルールはツール名で、オプションで括弧内に指定子を付けます。',
|
|
1064
|
+
'e.g.,': '例:',
|
|
1065
|
+
or: 'または',
|
|
1066
|
+
'Enter permission rule…': '権限ルールを入力…',
|
|
1067
|
+
'Enter to submit · Esc to cancel': 'Enter で送信 · Esc でキャンセル',
|
|
1068
|
+
'Where should this rule be saved?': 'このルールをどこに保存しますか?',
|
|
1069
|
+
'Enter to confirm · Esc to cancel': 'Enter で確認 · Esc でキャンセル',
|
|
1070
|
+
'Delete {{type}} rule?': '{{type}}ルールを削除しますか?',
|
|
1071
|
+
'Are you sure you want to delete this permission rule?':
|
|
1072
|
+
'この権限ルールを削除してもよろしいですか?',
|
|
1073
|
+
'Permissions:': '権限:',
|
|
1074
|
+
'(←/→ or tab to cycle)': '(←/→ または Tab で切替)',
|
|
1075
|
+
'Press ↑↓ to navigate · Enter to select · Type to search · Esc to cancel':
|
|
1076
|
+
'↑↓ でナビゲート · Enter で選択 · 入力で検索 · Esc でキャンセル',
|
|
1077
|
+
'Search…': '検索…',
|
|
1078
|
+
'Use /trust to manage folder trust settings for this workspace.':
|
|
1079
|
+
'/trust を使用してこのワークスペースのフォルダ信頼設定を管理します。',
|
|
1080
|
+
// Workspace directory management
|
|
1081
|
+
'Add directory…': 'ディレクトリを追加…',
|
|
1082
|
+
'Add directory to workspace': 'ワークスペースにディレクトリを追加',
|
|
1083
|
+
'Qwen Code can read files in the workspace, and make edits when auto-accept edits is on.':
|
|
1084
|
+
'Qwen Code はワークスペース内のファイルを読み取り、自動編集承認が有効な場合は編集を行えます。',
|
|
1085
|
+
'Qwen Code will be able to read files in this directory and make edits when auto-accept edits is on.':
|
|
1086
|
+
'Qwen Code はこのディレクトリ内のファイルを読み取り、自動編集承認が有効な場合は編集を行えます。',
|
|
1087
|
+
'Enter the path to the directory:': 'ディレクトリのパスを入力してください:',
|
|
1088
|
+
'Enter directory path…': 'ディレクトリパスを入力…',
|
|
1089
|
+
'Tab to complete · Enter to add · Esc to cancel':
|
|
1090
|
+
'Tab で補完 · Enter で追加 · Esc でキャンセル',
|
|
1091
|
+
'Remove directory?': 'ディレクトリを削除しますか?',
|
|
1092
|
+
'Are you sure you want to remove this directory from the workspace?':
|
|
1093
|
+
'このディレクトリをワークスペースから削除してもよろしいですか?',
|
|
1094
|
+
' (Original working directory)': ' (元の作業ディレクトリ)',
|
|
1095
|
+
' (from settings)': ' (設定より)',
|
|
1096
|
+
'Directory does not exist.': 'ディレクトリが存在しません。',
|
|
1097
|
+
'Path is not a directory.': 'パスはディレクトリではありません。',
|
|
1098
|
+
'This directory is already in the workspace.':
|
|
1099
|
+
'このディレクトリはすでにワークスペースに含まれています。',
|
|
1100
|
+
'Already covered by existing directory: {{dir}}':
|
|
1101
|
+
'既存のディレクトリによって既にカバーされています: {{dir}}',
|
|
863
1102
|
// Status Bar
|
|
864
1103
|
'Using:': '使用中:',
|
|
865
1104
|
'{{count}} open file': '{{count}} 個のファイルを開いています',
|
|
@@ -1059,8 +1298,8 @@ export default {
|
|
|
1059
1298
|
// Auth Dialog - View Titles and Labels
|
|
1060
1299
|
// ============================================================================
|
|
1061
1300
|
'Coding Plan': 'Coding Plan',
|
|
1062
|
-
"Paste your api key of
|
|
1063
|
-
'
|
|
1301
|
+
"Paste your api key of ModelStudio Coding Plan and you're all set!":
|
|
1302
|
+
'ModelStudio Coding PlanのAPIキーを貼り付けるだけで準備完了です!',
|
|
1064
1303
|
Custom: 'カスタム',
|
|
1065
1304
|
'More instructions about configuring `modelProviders` manually.':
|
|
1066
1305
|
'`modelProviders`を手動で設定する方法の詳細はこちら。',
|
|
@@ -1081,6 +1320,35 @@ export default {
|
|
|
1081
1320
|
'{{region}} の新しいモデル設定が利用可能です。今すぐ更新しますか?',
|
|
1082
1321
|
'{{region}} configuration updated successfully. Model switched to "{{model}}".':
|
|
1083
1322
|
'{{region}} の設定が正常に更新されました。モデルが "{{model}}" に切り替わりました。',
|
|
1323
|
+
'Authenticated successfully with {{region}}. API key and model configs saved to settings.json (backed up).':
|
|
1324
|
+
'{{region}} での認証に成功しました。API キーとモデル設定が settings.json に保存されました(バックアップ済み)。',
|
|
1325
|
+
|
|
1326
|
+
// ============================================================================
|
|
1327
|
+
// Context Usage Component
|
|
1328
|
+
// ============================================================================
|
|
1329
|
+
'Context Usage': 'コンテキスト使用量',
|
|
1330
|
+
'No API response yet. Send a message to see actual usage.':
|
|
1331
|
+
'API応答はありません。メッセージを送信して実際の使用量を確認してください。',
|
|
1332
|
+
'Estimated pre-conversation overhead': '推定事前会話オーバーヘッド',
|
|
1333
|
+
'Context window': 'コンテキストウィンドウ',
|
|
1334
|
+
tokens: 'トークン',
|
|
1335
|
+
Used: '使用済み',
|
|
1336
|
+
Free: '空き',
|
|
1337
|
+
'Autocompact buffer': '自動圧縮バッファ',
|
|
1338
|
+
'Usage by category': 'カテゴリ別の使用量',
|
|
1339
|
+
'System prompt': 'システムプロンプト',
|
|
1340
|
+
'Built-in tools': '組み込みツール',
|
|
1341
|
+
'MCP tools': 'MCPツール',
|
|
1342
|
+
'Memory files': 'メモリファイル',
|
|
1343
|
+
Skills: 'スキル',
|
|
1344
|
+
Messages: 'メッセージ',
|
|
1345
|
+
'Show context window usage breakdown.':
|
|
1346
|
+
'コンテキストウィンドウの使用状況を表示します。',
|
|
1347
|
+
'Run /context detail for per-item breakdown.':
|
|
1348
|
+
'/context detail を実行すると項目ごとの内訳を表示します。',
|
|
1349
|
+
active: '有効',
|
|
1350
|
+
'body loaded': '本文読み込み済み',
|
|
1351
|
+
memory: 'メモリ',
|
|
1084
1352
|
'{{region}} configuration updated successfully.':
|
|
1085
1353
|
'{{region}} の設定が正常に更新されました。',
|
|
1086
1354
|
'Authenticated successfully with {{region}}. API key and model configs saved to settings.json.':
|
|
@@ -1114,4 +1382,76 @@ export default {
|
|
|
1114
1382
|
'↑/↓: ナビゲート | Space/Enter: 切り替え | Esc: キャンセル',
|
|
1115
1383
|
'↑/↓: Navigate | Enter: Select | Esc: Cancel':
|
|
1116
1384
|
'↑/↓: ナビゲート | Enter: 選択 | Esc: キャンセル',
|
|
1385
|
+
|
|
1386
|
+
// ============================================================================
|
|
1387
|
+
// Commands - Auth
|
|
1388
|
+
// ============================================================================
|
|
1389
|
+
'Configure Qwen authentication information with Qwen-OAuth or Alibaba Cloud Coding Plan':
|
|
1390
|
+
'Qwen-OAuth または Alibaba Cloud Coding Plan で Qwen 認証情報を設定する',
|
|
1391
|
+
'Authenticate using Qwen OAuth': 'Qwen OAuth で認証する',
|
|
1392
|
+
'Authenticate using Alibaba Cloud Coding Plan':
|
|
1393
|
+
'Alibaba Cloud Coding Plan で認証する',
|
|
1394
|
+
'Region for Coding Plan (china/global)':
|
|
1395
|
+
'Coding Plan のリージョン (china/global)',
|
|
1396
|
+
'API key for Coding Plan': 'Coding Plan の API キー',
|
|
1397
|
+
'Show current authentication status': '現在の認証ステータスを表示',
|
|
1398
|
+
'Authentication completed successfully.': '認証が正常に完了しました。',
|
|
1399
|
+
'Starting Qwen OAuth authentication...': 'Qwen OAuth 認証を開始しています...',
|
|
1400
|
+
'Successfully authenticated with Qwen OAuth.':
|
|
1401
|
+
'Qwen OAuth での認証に成功しました。',
|
|
1402
|
+
'Failed to authenticate with Qwen OAuth: {{error}}':
|
|
1403
|
+
'Qwen OAuth での認証に失敗しました: {{error}}',
|
|
1404
|
+
'Processing Alibaba Cloud Coding Plan authentication...':
|
|
1405
|
+
'Alibaba Cloud Coding Plan 認証を処理しています...',
|
|
1406
|
+
'Successfully authenticated with Alibaba Cloud Coding Plan.':
|
|
1407
|
+
'Alibaba Cloud Coding Plan での認証に成功しました。',
|
|
1408
|
+
'Failed to authenticate with Coding Plan: {{error}}':
|
|
1409
|
+
'Coding Plan での認証に失敗しました: {{error}}',
|
|
1410
|
+
'中国 (China)': '中国 (China)',
|
|
1411
|
+
'阿里云百炼 (aliyun.com)': '阿里云百炼 (aliyun.com)',
|
|
1412
|
+
Global: 'グローバル',
|
|
1413
|
+
'Alibaba Cloud (alibabacloud.com)': 'Alibaba Cloud (alibabacloud.com)',
|
|
1414
|
+
'Select region for Coding Plan:': 'Coding Plan のリージョンを選択:',
|
|
1415
|
+
'Enter your Coding Plan API key: ':
|
|
1416
|
+
'Coding Plan の API キーを入力してください: ',
|
|
1417
|
+
'Select authentication method:': '認証方法を選択:',
|
|
1418
|
+
'\n=== Authentication Status ===\n': '\n=== 認証ステータス ===\n',
|
|
1419
|
+
'⚠️ No authentication method configured.\n':
|
|
1420
|
+
'⚠️ 認証方法が設定されていません。\n',
|
|
1421
|
+
'Run one of the following commands to get started:\n':
|
|
1422
|
+
'以下のコマンドのいずれかを実行して開始してください:\n',
|
|
1423
|
+
' qwen auth qwen-oauth - Authenticate with Qwen OAuth (free tier)':
|
|
1424
|
+
' qwen auth qwen-oauth - Qwen OAuth で認証(無料)',
|
|
1425
|
+
' qwen auth coding-plan - Authenticate with Alibaba Cloud Coding Plan\n':
|
|
1426
|
+
' qwen auth coding-plan - Alibaba Cloud Coding Plan で認証\n',
|
|
1427
|
+
'Or simply run:': 'または以下を実行:',
|
|
1428
|
+
' qwen auth - Interactive authentication setup\n':
|
|
1429
|
+
' qwen auth - インタラクティブ認証セットアップ\n',
|
|
1430
|
+
'✓ Authentication Method: Qwen OAuth': '✓ 認証方法: Qwen OAuth',
|
|
1431
|
+
' Type: Free tier': ' タイプ: 無料プラン',
|
|
1432
|
+
' Limit: Up to 1,000 requests/day': ' 制限: 1日最大1,000リクエスト',
|
|
1433
|
+
' Models: Qwen latest models\n': ' モデル: Qwen 最新モデル\n',
|
|
1434
|
+
'✓ Authentication Method: Alibaba Cloud Coding Plan':
|
|
1435
|
+
'✓ 認証方法: Alibaba Cloud Coding Plan',
|
|
1436
|
+
'中国 (China) - 阿里云百炼': '中国 (China) - 阿里云百炼',
|
|
1437
|
+
'Global - Alibaba Cloud': 'グローバル - Alibaba Cloud',
|
|
1438
|
+
' Region: {{region}}': ' リージョン: {{region}}',
|
|
1439
|
+
' Current Model: {{model}}': ' 現在のモデル: {{model}}',
|
|
1440
|
+
' Config Version: {{version}}': ' 設定バージョン: {{version}}',
|
|
1441
|
+
' Status: API key configured\n': ' ステータス: APIキー設定済み\n',
|
|
1442
|
+
'⚠️ Authentication Method: Alibaba Cloud Coding Plan (Incomplete)':
|
|
1443
|
+
'⚠️ 認証方法: Alibaba Cloud Coding Plan(不完全)',
|
|
1444
|
+
' Issue: API key not found in environment or settings\n':
|
|
1445
|
+
' 問題: 環境変数または設定にAPIキーが見つかりません\n',
|
|
1446
|
+
' Run `qwen auth coding-plan` to re-configure.\n':
|
|
1447
|
+
' `qwen auth coding-plan` を実行して再設定してください。\n',
|
|
1448
|
+
'✓ Authentication Method: {{type}}': '✓ 認証方法: {{type}}',
|
|
1449
|
+
' Status: Configured\n': ' ステータス: 設定済み\n',
|
|
1450
|
+
'Failed to check authentication status: {{error}}':
|
|
1451
|
+
'認証ステータスの確認に失敗しました: {{error}}',
|
|
1452
|
+
'Select an option:': 'オプションを選択:',
|
|
1453
|
+
'Raw mode not available. Please run in an interactive terminal.':
|
|
1454
|
+
'Rawモードが利用できません。インタラクティブターミナルで実行してください。',
|
|
1455
|
+
'(Use ↑ ↓ arrows to navigate, Enter to select, Ctrl+C to exit)\n':
|
|
1456
|
+
'(↑ ↓ 矢印キーで移動、Enter で選択、Ctrl+C で終了)\n',
|
|
1117
1457
|
};
|