-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.nls.ja.json
More file actions
20 lines (20 loc) · 1.3 KB
/
package.nls.ja.json
File metadata and controls
20 lines (20 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"displayName": "Tlcsdm Patch リーダー",
"description": "diff2html を使用して patch および diff ファイルを視覚化し、サイドバイサイドと統合ビューをサポートし、VS Code テーマと統合",
"category.visualization": "視覚化",
"category.other": "その他",
"editor.displayName": "Patch リーダー",
"command.toggleView.title": "表示モードを切り替え",
"command.toggleView.category": "Patch リーダー",
"config.title": "Patch リーダー",
"config.defaultViewMode.description": "diff 視覚化のデフォルト表示モード",
"config.defaultViewMode.sideBySide": "サイドバイサイド diff ビュー",
"config.defaultViewMode.unified": "統合 diff ビュー",
"webview.visual": "ビジュアル",
"webview.content": "コンテンツ",
"webview.sideBySide": "サイドバイサイド",
"webview.unified": "統合ビュー",
"webview.noContent": "表示する diff コンテンツがありません",
"webview.renderError": "diff をレンダリングできません。コンテンツが有効な diff/patch 形式であることを確認してください。",
"message.openFileFirst": "表示モードを切り替えるには、まず patch または diff ファイルを開いてください"
}