@codingame/monaco-vscode-language-pack-es 1.85.5 → 1.85.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codingame/monaco-vscode-language-pack-es",
3
- "version": "1.85.5",
3
+ "version": "1.85.6",
4
4
  "keywords": [],
5
5
  "author": {
6
6
  "name": "CodinGame",
@@ -18,6 +18,6 @@
18
18
  "module": "index.js",
19
19
  "types": "index.d.ts",
20
20
  "dependencies": {
21
- "vscode": "npm:@codingame/monaco-vscode-api@1.85.5"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@1.85.6"
22
22
  }
23
23
  }
@@ -242,6 +242,7 @@
242
242
  "Break when URL Contains": "Interrumpir cuando la dirección URL contenga",
243
243
  "Breaks on all throw errors, even if they're caught later.": "Se interrumpe en todos los errores de inicio, incluso si se detectan más tarde.",
244
244
  "Breaks only on errors or promise rejections that are not handled.": "Solo se interrumpe en caso de errores o rechazos de promesas que no se controlan.",
245
+ "Browser connection failed, will retry: {0}": "Browser connection failed, will retry: {0}",
245
246
  "CPU Profile": "Perfil de CPU",
246
247
  "CPU profile saved as \"{0}\" in your workspace folder": "Perfil de CPU guardado como \"{0}\" en la carpeta del área de trabajo",
247
248
  "CSP violation \"{0}\"": "Infracción de CSP \"{0}\"",
@@ -277,15 +278,15 @@
277
278
  "Enter a URL or a pattern to match": "Escriba una dirección URL o un patrón para coincidir",
278
279
  "Eval": "Eval",
279
280
  "Frame could not be restarted": "No se pudo reiniciar el marco",
280
- "Generates a .cpuprofile file you can open in the Chrome devtools": "Genera un archivo .cpuprofile que se puede abrir en Chrome DevTools",
281
- "Generates a .heapprofile file you can open in the Chrome devtools": "Genera un archivo .heapprofile que se puede abrir en las herramientas de desarrollo de Chrome.",
282
- "Generates a .heapsnapshot file you can open in the Chrome devtools": "Genera un archivo .heapsnapshot que se puede abrir en Chrome DevTools",
281
+ "Generates a .cpuprofile file you can open in VS Code or the Edge/Chrome devtools": "Generates a .cpuprofile file you can open in VS Code or the Edge/Chrome devtools",
282
+ "Generates a .heapprofile file you can open in VS Code or the Edge/Chrome devtools": "Generates a .heapprofile file you can open in VS Code or the Edge/Chrome devtools",
283
+ "Generates a .heapsnapshot file you can open in VS Code or the Edge/Chrome devtools": "Generates a .heapsnapshot file you can open in VS Code or the Edge/Chrome devtools",
283
284
  "Global": "Global",
284
285
  "Globals": "Globales",
285
286
  "Got it!": "¡Entendido!",
286
287
  "Heap Profile": "Perfil de montón",
287
288
  "Heap Snapshot": "Instantánea de montón",
288
- "How long to run the profile:": "Tiempo que se va a ejecutar el perfil:",
289
+ "How long to run the profile": "How long to run the profile",
289
290
  "Ignore": "Ignorar",
290
291
  "Installation complete! The extension will be used after you restart your debug session.": "Instalación completada La extensión se usará después de reiniciar la sesión de depuración.",
291
292
  "Installing the DWARF debugger...": "Instalando el depurador DWARF...",
@@ -383,7 +384,7 @@
383
384
  "Thread is not paused": "El subproceso no está en pausa",
384
385
  "Thread is not paused on exception": "El subproceso no está en pausa por la excepción",
385
386
  "Thread not found": "No se encontró el subproceso",
386
- "Type of profile:": "Tipo de perfil:",
387
+ "Type of profile": "Type of profile",
387
388
  "URL contains \"{0}\"": "La dirección URL contiene \"{0}\"",
388
389
  "UWP webview debugging is not available on your platform.": "La depuración de la vista web UWP no está disponible en su plataforma.",
389
390
  "Unable to attach to browser": "No se puede asociar al explorador",