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

editorActions.i18n.json « editor « parts « browser « workbench « vs « src « cht « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1228bd7f60dcaebc1cd9bf689e8fe08635c916d0 (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": "關閉所有編輯器",
	"closeEditorsInOtherGroups": "關閉其他群組中的編輯器",
	"closeOtherEditorsInGroup": "關閉其他編輯器",
	"closeEditorsInGroup": "關閉群組中的所有編輯器",
	"moveActiveGroupLeft": "將編輯器群組向左移",
	"moveActiveGroupRight": "將編輯器群組向右移",
	"minimizeOtherEditorGroups": "將其他編輯器群組最小化",
	"evenEditorGroups": "均分編輯器群組寬度",
	"maximizeEditor": "將編輯器群組最大化並隱藏側邊欄",
	"keepEditor": "保留編輯器",
	"openNextEditor": "開啟下一個編輯器",
	"openPreviousEditor": "開啟上一個編輯器",
	"nextEditorInGroup": "開啟群組中下一個編輯器",
	"openPreviousEditorInGroup": "開啟群組中上一個編輯器",
	"navigateNext": "向前",
	"navigatePrevious": "向後",
	"reopenClosedEditor": "重新開啟已關閉的編輯器",
	"clearRecentFiles": "清理最近的檔案",
	"showEditorsInFirstGroup": "在第一個群組顯示編輯器",
	"showEditorsInSecondGroup": "在第二個群組顯示編輯器",
	"showEditorsInThirdGroup": "在第三個群組顯示編輯器",
	"showEditorsInGroup": "在群組顯示編輯器",
	"showAllEditors": "顯示所有編輯器",
	"openPreviousRecentlyUsedEditorInGroup": "開啟群組中上一個最近使用的編輯器",
	"openNextRecentlyUsedEditorInGroup": "開啟群組中下一個最近使用的編輯器",
	"navigateEditorHistoryByInput": "從記錄中開啟上一個編輯器",
	"openNextRecentlyUsedEditor": "開啟下一個最近使用的編輯器",
	"openPreviousRecentlyUsedEditor": "開啟上一個最近使用的編輯器",
	"clearEditorHistory": "清除編輯器記錄",
	"focusLastEditorInStack": "開啟群組中最後一個編輯器",
	"moveEditorLeft": "將編輯器左移",
	"moveEditorRight": "將編輯器右移",
	"moveEditorToPreviousGroup": "將編輯器移入上一個群組",
	"moveEditorToNextGroup": "將編輯器移入下一個群組"
}