search.contribution.i18n.json 1.9 KB
Newer Older
1
{
2 3 4 5 6 7 8
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
9 10 11 12
	"search": "搜尋",
	"copyMatchLabel": "複製",
	"copyPathLabel": "複製路徑",
	"copyAllLabel": "全部複製",
13 14
	"findInFolder": "在資料夾中尋找...",
	"findInWorkspace": "在工作區中尋找...",
15 16
	"showTriggerActions": "前往工作區中的符號...",
	"name": "搜尋",
17
	"showSearchViewl": "顯示搜尋",
18
	"view": "檢視",
19
	"findInFiles": "在檔案中尋找",
20 21 22 23 24 25 26 27 28
	"openAnythingHandlerDescription": "前往檔案",
	"openSymbolDescriptionNormal": "前往工作區中的符號",
	"searchConfigurationTitle": "搜尋",
	"exclude": "設定 Glob 模式,以排除不要搜尋的檔案及資料夾。請從 file.exclude 設定繼承所有的 Glob 模式。",
	"exclude.boolean": "要符合檔案路徑的 Glob 模式。設為 True 或 False 可啟用或停用模式。",
	"exclude.when": "在相符檔案同層級上額外的檢查。請使用 $(basename) 作為相符檔案名稱的變數。",
	"useRipgrep": "控制是否要在文字和檔案搜尋中使用 ripgrep",
	"useIgnoreFiles": "控制在搜尋檔案時,是否要使用 .gitignore 及 .ignore 檔案。 ",
	"search.quickOpen.includeSymbols": "設定以將全域符號搜尋的結果納入 Quick Open 的檔案結果中。",
29
	"search.followSymlinks": "控制是否要在搜尋時遵循 symlink。",
30
	"search.smartCase": "如果搜尋式為全部小寫,則用不分大小寫的搜尋,否則用分大小寫的搜尋",
31
	"search.globalFindClipboard": "控制搜尋檢視是否應讀取或修改 macOS 上的共用尋找剪貼簿 (shared find clipboard)"
32
}