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

replViewer.i18n.json « electron-browser « debug « parts « workbench « vs « src « deu « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 817f9ac994fc3d518b83d0a39ea1171b320f761e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"fileLink": "Zum Öffnen klicken (STRG+KLICKEN für seitliche Anzeige)",
	"fileLinkMac": "Zum Öffnen klicken (CMD+KLICKEN für seitliche Anzeige)",
	"replExpressionAriaLabel": "Ausdruck {0} besitzt den Wert {1}, Read Eval Print Loop, Debuggen",
	"replKeyValueOutputAriaLabel": "Ausgabevariable {0} besitzt den Wert {1}, Read Eval Print Loop, Debuggen",
	"replValueOutputAriaLabel": "{0}, Read Eval Print Loop, Debuggen",
	"replVariableAriaLabel": "Variable {0} besitzt den Wert {1}, Read Eval Print Loop, Debuggen",
	"stateCapture": "Der Objektstatus wird aus der ersten Auswertung erfasst."
}