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

search.contribution.i18n.json « electron-browser « search « parts « workbench « vs « src « cht « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fb76c662147aeb4add92e6ff7f3b80ae9680acb2 (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
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"findInFolder": "在資料夾中尋找...",
	"findInWorkspace": "在工作區中尋找...",
	"showTriggerActions": "前往工作區中的符號...",
	"name": "搜尋",
	"search": "搜尋",
	"showSearchViewl": "顯示搜尋",
	"view": "檢視",
	"findInFiles": "在檔案中尋找",
	"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 的檔案結果中。",
	"search.followSymlinks": "控制是否要在搜尋時遵循 symlink。",
	"search.smartCase": "如果搜尋式為全部小寫,則用不分大小寫的搜尋,否則用分大小寫的搜尋",
	"search.globalFindClipboard": "控制 Search Viewlet 是否應讀取或修改 macOS 上的共用尋找剪貼簿"
}