searchViewlet.i18n.json 2.3 KB
Newer Older
D
Dirk Baeumer 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"ariaSearchResultsStatus": "検索により {1} 個のファイル内の {0} 件の結果が返されました",
	"globLabel": "{1} のとき {0}",
	"global.searchScope.folders": "設定で除外されたファイル",
	"label.excludes": "検索除外パターン",
	"label.global.excludes": "検索除外パターンを構成しました",
	"label.includes": "検索包含パターン",
	"moreSearch": "詳細検索の切り替え",
	"noResultsExcludes": "'{0}' を除外した結果はありませんでした - ",
	"noResultsFound": "結果はありません。構成された除外の設定を確認してください - ",
	"noResultsIncludes": "'{0}' に結果はありません - ",
	"noResultsIncludesExcludes": "'{0}' に '{1}' を除外した結果はありません - ",
	"openSettings.message": "設定を開く",
D
Dirk Baeumer 已提交
19 20
	"removeAll.confirmation.message": "{1} ファイルで {0} 件の出現箇所を削除しますか?",
	"removeAll.message": "{1} ファイルで {0} 件の出現箇所を削除しました。",
D
Dirk Baeumer 已提交
21
	"replaceAll.confirm.button": "置換",
D
Dirk Baeumer 已提交
22
	"replaceAll.confirmation.message": "{1} ファイルで {0} 件の出現箇所を '{2}' と置換しますか?",
D
Dirk Baeumer 已提交
23
	"replaceAll.confirmation.title": "すべて置換",
D
Dirk Baeumer 已提交
24
	"replaceAll.message": "{1} ファイルで {0} 件の出現箇所を '{2}' と置換しました。",
D
Dirk Baeumer 已提交
25 26 27 28 29 30 31 32
	"rerunSearch.message": "もう一度検索してください",
	"rerunSearchInAll.message": "すべてのファイルでもう一度検索してください",
	"searchCanceled": "結果が見つかる前に検索が取り消されました - ",
	"searchMaxResultsWarning": "結果セットにはすべての一致項目のサブセットのみが含まれています。より限定的な検索条件を入力して、検索結果を絞り込んでください。",
	"searchScope.excludes": "除外するファイル",
	"searchScope.includes": "含めるファイル",
	"treeAriaLabel": "検索結果"
}