@astrojs/starlight 0.36.1 → 0.36.2
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/CHANGELOG.md +8 -0
- package/package.json +1 -1
- package/translations/es.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @astrojs/starlight
|
|
2
2
|
|
|
3
|
+
## 0.36.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#3500](https://github.com/withastro/starlight/pull/3500) [`7700456`](https://github.com/withastro/starlight/commit/770045663c8ca3cc44983dd0d444955eba441243) Thanks [@delucis](https://github.com/delucis)! - This is the first release published with OIDC trusted publishing.
|
|
8
|
+
|
|
9
|
+
- [#3484](https://github.com/withastro/starlight/pull/3484) [`620fb38`](https://github.com/withastro/starlight/commit/620fb3857e40a37a2f8bdf2d0430b106e8f80cdb) Thanks [@gboubeta-uvigo](https://github.com/gboubeta-uvigo)! - Improves Spanish UI translations
|
|
10
|
+
|
|
3
11
|
## 0.36.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/package.json
CHANGED
package/translations/es.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
-
"skipLink.label": "
|
|
2
|
+
"skipLink.label": "Ir al contenido",
|
|
3
3
|
"search.label": "Buscar",
|
|
4
4
|
"search.ctrlKey": "Ctrl",
|
|
5
|
-
"search.cancelLabel": "
|
|
5
|
+
"search.cancelLabel": "Cancelar",
|
|
6
6
|
"search.devWarning": "La búsqueda solo está disponible en las versiones de producción. \nIntenta construir y previsualizar el sitio para probarlo localmente.",
|
|
7
7
|
"themeSelect.accessibleLabel": "Seleccionar tema",
|
|
8
8
|
"themeSelect.dark": "Oscuro",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"page.lastUpdated": "Última actualización:",
|
|
19
19
|
"page.previousLink": "Página anterior",
|
|
20
20
|
"page.nextLink": "Siguiente página",
|
|
21
|
-
"page.draft": "
|
|
21
|
+
"page.draft": "Este contenido es un borrador y no se incluirá en las versiones de producción.",
|
|
22
22
|
"404.text": "Página no encontrada. Verifica la URL o intenta usar la barra de búsqueda.",
|
|
23
23
|
"aside.note": "Nota",
|
|
24
24
|
"aside.tip": "Consejo",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"expressiveCode.copyButtonCopied": "¡Copiado!",
|
|
28
28
|
"expressiveCode.copyButtonTooltip": "Copiar al portapapeles",
|
|
29
29
|
"expressiveCode.terminalWindowFallbackTitle": "Ventana de terminal",
|
|
30
|
-
"fileTree.directory": "
|
|
30
|
+
"fileTree.directory": "Directorio",
|
|
31
31
|
"builtWithStarlight.label": "Hecho con Starlight",
|
|
32
32
|
"pagefind.clear_search": "Limpiar",
|
|
33
33
|
"pagefind.load_more": "Cargar más resultados",
|