@codingame/monaco-vscode-language-pack-es 2.0.0-v2.1 → 2.0.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 +2 -2
- package/translations/extensions/ms-vscode.js-debug.i18n.json +6 -6
- package/translations/extensions/vscode.configuration-editing.i18n.json +1 -1
- package/translations/extensions/vscode.css-language-features.i18n.json +6 -6
- package/translations/extensions/vscode.git.i18n.json +50 -40
- package/translations/extensions/vscode.github.i18n.json +1 -1
- package/translations/extensions/vscode.html-language-features.i18n.json +3 -3
- package/translations/extensions/vscode.json-language-features.i18n.json +13 -13
- package/translations/extensions/vscode.markdown-language-features.i18n.json +14 -8
- package/translations/extensions/vscode.npm.i18n.json +1 -1
- package/translations/extensions/vscode.typescript-language-features.i18n.json +8 -9
- package/translations/main.i18n.json.js +371 -302
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-language-pack-es",
|
|
3
|
-
"version": "2.0.0
|
|
3
|
+
"version": "2.0.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@2.0.0
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@2.0.0"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -242,7 +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}": "
|
|
245
|
+
"Browser connection failed, will retry: {0}": "Error en la conexión del explorador, se reintentará: {0}",
|
|
246
246
|
"CPU Profile": "Perfil de CPU",
|
|
247
247
|
"CPU profile saved as \"{0}\" in your workspace folder": "Perfil de CPU guardado como \"{0}\" en la carpeta del área de trabajo",
|
|
248
248
|
"CSP violation \"{0}\"": "Infracción de CSP \"{0}\"",
|
|
@@ -278,15 +278,15 @@
|
|
|
278
278
|
"Enter a URL or a pattern to match": "Escriba una dirección URL o un patrón para coincidir",
|
|
279
279
|
"Eval": "Eval",
|
|
280
280
|
"Frame could not be restarted": "No se pudo reiniciar el marco",
|
|
281
|
-
"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": "
|
|
283
|
-
"Generates a .heapsnapshot file you can open in VS Code or the Edge/Chrome devtools": "
|
|
281
|
+
"Generates a .cpuprofile file you can open in VS Code or the Edge/Chrome devtools": "Genera un archivo .cpuprofile que se puede abrir en VS Code o Edge/Chrome DevTools",
|
|
282
|
+
"Generates a .heapprofile file you can open in VS Code or the Edge/Chrome devtools": "Genera un archivo .heapprofile que se puede abrir en VS Code o Edge/Chrome DevTools",
|
|
283
|
+
"Generates a .heapsnapshot file you can open in VS Code or the Edge/Chrome devtools": "Genera un archivo .heapsnapshot que se puede abrir en VS Code o Edge/Chrome DevTools",
|
|
284
284
|
"Global": "Global",
|
|
285
285
|
"Globals": "Globales",
|
|
286
286
|
"Got it!": "¡Entendido!",
|
|
287
287
|
"Heap Profile": "Perfil de montón",
|
|
288
288
|
"Heap Snapshot": "Instantánea de montón",
|
|
289
|
-
"How long to run the profile": "
|
|
289
|
+
"How long to run the profile": "Tiempo que se va a ejecutar el perfil",
|
|
290
290
|
"Ignore": "Ignorar",
|
|
291
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.",
|
|
292
292
|
"Installing the DWARF debugger...": "Instalando el depurador DWARF...",
|
|
@@ -384,7 +384,7 @@
|
|
|
384
384
|
"Thread is not paused": "El subproceso no está en pausa",
|
|
385
385
|
"Thread is not paused on exception": "El subproceso no está en pausa por la excepción",
|
|
386
386
|
"Thread not found": "No se encontró el subproceso",
|
|
387
|
-
"Type of profile": "
|
|
387
|
+
"Type of profile": "Tipo de perfil",
|
|
388
388
|
"URL contains \"{0}\"": "La dirección URL contiene \"{0}\"",
|
|
389
389
|
"UWP webview debugging is not available on your platform.": "La depuración de la vista web UWP no está disponible en su plataforma.",
|
|
390
390
|
"Unable to attach to browser": "No se puede asociar al explorador",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"Match all files with any of the file extensions.": "Hacer coincidir todos los archivos con cualquiera de las extensiones de archivo.",
|
|
28
28
|
"Match files that have siblings with the same name but a different extension.": "Hacer coincidir archivos que tienen elementos del mismo nivel con el mismo nombre pero con extensión diferente.",
|
|
29
29
|
"Match multiple top level folders.": "Hacer coincidir varias carpetas de nivel superior.",
|
|
30
|
-
"The character used by the operating system to separate components in file paths": "
|
|
30
|
+
"The character used by the operating system to separate components in file paths. Is also aliased to '/'.": "The character used by the operating system to separate components in file paths. Is also aliased to '/'.",
|
|
31
31
|
"The current opened file": "El archivo abierto actualmente",
|
|
32
32
|
"The current opened file relative to ${workspaceFolder}": "El archivo abierto actualmente relativo a ${workspaceFolder}",
|
|
33
33
|
"The current opened file workspace folder name without any slashes (/)": "Nombre de la carpeta del área de trabajo de archivos abierta actualmente sin barras diagonales (/)",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"Avoid using !important. It is an indication that the specificity of the entire CSS has gotten out of control and needs to be refactored.": "Evite usar \"!important\". Es una indicación de que la especificidad de todo el CSS se ha salido de control y debe ser refactorizada.",
|
|
32
32
|
"Avoid using 'float'. Floats lead to fragile CSS that is easy to break if one aspect of the layout changes.": "Le recomendamos no usar \"float\". Los valores float producen CSS vulnerables que pueden dañarse fácilmente si se cambia cualquier aspecto del diseño.",
|
|
33
33
|
"CSS Language Server": "Servidor de lenguaje CSS",
|
|
34
|
-
"CSS fix is outdated and can
|
|
34
|
+
"CSS fix is outdated and can't be applied to the document.": "CSS fix is outdated and can't be applied to the document.",
|
|
35
35
|
"Causes one or more rules to be emitted at the root of the document.": "Hace que se emitan una o varias reglas en la raíz del documento.",
|
|
36
36
|
"Changes one or more properties of a color.": "Cambia una o varias propiedades de un color.",
|
|
37
37
|
"Changes the alpha component for a color.": "Cambia el componente alfa de un color.",
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
"arccosine - inverse of cosine function": "arcocoseno: inverso de la función de coseno",
|
|
172
172
|
"arcsine - inverse of sine function": "arcoseno: inverso de la función de seno",
|
|
173
173
|
"arctangent - inverse of tangent function": "arcotangente: inversa de la función tangente",
|
|
174
|
-
"argument from
|
|
174
|
+
"argument from '{0}'": "argument from '{0}'",
|
|
175
175
|
"at-rule or selector expected": "se esperaba un selector o una regla en la regla",
|
|
176
176
|
"at-rule unknown": "at-rule desconocida",
|
|
177
177
|
"bind the evaluation of a ruleset to each member of a list.": "enlaza la evaluación de un conjunto de reglas a cada miembro de una lista.",
|
|
@@ -254,7 +254,7 @@
|
|
|
254
254
|
"css.colorDecorators.enable.deprecationMessage": "El valor \"css.colorDecorators.enable\" está en desuso en favor de \"editor.colorDecorators\".",
|
|
255
255
|
"css.completion.completePropertyWithSemicolon.desc": "Inserta punto y coma al final de la línea al completar las propiedades CSS.",
|
|
256
256
|
"css.completion.triggerPropertyValueCompletion.desc": "De forma predeterminada, VS Code desencadena la finalización de valores de propiedad tras seleccionar una propiedad CSS. Use esta opción para deshabilitar este comportamiento.",
|
|
257
|
-
"css.customData.desc": "
|
|
257
|
+
"css.customData.desc": "A list of relative file paths pointing to JSON files following the [custom data format](https://github.com/microsoft/vscode-css-languageservice/blob/master/docs/customData.md).\r\n\r\nVS Code loads custom data on startup to enhance its CSS support for CSS custom properties (variables), at-rules, pseudo-classes, and pseudo-elements you specify in the JSON files.\r\n\r\nThe file paths are relative to workspace and only workspace folder settings are considered.",
|
|
258
258
|
"css.format.braceStyle.desc": "Ponga llaves en la misma línea que las reglas ('collapse') o coloque llaves en su propia línea ('expand').",
|
|
259
259
|
"css.format.enable.desc": "Habilita o deshabilita el formateador CSS predeterminado.",
|
|
260
260
|
"css.format.maxPreserveNewLines.desc": "Número máximo de saltos de línea que se conservarán en un fragmento cuando `#css.format.preserveNewLines#` esté habilitado.",
|
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
"css.format.newlineBetweenSelectors.desc": "Separa los selectores con una nueva línea.",
|
|
263
263
|
"css.format.preserveNewLines.desc": "Indica si se deben conservar los saltos de línea existentes antes de los elementos.",
|
|
264
264
|
"css.format.spaceAroundSelectorSeparator.desc": "Asegúrate de que haya un carácter de espacio alrededor de los separadores de selector '>', '+', '~' (por ejemplo, 'a > b').",
|
|
265
|
-
"css.hover.documentation": "
|
|
265
|
+
"css.hover.documentation": "Show property and value documentation in CSS hovers.",
|
|
266
266
|
"css.hover.references": "Mostrar las referencias a MDN mediante movimientos del puntero de CSS.",
|
|
267
267
|
"css.lint.argumentsInColorFunction.desc": "Número de parámetros incorrecto.",
|
|
268
268
|
"css.lint.boxModel.desc": "No use \"width\" o \"height\" al usar \"padding\" o \"border\".",
|
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
"less.format.newlineBetweenSelectors.desc": "Separa los selectores con una nueva línea.",
|
|
301
301
|
"less.format.preserveNewLines.desc": "Indica si se deben conservar los saltos de línea existentes antes de los elementos.",
|
|
302
302
|
"less.format.spaceAroundSelectorSeparator.desc": "Asegúrate de que haya un carácter de espacio alrededor de los separadores de selector '>', '+', '~' (por ejemplo, 'a > b').",
|
|
303
|
-
"less.hover.documentation": "
|
|
303
|
+
"less.hover.documentation": "Show property and value documentation in LESS hovers.",
|
|
304
304
|
"less.hover.references": "Mostrar las referencias a MDN mediante movimientos del puntero de LESS.",
|
|
305
305
|
"less.lint.argumentsInColorFunction.desc": "Número de parámetros incorrecto.",
|
|
306
306
|
"less.lint.boxModel.desc": "No use \"width\" o \"height\" al usar \"padding\" o \"border\".",
|
|
@@ -335,7 +335,7 @@
|
|
|
335
335
|
"scss.format.newlineBetweenSelectors.desc": "Separa los selectores con una nueva línea.",
|
|
336
336
|
"scss.format.preserveNewLines.desc": "Indica si se deben conservar los saltos de línea existentes antes de los elementos.",
|
|
337
337
|
"scss.format.spaceAroundSelectorSeparator.desc": "Asegúrate de que haya un carácter de espacio alrededor de los separadores de selector '>', '+', '~' (por ejemplo, 'a > b').",
|
|
338
|
-
"scss.hover.documentation": "
|
|
338
|
+
"scss.hover.documentation": "Show property and value documentation in SCSS hovers.",
|
|
339
339
|
"scss.hover.references": "Mostrar las referencias a MDN mediante movimientos del puntero de SCSS.",
|
|
340
340
|
"scss.lint.argumentsInColorFunction.desc": "Número de parámetros incorrecto.",
|
|
341
341
|
"scss.lint.boxModel.desc": "No use \"width\" o \"height\" al usar \"padding\" o \"border\".",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"bundle": {
|
|
12
12
|
"\"{0}\" has fingerprint \"{1}\"": "“{0}” tiene la huella digital “{1}”.",
|
|
13
13
|
"$(info) Remote \"{0}\" has no tags.": "$(info) Remoto \"{0}\" no tiene etiquetas.",
|
|
14
|
+
"$(info) This repository has no stashes.": "$(info) Este repositorio no tiene cambios provisionales.",
|
|
14
15
|
"$(info) This repository has no tags.": "$(info) Este repositorio no tiene etiquetas.",
|
|
15
16
|
"A branch named \"{0}\" already exists": "Ya existe una rama denominada \"{0}\"",
|
|
16
17
|
"A git repository was found in the parent folders of the workspace or the open file(s). Would you like to open the repository?": "Se encontró un repositorio Git en las carpetas primarias del área de trabajo o en los archivos abiertos. ¿Desea abrir el repositorio?",
|
|
@@ -20,15 +21,15 @@
|
|
|
20
21
|
"Add remote from URL": "Agregar remoto desde dirección URL",
|
|
21
22
|
"Add remote from {0}": "Agregar remoto desde {0}",
|
|
22
23
|
"Add to Workspace": "Añadir al área de trabajo",
|
|
23
|
-
"All Changes": "Todos los cambios",
|
|
24
|
+
"All Changes ({0} ↔ {1})": "Todos los cambios ({0} ↔ {1})",
|
|
24
25
|
"All Repositories": "Todos los repositorios",
|
|
25
26
|
"Always": "Siempre",
|
|
26
27
|
"Always Pull": "Incorporar cambios siempre con \"pull\"",
|
|
27
|
-
"Are you sure you want to DELETE {0} files
|
|
28
|
-
"Are you sure you want to DELETE {0}
|
|
28
|
+
"Are you sure you want to DELETE {0} files?\r\nThis is IRREVERSIBLE!\r\nThese files will be FOREVER LOST if you proceed.": "¿Seguro que quiere ELIMINAR {0}archivos?\r\n Esta acción es IRREVERSIBLE. \r\nSi continúa, los archivos SE PERDERÁN PARA SIEMPRE.",
|
|
29
|
+
"Are you sure you want to DELETE {0}?\r\nThis is IRREVERSIBLE!\r\nThis file will be FOREVER LOST if you proceed.": "¿Seguro que quiere ELIMINAR {0}?\r\nEsta acción es IRREVERSIBLE.\r\nSi continúa, este archivo SE PERDERÁ PARA SIEMPRE.",
|
|
29
30
|
"Are you sure you want to continue connecting?": "¿Está seguro de que quiere continuar con la conexión?",
|
|
30
31
|
"Are you sure you want to create an empty commit?": "¿Seguro que desea crear una confirmación vacía?",
|
|
31
|
-
"Are you sure you want to discard ALL changes in {0} files
|
|
32
|
+
"Are you sure you want to discard ALL changes in {0} files?\r\nThis is IRREVERSIBLE!\r\nYour current working set will be FOREVER LOST if you proceed.": "¿Seguro que quiere descartar TODOS los cambios en {0} archivos? \r\nEsta acción es IRREVERSIBLE. \r\nSi continúa, su espacio de trabajo actual SE PERDERÁ PARA SIEMPRE.",
|
|
32
33
|
"Are you sure you want to discard changes in {0} files?": "¿Está seguro de que quiere descartar los cambios de {0} archivos?",
|
|
33
34
|
"Are you sure you want to discard changes in {0}?": "¿Está seguro de que quiere descartar los cambios de {0}?",
|
|
34
35
|
"Are you sure you want to drop ALL stashes? There are {0} stashes that will be subject to pruning, and MAY BE IMPOSSIBLE TO RECOVER.": "¿Está seguro de que quiere quitar TODOS los cambios guardados provisionalmente? Hay {0} cambios guardados provisionalmente que estarán sujetos a eliminación y PUEDEN SER IMPOSIBLES DE RECUPERAR.",
|
|
@@ -41,15 +42,13 @@
|
|
|
41
42
|
"Ask Me Later": "Preguntarme luego",
|
|
42
43
|
"Branch name": "Nombre de rama",
|
|
43
44
|
"Branch name needs to match regex: {0}": "El nombre de la rama debe coincidir con la expresión regular \"{0}\".",
|
|
44
|
-
"Can
|
|
45
|
-
"Can
|
|
46
|
-
"Can
|
|
47
|
-
"Cancel": "Cancelar",
|
|
45
|
+
"Can't force push refs to remote. The tip of the remote-tracking branch has been updated since the last checkout. Try running \"Pull\" first to pull the latest changes from the remote branch first.": "No se pueden forzar las referencias de inserción al modo remoto. La sugerencia de la rama de seguimiento remoto se ha actualizado desde la última desprotección. Intente ejecutar primero \"Extraer\" para extraer primero los cambios más recientes de la rama remota.",
|
|
46
|
+
"Can't push refs to remote. Try running \"Pull\" first to integrate your changes.": "No se pueden enviar referencias al remoto. Intenta ejecutar 'Pull' primero para integrar tus cambios.",
|
|
47
|
+
"Can't undo because HEAD doesn't point to any commit.": "No se puede deshacer porque HEAD no apunta a ningún commit.",
|
|
48
48
|
"Changes": "Cambios",
|
|
49
49
|
"Checking Out Branch/Tag...": "Extrayendo rama/etiqueta...",
|
|
50
50
|
"Checking Out Changes...": "Extrayendo cambios...",
|
|
51
51
|
"Checkout Branch/Tag...": "Extraer rama/etiqueta...",
|
|
52
|
-
"Checkout detached...": "Extracción del repositorio desasociada...",
|
|
53
52
|
"Choose Folder...": "Elegir carpeta...",
|
|
54
53
|
"Choose a folder to clone {0} into": "Elija una carpeta en la que clonar {0}",
|
|
55
54
|
"Choose a repository": "Elija un repositorio",
|
|
@@ -88,8 +87,6 @@
|
|
|
88
87
|
"Continuing Rebase...": "Continuando fusión mediante cambio de base...",
|
|
89
88
|
"Could not clone your repository as Git is not installed.": "No se pudo clonar el repositorio porque GIT no está instalado.",
|
|
90
89
|
"Create Empty Commit": "Crear \"commit\" vacío",
|
|
91
|
-
"Create new branch from...": "Crear rama a partir de...",
|
|
92
|
-
"Create new branch...": "Crear rama...",
|
|
93
90
|
"Current": "Actual",
|
|
94
91
|
"Current commit message only contains whitespace characters": "El mensaje de confirmación actual solo contiene espacios en blanco.",
|
|
95
92
|
"Delete Branch": "Borrar rama",
|
|
@@ -102,15 +99,15 @@
|
|
|
102
99
|
"Discard All {0} Files": "Descartar todos los archivos ({0})",
|
|
103
100
|
"Discard Changes": "Descartar cambios",
|
|
104
101
|
"Discard {0} Tracked Files": "Descartar {0} archivos con seguimiento",
|
|
105
|
-
"Don
|
|
106
|
-
"Don
|
|
102
|
+
"Don't Pull": "No incorporar cambios con \"pull\"",
|
|
103
|
+
"Don't Show Again": "No volver a mostrar",
|
|
107
104
|
"Download Git": "Descargar Git",
|
|
108
105
|
"Email": "Correo electrónico",
|
|
109
106
|
"Enables the following features: {0}": "Activar las siguientes características: {0}",
|
|
110
107
|
"Failed to authenticate to git remote.": "No se pudo autenticar en GIT remoto.",
|
|
111
|
-
"Failed to authenticate to git remote
|
|
112
|
-
"File \"{0}\" was deleted by them and modified by us
|
|
113
|
-
"File \"{0}\" was deleted by us and modified by them
|
|
108
|
+
"Failed to authenticate to git remote:\r\n\r\n{0}": "No se pudo autenticar en GIT remoto:\r\n\r\n{0}",
|
|
109
|
+
"File \"{0}\" was deleted by them and modified by us.\r\n\r\nWhat would you like to do?": "Ellos eliminaron el archivo \"{0}\" y nosotros lo modificamos.\r\n\r\n¿Qué quiere hacer?",
|
|
110
|
+
"File \"{0}\" was deleted by us and modified by them.\r\n\r\nWhat would you like to do?": "Nosotros eliminamos el archivo \"{0}\" y ellos lo modificaron.\r\n\r\n¿Qué quiere hacer?",
|
|
114
111
|
"Force Checkout": "Forzar extracción del repositorio",
|
|
115
112
|
"Force push is not allowed, please enable it with the \"git.allowForcePush\" setting.": "No está permitido forzar envío de cambios, habilite la opción mediante el control \"git.allowForcePush\".",
|
|
116
113
|
"Git History": "Historia de Git",
|
|
@@ -133,7 +130,7 @@
|
|
|
133
130
|
"Invalid branch name": "Nombre de rama no válido",
|
|
134
131
|
"It looks like the current branch \"{0}\" might have been rebased. Are you sure you still want to pull into it?": "Parece que la rama actual \"{0}\" puede haberse reajustado. ¿Seguro que aún quiere incorporarlo?",
|
|
135
132
|
"It looks like the current branch might have been rebased. Are you sure you still want to pull into it?": "Parece que la rama actual puede haberse fusionado mediante cambio de base con \"rebase\". ¿Seguro que aún quiere incorporar los cambios en esta mediante \"pull\"?",
|
|
136
|
-
"It
|
|
133
|
+
"It's not possible to change the commit message in the middle of a rebase. Please complete the rebase operation and use interactive rebase instead.": "No es posible cambiar el mensaje de confirmación en medio de un rebase. En su lugar, complete la operación rebase y utilice rebase interactivo.",
|
|
137
134
|
"Keep Our Version": "Mantener nuestra versión",
|
|
138
135
|
"Keep Their Version": "Mantener la versión de ellos",
|
|
139
136
|
"Learn More": "Más información",
|
|
@@ -151,8 +148,8 @@
|
|
|
151
148
|
"No": "No",
|
|
152
149
|
"No rebase in progress.": "No hay ninguna fusión mediante cambio de base \"rebase\" en curso.",
|
|
153
150
|
"OK": "Aceptar",
|
|
154
|
-
"OK, Don
|
|
155
|
-
"OK, Don
|
|
151
|
+
"OK, Don't Ask Again": "De acuerdo, no volver a preguntar",
|
|
152
|
+
"OK, Don't Show Again": "No volver a mostrar ",
|
|
156
153
|
"Open": "Abrir",
|
|
157
154
|
"Open Commit": "Abrir confirmación",
|
|
158
155
|
"Open Comparison": "Abrir comparación",
|
|
@@ -174,6 +171,7 @@
|
|
|
174
171
|
"Pick a stash to apply": "Elegir un cambio guardado provisionalmente para aplicarlo",
|
|
175
172
|
"Pick a stash to drop": "Escoja una copia intermedia para eliminar",
|
|
176
173
|
"Pick a stash to pop": "Elija un cambio guardado provisionalmente para aplicarlo y quitarlo",
|
|
174
|
+
"Pick a stash to view": "Seleccionar un almacenamiento provisional para ver",
|
|
177
175
|
"Pick workspace folder to initialize git repo in": "Seleccione una carpeta de área de trabajo en la que inicializar el repositorio de git",
|
|
178
176
|
"Please check out a branch to push to a remote.": "Extraiga del repositorio una rama para insertar un remoto.",
|
|
179
177
|
"Please clean your repository working tree before checkout.": "Limpie el árbol de trabajo del repositorio antes de la desprotección.",
|
|
@@ -199,6 +197,7 @@
|
|
|
199
197
|
"Remote branch at {0}": "Rama remota en {0}",
|
|
200
198
|
"Remote name": "Nombre de remoto",
|
|
201
199
|
"Remote name format invalid": "Formato de nombre de remoto no válido",
|
|
200
|
+
"Remote tag at {0}": "Etiqueta remota en {0}",
|
|
202
201
|
"Reopen Closed Repositories": "Volver a abrir repositorios cerrados",
|
|
203
202
|
"Replace Local Tag(s)": "Reemplazar etiqueta(s) local(es)",
|
|
204
203
|
"Restore file": "Restaurar archivo",
|
|
@@ -206,11 +205,12 @@
|
|
|
206
205
|
"Save All & Commit Changes": "Guardar todo y confirmar los cambios",
|
|
207
206
|
"Save All & Stash": "Guardar todo y aplicar \"stash\"",
|
|
208
207
|
"Select a branch or tag to checkout": "Seleccionar una rama o etiqueta para extraer del repositorio",
|
|
208
|
+
"Select a branch or tag to merge from": "Seleccionar una rama o etiqueta desde la que combinar",
|
|
209
209
|
"Select a branch to checkout in detached mode": "Seleccionar una rama para desproteger en modo desasociado",
|
|
210
210
|
"Select a branch to delete": "Seleccione una rama para borrar",
|
|
211
|
-
"Select a branch to merge from": "Seleccione una rama desde la que fusionar",
|
|
212
211
|
"Select a branch to rebase onto": "Seleccionar una rama en la que fusionar mediante \"rebase\"",
|
|
213
212
|
"Select a ref to create the branch from": "Seleccione una referencia desde la cual se creará la rama",
|
|
213
|
+
"Select a remote tag to delete": "Seleccionar una etiqueta remota para eliminar",
|
|
214
214
|
"Select a remote to delete a tag from": "Seleccione un control remoto para eliminar una etiqueta",
|
|
215
215
|
"Select a remote to fetch": "Seleccionar un repositorio remoto para capturar",
|
|
216
216
|
"Select a tag to delete": "Seleccione una etiqueta para eliminar",
|
|
@@ -229,12 +229,12 @@
|
|
|
229
229
|
"Syncing. Cancelling may cause serious damages to the repository": "Sincronizando. La cancelación puede provocar daños graves en el repositorio.",
|
|
230
230
|
"Tag at {0}": "Etiqueta en {0}",
|
|
231
231
|
"Tag name": "Nombre de etiqueta",
|
|
232
|
-
"The \"{0}\" repository has {1} submodules which won
|
|
232
|
+
"The \"{0}\" repository has {1} submodules which won't be opened automatically. You can still open each one individually by opening a file within.": "El repositorio “{0}” tiene {1} submódulos que no se abrirán automáticamente. Usted todavía puede abrir cada archivo individualmente.",
|
|
233
233
|
"The branch \"{0}\" has no remote branch. Would you like to publish this branch?": "La rama \"{0}\" no tiene ninguna rama remota. ¿Quiere publicar esta rama?",
|
|
234
234
|
"The branch \"{0}\" is not fully merged. Delete anyway?": "La rama \"{0}\" no está totalmente combinada. ¿Eliminar de todos modos?",
|
|
235
235
|
"The current branch is not published to the remote. Would you like to publish it to access your changes elsewhere?": "La rama actual no está publicada en remoto. ¿Le gustaría publicarla para acceder a sus cambios en otro lugar?",
|
|
236
|
-
"The following file has unsaved changes which won
|
|
237
|
-
"The following file has unsaved changes which won
|
|
236
|
+
"The following file has unsaved changes which won't be included in the commit if you proceed: {0}.\r\n\r\nWould you like to save it before committing?": "El siguiente archivo tiene cambios no guardados que no se incluirán en la confirmación si continúa: {0}.\r\n\r\n¿Desea guardarlos antes de confirmar?",
|
|
237
|
+
"The following file has unsaved changes which won't be included in the stash if you proceed: {0}.\r\n\r\nWould you like to save it before stashing?": "El archivo siguiente tiene cambios no guardados que no se incluirán en el \"stash\" si continúa: {0}.\r\n\r\n¿Quiere guardarlo antes de aplicar \"stash\"?",
|
|
238
238
|
"The following untracked file will be DELETED FROM DISK if discarded: {0}.": "El siguiente archivo sin seguimiento se ELIMINARÁ DEL DISCO si se descarta: {0}.",
|
|
239
239
|
"The git repositories in the current folder are potentially unsafe as the folders are owned by someone other than the current user.": "Los repositorios GIT de la carpeta actual son potencialmente inseguros, ya que las carpetas pertenecen a alguien que no es el usuario actual.",
|
|
240
240
|
"The git repository at \"{0}\" has too many active changes, only a subset of Git features will be enabled.": "El repositorio Git \"{0}\" contiene muchos cambios activos, solamente un subconjunto de las características de Git serán habilitadas.",
|
|
@@ -248,16 +248,16 @@
|
|
|
248
248
|
"There are no available repositories": "No hay repositorios disponibles",
|
|
249
249
|
"There are no changes to commit.": "No hay cambios para confirmar.",
|
|
250
250
|
"There are no changes to stash.": "No existen cambios para el guardado provisional.",
|
|
251
|
-
"There are no staged changes to commit
|
|
251
|
+
"There are no staged changes to commit.\r\n\r\nWould you like to stage all your changes and commit them directly?": "No hay cambios \"staged\" para hacer \"commit\".\r\n\r\n¿Quiere agregar al \"stage\" todos los cambios y hacer \"commit\" de estos directamente?",
|
|
252
252
|
"There are no staged changes to stash.": "No hay ningún cambio guardado provisionalmente para confirmar.",
|
|
253
253
|
"There are no stashes in the repository.": "No hay cambios guardados provisionalmente en el repositorio.",
|
|
254
|
-
"There are {0} unsaved files
|
|
255
|
-
"There are {0} unsaved files
|
|
254
|
+
"There are {0} unsaved files.\r\n\r\nWould you like to save them before committing?": "Hay {0} archivos sin guardar.\r\n\r\n¿Quiere guardarlos antes de confirmar?",
|
|
255
|
+
"There are {0} unsaved files.\r\n\r\nWould you like to save them before stashing?": "Hay {0}archivos sin guardar.\r\n\r\n¿Quiere guardarlos antes de aplicar \"stash\"?",
|
|
256
256
|
"There are {0} untracked files which will be DELETED FROM DISK if discarded.": "Hay {0} archivos sin seguimiento que se ELIMINARÁN DEL DISCO si se descartan.",
|
|
257
257
|
"There were merge conflicts while applying the stash.": "Hubo conflictos de fusión al aplicar el cambio provisional.",
|
|
258
258
|
"This action will pull and push commits from and to \"{0}/{1}\".": "Esta acción extraerá e insertará confirmaciones desde y hacia \"{0}/{1}\".",
|
|
259
259
|
"This repository has no remotes configured to fetch from.": "El repositorio no tiene remotos configurados de los que recuperar.",
|
|
260
|
-
"This will DELETE {0} untracked files
|
|
260
|
+
"This will DELETE {0} untracked files!\r\nThis is IRREVERSIBLE!\r\nThese files will be FOREVER LOST.": "¡Esto ELIMINARÁ {0} archivos sin seguimiento!\r\n¡Esta acción es IRREVERSIBLE!\r\nEstos archivos SE PERDERÁN PARA SIEMPRE.",
|
|
261
261
|
"This will create a Git repository in \"{0}\". Are you sure you want to continue?": "Esto creará un repositorio Git en \"{0}\". ¿Está seguro de que quiere continuar?",
|
|
262
262
|
"Too many changes were detected. Only the first {0} changes will be shown below.": "Se detectaron demasiados cambios. A continuación solo se mostrarán los primeros {0} cambios.",
|
|
263
263
|
"Type Changed": "Tipo cambiado",
|
|
@@ -276,19 +276,23 @@
|
|
|
276
276
|
"Would you like to open the initialized repository?": "¿Desea abrir el repositorio inicializado?",
|
|
277
277
|
"Would you like {0} to [periodically run \"git fetch\"]({1})?": "¿Te gustaría que {0} [ejecute la “recuperación de cambios de Git” periódicamente]({1})?",
|
|
278
278
|
"Yes": "Sí",
|
|
279
|
-
"Yes, Don
|
|
279
|
+
"Yes, Don't Show Again": "Sí, no volver a mostrar",
|
|
280
280
|
"You": "Usted",
|
|
281
|
-
"You are about to commit your changes without verification, this skips pre-commit hooks and can be undesirable
|
|
282
|
-
"You are about to force push your changes, this can be destructive and could inadvertently overwrite changes made by others
|
|
283
|
-
"You are trying to commit to a protected branch and you might not have permission to push your commits to the remote
|
|
281
|
+
"You are about to commit your changes without verification, this skips pre-commit hooks and can be undesirable.\r\n\r\nAre you sure to continue?": "Está a punto de confirmar los cambios sin comprobación, lo que omite los enlaces previos a la confirmación y puede no ser deseable.\r\n\r\n¿Seguro que quiere continuar?",
|
|
282
|
+
"You are about to force push your changes, this can be destructive and could inadvertently overwrite changes made by others.\r\n\r\nAre you sure to continue?": "Está a punto de forzar el envío de cambios mediante \"push\". Esta acción puede resultar destructiva y sobrescribir involuntariamente los cambios realizados por otros usuarios.\r\n\r\n¿Seguro que quiere continuar?",
|
|
283
|
+
"You are trying to commit to a protected branch and you might not have permission to push your commits to the remote.\r\n\r\nHow would you like to proceed?": "Está intentando confirmar en una rama protegida y es posible que no tenga permiso para insertar las confirmaciones en el remoto.\r\n\r\n¿Cómo quiere continuar?",
|
|
284
284
|
"You seem to have git \"{0}\" installed. Code works best with git >= 2": "Parece que tiene instalado GIT “{0}”. El código funciona mejor con GIT >= 2",
|
|
285
285
|
"Your local changes would be overwritten by checkout.": "Los cambios locales se sobrescribirán al extraer del repositorio.",
|
|
286
286
|
"Your repository has no remotes configured to publish to.": "El repositorio no tiene remotos configurados en los que publicar.",
|
|
287
287
|
"Your repository has no remotes configured to pull from.": "El repositorio no tiene remotos configurados de los que extraer.",
|
|
288
288
|
"Your repository has no remotes configured to push to.": "El repositorio no tiene remotos configurados en los que insertar.",
|
|
289
289
|
"Your repository has no remotes.": "Su repositorio no tiene remotos.",
|
|
290
|
+
"branches": "ramas",
|
|
290
291
|
"no": "no",
|
|
292
|
+
"remote branches": "ramas remotas",
|
|
293
|
+
"tags": "etiquetas",
|
|
291
294
|
"yes": "sí",
|
|
295
|
+
"{0}\r\n\r\nThis is IRREVERSIBLE, your current working set will be FOREVER LOST.": "{0}\r\n\r\nEsta acción es IRREVERSIBLE. Su espacio de trabajo actual SE PERDERÁ PARA SIEMPRE.",
|
|
292
296
|
"{0} (Deleted)": "{0} (eliminado)",
|
|
293
297
|
"{0} (Index)": "{0} (índice)",
|
|
294
298
|
"{0} (Intent to add)": "{0} (Intención de añadir)",
|
|
@@ -299,18 +303,20 @@
|
|
|
299
303
|
"{0} (Working Tree)": "{0} (árbol de trabajo)",
|
|
300
304
|
"{0} ({1})": "{0} ({1})",
|
|
301
305
|
"{0} ({1}) ↔ {0} ({2})": "{0} ({1}) ↔{0} ({2})",
|
|
306
|
+
"{0} Checkout detached...": "{0} Desproteger desasociación...",
|
|
302
307
|
"{0} Commit": "{0} Confirmación",
|
|
303
308
|
"{0} Commit & Push": "{0} Hacer \"commit\" e insertar",
|
|
304
309
|
"{0} Commit & Sync": "{0} Hacer \"commit\" y sincronizar",
|
|
305
310
|
"{0} Commit (Amend)": "{0} Confirmar (modificar)",
|
|
306
311
|
"{0} Continue": "{0} Continuar",
|
|
312
|
+
"{0} Create new branch from...": "{0} Crear nueva rama a partir de...",
|
|
313
|
+
"{0} Create new branch...": "{0} Crear nueva rama...",
|
|
307
314
|
"{0} Fetch all remotes": "{0} Capturar todos los repositorios remotos",
|
|
308
315
|
"{0} Publish Branch/{Locked=\"Branch\"}Do not translate \"Branch\" as it is a git term": "{0} Publicar Branch",
|
|
309
316
|
"{0} Sync Changes{1}{2}": "{0} Sincronizar cambios {1}{2}",
|
|
310
317
|
"{0} characters left in current line": "quedan {0} caracteres en la línea actual",
|
|
311
318
|
"{0} characters over {1} in current line": "{0} caracteres sobre {1} en la línea actual",
|
|
312
|
-
"{0} ↔ {1}": "{0} ↔ {1}"
|
|
313
|
-
"{0}\\n\\nThis is IRREVERSIBLE, your current working set will be FOREVER LOST.": "{0}\\n\\nEsta acción es IRREVERSIBLE. Su espacio de trabajo actual SE PERDERÁ PARA SIEMPRE."
|
|
319
|
+
"{0} ↔ {1}": "{0} ↔ {1}"
|
|
314
320
|
},
|
|
315
321
|
"package": {
|
|
316
322
|
"colors.added": "Color de los recursos agregados.",
|
|
@@ -340,6 +346,7 @@
|
|
|
340
346
|
"command.cloneRecursive": "Clonar (recursivo)",
|
|
341
347
|
"command.close": "Cerrar repositorio",
|
|
342
348
|
"command.closeAllDiffEditors": "Cerrar todos los editores de diferencias",
|
|
349
|
+
"command.closeOtherRepositories": "Cerrar otros repositorios",
|
|
343
350
|
"command.commit": "\"Commit\"",
|
|
344
351
|
"command.commitAll": "Confirmar todo",
|
|
345
352
|
"command.commitAllAmend": "Confirmar todo (modificar)",
|
|
@@ -366,8 +373,8 @@
|
|
|
366
373
|
"command.continueInLocalClone.qualifiedName": "Seguir trabajando en el nuevo clon local",
|
|
367
374
|
"command.createTag": "Crear etiqueta",
|
|
368
375
|
"command.deleteBranch": "Borrar rama...",
|
|
369
|
-
"command.deleteRemoteTag": "
|
|
370
|
-
"command.deleteTag": "
|
|
376
|
+
"command.deleteRemoteTag": "Delete Remote Tag...",
|
|
377
|
+
"command.deleteTag": "Delete Tag...",
|
|
371
378
|
"command.fetch": "Capturar",
|
|
372
379
|
"command.fetchAll": "Capturar desde todos los remotos",
|
|
373
380
|
"command.fetchPrune": "Fetch (capturar)",
|
|
@@ -378,7 +385,7 @@
|
|
|
378
385
|
"command.ignore": "Añadir a .gitignore",
|
|
379
386
|
"command.init": "Inicializar el repositorio",
|
|
380
387
|
"command.manageUnsafeRepositories": "Administrar repositorios no seguros",
|
|
381
|
-
"command.merge": "
|
|
388
|
+
"command.merge": "Merge...",
|
|
382
389
|
"command.mergeAbort": "Anular combinación",
|
|
383
390
|
"command.openAllChanges": "Abrir todos los cambios",
|
|
384
391
|
"command.openChange": "Abrir cambios",
|
|
@@ -421,27 +428,30 @@
|
|
|
421
428
|
"command.stageSelectedRanges": "Realizar copia intermedia de los intervalos seleccionados",
|
|
422
429
|
"command.stash": "Guardar provisionalmente",
|
|
423
430
|
"command.stashApply": "Aplicar cambio guardados provisionalmente",
|
|
431
|
+
"command.stashApplyEditor": "Aplicar cambio guardados provisionalmente",
|
|
424
432
|
"command.stashApplyLatest": "Aplicar últimos cambios guardados provisionalmente",
|
|
425
433
|
"command.stashDrop": "Descartar cambios guardados provisionalmente...",
|
|
426
434
|
"command.stashDropAll": "Quitar todos los cambios guardados provisionalmente...",
|
|
435
|
+
"command.stashDropEditor": "Descartar cambios guardados provisionalmente",
|
|
427
436
|
"command.stashIncludeUntracked": "Guardar provisionalmente (Incluir sin seguimiento)",
|
|
428
437
|
"command.stashPop": "Aplicar y quitar cambios guardados provisionalmente...",
|
|
438
|
+
"command.stashPopEditor": "Guardar provisionalmente",
|
|
429
439
|
"command.stashPopLatest": "Aplicar y quitar últimos cambios guardados provisionalmente...",
|
|
430
440
|
"command.stashStaged": "Guardar provisionalmente",
|
|
441
|
+
"command.stashView": "Ver almacenamiento provisional...",
|
|
431
442
|
"command.sync": "Sincronizar",
|
|
432
443
|
"command.syncRebase": "Sincronizar (Rebase)",
|
|
433
444
|
"command.timelineCompareWithSelected": "Comparar con seleccionados",
|
|
434
445
|
"command.timelineCopyCommitId": "Copiar ID de confirmación",
|
|
435
446
|
"command.timelineCopyCommitMessage": "Copiar mensaje de confirmación",
|
|
436
|
-
"command.timelineOpenCommit": "Abrir confirmación",
|
|
437
447
|
"command.timelineOpenDiff": "Abrir cambios",
|
|
438
448
|
"command.timelineSelectForCompare": "Seleccionar para comparar",
|
|
439
449
|
"command.undoCommit": "Deshacer última confirmación",
|
|
440
450
|
"command.unstage": "Cancelar almacenamiento provisional de los cambios",
|
|
441
451
|
"command.unstageAll": "Cancelar almacenamiento provisional de todos los cambios",
|
|
442
452
|
"command.unstageSelectedRanges": "Cancelar almacenamiento provisional de los intervalos seleccionados",
|
|
443
|
-
"command.
|
|
444
|
-
"command.
|
|
453
|
+
"command.viewAllChanges": "Ver todos los cambios",
|
|
454
|
+
"command.viewCommit": "Ver confirmación",
|
|
445
455
|
"config.allowForcePush": "Controla si está habilitada la opción de forzar envío de cambios (con o sin concesión).",
|
|
446
456
|
"config.allowNoVerifyCommit": "Controla si se permiten las confirmaciones sin ejecutar enlaces previos a la confirmación y de mensajes de confirmación.",
|
|
447
457
|
"config.alwaysShowStagedChangesResourceGroup": "Permitir siempre el grupo de recursos Cambios almacenados provisionalmente.",
|
|
@@ -490,7 +500,7 @@
|
|
|
490
500
|
"config.detectSubmodules": "Controla si se detectan automáticamente los submódulos Git.",
|
|
491
501
|
"config.detectSubmodulesLimit": "Controla el límite de submódulos de Git detectados.",
|
|
492
502
|
"config.discardAllScope": "Controla qué cambios son descartados por el comando 'Descartar todos los cambios'. 'all' descarta todos los cambios. 'tracked' descarta sólo los ficheros en seguimiento. 'prompt' muestra un cuadro de diálogo para confirmar cada vez la acción ejecutada.",
|
|
493
|
-
"config.enableCommitSigning": "
|
|
503
|
+
"config.enableCommitSigning": "Enables commit signing with GPG, X.509, or SSH.",
|
|
494
504
|
"config.enableSmartCommit": "Confirmar todos los cambios cuando no hay elementos almacenados provisionalmente.",
|
|
495
505
|
"config.enableStatusBarSync": "Controla si el comando Git Sync aparece en la barra de estado.",
|
|
496
506
|
"config.enabled": "Si Git está habilitado.",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"The current file has uncommitted changes. Please commit your changes before copying a link.": "El archivo actual tiene cambios sin confirmar. Confirme los cambios antes de copiar un vínculo.",
|
|
43
43
|
"The fork \"{0}\" was successfully created on GitHub.": "La bifurcación “{0}” se creó correctamente en GitHub.",
|
|
44
44
|
"Uploading files": "Cargando archivos",
|
|
45
|
-
"You don
|
|
45
|
+
"You don't have permissions to push to \"{0}/{1}\" on GitHub. Would you like to create a fork and push to it instead?": "No tiene permisos para insertar en \"{0}/{1}\" en GitHub. ¿Desea crear una bifurcación e insertarla en ella en su lugar?",
|
|
46
46
|
"Your push to \"{0}/{1}\" was rejected by GitHub because push protection is enabled and one or more secrets were detected.": "GitHub rechazó la inserción en \"{0}/{1}\" porque la protección de inserción está habilitada y se detectaron uno o varios secretos."
|
|
47
47
|
},
|
|
48
48
|
"package": {
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"Changes one or more properties of a color.": "Cambia una o varias propiedades de un color.",
|
|
35
35
|
"Changes the alpha component for a color.": "Cambia el componente alfa de un color.",
|
|
36
36
|
"Changes the hue of a color.": "Cambia el matiz de un color.",
|
|
37
|
-
"Character entity representing
|
|
38
|
-
"Character entity representing
|
|
37
|
+
"Character entity representing '{0}'": "Character entity representing '{0}'",
|
|
38
|
+
"Character entity representing '{0}', unicode equivalent '{1}'": "Character entity representing '{0}', unicode equivalent '{1}'",
|
|
39
39
|
"Closing bracket expected.": "Se esperaba un corchete de cierre.",
|
|
40
40
|
"Closing bracket missing.": "Falta el corchete de cierre.",
|
|
41
41
|
"Combines several lists into a single multidimensional list.": "Combina varias listas en una sola lista multidimensional.",
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
"arccosine - inverse of cosine function": "arcocoseno: inverso de la función de coseno",
|
|
181
181
|
"arcsine - inverse of sine function": "arcoseno: inverso de la función de seno",
|
|
182
182
|
"arctangent - inverse of tangent function": "arcotangente: inversa de la función tangente",
|
|
183
|
-
"argument from
|
|
183
|
+
"argument from '{0}'": "argument from '{0}'",
|
|
184
184
|
"at-rule or selector expected": "se esperaba un selector o una regla en la regla",
|
|
185
185
|
"at-rule unknown": "at-rule desconocida",
|
|
186
186
|
"bind the evaluation of a ruleset to each member of a list.": "enlaza la evaluación de un conjunto de reglas a cada miembro de una lista.",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"version": "1.0.0",
|
|
10
10
|
"contents": {
|
|
11
11
|
"bundle": {
|
|
12
|
-
"$ref
|
|
12
|
+
"$ref '{0}' in '{1}' can not be resolved.": "$ref '{0}' in '{1}' can not be resolved.",
|
|
13
13
|
"<empty>": "<empty>",
|
|
14
14
|
"A default value. Used by suggestions.": "Valor predeterminado. Usado por sugerencias.",
|
|
15
15
|
"A descriptive title of the element.": "Título descriptivo del elemento.",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"A regular expression to match the string against. It is not implicitly anchored.": "Expresión regular con la que hacer coincidir la cadena. No está delimitado implícitamente.",
|
|
22
22
|
"A schema which must not match.": "El esquema que no debe coincidir.",
|
|
23
23
|
"A unique identifier for the schema.": "Identificador único del esquema.",
|
|
24
|
-
"An array instance is valid against
|
|
24
|
+
"An array instance is valid against \"contains\" if at least one of its elements is valid against the given schema.": "An array instance is valid against \"contains\" if at least one of its elements is valid against the given schema.",
|
|
25
25
|
"An array of schemas, all of which must match.": "Matriz de esquemas, todos los cuales deberán coincidir.",
|
|
26
26
|
"An array of schemas, exactly one of which must match.": "Una matriz de esquemas, exactamente una de las cuales debe coincidir.",
|
|
27
27
|
"An array of schemas, where at least one must match.": "Una matriz de esquemas, donde al menos uno deberá coincidir.",
|
|
@@ -45,10 +45,10 @@
|
|
|
45
45
|
"Describes the content encoding of a string property.": "Describe la codificación de contenido de una propiedad de cadena.",
|
|
46
46
|
"Describes the format expected for the value.": "Describe el formato esperado para el valor.",
|
|
47
47
|
"Describes the media type of a string property.": "Describe el tipo de medio de una propiedad de cadena.",
|
|
48
|
-
"Downloading schemas is disabled through setting
|
|
48
|
+
"Downloading schemas is disabled through setting '{0}'": "La descarga de esquemas está deshabilitada mediante el valor \"{0}\"",
|
|
49
49
|
"Downloading schemas is disabled. Click to configure.": "La descarga de esquemas está deshabilitada. Haga clic para configurar.",
|
|
50
50
|
"Draft-03 schemas are not supported.": "No se admiten esquemas borrador-03.",
|
|
51
|
-
"Duplicate anchor declaration:
|
|
51
|
+
"Duplicate anchor declaration: '{0}'": "Duplicate anchor declaration: '{0}'",
|
|
52
52
|
"Duplicate object key": "Clave de objeto duplicada",
|
|
53
53
|
"Either a schema or a boolean. If a schema, then used to validate all properties not matched by 'properties' or 'patternProperties'. If false, then any properties not matched by either will cause this schema to fail.": "Esquema o booleano. Si es un esquema, se usará para validar todas las propiedades que no coincidan con \"properties\" o \"patternProperties\". Si es falso, las propiedades que no coincidan con cualquiera provocarán un error en este esquema.",
|
|
54
54
|
"Either a string of one of the basic schema types (number, integer, null, array, object, boolean, string) or an array of strings specifying a subset of those types.": "Cadena de uno de los tipos de esquema básicos (número, entero, null, matriz, objeto, booleano, cadena) o una matriz de cadenas que especifica un subconjunto de esos tipos.",
|
|
@@ -95,8 +95,8 @@
|
|
|
95
95
|
"Open Extension": "Abrir la extensión",
|
|
96
96
|
"Open Settings": "Abrir configuración",
|
|
97
97
|
"Outline": "Esquema",
|
|
98
|
-
"Problem reading content from
|
|
99
|
-
"Problems loading reference
|
|
98
|
+
"Problem reading content from '{0}': UTF-8 with BOM detected, only UTF 8 is allowed.": "Problem reading content from '{0}': UTF-8 with BOM detected, only UTF 8 is allowed.",
|
|
99
|
+
"Problems loading reference '{0}': {1}": "Problems loading reference '{0}': {1}",
|
|
100
100
|
"Property expected": "Propiedad esperada",
|
|
101
101
|
"Property keys must be doublequoted": "Las claves de propiedad deberán tener comillas dobles",
|
|
102
102
|
"Property {0} is not allowed.": "No se permite la propiedad {0}.",
|
|
@@ -117,8 +117,8 @@
|
|
|
117
117
|
"String is not an IPv6 address.": "La cadena no es una dirección IPv6.",
|
|
118
118
|
"String is not an e-mail address.": "La cadena no es una dirección de correo electrónico.",
|
|
119
119
|
"String is shorter than the minimum length of {0}.": "La cadena es más corta que la longitud mínima de {0}.",
|
|
120
|
-
"The
|
|
121
|
-
"The
|
|
120
|
+
"The \"else\" subschema is used for validation when the \"if\" subschema fails.": "The \"else\" subschema is used for validation when the \"if\" subschema fails.",
|
|
121
|
+
"The \"if\" subschema is used for validation when the \"if\" subschema succeeds.": "The \"if\" subschema is used for validation when the \"if\" subschema succeeds.",
|
|
122
122
|
"The maximum length of a string.": "La longitud máxima de una cadena.",
|
|
123
123
|
"The maximum number of items that can be inside an array. Inclusive.": "Número máximo de elementos que pueden estar dentro de una matriz. Inclusivo.",
|
|
124
124
|
"The maximum number of properties an object can have. Inclusive.": "Número máximo de propiedades que puede tener un objeto. Inclusivo.",
|
|
@@ -130,18 +130,18 @@
|
|
|
130
130
|
"The schema to verify this document against.": "Esquema con el que se va a comprobar este documento.",
|
|
131
131
|
"The schema uses meta-schema features ({0}) that are not yet supported by the validator.": "El esquema usa características de metaesquema ({0}) que aún no son compatibles con el validador.",
|
|
132
132
|
"The set of literal values that are valid.": "Conjunto de valores literales que son válidos.",
|
|
133
|
-
"The validation outcome of the
|
|
133
|
+
"The validation outcome of the \"if\" subschema controls which of the \"then\" or \"else\" keywords are evaluated.": "The validation outcome of the \"if\" subschema controls which of the \"then\" or \"else\" keywords are evaluated.",
|
|
134
134
|
"Trailing comma": "Coma final",
|
|
135
135
|
"URI expected.": "Se esperaba el URI.",
|
|
136
136
|
"URI is expected.": "Se espera el URI.",
|
|
137
137
|
"URI with a scheme is expected.": "Se espera el URI con un esquema.",
|
|
138
138
|
"Unable to compute used schemas: No document": "No se pueden calcular los esquemas usados: no hay documentos",
|
|
139
139
|
"Unable to compute used schemas: {0}": "No se pueden calcular los esquemas usados: {0}",
|
|
140
|
-
"Unable to load schema from
|
|
141
|
-
"Unable to load schema from
|
|
142
|
-
"Unable to load schema from
|
|
140
|
+
"Unable to load schema from '{0}'. No schema request service available": "Unable to load schema from '{0}'. No schema request service available",
|
|
141
|
+
"Unable to load schema from '{0}': No content.": "Unable to load schema from '{0}': No content.",
|
|
142
|
+
"Unable to load schema from '{0}': {1}.": "Unable to load schema from '{0}': {1}.",
|
|
143
143
|
"Unable to load {0}": "No se puede cargar {0}",
|
|
144
|
-
"Unable to parse content from
|
|
144
|
+
"Unable to parse content from '{0}': Parse error at offset {1}.": "Unable to parse content from '{0}': Parse error at offset {1}.",
|
|
145
145
|
"Unable to resolve schema. Click to retry.": "No se puede resolver el esquema. Haga clic para volver a intentarlo.",
|
|
146
146
|
"Unexpected end of comment.": "Final de comentario inesperado.",
|
|
147
147
|
"Unexpected end of number.": "Fin de número inesperado.",
|