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

package.i18n.json « merge-conflict « extensions « jpn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ae1af61b50b57c0a363e5e74671e68f59c449c12 (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
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"displayName": "マージの競合",
	"description": "行内マージ競合のカラーリングとコマンド。",
	"command.category": "マージの競合",
	"command.accept.all-current": "現在の方をすべて取り込む",
	"command.accept.all-incoming": "入力側のすべてを取り込む",
	"command.accept.all-both": "両方をすべて取り込む",
	"command.accept.current": "現在の方を取り込む",
	"command.accept.incoming": "入力側を取り込む",
	"command.accept.selection": "選択項目を取り込む",
	"command.accept.both": "両方を取り込む",
	"command.next": "次の競合",
	"command.previous": "前の競合",
	"command.compare": "現在の競合を比較",
	"config.title": "マージの競合",
	"config.codeLensEnabled": "エディター内のマージ競合ブロックで CodeLens を有効/無効にします",
	"config.decoratorsEnabled": "エディター内でマージの競合デコレーターを有効/無効にします。"
}