@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 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astrojs/starlight",
3
- "version": "0.36.1",
3
+ "version": "0.36.2",
4
4
  "description": "Build beautiful, high-performance documentation websites with Astro",
5
5
  "keywords": [
6
6
  "docs",
@@ -1,8 +1,8 @@
1
1
  {
2
- "skipLink.label": "Saltearse al contenido",
2
+ "skipLink.label": "Ir al contenido",
3
3
  "search.label": "Buscar",
4
4
  "search.ctrlKey": "Ctrl",
5
- "search.cancelLabel": "Interrumpir",
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": "This content is a draft and will not be included in production builds.",
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": "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",