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/debugEditorContribution.i18n.json')
-rw-r--r--i18n/fra/src/vs/workbench/parts/debug/electron-browser/debugEditorContribution.i18n.json13
1 files changed, 12 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