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

settingsDocumentHelper.i18n.json « out « configuration-editing « extensions « cht « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bfbf51dad3db2e9b5f692e273320ba4c1310af48 (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
30
31
32
33
34
35
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"activeEditorShort": "例如 myFile.txt",
	"activeEditorMedium": "例如 myFolder/myFile.txt",
	"activeEditorLong": "例如 /Users/Development/myProject/myFolder/myFile.txt",
	"rootPath": "例如 /Users/Development/myProject",
	"appName": "例如 VS Code",
	"dirty": "若使用中的編輯器已變更,即為已變更的指示區",
	"separator": "條件式分隔符號 (' - '),只會在前後為具有值的變數時顯示",
	"assocLabelFile": "檔案副檔名",
	"assocDescriptionFile": "將檔案名稱符合 Glob 模式的所有檔案,對應到具有指定識別碼的語言。",
	"assocLabelPath": "檔案路徑",
	"assocDescriptionPath": "將檔案路徑符合絕對路徑 Glob 模式的所有檔案,對應到具有指定識別碼的語言。",
	"fileLabel": "依副檔名排列的檔案",
	"fileDescription": "比對所有具特定副檔名的檔案。",
	"filesLabel": "具多個副檔名的檔案",
	"filesDescription": "比對所有具任何副檔名的檔案。",
	"derivedLabel": "依名稱排列且同層級的檔案",
	"derivedDescription": "比對名稱相同但副檔名不同的同層級檔案。",
	"topFolderLabel": "依名稱排列的資料夾 (最上層)",
	"topFolderDescription": "比對具特定名稱的最上層資料夾。",
	"topFoldersLabel": "具多個名稱的資料夾 (最上層)",
	"topFoldersDescription": "比對多個最上層資料夾。",
	"folderLabel": "依名稱排列的資料夾 (任何位置)",
	"folderDescription": "在所有位置比對具特定名稱的資料夾。",
	"falseDescription": "停用模式。",
	"trueDescription": "啟用模式。",
	"siblingsDescription": "比對名稱相同但副檔名不同的同層級檔案。",
	"languageSpecificEditorSettings": "語言專用編輯器設定",
	"languageSpecificEditorSettingsDescription": "針對語言覆寫編輯器設定"
}