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

searchActions.i18n.json « browser « search « parts « workbench « vs « src « jpn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ab57a31ce38f83ca1384d26d9bac9de8883f7e64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"nextSearchIncludePattern": "次の検索包含パターンを表示",
	"previousSearchIncludePattern": "前の検索包含パターンを表示",
	"nextSearchExcludePattern": "次の検索除外パターンを表示",
	"previousSearchExcludePattern": "前の検索除外パターンを表示",
	"nextSearchTerm": "次の検索語句を表示",
	"previousSearchTerm": "前の検索語句を表示",
	"focusNextInputBox": "次の入力ボックスにフォーカス",
	"focusPreviousInputBox": "前の入力ボックスにフォーカス",
	"replaceInFiles": "複数のファイルで置換",
	"findInWorkspace": "ワークスペース内を検索...",
	"findInFolder": "フォルダー内を検索...",
	"RefreshAction.label": "最新の情報に更新",
	"ClearSearchResultsAction.label": "検索結果のクリア",
	"FocusNextSearchResult.label": "次の検索結果にフォーカス",
	"FocusPreviousSearchResult.label": "前の検索結果にフォーカス",
	"RemoveAction.label": "削除",
	"file.replaceAll.label": "すべて置換",
	"match.replace.label": "置換"
}