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

debugEditorActions.i18n.json « browser « debug « parts « workbench « vs « src « fra « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c60cc41768e6fed42f5ce8d4a24c89cb2e037162 (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."
	],
	"toggleBreakpointAction": "Déboguer : activer/désactiver un point d'arrêt",
	"conditionalBreakpointEditorAction": "Déboguer : ajouter un point d'arrêt conditionnel...",
	"logPointEditorAction": "Débogage : Ajouter un point de journalisation...",
	"runToCursor": "Exécuter jusqu'au curseur",
	"debugEvaluate": "Déboguer : évaluer",
	"debugAddToWatch": "Déboguer : ajouter à la fenêtre Espion",
	"showDebugHover": "Déboguer : afficher par pointage",
	"goToNextBreakpoint": "Débogage : Aller au prochain point d’arrêt",
	"goToPreviousBreakpoint": "Débogage : Aller au point d’arrêt précédent"
}