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

multicursor.i18n.json « common « multicursor « contrib « editor « vs « src « jpn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0df6dca88c6cfa73951a90e81d78337a06dc226f (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": "すべての出現箇所を変更"
}