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

editorActions.i18n.json « editor « parts « browser « workbench « vs « src « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 72802650702b21b784b3dd2d0850f6347962718a (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"splitEditor": "拆分编辑器",
	"joinTwoGroups": "合并两个组的编辑器",
	"navigateEditorGroups": "在编辑器组间进行导航",
	"focusActiveEditorGroup": "聚焦活动编辑器组",
	"focusFirstEditorGroup": "聚焦于第一个编辑器组",
	"focusSecondEditorGroup": "聚焦于第二个编辑器组",
	"focusThirdEditorGroup": "聚焦于第三个编辑器组",
	"focusPreviousGroup": "聚焦于上一个组",
	"focusNextGroup": "聚焦于下一个组",
	"openToSide": "打开到侧边",
	"closeEditor": "关闭编辑器",
	"revertAndCloseActiveEditor": "还原并关闭编辑器",
	"closeEditorsToTheLeft": "关闭左侧编辑器",
	"closeEditorsToTheRight": "关闭右侧编辑器",
	"closeAllEditors": "关闭所有编辑器",
	"closeUnmodifiedEditors": "关闭组中未作更改的编辑器",
	"closeEditorsInOtherGroups": "关闭其他组中的编辑器",
	"closeOtherEditorsInGroup": "关闭其他编辑器",
	"closeEditorsInGroup": "关闭组中的所有编辑器",
	"moveActiveGroupLeft": "向左移动编辑器组",
	"moveActiveGroupRight": "向右移动编辑器组",
	"minimizeOtherEditorGroups": "最小化其他编辑器组",
	"evenEditorGroups": "编辑器组平均宽度",
	"maximizeEditor": "最大化编辑器组并隐藏边栏",
	"keepEditor": "保留编辑器",
	"openNextEditor": "打开下一个编辑器",
	"openPreviousEditor": "打开上一个编辑器",
	"nextEditorInGroup": "打开组中的下一个编辑器",
	"openPreviousEditorInGroup": "打开组中上一个编辑器",
	"navigateNext": "前进",
	"navigatePrevious": "后退",
	"reopenClosedEditor": "重新打开已关闭的编辑器",
	"showEditorsInFirstGroup": "在第一组中显示编辑器",
	"showEditorsInSecondGroup": "在第二组中显示编辑器",
	"showEditorsInThirdGroup": "在第三组中显示编辑器",
	"showEditorsInGroup": "显示组中的编辑器",
	"showAllEditors": "显示所有编辑器",
	"openPreviousRecentlyUsedEditorInGroup": "打开组中上一个最近使用的编辑器",
	"openNextRecentlyUsedEditorInGroup": "打开组中下一个最近使用的编辑器",
	"navigateEditorHistoryByInput": "从历史记录里打开上一个编辑器",
	"openNextRecentlyUsedEditor": "打开下一个最近使用的编辑器",
	"openPreviousRecentlyUsedEditor": "打开上一个最近使用的编辑器",
	"clearEditorHistory": "清除编辑器历史记录",
	"focusLastEditorInStack": "打开组中上一个编辑器",
	"moveEditorLeft": "向左移动编辑器",
	"moveEditorRight": "向右移动编辑器",
	"moveEditorToPreviousGroup": "将编辑器移动到上一组",
	"moveEditorToNextGroup": "将编辑器移动到下一组"
}