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

package.i18n.json « merge-conflict « extensions « deu « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0fb810c3288baf381fb09f9d06aeaa3eb1b8d9f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"displayName": "Merge-Konflikt",
	"command.category": "Merge-Konflikt",
	"command.accept.all-current": "Alle aktuellen akzeptieren",
	"command.accept.all-incoming": "Alle eingehenden akzeptieren",
	"command.accept.all-both": "Alle beide akzeptieren",
	"command.accept.current": "Aktuelles akzeptieren",
	"command.accept.incoming": "Eingehendes akzeptieren",
	"command.accept.selection": "Auswahl akzeptieren",
	"command.accept.both": "Beides akzeptieren",
	"command.next": "Nächster Konflikt",
	"command.previous": "Vorheriger Konflikt",
	"command.compare": "Aktuellen Konflikt vergleichen",
	"config.title": "Merge-Konflikt",
	"config.codeLensEnabled": "CodeLens-Mergingkonfliktblock im Editor aktivieren/deaktivieren",
	"config.decoratorsEnabled": "Mergingkonflikt-Decorators im Editor aktivieren/deaktivieren"
}