@codingame/monaco-vscode-language-pack-es 28.4.1 → 29.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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-language-pack-es",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "29.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
|
-
"@codingame/monaco-vscode-api": "
|
|
21
|
+
"@codingame/monaco-vscode-api": "29.0.0"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -402,6 +402,7 @@
|
|
|
402
402
|
"{0} Fetch all remotes": "{0} Capturar todos los repositorios remotos",
|
|
403
403
|
"{0} Publish Branch/{Locked=\"Branch\"}Do not translate \"Branch\" as it is a git term": "{0} Publicar Branch",
|
|
404
404
|
"{0} Sync Changes{1}{2}": "{0} Sincronizar cambios {1}{2}",
|
|
405
|
+
"{0} character over {1} in current line": "{0} carácter sobre {1} en la línea actual",
|
|
405
406
|
"{0} characters over {1} in current line": "{0} caracteres sobre {1} en la línea actual",
|
|
406
407
|
"{0} day": "{0} día",
|
|
407
408
|
"{0} day ago": "Hace {0} día",
|
|
@@ -21,7 +21,6 @@
|
|
|
21
21
|
},
|
|
22
22
|
"package": {
|
|
23
23
|
"configuration.focusLockIndicator.enabled.description": "Habilita o deshabilita el indicador flotante que se muestra cuando se tiene el foco en el explorador sencillo.",
|
|
24
|
-
"configuration.useIntegratedBrowser.description": "Cuando se habilita, el comando `simpleBrowser.show` abrirá las direcciones URL en el explorador integrado en lugar de la vista web de Simple Browser. **Nota:** Esta configuración solo está disponible en el escritorio.",
|
|
25
24
|
"description": "Vista web integrada muy básica para mostrar contenido web.",
|
|
26
25
|
"displayName": "Explorador simple"
|
|
27
26
|
}
|
|
@@ -19,7 +19,9 @@
|
|
|
19
19
|
"lightHcColorThemeLabel": "Contraste alto claro",
|
|
20
20
|
"lightModernThemeLabel": "Moderno claro",
|
|
21
21
|
"lightPlusColorThemeLabel": "Claro+",
|
|
22
|
-
"minimalIconThemeLabel": "Mínimo (Visual Studio Code)"
|
|
22
|
+
"minimalIconThemeLabel": "Mínimo (Visual Studio Code)",
|
|
23
|
+
"vsCodeDarkThemeLabel": "VS Code Oscuro",
|
|
24
|
+
"vsCodeLightThemeLabel": "VS Code Claro"
|
|
23
25
|
}
|
|
24
26
|
}
|
|
25
27
|
}
|