From 76c0f5c2d9adc0eb6bdb74fc6d3192bf42373c90 Mon Sep 17 00:00:00 2001 From: "Josue [4tro] A" Date: Thu, 22 Feb 2024 08:35:57 -0500 Subject: [PATCH] fix(theme-translations): complete and improve Spanish theme translations (#9872) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sébastien Lorber --- .../locales/es/theme-common.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/docusaurus-theme-translations/locales/es/theme-common.json b/packages/docusaurus-theme-translations/locales/es/theme-common.json index 03a80f67ed..a8e4444a6f 100644 --- a/packages/docusaurus-theme-translations/locales/es/theme-common.json +++ b/packages/docusaurus-theme-translations/locales/es/theme-common.json @@ -3,10 +3,10 @@ "theme.BackToTopButton.buttonAriaLabel": "Volver al principio", "theme.CodeBlock.copied": "Copiado", "theme.CodeBlock.copy": "Copiar", - "theme.CodeBlock.copyButtonAriaLabel": "Copiar código al portapapeles", + "theme.CodeBlock.copyButtonAriaLabel": "Copiar código", "theme.CodeBlock.wordWrapToggle": "Alternar ajuste de palabras", - "theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'", - "theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'", + "theme.DocSidebarItem.collapseCategoryAriaLabel": "Colapsar categoría '{label}' de barra lateral", + "theme.DocSidebarItem.expandCategoryAriaLabel": "Ampliar la categoría '{label}' de la barra lateral", "theme.ErrorPageContent.title": "Esta página ha fallado.", "theme.ErrorPageContent.tryAgain": "Intente de nuevo", "theme.NavBar.navAriaLabel": "Principal", @@ -14,7 +14,7 @@ "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.TOCCollapsible.toggleButtonLabel": "En esta página", - "theme.admonition.caution": "caution", + "theme.admonition.caution": "precaución", "theme.admonition.danger": "danger", "theme.admonition.info": "info", "theme.admonition.note": "note", @@ -51,7 +51,7 @@ "theme.docs.sidebar.collapseButtonTitle": "Colapsar barra lateral", "theme.docs.sidebar.expandButtonAriaLabel": "Expandir barra lateral", "theme.docs.sidebar.expandButtonTitle": "Expandir barra lateral", - "theme.docs.sidebar.navAriaLabel": "Docs barra lateral", + "theme.docs.sidebar.navAriaLabel": "Barra lateral de Documentos", "theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Alternar barra lateral", "theme.docs.tagDocListPageTitle": "{nDocsTagged} con \"{tagName}\"", "theme.docs.tagDocListPageTitle.nDocsTagged": "Un documento etiquetado|{count} documentos etiquetados",