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

codeActionCommands.i18n.json « codeAction « contrib « editor « vs « src « cht « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2ef61373412267bdbc475d858be47e07f7d2be8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"quickFixWithKb": "顯示修正 ({0})",
	"quickFix": "顯示修正",
	"quickfix.trigger.label": "快速修復...",
	"editor.action.quickFix.noneMessage": "沒有可用的程式碼操作",
	"refactor.label": "重構...",
	"source.label": "來源動作...",
	"editor.action.source.noneMessage": "沒有可用的來源動作",
	"organizeImports.label": "組織匯入",
	"editor.action.organize.noneMessage": "沒有任何可用的組織匯入動作"
}