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

configurationExtensionPoint.i18n.json « common « configuration « services « workbench « vs « src « cht « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2bc73e75628de887e06bdd3449b69211e28f0a91 (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
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"vscode.extension.contributes.configuration.title": "設定的摘要。此標籤將會在設定檔中作為分隔註解使用。",
	"vscode.extension.contributes.configuration.properties": "組態屬性的描述。",
	"scope.window.description": "視窗特定組態,可在使用者或工作區設定中予以設定。",
	"scope.resource.description": "資源特定設定,可在使用者、工作區或資料夾設定中予以設定。",
	"scope.description": "組態適用的範圍。可用的範圍為「視窗」和「資源」。",
	"vscode.extension.contributes.configuration": "提供組態設定。",
	"invalid.title": "'configuration.title' 必須是字串",
	"vscode.extension.contributes.defaultConfiguration": "依語言貢獻預設編輯器組態設定。",
	"invalid.properties": "'configuration.properties' 必須是物件",
	"invalid.allOf": "'configuration.allOf' 已取代而不應再使用。請改為將多個組態區段作為陣列,傳遞至「組態」貢獻點。",
	"workspaceConfig.folders.description": "要載入工作區之資料夾的清單。",
	"workspaceConfig.path.description": "檔案路徑,例如 `/root/folderA` 或 `./folderA` 即為會對工作區檔案位置解析的相關路徑。",
	"workspaceConfig.name.description": "資料夾的選用名稱。",
	"workspaceConfig.uri.description": "資料夾的 URI",
	"workspaceConfig.settings.description": "工作區設定",
	"workspaceConfig.extensions.description": "工作區延伸模組",
	"unknownWorkspaceProperty": "未知的工作區組態屬性"
}