-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.nls.ja.json
More file actions
75 lines (75 loc) · 8.39 KB
/
package.nls.ja.json
File metadata and controls
75 lines (75 loc) · 8.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"extension.title": "Copilot Cockpit",
"command.createTask": "新しいスケジュールプロンプトを追加",
"command.createTaskGui": "新しいスケジュールプロンプトを追加 (GUI)",
"command.listTasks": "全スケジュールタスクを表示",
"command.openCockpit": "Copilot Cockpit を開く",
"command.deleteTask": "タスクを除去",
"command.toggleTask": "タスクのオン/オフを切り替え",
"command.enableTask": "タスクをオンにする",
"command.disableTask": "タスクをオフにする",
"command.runNow": "即座に実行",
"command.copyPrompt": "プロンプト文をクリップボードへコピー",
"command.editTask": "タスクを変更",
"command.duplicateTask": "タスクのクローンを作成",
"command.moveToCurrentWorkspace": "現在のワークスペースへタスクを移す",
"command.openSettings": "Cockpit 設定を開く",
"command.showVersion": "バージョン情報を確認",
"command.setupMcp": "ワークスペース MCP をセットアップ",
"command.syncBundledSkills": "同梱スキルを同期",
"config.enabled": "スケジュールされたプロンプト実行をオン/オフ",
"config.autoShowOnStartup": "このリポジトリで VS Code 起動時に Cockpit の Webview を自動で開きます。このリポジトリだけで有効にしたい場合はワークスペース設定に保存してください。",
"config.showNotifications": "タスク実行後に通知を出す",
"config.notificationMode": "通知の表示スタイル",
"config.notificationMode.sound": "システム通知を利用(音が出る場合あり)",
"config.notificationMode.silentToast": "トースト表示のみ(音なし)",
"config.notificationMode.silentStatus": "ステータスバー表示のみ(ポップアップなし)",
"config.logLevel": "拡張機能のログ出力レベル",
"config.logLevel.none": "ログ記録を無効化",
"config.logLevel.error": "エラーだけ記録",
"config.logLevel.info": "情報レベル以上を記録",
"config.logLevel.debug": "全レベルを記録(debug・info・error)",
"config.language": "UI言語",
"config.language.auto": "VS Code のロケールから自動判定",
"config.language.en": "英語 (en)",
"config.language.ja": "日本語 (ja)",
"config.language.de": "ドイツ語",
"config.timezone": "cron スケジュールに使う IANA タイムゾーン(例: 'Europe/Berlin')。空欄ならOS既定を使用。",
"config.chatSession": "チャットセッションの扱い",
"config.chatSession.new": "実行ごとに新しいチャットセッションを作成",
"config.chatSession.continue": "既存のチャットセッションを継続",
"config.defaultAgent": "タスク、ジョブステップ、research profile、テスト実行で agent が空のときに使う既定の agent。リポジトリごとに Cockpit の Settings タブから設定できます。",
"config.defaultModel": "タスク、ジョブステップ、research profile、テスト実行で model が空のときに使う既定の model。リポジトリごとに Cockpit の Settings タブから設定できます。",
"config.needsBotReviewCommentTemplate": "カードが新しく needs-bot-review に入ったとき Todo スレッドへ挿入する、リポジトリローカルの引き継ぎコメントです。",
"config.needsBotReviewPromptTemplate": "Todo が needs-bot-review に新しく入ったとき即時実行する、リポジトリローカルの prompt template です。{{todo_context}}、{{mcp_skill_guidance}}、{{title}}、{{description}}、{{labels}}、{{recent_comments}}、{{linked_task}} を使えます。",
"config.needsBotReviewAgent": "即時 needs-bot-review planning 実行に使う agent です。リポジトリごとに Cockpit の Settings タブから設定できます。",
"config.needsBotReviewModel": "即時 needs-bot-review planning 実行に使う model です。リポジトリごとに Cockpit の Settings タブから設定できます。",
"config.needsBotReviewChatSession": "即時 needs-bot-review planning 実行に使う chat session の挙動です。",
"config.readyPromptTemplate": "Todo から ready タスク下書きを作るときに使う、リポジトリローカルの prompt template です。{{todo_context}}、{{mcp_skill_guidance}}、{{title}}、{{description}}、{{labels}}、{{recent_comments}}、{{linked_task}} を使えます。",
"config.defaultScope": "新規タスクの既定スコープ",
"config.defaultScope.global": "グローバル — 全ワークスペースで共有",
"config.defaultScope.workspace": "ワークスペース — このワークスペースでのみ使用",
"config.jitterSeconds": "タスク開始前に追加する最大ランダム遅延(秒単位、0で無効)。タスク個別に上書きできます。",
"config.maxDailyExecutions": "全タスク合計の1日あたり実行上限(0=制限なし、範囲: 1〜100)。⚠️ 制限なしだとAPIレート制限に抵触するおそれがあります。",
"config.maxNewChatSessionsPerHour": "新しく作成するチャットセッション数の1時間あたり上限(0=制限なし、範囲: 1〜100)。継続モードの実行は数えません。",
"config.minimumIntervalWarning": "cron 式の実行間隔が30分未満のときに警告を出す",
"config.globalPromptsPath": "グローバルプロンプトテンプレートのパスを上書き。空欄なら VS Code 既定の User/prompts を使用(Win: %APPDATA%/Code/User/prompts, Mac: ~/Library/Application Support/Code/User/prompts, Linux: $XDG_CONFIG_HOME/Code/User/prompts or ~/.config/Code/User/prompts)",
"config.globalAgentsPath": "グローバルエージェント定義(*.agent.md)のパスを上書き。空欄なら VS Code 既定の User/prompts を使用(Win: %APPDATA%/Code/User/prompts, Mac: ~/Library/Application Support/Code/User/prompts, Linux: $XDG_CONFIG_HOME/Code/User/prompts or ~/.config/Code/User/prompts)",
"config.storageMode": "Scheduler と Cockpit の状態で使う主ストレージ方式。ワークスペースで SQLite 移行が完全に有効になるまでは JSON のままにしてください。",
"config.storageMode.json": ".vscode 配下の既存 JSON ファイルを正本ストアとして使う",
"config.storageMode.sqlite": "ローカル SQLite データベースを正本ストアとして使う",
"config.sqliteJsonMirror": "SQLite ストレージモード有効時に、移行とロールバックのため .vscode 配下へ互換 JSON ミラーも出力します。",
"config.deterministicCockpitStateMode": "決定論的な Cockpit ルーティングと照合診断のロールアウトモードです。",
"config.deterministicCockpitStateMode.off": "旧来のルーティングシグナルのみを使い、決定論的ルーティングの強制を行いません",
"config.deterministicCockpitStateMode.shadow": "canonical routing を有効のままにしつつ、旧来ルーティングとの差分をログへ出します",
"config.deterministicCockpitStateMode.dualWrite": "canonical routing を有効のままにし、移行監視用の追加照合ログを出します",
"config.deterministicCockpitStateMode.canonicalPrimary": "workflow flag ベースの canonical routing を主動作として使います",
"config.legacyFallbackOnError": "決定論的ルーティングで例外が出た場合、復旧のために旧来のシグナルマッチングで再試行します。",
"config.approvalMode": "新しい Copilot チャットセッションのデフォルト承認モード。ツールに承認が必要か、自動で実行するか、Autopilot を使うか、レガシー YOLO へフォールバックするかを制御します。",
"config.approvalMode.default": "ツール実行前に明示的な承認が必要(VS Code デフォルト)",
"config.approvalMode.autoApprove": "ツールは承認なしで実行(承認をバイパス)",
"config.approvalMode.autopilot": "フル自律 — ツールと編集は承認なしで実行(Autopilot)",
"config.approvalMode.yolo": "実際のプロンプトを送る前に、新しいチャットをレガシー YOLO モードで起動します",
"config.reportIssue": "🐛 問題を発見しましたか? [GitHub で Issue を作成](https://github.com/nicobrinkkemper/copilot-cockpit/issues)",
"view.tasks": "Cockpit タスク"
}