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

diffReview.i18n.json « widget « browser « editor « vs « src « cht « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5e7e8878fd6da9bdccae2d13e0f9608a7286553c (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": "差異 {0} / {1}: 原始 {2},{3} 行,修改後 {4},{5} 行",
	"blankLine": "空白",
	"equalLine": "原始 {0},修改後{1}: {2",
	"insertLine": "+ 修改後 {0}: {1}",
	"deleteLine": "- 原始 {0}: {1}",
	"editor.action.diffReview.next": "移至下一個差異",
	"editor.action.diffReview.prev": "移至上一個差異"
}