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

multicursor.i18n.json « common « multicursor « contrib « editor « vs « src « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3c402b850ddf2eff0a256d21ff0651f7f411995b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"mutlicursor.insertAbove": "在上面添加光标",
	"mutlicursor.insertBelow": "在下面添加光标",
	"mutlicursor.insertAtEndOfEachLineSelected": "在行尾添加光标",
	"addSelectionToNextFindMatch": "将选择添加到下一个查找匹配项",
	"addSelectionToPreviousFindMatch": "将选择内容添加到上一查找匹配项",
	"moveSelectionToNextFindMatch": "将上次选择移动到下一个查找匹配项",
	"moveSelectionToPreviousFindMatch": "将上个选择内容移动到上一查找匹配项",
	"selectAllOccurrencesOfFindMatch": "选择所有找到的查找匹配项",
	"changeAll.label": "更改所有匹配项"
}