mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
* [v2] tags to doc, same as tags to blog - [IN PROGRESS] - Addition of plugin-content-docs - Addition of DocTagsListPage in `docusaurus-theme-classic` ! Error exists for this commit towards the theme aspect and help required. Commit towards #3434 * docs: make tags list page work * temp: disable onBrokenLinks * theme bootstrap: create DocTagsListPage * DocTagsPage added and functionality too - individual doc tag page added to show docs for that specific tag * Added all Docs Tags Link * add some shared tag utils * move tag tests to _dogfooding * fix type * fix some tests * fix blog test * refactor blog post tags handling * better yaml tag examples * better dogfood md files * refactor and factorize theme tag components * finish DocTagDocListPage * Extract DocItemFooter + add inline tag list * minor fix * better typings * fix versions.test.ts tests * add tests for doc tags * fix tests * test toTagDocListProp * move shared theme code to tagUtils * Add new theme translation keys * move common theme code to tagUtils + add tests * update-code-translations should handle theme-common * update french translation * revert add translation * fix pluralization problem in theme.docs.tagDocListPageTitle * add theme component configuration options * add more tags tests * add documentation for docs tagging Co-authored-by: slorber <lorber.sebastien@gmail.com>
59 lines
3.8 KiB
JSON
59 lines
3.8 KiB
JSON
{
|
|
"theme.AnnouncementBar.closeButtonAriaLabel": "Cerrar",
|
|
"theme.CodeBlock.copied": "Copiado",
|
|
"theme.CodeBlock.copy": "Copiar",
|
|
"theme.CodeBlock.copyButtonAriaLabel": "Copiar código al portapaples",
|
|
"theme.NotFound.p1": "No pudimos encontrar lo que buscaba.",
|
|
"theme.NotFound.p2": "Comuníquese con el dueño del sitio que lo vinculó a la URL original y hágale saber que su vínculo está roto.",
|
|
"theme.NotFound.title": "Página No Encontrada",
|
|
"theme.Playground.liveEditor": "Editor en vivo",
|
|
"theme.Playground.result": "Resultado",
|
|
"theme.PwaReloadPopup.closeButtonAriaLabel": "Cerrar",
|
|
"theme.PwaReloadPopup.info": "Nueva versión disponible",
|
|
"theme.PwaReloadPopup.refreshButtonText": "Actualizar",
|
|
"theme.SearchBar.label": "Buscar",
|
|
"theme.SearchPage.algoliaLabel": "Búsqueda por 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",
|
|
"theme.TOCCollapsible.toggleButtonLabel": "En esta página",
|
|
"theme.blog.paginator.navAriaLabel": "Navegación por la página de la lista de blogs ",
|
|
"theme.blog.paginator.newerEntries": "Entradas más recientes",
|
|
"theme.blog.paginator.olderEntries": "Entradas más antiguas",
|
|
"theme.blog.post.paginator.navAriaLabel": "Navegación de la página de publicaciones del blog ",
|
|
"theme.blog.post.paginator.newerPost": "Publicación más reciente",
|
|
"theme.blog.post.paginator.olderPost": "Publicación más antigua",
|
|
"theme.blog.post.plurals": "Una publicación|{count} publicaciones",
|
|
"theme.blog.post.readMore": "Leer Más",
|
|
"theme.blog.post.readingTime.plurals": "Lectura de un minuto|{readingTime} min de lectura",
|
|
"theme.blog.sidebar.navAriaLabel": "Navegación de publicaciones recientes",
|
|
"theme.blog.tagTitle": "{nPosts} etiquetados con \"{tagName}\"",
|
|
"theme.common.editThisPage": "Editar esta página",
|
|
"theme.common.headingLinkTitle": "Enlace directo al encabezado",
|
|
"theme.common.skipToMainContent": "Saltar al contenido principal",
|
|
"theme.docs.paginator.navAriaLabel": "Navegación de páginas de documentos",
|
|
"theme.docs.paginator.next": "Siguiente",
|
|
"theme.docs.paginator.previous": "Anterior",
|
|
"theme.docs.sidebar.collapseButtonAriaLabel": "Colapsar barra lateral",
|
|
"theme.docs.sidebar.collapseButtonTitle": "Colapsar barra lateral",
|
|
"theme.docs.sidebar.expandButtonAriaLabel": "Expandir barra lateral",
|
|
"theme.docs.sidebar.expandButtonTitle": "Expandir barra lateral",
|
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged} with \"{tagName}\"",
|
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "One doc tagged|{count} docs tagged",
|
|
"theme.docs.versions.latestVersionLinkLabel": "última versión",
|
|
"theme.docs.versions.latestVersionSuggestionLabel": "Para documentación actualizada, ver {latestVersionLink} ({versionLabel}).",
|
|
"theme.docs.versions.unmaintainedVersionLabel": "Esta es documentación para {siteTitle} {versionLabel}, que ya no se mantiene activamente.",
|
|
"theme.docs.versions.unreleasedVersionLabel": "Esta es documentación sin liberar para {siteTitle} {versionLabel} versión.",
|
|
"theme.lastUpdated.atDate": " en {date}",
|
|
"theme.lastUpdated.byUser": " por {user}",
|
|
"theme.lastUpdated.lastUpdatedAtBy": "Última actualización{atDate}{byUser}",
|
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Back to main menu",
|
|
"theme.tags.tagsListLabel": "Etiquetas:",
|
|
"theme.tags.tagsPageLink": "Ver Todas las Etiquetas",
|
|
"theme.tags.tagsPageTitle": "Etiquetas"
|
|
}
|