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

commandsHandler.i18n.json « browser « quickopen « parts « workbench « vs « src « deu « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 37e4e48936217a592706f3e43853107f79ba1196 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"showTriggerActions": "Alle Befehle anzeigen",
	"showCommands.label": "Befehlspalette...",
	"entryAriaLabelWithKey": "{0}, {1}, Befehle",
	"entryAriaLabel": "{0}, Befehle",
	"canNotRun": "Der Befehl '{0}' kann nicht an dieser Stelle ausgeführt werden.",
	"actionNotEnabled": "Der Befehl \"{0}\" ist im aktuellen Kontext nicht aktiviert.",
	"commandLabel": "{0}: {1}",
	"cat.title": "{0}: {1}",
	"noCommandsMatching": "Keine übereinstimmenden Befehle."
}