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/patternInputWidget.i18n.json')
-rw-r--r--i18n/jpn/src/vs/workbench/parts/search/browser/patternInputWidget.i18n.json2
1 files changed, 0 insertions, 2 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