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/browser/breakpointWidget.i18n.json')
-rw-r--r--i18n/fra/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/i18n/fra/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json b/i18n/fra/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json
index d0aba2a3d78..de655df163f 100644
--- a/i18n/fra/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json
+++ b/i18n/fra/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json
@@ -4,6 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
- "breakpointWidgetAriaLabel": "Tapez la condition de point d'arrêt pour la ligne {0}. Le programme s'arrête ici uniquement si cette condition a la valeur true. Appuyez sur Entrée pour accepter ou sur Échap pour annuler.",
- "breakpointWidgetPlaceholder": "Le point d'arrêt à la ligne {0} s'arrête uniquement si cette condition a la valeur true. Appuyez sur 'Entrée' pour accepter ou sur 'Échap' pour annuler."
+ "breakpointWidgetAriaLabel": "Le programme s'arrête ici uniquement si cette condition a la valeur true. Appuyez sur Entrée pour accepter, ou sur Échap pour annuler.",
+ "breakpointWidgetExpressionPlaceholder": "Arrêter quand l'expression prend la valeur true",
+ "breakpointWidgetHitCountAriaLabel": "Le programme s'arrête ici uniquement si le nombre d'accès est atteint. Appuyez sur Entrée pour accepter, ou sur Échap pour annuler.",
+ "breakpointWidgetHitCountPlaceholder": "Arrêter quand le nombre d'accès est atteint",
+ "expression": "Expression",
+ "hitCount": "Nombre d'accès"
} \ No newline at end of file