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

diffReview.i18n.json « widget « browser « editor « vs « src « jpn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 885f2877e966fd0bc1967a7144f07ad32db7f6f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"label.close": "閉じる",
	"no_lines": "行なし",
	"one_line": "1 行",
	"header": "{1} の差異 {0}: 変更前 {2}, {3}, 変更後 {4}, {5}",
	"blankLine": "空白",
	"equalLine": "変更前の {0}、変更後の {1}: {2}",
	"insertLine": "+ 変更後の {0}: {1}",
	"deleteLine": "- 変更前の {0}: {1}",
	"editor.action.diffReview.next": "次の差分に移動",
	"editor.action.diffReview.prev": "前の差分に移動"
}