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/platform/markers/common/problemMatcher.i18n.json')
-rw-r--r--i18n/esn/src/vs/platform/markers/common/problemMatcher.i18n.json12
1 files changed, 11 insertions, 1 deletions
diff --git a/i18n/esn/src/vs/platform/markers/common/problemMatcher.i18n.json b/i18n/esn/src/vs/platform/markers/common/problemMatcher.i18n.json
index 1aeb24bd42e..4a3086c3dbe 100644
--- a/i18n/esn/src/vs/platform/markers/common/problemMatcher.i18n.json
+++ b/i18n/esn/src/vs/platform/markers/common/problemMatcher.i18n.json
@@ -56,5 +56,15 @@
"LegacyProblemMatcherSchema.watchedBegin": "Expresión regular que señala que una tarea inspeccionada comienza a ejecutarse desencadenada a través de la inspección de archivos.",
"LegacyProblemMatcherSchema.watchedEnd.deprecated": "This property is deprecated. Use the watching property instead.",
"LegacyProblemMatcherSchema.watchedEnd": "Expresión regular que señala que una tarea inspeccionada termina de ejecutarse.",
- "ProblemMatcherExtPoint": "Aporta buscadores de coincidencias de problemas"
+ "NamedProblemMatcherSchema.name": "Nombre del buscador de coincidencias de problemas usado para referirse a él.",
+ "NamedProblemMatcherSchema.label": "Etiqueta en lenguaje natural del buscador de coincidencias de problemas. ",
+ "ProblemMatcherExtPoint": "Aporta buscadores de coincidencias de problemas",
+ "msCompile": "Problemas del compilador de Microsoft",
+ "lessCompile": "Menos problemas",
+ "gulp-tsc": "Problemas de Gulp TSC",
+ "jshint": "Problemas de JSHint",
+ "jshint-stylish": "Problemas de estilismo de JSHint",
+ "eslint-compact": "Problemas de compactación de ESLint",
+ "eslint-stylish": "Problemas de estilismo de ESLint",
+ "go": "Ir a problemas"
} \ No newline at end of file