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

formatActions.i18n.json « format « contrib « editor « vs « src « deu « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c75efebe28cebfdb2d8b524d9ae3b65fdc203114 (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."
	],
	"hint11": "1 Formatierung in Zeile {0} vorgenommen",
	"hintn1": "{0} Formatierungen in Zeile {1} vorgenommen",
	"hint1n": "1 Formatierung zwischen Zeilen {0} und {1} vorgenommen",
	"hintnn": "{0} Formatierungen zwischen Zeilen {1} und {2} vorgenommen",
	"no.provider": "Es ist kein Formatierer für \"{0}\"-Dateien installiert. ",
	"formatDocument.label": "Dokument formatieren",
	"no.documentprovider": "Es ist kein Dokumentformatierer für \"{0}\"-Dateien installiert.",
	"formatSelection.label": "Auswahl formatieren",
	"no.selectionprovider": "Es ist kein Auswahl-Formatierer für \"{0}\"-Dateien installiert. "
}