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/esn/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json')
-rw-r--r--i18n/esn/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/i18n/esn/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json b/i18n/esn/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json
index cf81550d60b..7434f0fa825 100644
--- a/i18n/esn/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json
+++ b/i18n/esn/src/vs/workbench/parts/debug/browser/breakpointWidget.i18n.json
@@ -4,6 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
- "breakpointWidgetAriaLabel": "Escriba la condición del punto de interrupción para la línea {0}. El programa solo se detendrá aquí si esta condición es true. Presione ENTRAR para aceptar o Esc para cancelar.",
- "breakpointWidgetPlaceholder": "El punto de interrupción de la línea {0} solo se detendrá si esta condición es true. Presione \"ENTRAR\" para aceptar o \"Esc\" para cancelar."
+ "breakpointWidgetAriaLabel": "El programa solo se detendrá aquí si esta condición es true. Presione ENTRAR para aceptar o Esc para cancelar.",
+ "breakpointWidgetExpressionPlaceholder": "Interrumpir cuando la expresión se evalúe como true",
+ "breakpointWidgetHitCountAriaLabel": "El programa solo se detendrá aquí si se alcanza el número de llamadas. Presione ENTRAR para aceptar o Esc para cancelar.",
+ "breakpointWidgetHitCountPlaceholder": "Interrumpir cuando se alcance el número de llamadas",
+ "expression": "Expresión",
+ "hitCount": "Número de llamadas"
} \ No newline at end of file