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

multicursor.i18n.json « common « multicursor « contrib « editor « vs « src « cht « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 381e4cfcb4cfbd0dd8791060afe0aa0aa123ba2a (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": "變更所有發生次數"
}