files.contribution.i18n.json 1.8 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 8
	"autoSave": "控制已變更檔案的自動儲存功能。接受的值: \"{0}\"\"{1}\"\"{2}\"。如果設定為 \"{3}\",您可以在 \"files.autoSaveDelay\" 中設定延遲時間。",
	"autoSaveDelay": "控制經過這段延遲時間後會自動儲存已變更檔案的毫秒數。僅適用於 \"files.autoSave\" 設定為 \"{0}\" 時。",
9 10 11
	"binaryFileEditor": "二進位檔案編輯器",
	"dynamicHeight": "控制工作檔案區段的高度是否應依項目數動態調整。",
	"encoding": "讀取與寫入檔案時要使用的預設字元集編碼。",
D
Dirk Baeumer 已提交
12
	"eol": "預設行尾字元。",
13
	"exclude": "設定 Glob 模式可包含檔案及資料夾。",
D
Dirk Baeumer 已提交
14
	"explore": "檔案總管",
15 16
	"explorerConfigurationTitle": "檔案總管組態",
	"files.exclude.boolean": "要符合檔案路徑的 Glob 模式。設為 True 或 False 可啟用或停用模式。",
D
Dirk Baeumer 已提交
17 18
	"files.exclude.when": "在相符檔案同層級上額外的檢查。請使用 $(basename) 作為相符檔案名稱的變數。",
	"filesCategory": "檔案",
19 20
	"filesConfigurationTitle": "檔案組態",
	"maxVisible": "在捲軸出現前可顯示的工作檔案數目上限。",
D
Dirk Baeumer 已提交
21
	"openWorkingFile": "開啟工作檔案 (依名稱)",
22 23 24
	"showExplorerViewlet": "顯示檔案總管",
	"textFileEditor": "文字檔編輯器",
	"trimTrailingWhitespace": "若啟用,將在您儲存檔案時修剪尾端空白。",
D
Dirk Baeumer 已提交
25 26
	"view": "檢視",
	"workingFilesPicker": "開啟工作檔案 (依名稱)"
27
}