@codingame/monaco-vscode-language-pack-es 5.1.2 → 5.2.0

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": "5.1.2",
3
+ "version": "5.2.0",
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@5.1.2"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@5.2.0"
22
22
  }
23
23
  }
@@ -15,7 +15,7 @@
15
15
  "Open settings": "Abrir configuración",
16
16
  "Paste authorization code here...": "Pegue aquí el código de autorización...",
17
17
  "Provide the authorization code to complete the sign in flow.": "Proporcione el código de autorización para completar el flujo de inicio de sesión.",
18
- "Signing in to your account...": "Signing in to your account...",
18
+ "Signing in to your account...": "Iniciando sesión en su cuenta...",
19
19
  "The environment `{0}` is not a valid environment.": "El entorno '{0}' no es un entorno válido.",
20
20
  "You have been signed out because reading stored authentication information failed.": "Se ha cerrado la sesión porque se ha producido un error al leer la información de autenticación almacenada.",
21
21
  "You must also specify a custom environment in order to use the custom environment auth provider.": "También debe especificar un entorno personalizado para poder usar el proveedor de autenticación del entorno personalizado."
@@ -82,11 +82,13 @@
82
82
  "Organize Imports": "Organizar importaciones",
83
83
  "Partial Mode": "Modo parcial",
84
84
  "Please open a folder in VS Code to use a TypeScript or JavaScript project": "Abra una carpeta en VS Code para usar un proyecto de TypeScript o JavaScript",
85
+ "Please report an issue against Yarn PnP": "Please report an issue against Yarn PnP",
85
86
  "Please update your TypeScript version": "Actualice su versión de TypeScript.",
86
87
  "Project Wide IntelliSense not available": "IntelliSense no está disponible para todo el proyecto",
87
88
  "Remove Unused Imports": "Quitar importaciones sin usar",
88
89
  "Remove all unused code": "Quitar todo el código sin utilizar",
89
90
  "Report Issue": "Notificar problema",
91
+ "Report issue against Yarn PnP": "Report issue against Yarn PnP",
90
92
  "Select Version": "Seleccionar versión",
91
93
  "Select code action to apply": "Seleccione acción de código para aplicar",
92
94
  "Select existing file...": "Seleccionar archivo existente...",
@@ -107,6 +109,7 @@
107
109
  "The current selection cannot be extracted": "No se puede extraer la selección actual",
108
110
  "The path {0} doesn't point to a valid Node installation to run TS Server. Falling back to bundled Node.": "La ruta de acceso {0} no apunta a una instalación de nodo válida para ejecutar el servidor TS. Revirtiendo al nodo incluido.",
109
111
  "The path {0} doesn't point to a valid tsserver install. Falling back to bundled TypeScript version.": "La ruta de acceso {0} no apunta a una instalación válida de tsserver. Se usará la versión de TypeScript del paquete.",
112
+ "The workspace is using a version of the TypeScript Server that has been patched by Yarn PnP. This patching is a common source of bugs.": "The workspace is using a version of the TypeScript Server that has been patched by Yarn PnP. This patching is a common source of bugs.",
110
113
  "The workspace is using an old version of TypeScript ({0}).\n\nBefore reporting an issue, please update the workspace to use TypeScript {1} or newer to make sure the bug has not already been fixed.": "El área de trabajo usa una versión anterior de TypeScript ({0}).\n\nAntes de notificar de una incidencia, actualice el área de trabajo para usar TypeScript {1} o posteriores, ya que puede que el error se haya corregido en una versión reciente.",
111
114
  "This workspace contains a TypeScript version. Would you like to use the workspace TypeScript version for TypeScript and JavaScript language features?": "Esta área de trabajo contiene una versión de TypeScript. ¿Quiere usar la versión de TypeScript del área de trabajo para las características de lenguaje TypeScript y JavaScript?",
112
115
  "This workspace wants to use the Node installation at '{0}' to run TS Server. Would you like to use it?": "Esta área de trabajo quiere usar la instalación de nodo en '{0}' para ejecutar el servidor TS. ¿Quiere que la use?",
@@ -209,8 +212,8 @@
209
212
  "configuration.tsserver.watchOptions.watchFile.useFsEvents": "Intente utilizar los eventos nativos del sistema operativo/sistema de archivos para los cambios de archivo.",
210
213
  "configuration.tsserver.watchOptions.watchFile.useFsEventsOnParentDirectory": "Intente utilizar los eventos nativos del sistema operativo/sistema de archivos para escuchar los cambios en los directorios contenidos de un archivo. Puede utilizar menos observadores de archivos, pero podría ser menos preciso.",
211
214
  "configuration.tsserver.web.projectWideIntellisense.enabled": "Habilita o deshabilita IntelliSense en todo el proyecto en la web. Requiere que VS Code se ejecute en un contexto de confianza.",
212
- "configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors": "Suppresses semantic errors on web even when project wide IntelliSense is enabled. This is always on when project wide IntelliSense is not enabled or available. See `#typescript.tsserver.web.projectWideIntellisense.enabled#`",
213
- "configuration.tsserver.web.typeAcquisition.enabled": "Enable/disable package acquisition on the web. This enables IntelliSense for imported packages. Requires `#typescript.tsserver.web.projectWideIntellisense.enabled#`. Currently not supported for Safari.",
215
+ "configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors": "Suprime los errores semánticos en la web incluso cuando IntelliSense para todo el proyecto está habilitado. Esto siempre está activado cuando IntelliSense para todo el proyecto no está habilitado o disponible. Vea `#typescript.tsserver.web.projectWideIntellisense.enabled#`",
216
+ "configuration.tsserver.web.typeAcquisition.enabled": "Habilitar o deshabilitar la adquisición de paquetes en la Web. Esto habilita IntelliSense para los paquetes importados. Requiere \"#typescript.tsserver.web.projectWideIntellisense.enabled#\". Actualmente no se admite para Safari.",
214
217
  "configuration.typescript": "TypeScript",
215
218
  "description": "Proporciona soporte de lenguaje enriquecido para JavaScript y TypeScript.",
216
219
  "displayName": "Características del lenguaje JavaScript y TypeScript",