Skip to content

Commit

Permalink
i18n(es): update Spanish UI translations (#2670)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Swithinbank <[email protected]>
  • Loading branch information
aaronperezaguilera and delucis authored Dec 13, 2024
1 parent 310df7d commit 0223b42
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/wet-frogs-act.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@astrojs/starlight": patch
---

Adds Spanish UI translations for the Pagefind search modal
12 changes: 11 additions & 1 deletion packages/starlight/translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,15 @@
"expressiveCode.copyButtonTooltip": "Copiar al portapapeles",
"expressiveCode.terminalWindowFallbackTitle": "Ventana de terminal",
"fileTree.directory": "Directory",
"builtWithStarlight.label": "Hecho con Starlight"
"builtWithStarlight.label": "Hecho con Starlight",
"pagefind.clear_search": "Limpiar",
"pagefind.load_more": "Cargar más resultados",
"pagefind.search_label": "Buscar página",
"pagefind.filters_label": "Filtros",
"pagefind.zero_results": "Ningún resultado para: [SEARCH_TERM]",
"pagefind.many_results": "[COUNT] resultados para: [SEARCH_TERM]",
"pagefind.one_result": "[COUNT] resultado para: [SEARCH_TERM]",
"pagefind.alt_search": "Ningún resultado para [SEARCH_TERM]. Mostrando resultados para: [DIFFERENT_TERM]",
"pagefind.search_suggestion": "Ningún resultado para [SEARCH_TERM]. Prueba alguna de estas búsquedas:",
"pagefind.searching": "Buscando [SEARCH_TERM]..."
}

0 comments on commit 0223b42

Please sign in to comment.