search.contribution.i18n.json 1.3 KB
Newer Older
D
Dirk Baeumer 已提交
1 2 3 4 5 6
/*---------------------------------------------------------------------------------------------
 *  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.
{
I
isidor 已提交
7
	"exclude": "検索でファイルとフォルダーを除外するために glob パターンを構成します。files.exclude 設定からすべての glob パターンを継承します。",
D
Dirk Baeumer 已提交
8 9 10 11
	"exclude.boolean": "ファイル パスの照合基準となる glob パターン。これを true または false に設定すると、パターンがそれぞれ有効/無効になります。",
	"exclude.when": "一致するファイルの兄弟を追加的に検査します。一致するファイル名の変数として $(basename) を使用します。",
	"findInFolder": "フォルダー内を検索",
	"name": "検索",
D
Dirk Baeumer 已提交
12 13 14
	"openAnythingHandlerDescription": "名前でファイルとグローバル シンボルを開く",
	"openSymbolDescriptionNormal": "名前で任意のシンボルを開く",
	"searchConfigurationTitle": "検索",
D
Dirk Baeumer 已提交
15 16 17
	"showTriggerActions": "シンボルをすべて表示",
	"view": "表示"
}