docusaurus/packages/docusaurus-theme-translations/locales/es/theme-search-algolia.json
Dylan Tientcheu 9c689880ed
Some checks failed
Argos CI / take-screenshots (push) Has been cancelled
Build Hash Router / Build Hash Router (push) Has been cancelled
Canary Release / Publish Canary (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
Continuous Releases / Continuous Releases (push) Has been cancelled
E2E Tests / E2E — Yarn v1 (20) (push) Has been cancelled
E2E Tests / E2E — Yarn v1 (20.0) (push) Has been cancelled
E2E Tests / E2E — Yarn v1 (22) (push) Has been cancelled
E2E Tests / E2E — Yarn v1 (24) (push) Has been cancelled
E2E Tests / E2E — Yarn v1 Windows (push) Has been cancelled
E2E Tests / E2E — Yarn Berry (node-modules, -s) (push) Has been cancelled
E2E Tests / E2E — Yarn Berry (node-modules, -st) (push) Has been cancelled
E2E Tests / E2E — Yarn Berry (pnp, -s) (push) Has been cancelled
E2E Tests / E2E — Yarn Berry (pnp, -st) (push) Has been cancelled
E2E Tests / E2E — npm (push) Has been cancelled
E2E Tests / E2E — pnpm (push) Has been cancelled
feat(search): add runtime support for DocSearch v4 (#11327)
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
2025-09-19 14:15:57 +02:00

61 lines
4.3 KiB
JSON

{
"theme.SearchBar.label": "Buscar",
"theme.SearchBar.seeAll": "Ver todos los {count} resultados",
"theme.SearchModal.askAiScreen.afterToolCallText": "Se buscó ",
"theme.SearchModal.askAiScreen.copyButtonCopiedText": "¡Copiado!",
"theme.SearchModal.askAiScreen.copyButtonText": "Copiar",
"theme.SearchModal.askAiScreen.copyButtonTitle": "Copiar",
"theme.SearchModal.askAiScreen.disclaimerText": "Las respuestas son generadas por IA y pueden contener errores. Verifique las respuestas.",
"theme.SearchModal.askAiScreen.dislikeButtonTitle": "No me gusta",
"theme.SearchModal.askAiScreen.duringToolCallText": "Buscando ",
"theme.SearchModal.askAiScreen.likeButtonTitle": "Me gusta",
"theme.SearchModal.askAiScreen.preToolCallText": "Buscando...",
"theme.SearchModal.askAiScreen.relatedSourcesText": "Fuentes relacionadas",
"theme.SearchModal.askAiScreen.thanksForFeedbackText": "¡Gracias por tu opinión!",
"theme.SearchModal.askAiScreen.thinkingText": "Pensando...",
"theme.SearchModal.errorScreen.helpText": "Quizás quieras comprobar tu conexión de red.",
"theme.SearchModal.errorScreen.titleText": "No se pueden obtener resultados",
"theme.SearchModal.footer.backToSearchText": "Volver a la búsqueda",
"theme.SearchModal.footer.closeKeyAriaLabel": "tecla Escape",
"theme.SearchModal.footer.closeText": "cerrar",
"theme.SearchModal.footer.navigateDownKeyAriaLabel": "Flecha abajo",
"theme.SearchModal.footer.navigateText": "navegar",
"theme.SearchModal.footer.navigateUpKeyAriaLabel": "Flecha arriba",
"theme.SearchModal.footer.searchByText": "Buscar por",
"theme.SearchModal.footer.selectKeyAriaLabel": "tecla Enter",
"theme.SearchModal.footer.selectText": "seleccionar",
"theme.SearchModal.footer.submitQuestionText": "Enviar pregunta",
"theme.SearchModal.noResultsScreen.noResultsText": "Sin resultados para",
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "Háganos saber.",
"theme.SearchModal.noResultsScreen.reportMissingResultsText": "Crees que esta consulta debería devolver resultados?",
"theme.SearchModal.noResultsScreen.suggestedQueryText": "Intenta buscando por",
"theme.SearchModal.placeholder": "Buscar documentos",
"theme.SearchModal.resultsScreen.askAiPlaceholder": "Preguntar a la IA: ",
"theme.SearchModal.searchBox.backToKeywordSearchButtonAriaLabel": "Volver a búsqueda por palabras clave",
"theme.SearchModal.searchBox.backToKeywordSearchButtonText": "Volver a búsqueda por palabras clave",
"theme.SearchModal.searchBox.cancelButtonText": "Cancelar",
"theme.SearchModal.searchBox.enterKeyHint": "buscar",
"theme.SearchModal.searchBox.enterKeyHintAskAi": "enviar",
"theme.SearchModal.searchBox.placeholderText": "Buscar documentos",
"theme.SearchModal.searchBox.placeholderTextAskAi": "Hacer otra pregunta...",
"theme.SearchModal.searchBox.placeholderTextAskAiStreaming": "Respondiendo...",
"theme.SearchModal.searchBox.resetButtonTitle": "Limpiar la búsqueda",
"theme.SearchModal.searchBox.searchInputLabel": "Buscar",
"theme.SearchModal.startScreen.favoriteSearchesTitle": "Favorito",
"theme.SearchModal.startScreen.noRecentSearchesText": "Sin búsquedas recientes",
"theme.SearchModal.startScreen.recentConversationsTitle": "Conversaciones recientes",
"theme.SearchModal.startScreen.recentSearchesTitle": "Reciente",
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "Eliminar esta búsqueda de favoritos",
"theme.SearchModal.startScreen.removeRecentConversationButtonTitle": "Eliminar esta conversación del historial",
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Eliminar esta búsqueda del historial",
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Guardar esta búsqueda",
"theme.SearchPage.algoliaLabel": "Con tecnología de Algolia",
"theme.SearchPage.documentsFound.plurals": "Un documento encontrado|{count} documentos encontrados",
"theme.SearchPage.emptyResultsTitle": "Búsqueda en la documentación",
"theme.SearchPage.existingResultsTitle": "Resultados de búsqueda para \"{query}\"",
"theme.SearchPage.fetchingNewResults": "Obteniendo nuevos resultados...",
"theme.SearchPage.inputLabel": "Buscar",
"theme.SearchPage.inputPlaceholder": "Escribe tu búsqueda aquí",
"theme.SearchPage.noResultsText": "No se encontraron resultados"
}