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/electron-browser/debugService.i18n.json')
-rw-r--r--i18n/esn/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/i18n/esn/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json b/i18n/esn/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json
index 8683657122f..818cc21eb9a 100644
--- a/i18n/esn/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json
+++ b/i18n/esn/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json
@@ -14,9 +14,11 @@
"breakpointRemoved": "Punto de interrupción quitado, línea {0}, archivo {1}",
"compoundMustHaveConfigurations": "El compuesto debe tener configurado el atributo \"configurations\" a fin de iniciar varias configuraciones.",
"noConfigurationNameInWorkspace": "No se pudo encontrar la configuración de inicio ' {0} ' en el espacio de trabajo.",
+ "multipleConfigurationNamesInWorkspace": "Hay varias configuraciones de inicio \"{0}\" en el área de trabajo. Use el nombre de la carpeta para calificar la configuración.",
"noFolderWithName": "No se puede encontrar la carpeta con el nombre ' {0} ' para la configuración ' {1} ' en el compuesto ' {2} '.",
"configMissing": "La configuración \"{0}\" falta en \"launch.json\".",
"launchJsonDoesNotExist": "'launch.json' no existe.",
+ "debugRequestNotSupported": "El atributo \"{0}\" tiene un valor no admitido ({1}) en la configuración de depuración elegida.",
"debugRequesMissing": "El atributo '{0}' está ausente en la configuración de depuración elegida. ",
"debugTypeNotSupported": "El tipo de depuración '{0}' configurado no es compatible.",
"debugTypeMissing": "Falta la propiedad \"type\" en la configuración de inicio seleccionada.",