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

searchViewlet.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: 78356e3e0f46be548f853447d45d40a0ab08b5cc (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"moreSearch": "詳細検索の切り替え",
	"searchScope.includes": "含めるファイル",
	"label.includes": "検索包含パターン",
	"searchScope.excludes": "除外するファイル",
	"label.excludes": "検索除外パターン",
	"replaceAll.confirmation.title": "すべて置換",
	"replaceAll.confirm.button": "置換",
	"replaceAll.occurrence.file.message": "{1} 個のファイルで {0} 件の出現箇所を '{2}' に置換しました。",
	"removeAll.occurrence.file.message": "{1} 個のファイルで {0} 件の出現箇所を置換しました。",
	"replaceAll.occurrence.files.message": "{1} 個のファイルで {0} 件の出現箇所を '{2}' に置換しました。",
	"removeAll.occurrence.files.message": "{1} 個のファイルで {0} 件の出現箇所を置換しました。",
	"replaceAll.occurrences.file.message": "{1} 個のファイルで {0} 件の出現箇所を '{2}' に置換しました。",
	"removeAll.occurrences.file.message": "{1} 個のファイルで {0} 件の出現箇所を置換しました。",
	"replaceAll.occurrences.files.message": "{1} 個のファイルで {0} 件の出現箇所を '{2}' に置換しました。",
	"removeAll.occurrences.files.message": "{1} 個のファイルで {0} 件の出現箇所を置換しました。",
	"removeAll.occurrence.file.confirmation.message": "{1} 個のファイルで {0} 件の出現箇所を '{2}' に置換しますか?",
	"replaceAll.occurrence.file.confirmation.message": "{1} 個のファイルで {0} 件の出現箇所を置換しますか?",
	"removeAll.occurrence.files.confirmation.message": "{1} 個のファイルで {0} 件の出現箇所を '{2}' に置換しますか?",
	"replaceAll.occurrence.files.confirmation.message": "{1} 個のファイルで {0} 件の出現箇所を置換しますか?",
	"removeAll.occurrences.file.confirmation.message": "{1} 個のファイルで {0} 件の出現箇所を '{2}' に置換しますか?",
	"replaceAll.occurrences.file.confirmation.message": "{1} 個のファイルで {0} 件の出現箇所を置換しますか?",
	"removeAll.occurrences.files.confirmation.message": "{1} 個のファイルで {0} 件の出現箇所を '{2}' に置換しますか?",
	"replaceAll.occurrences.files.confirmation.message": "{1} 個のファイルで {0} 件の出現箇所を置換しますか?",
	"treeAriaLabel": "検索結果",
	"searchMaxResultsWarning": "結果セットにはすべての一致項目のサブセットのみが含まれています。より限定的な検索条件を入力して、検索結果を絞り込んでください。",
	"searchCanceled": "結果が見つかる前に検索が取り消されました - ",
	"noResultsIncludesExcludes": "'{0}' に '{1}' を除外した結果はありません - ",
	"noResultsIncludes": "'{0}' に結果はありません - ",
	"noResultsExcludes": "'{0}' を除外した結果はありませんでした - ",
	"noResultsFound": "結果はありません。構成された除外の設定を確認してください - ",
	"rerunSearch.message": "もう一度検索してください",
	"rerunSearchInAll.message": "すべてのファイルでもう一度検索してください",
	"openSettings.message": "設定を開く",
	"ariaSearchResultsStatus": "検索により {1} 個のファイル内の {0} 件の結果が返されました",
	"search.file.result": "{1} 個のファイルに {0} 件の結果",
	"search.files.result": "{1} 個のファイルに {0} 件の結果",
	"search.file.results": "{1} 個のファイルに {0} 件の結果",
	"search.files.results": "{1} 個のファイルに {0} 件の結果",
	"searchWithoutFolder": "まだフォルダーを開いていません。開いているファイルのみを検索しています - ",
	"openFolder": "フォルダーを開く"
}