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

snippets.contribution.i18n.json « electron-browser « snippets « parts « workbench « vs « src « deu « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ff4eb3dd4ad301104bfe3324d9ebdb963d12cef5 (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.
{
	"openSnippet.label": "Benutzercodeausschnitte öffnen",
	"openSnippet.pickLanguage": "Sprache für Codeausschnitt auswählen",
	"openSnippet.errorOnCreate": "\"{0}\" kann nicht erstellt werden.",
	"preferences": "Einstellungen",
	"snippetSchema.json.default": "Leerer Codeausschnitt",
	"snippetSchema.json": "Benutzerkonfiguration des Codeausschnitts",
	"snippetSchema.json.prefix": "Das Präfix, das beim Auswählen des Codeausschnitts in IntelliSense verwendet werden soll.",
	"snippetSchema.json.body": "Der Inhalt des Codeausschnitts. Verwenden Sie \"$1\", \"${1:defaultText}\", um Cursorpositionen zu definieren, und \"$0\" für die finale Cursorposition. Fügen Sie mit \"${varName}\" und \"${varName:defaultText}\" Variablenwerte ein, z. B. \"This is file: $TM_FILENAME\".",
	"snippetSchema.json.description": "Die Beschreibung des Codeausschnitts."
}