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/debug.contribution.i18n.json4
-rw-r--r--i18n/fra/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json3
-rw-r--r--i18n/fra/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json4
-rw-r--r--i18n/fra/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json3
4 files changed, 7 insertions, 7 deletions
diff --git a/i18n/fra/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json
index f3fe2798053..f2f505f2adf 100644
--- a/i18n/fra/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json
+++ b/i18n/fra/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json
@@ -8,6 +8,10 @@
"toggleDebugPanel": "Console de débogage",
"debug": "Déboguer",
"debugPanel": "Console de débogage",
+ "variables": "Variables",
+ "watch": "Espion",
+ "callStack": "Pile des appels",
+ "breakpoints": "Points d'arrêt",
"view": "Affichage",
"debugCategory": "Déboguer",
"debugCommands": "Configuration de débogage",
diff --git a/i18n/fra/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json b/i18n/fra/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json
index afd0c7bd386..d60a025a1a0 100644
--- a/i18n/fra/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json
+++ b/i18n/fra/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json
@@ -20,6 +20,5 @@
"debugAnyway": "Déboguer quand même",
"noFolderWorkspaceDebugError": "Impossible de déboguer le fichier actif. Vérifiez qu'il est enregistré sur le disque et qu'une extension de débogage est installée pour ce type de fichier.",
"NewLaunchConfig": "Configurez le fichier config de lancement de votre application. {0}",
- "DebugTaskNotFound": "preLaunchTask '{0}' introuvable.",
- "differentTaskRunning": "Une tâche {0} est en cours d'exécution. Impossible d'exécuter la tâche de préparation au lancement {1}."
+ "DebugTaskNotFound": "preLaunchTask '{0}' introuvable."
} \ No newline at end of file
diff --git a/i18n/fra/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json b/i18n/fra/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json
index 810f2f0eab1..66ff22521aa 100644
--- a/i18n/fra/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json
+++ b/i18n/fra/src/vs/workbench/parts/debug/electron-browser/debugViews.i18n.json
@@ -5,16 +5,12 @@
// Do not edit this file. It is machine generated.
{
"variablesSection": "Section des variables",
- "variables": "Variables",
"variablesAriaTreeLabel": "Déboguer les variables",
"expressionsSection": "Section des expressions",
- "watch": "Espion",
"watchAriaTreeLabel": "Déboguer les expressions espionnées",
"callstackSection": "Section de pile des appels",
"debugStopped": "En pause sur {0}",
- "callStack": "Pile des appels",
"callStackAriaLabel": "Déboguer la pile des appels",
"breakpointsSection": "Section des points d'arrêt",
- "breakpoints": "Points d'arrêt",
"breakpointsAriaTreeLabel": "Déboguer les points d'arrêt"
} \ No newline at end of file
diff --git a/i18n/fra/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json b/i18n/fra/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json
index ada0322955d..6e5aae834e4 100644
--- a/i18n/fra/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json
+++ b/i18n/fra/src/vs/workbench/parts/debug/electron-browser/repl.i18n.json
@@ -7,5 +7,6 @@
"replAriaLabel": "Panneau REPL (Read Eval Print Loop)",
"actions.repl.historyPrevious": "Historique précédent",
"actions.repl.historyNext": "Historique suivant",
- "actions.repl.acceptInput": "Accepter l'entrée REPL"
+ "actions.repl.acceptInput": "Accepter l'entrée REPL",
+ "actions.repl.copyAll": "Débogage : Tout copier (console)"
} \ No newline at end of file