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

editor.contribution.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: 57210caa274005f47f9e79a24ece0188fe40d93b (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
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"textEditor": "文字編輯器",
	"textDiffEditor": "文字 Diff 編輯器",
	"binaryDiffEditor": "二進位 Diff 編輯器",
	"sideBySideEditor": "並排編輯器",
	"groupOnePicker": "在第一個群組顯示編輯器",
	"groupTwoPicker": "在第二個群組顯示編輯器",
	"groupThreePicker": "在第三個群組顯示編輯器",
	"allEditorsPicker": "顯示所有開啟的編輯器",
	"view": "檢視",
	"file": "檔案",
	"close": "關閉",
	"closeOthers": "關閉其他",
	"closeRight": "關到右側",
	"closeAllSaved": "關閉已儲存項目",
	"closeAll": "全部關閉",
	"keepOpen": "保持開啟",
	"toggleInlineView": "切換至內嵌檢視",
	"showOpenedEditors": "顯示開啟的編輯器",
	"keepEditor": "保留編輯器",
	"closeEditorsInGroup": "關閉群組中的所有編輯器",
	"closeSavedEditors": "關閉群組中的已儲存編輯器",
	"closeOtherEditors": "關閉其他編輯器",
	"closeRightEditors": "將編輯器關到右側"
}