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

menusExtensionPoint.i18n.json « browser « actions « platform « vs « src « cht « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 27e1e60e268246bb9affc32efa5b51d9a6489802 (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
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"dup": "命令 `{0}` 在 `commands` 區段中出現多次。",
	"dupe.command": "功能表項目參考了與預設相同的命令和替代命令",
	"menuId.invalid": "`{0}` 不是有效的功能表識別碼",
	"menus.editorContext": "編輯器操作功能表",
	"menus.editorTitle": "編輯器標題功能表",
	"menus.explorerContext": "檔案總管操作功能表",
	"missing.altCommand": "功能表項目參考了 'commands' 區段中未定義的替代命令 `{0}`。",
	"missing.command": "功能表項目參考了 'commands' 區段中未定義的命令 `{0}`。",
	"nonempty": "必須是非空白值。",
	"nosupport.altCommand": "很抱歉,目前只有 [編輯器/標題] 功能表的 [導覽] 群組支援替代命令",
	"opticon": "屬性 `icon` 可以省略,否則必須為字串或類似 `{dark, light}` 的常值",
	"optstring": "屬性 `{0}` 可以省略或必須屬於 `string` 類型",
	"requirearry": "功能表項目必須為陣列",
	"requirestring": "屬性 '{0}' 為強制項目且必須屬於 `string` 類型",
	"vscode.extension.contributes.commandType.category": "(選用) UI 中用以將命令分組的分類字串",
	"vscode.extension.contributes.commandType.command": "所要執行命令的識別碼",
	"vscode.extension.contributes.commandType.icon": "(選用) UI 中用以代表命令的圖示。會是檔案路徑或可設定佈景主題的組態",
	"vscode.extension.contributes.commandType.icon.dark": "使用深色佈景主題時的圖示路徑",
	"vscode.extension.contributes.commandType.icon.light": "使用淺色佈景主題時的圖示路徑",
	"vscode.extension.contributes.commandType.title": "UI 中用以代表命令的標題",
	"vscode.extension.contributes.commands": "將命令提供給命令選擇區。",
	"vscode.extension.contributes.menuItem.alt": "所要執行替代命令的識別碼。命令必須在 'commands' 區段中宣告",
	"vscode.extension.contributes.menuItem.command": "所要執行命令的識別碼。命令必須在 'commands' 區段中宣告",
	"vscode.extension.contributes.menuItem.group": "此命令所屬群組",
	"vscode.extension.contributes.menuItem.when": "必須為 true 以顯示此項目的條件",
	"vscode.extension.contributes.menus": "將功能表項目提供給編輯器"
}