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

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/jpn/src/vs/workbench/parts/search/browser')
-rw-r--r--i18n/jpn/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json2
-rw-r--r--i18n/jpn/src/vs/workbench/parts/search/browser/searchActions.i18n.json3
-rw-r--r--i18n/jpn/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json3
3 files changed, 1 insertions, 7 deletions
diff --git a/i18n/jpn/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json b/i18n/jpn/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json
index 02b10d3c9d4..4957ca3db7e 100644
--- a/i18n/jpn/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json
+++ b/i18n/jpn/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json
@@ -5,8 +5,6 @@
// Do not edit this file. It is machine generated.
{
"defaultLabel": "入力",
- "patternDescription": "glob パターンを使用する",
- "patternHelpInclude": "一致するパターン。たとえば、**\\*\\*/*.js** はすべての JavaScript ファイルと一致し、**myFolder/\\*\\*** は当該フォルダーとすべての子と一致します。\n\n**参照情報**:\n**\\*** は 0 個以上の文字と一致します\n**?** は 1 文字と一致します\n**\\*\\*** は 0 個以上のディレクトリと一致します\n**[a-z]** は文字の範囲と一致します\n**{a,b}** は任意のパターンと一致します)",
"useIgnoreFilesDescription": "無視設ファイルを使用します",
"useExcludeSettingsDescription": "除外設定を使用する"
} \ No newline at end of file
diff --git a/i18n/jpn/src/vs/workbench/parts/search/browser/searchActions.i18n.json b/i18n/jpn/src/vs/workbench/parts/search/browser/searchActions.i18n.json
index f1c975ecf8e..7f2bdda40b0 100644
--- a/i18n/jpn/src/vs/workbench/parts/search/browser/searchActions.i18n.json
+++ b/i18n/jpn/src/vs/workbench/parts/search/browser/searchActions.i18n.json
@@ -16,6 +16,5 @@
"FocusPreviousSearchResult.label": "前の検索結果にフォーカス",
"RemoveAction.label": "削除",
"file.replaceAll.label": "すべて置換",
- "match.replace.label": "置換",
- "ConfigureGlobalExclusionsAction.label": "設定を開く"
+ "match.replace.label": "置換"
} \ No newline at end of file
diff --git a/i18n/jpn/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json b/i18n/jpn/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json
index c70094a30a1..78356e3e0f4 100644
--- a/i18n/jpn/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json
+++ b/i18n/jpn/src/vs/workbench/parts/search/browser/searchViewlet.i18n.json
@@ -9,8 +9,6 @@
"label.includes": "検索包含パターン",
"searchScope.excludes": "除外するファイル",
"label.excludes": "検索除外パターン",
- "global.searchScope.folders": "設定で除外されたファイル",
- "label.global.excludes": "検索除外パターンを構成しました",
"replaceAll.confirmation.title": "すべて置換",
"replaceAll.confirm.button": "置換",
"replaceAll.occurrence.file.message": "{1} 個のファイルで {0} 件の出現箇所を '{2}' に置換しました。",
@@ -30,7 +28,6 @@
"removeAll.occurrences.files.confirmation.message": "{1} 個のファイルで {0} 件の出現箇所を '{2}' に置換しますか?",
"replaceAll.occurrences.files.confirmation.message": "{1} 個のファイルで {0} 件の出現箇所を置換しますか?",
"treeAriaLabel": "検索結果",
- "globLabel": "{1} のとき {0}",
"searchMaxResultsWarning": "結果セットにはすべての一致項目のサブセットのみが含まれています。より限定的な検索条件を入力して、検索結果を絞り込んでください。",
"searchCanceled": "結果が見つかる前に検索が取り消されました - ",
"noResultsIncludesExcludes": "'{0}' に '{1}' を除外した結果はありません - ",