files.contribution.i18n.json 2.3 KB
Newer Older
1 2 3 4 5 6
/*---------------------------------------------------------------------------------------------
 *  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.
{
D
Dirk Baeumer 已提交
7
	"associations": "將檔案關聯設定為語言 (例如 \"*.extension\": \"html\")。這些語言優先於已安裝語言的預設關聯。",
I
isidor 已提交
8
	"autoReveal": "控制總管是否應在開啟檔案時自動加以顯示。",
D
Dirk Baeumer 已提交
9 10
	"autoSave": "控制已變更檔案的自動儲存功能。接受的值: \"{0}\"\"{1}\"\"{2}\"。如果設定為 \"{3}\",您可以在 \"files.autoSaveDelay\" 中設定延遲時間。",
	"autoSaveDelay": "控制經過這段延遲時間後會自動儲存已變更檔案的毫秒數。僅適用於 \"files.autoSave\" 設定為 \"{0}\" 時。",
11 12 13
	"binaryFileEditor": "二進位檔案編輯器",
	"dynamicHeight": "控制工作檔案區段的高度是否應依項目數動態調整。",
	"encoding": "讀取與寫入檔案時要使用的預設字元集編碼。",
D
Dirk Baeumer 已提交
14
	"eol": "預設行尾字元。",
15
	"exclude": "設定 Glob 模式可包含檔案及資料夾。",
D
Dirk Baeumer 已提交
16
	"explore": "檔案總管",
17 18
	"explorerConfigurationTitle": "檔案總管組態",
	"files.exclude.boolean": "要符合檔案路徑的 Glob 模式。設為 True 或 False 可啟用或停用模式。",
D
Dirk Baeumer 已提交
19 20
	"files.exclude.when": "在相符檔案同層級上額外的檢查。請使用 $(basename) 作為相符檔案名稱的變數。",
	"filesCategory": "檔案",
21 22
	"filesConfigurationTitle": "檔案組態",
	"maxVisible": "在捲軸出現前可顯示的工作檔案數目上限。",
D
Dirk Baeumer 已提交
23
	"openWorkingFile": "開啟工作檔案 (依名稱)",
24 25 26
	"showExplorerViewlet": "顯示檔案總管",
	"textFileEditor": "文字檔編輯器",
	"trimTrailingWhitespace": "若啟用,將在您儲存檔案時修剪尾端空白。",
D
Dirk Baeumer 已提交
27
	"view": "檢視",
D
Dirk Baeumer 已提交
28
	"watcherExclude": "將檔案路徑的 Glob 模式設定為從檔案監控排除。需要重新啟動才能變更此設定。當您發現 Code 在啟動時使用大量 CPU 時間時,可以排除較大的資料夾以降低初始負載。",
D
Dirk Baeumer 已提交
29
	"workingFilesPicker": "開啟工作檔案 (依名稱)"
30
}