Welcome to mirror list, hosted at ThFree Co, Russian Federation.

extensionEditor.i18n.json « browser « extensions « parts « workbench « vs « src « jpn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 631dbad18af1ebb72b95a76226cfe745af264252 (plain)
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
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
	"name": "拡張機能名",
	"extension id": "拡張機能の識別子",
	"publisher": "発行者名",
	"install count": "インストール数",
	"rating": "評価",
	"license": "ライセンス",
	"details": "詳細",
	"contributions": "コントリビューション",
	"changelog": "変更ログ",
	"dependencies": "依存関係",
	"noReadme": "利用できる README はありません。",
	"noChangelog": "使用可能な変更ログはありません。",
	"noContributions": "コントリビューションはありません",
	"noDependencies": "依存関係はありません",
	"settings": "設定 ({0})",
	"setting name": "名前",
	"description": "説明",
	"default": "既定",
	"debuggers": "デバッガー ({0})",
	"debugger name": "名前",
	"views": "ビュー ({0})",
	"view id": "ID",
	"view name": "名前",
	"view location": "場所",
	"themes": "テーマ ({0})",
	"JSON Validation": "JSON 検証 ({0})",
	"commands": "コマンド ({0})",
	"command name": "名前",
	"keyboard shortcuts": "キーボード ショートカット",
	"menuContexts": "メニュー コンテキスト",
	"languages": "言語 ({0})",
	"language id": "ID",
	"language name": "名前",
	"file extensions": "ファイル拡張子",
	"grammar": "文章校正",
	"snippets": "スニペット"
}