-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.nls.ja.json
More file actions
30 lines (30 loc) · 3.1 KB
/
package.nls.ja.json
File metadata and controls
30 lines (30 loc) · 3.1 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
{
"extension.displayName": "Edo Tensei",
"extension.description": "複数IDEにまたがるAIセッション履歴をローカルで抽出・復元・管理します。",
"config.title": "Edo Tensei",
"config.promptLanguage.description": "引き継ぎプロンプトテンプレートを生成する際に使う言語。",
"config.handoffMode.description": "引き継ぎプロンプトのまとめ方。トークン効率のため `path` を推奨、`fullText` は従来の動作です。",
"config.handoffMode.pathDescription": "セッションファイルのパスとIDE別の読取ガイドを出力します。トークン効率が高いですが、受け取り側AIにローカル読取能力が必要です。",
"config.handoffMode.fullTextDescription": "会話全文をプロンプトに埋め込みます。どこでも使えますが、より多くのトークンを消費します。",
"config.customScanPaths.description": "各IDEのセッション履歴を走査するカスタム絶対パス。(例: { \"claude\": [\"D:/custom/.claude\"] })",
"viewContainer.title": "Edo Tensei",
"view.sessions.name": "Edo Tensei",
"view.welcome": "Edo Tensei — IDE をまたいで AI Session を引き継ぎ、最初からやり直さずに続けられます。\n\n[スキャン(現在のプロジェクト)](command:edoTensei.scanSessions)\n\n[スキャン(すべてのプロジェクト)](command:edoTensei.fetchAllSessions)\n\n[Agent Skill を生成](command:edoTensei.generateAgentSkill)",
"command.resurrectSession.title": "Edo Tensei: セッションを復活",
"command.copyHandoffPrompt.title": "Edo Tensei: 引き継ぎプロンプトをコピー",
"command.openSessionFile.title": "Edo Tensei: セッションファイルを開く",
"command.scanSessions.title": "プロジェクトの Sessions をスキャン",
"command.fetchAllSessions.title": "すべての履歴 Sessions を取得",
"command.exportAllSessions.title": "解析済み全 Sessions を .edo_tensei にエクスポート",
"command.exportSession.title": "解析済み Session を .edo_tensei にエクスポート",
"command.previewRawSession.title": "生の Session ファイルをプレビュー",
"command.viewParsedSession.title": "解析済み Session を表示",
"command.copyRawPath.title": "生ファイルパスをコピー",
"command.copyReferencePrompt.title": "Reference Prompt をコピー",
"command.copyContextPrompt.title": "Context Prompt をコピー",
"command.openSettings.title": "Edo Tensei: 設定",
"command.generateAgentSkill.title": "Agent Skill を生成",
"command.showMcpConfig.title": "MCP 設定を表示",
"config.lazyLoadMessages.description": "遅延読み込みを有効化:スキャン時は最初のメッセージのみ読み取り、ホバー・プレビュー時に全内容を読み込みます。オフにするとデバッグ対照用の即時読み込みモードに戻ります。",
"config.mcpConfig.enabled.description": "Enable MCP Config UI (beta). When disabled, the MCP button is hidden and the command is disabled."
}