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

workspaceActions.i18n.json « actions « browser « workbench « vs « src « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 16082cd725cf54ed2212ed50b5f3c72ad5e4e992 (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
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"openFolder": "打开文件夹...",
	"openFileFolder": "打开...",
	"addFolderToWorkspace": "将文件夹添加到工作区...",
	"add": "添加(&&A)",
	"addFolderToWorkspaceTitle": "将文件夹添加到工作区",
	"globalRemoveFolderFromWorkspace": "将文件夹从工作区删除…",
	"newWorkspace": "新建工作区...",
	"select": "选择(&&S)",
	"selectWorkspace": "选择文件夹作为工作区",
	"removeFolderFromWorkspace": "将文件夹从工作区删除",
	"openFolderSettings": "打开文件夹设置",
	"saveWorkspaceAsAction": "将工作区另存为...",
	"save": "保存(&&S)",
	"saveWorkspace": "保存工作区",
	"openWorkspaceAction": "打开工作区...",
	"openWorkspaceConfigFile": "打开工作区配置文件",
	"openFolderAsWorkspaceInNewWindow": "在新窗口中将文件夹作为工作区打开",
	"workspaceFolderPickerPlaceholder": "选择工作区文件夹"
}