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: bb95ac91964beff1753be420f97e1dc27da0df43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*---------------------------------------------------------------------------------------------
 *  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": "閉じる",
	"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": "前の差分に移動"
}