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: aa47b7bc824c74b99b09502b6a20a509f8531122 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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": "重構...",
	"editor.action.refactor.noneMessage": "沒有可用的重構",
	"source.label": "來源動作...",
	"editor.action.source.noneMessage": "沒有可用的來源動作",
	"organizeImports.label": "組織匯入",
	"editor.action.organize.noneMessage": "沒有任何可用的組織匯入動作"
}