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

findWidget.i18n.json « browser « find « contrib « editor « vs « src « jpn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b91635cb4cd3e13f2c82b55d896d6032e8b11d47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*---------------------------------------------------------------------------------------------
 *  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.find": "検索",
	"placeholder.find": "検索",
	"label.previousMatchButton": "前の一致項目",
	"label.nextMatchButton": "次の一致項目",
	"label.toggleSelectionFind": "選択範囲を検索",
	"label.closeButton": "閉じる",
	"label.replace": "置換",
	"placeholder.replace": "置換",
	"label.replaceButton": "置換",
	"label.replaceAllButton": "すべて置換",
	"label.toggleReplaceButton": "置換モードの切り替え",
	"label.matchesLocation": "{0} / {1} 件",
	"label.noResults": "結果なし"
}