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

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/fra/src/vs/workbench/parts/debug/electron-browser')
-rw-r--r--i18n/fra/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json13
-rw-r--r--i18n/fra/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json8
2 files changed, 20 insertions, 1 deletions
diff --git a/i18n/fra/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json b/i18n/fra/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json
index ebff90dbc6e..7ecaec71ab1 100644
--- a/i18n/fra/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json
+++ b/i18n/fra/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json
@@ -5,5 +5,16 @@
// Do not edit this file. It is machine generated.
{
"addBreakpoint": "Ajouter un point d'arrêt",
- "addConfiguration": "Ajouter une configuration..."
+ "addConfiguration": "Ajouter une configuration...",
+ "disableBreakpointOnLine": "Désactiver le point d'arrêt de la ligne",
+ "disableColumnBreakpoint": "Désactiver le point d'arrêt de la colonne {0}",
+ "editBreakpointOnColumn": "Modifier le point d'arrêt de la colonne {0}",
+ "editBreakpoints": "Modifier les points d'arrêt",
+ "editLineBrekapoint": "Modifier le point d'arrêt de la ligne",
+ "enableBreakpointOnLine": "Activer le point d'arrêt de la ligne",
+ "enableBreakpoints": "Activer le point d'arrêt de la colonne {0}",
+ "enableDisableBreakpoints": "Activer/désactiver les points d'arrêt",
+ "removeBreakpointOnColumn": "Supprimer le point d'arrêt de la colonne {0}",
+ "removeBreakpoints": "Supprimer les points d'arrêt",
+ "removeLineBreakpoint": "Supprimer le point d'arrêt de la ligne"
} \ No newline at end of file
diff --git a/i18n/fra/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json b/i18n/fra/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json
new file mode 100644
index 00000000000..ea381e994a0
--- /dev/null
+++ b/i18n/fra/src/vs/workbench/parts/debug/electron-browser/statusbarColorProvider.i18n.json
@@ -0,0 +1,8 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "statusBarDebuggingBackground": "Couleur d'arrière-plan de la barre d'état quand un programme est en cours de débogage. La barre d'état est affichée en bas de la fenêtre"
+} \ No newline at end of file