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

search.contribution.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: 68c9699706eea1329ec4156dc501205945f8f158 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"showTriggerActions": "ワークスペース内のシンボルへ移動...",
	"name": "検索",
	"search": "検索",
	"showSearchViewlet": "検索の表示",
	"view": "表示",
	"findInFiles": "フォルダーを指定して検索",
	"openAnythingHandlerDescription": "ファイルに移動する",
	"openSymbolDescriptionNormal": "ワークスペース内のシンボルへ移動",
	"searchOutputChannelTitle": "検索",
	"searchConfigurationTitle": "検索",
	"exclude": "検索でファイルとフォルダーを除外するために glob パターンを構成します。files.exclude 設定からすべての glob パターンを継承します。",
	"exclude.boolean": "ファイル パスの照合基準となる glob パターン。これを true または false に設定すると、パターンがそれぞれ有効/無効になります。",
	"exclude.when": "一致するファイルの兄弟をさらにチェックします。一致するファイル名の変数として $(basename) を使用します。",
	"useRipgrep": "テキストとファイル検索で ripgrep を使用するかどうかを制御します",
	"useIgnoreFilesByDefault": "新しいワークスペースで検索するときに、既定で .gitignore ファイルを使用するか .ignore ファイルを使用するかを制御します。",
	"search.quickOpen.includeSymbols": "グローバル シンボル検索の結果を、Quick Open の結果ファイルに含めるように構成します。"
}