Skip to content

Commit b05c4dc

Browse files
author
Alexia Michelle
committed
Add Spanish localization for documentation and UI, update about page content, and adjust footer styling.
1 parent c9ad78e commit b05c4dc

9 files changed

Lines changed: 457 additions & 12 deletions

File tree

docusaurus.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@ const config = {
9595
{ to: '/community', label: 'Community', position: 'left' },
9696
{ to: '/about', label: 'About', position: 'right' },
9797
{ to: '/changelog', label: 'Changelog', position: 'right' },
98+
{
99+
href: 'https://github.com/goldendoglinux/support/issues',
100+
label: 'Support',
101+
position: 'right',
102+
},
98103
{
99104
type: 'localeDropdown',
100105
position: 'right',

i18n/es/code.json

Lines changed: 329 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,329 @@
1+
{
2+
"theme.ErrorPageContent.title": {
3+
"message": "Esta página ha fallado.",
4+
"description": "The title of the fallback page when the page crashed"
5+
},
6+
"theme.BackToTopButton.buttonAriaLabel": {
7+
"message": "Volver al principio",
8+
"description": "The ARIA label for the back to top button"
9+
},
10+
"theme.blog.archive.title": {
11+
"message": "Archivo",
12+
"description": "The page & hero title of the blog archive page"
13+
},
14+
"theme.blog.archive.description": {
15+
"message": "Archivo",
16+
"description": "The page & hero description of the blog archive page"
17+
},
18+
"theme.blog.paginator.navAriaLabel": {
19+
"message": "Navegación por la página de la lista de blogs ",
20+
"description": "The ARIA label for the blog pagination"
21+
},
22+
"theme.blog.paginator.newerEntries": {
23+
"message": "Entradas más recientes",
24+
"description": "The label used to navigate to the newer blog posts page (previous page)"
25+
},
26+
"theme.blog.paginator.olderEntries": {
27+
"message": "Entradas más antiguas",
28+
"description": "The label used to navigate to the older blog posts page (next page)"
29+
},
30+
"theme.blog.post.paginator.navAriaLabel": {
31+
"message": "Barra de paginación de publicaciones del blog",
32+
"description": "The ARIA label for the blog posts pagination"
33+
},
34+
"theme.blog.post.paginator.newerPost": {
35+
"message": "Publicación más reciente",
36+
"description": "The blog post button label to navigate to the newer/previous post"
37+
},
38+
"theme.blog.post.paginator.olderPost": {
39+
"message": "Publicación más antigua",
40+
"description": "The blog post button label to navigate to the older/next post"
41+
},
42+
"theme.tags.tagsPageLink": {
43+
"message": "Ver Todas las Etiquetas",
44+
"description": "The label of the link targeting the tag list page"
45+
},
46+
"theme.colorToggle.ariaLabel.mode.system": {
47+
"message": "system mode",
48+
"description": "The name for the system color mode"
49+
},
50+
"theme.colorToggle.ariaLabel.mode.light": {
51+
"message": "modo claro",
52+
"description": "The name for the light color mode"
53+
},
54+
"theme.colorToggle.ariaLabel.mode.dark": {
55+
"message": "modo oscuro",
56+
"description": "The name for the dark color mode"
57+
},
58+
"theme.colorToggle.ariaLabel": {
59+
"message": "Cambiar entre modo oscuro y claro (actualmente {mode})",
60+
"description": "The ARIA label for the color mode toggle"
61+
},
62+
"theme.docs.breadcrumbs.navAriaLabel": {
63+
"message": "Rastro de navegación",
64+
"description": "The ARIA label for the breadcrumbs"
65+
},
66+
"theme.docs.DocCard.categoryDescription.plurals": {
67+
"message": "1 artículo|{count} artículos",
68+
"description": "The default description for a category card in the generated index about how many items this category includes"
69+
},
70+
"theme.docs.paginator.navAriaLabel": {
71+
"message": "Página del documento",
72+
"description": "The ARIA label for the docs pagination"
73+
},
74+
"theme.docs.paginator.previous": {
75+
"message": "Anterior",
76+
"description": "The label used to navigate to the previous doc"
77+
},
78+
"theme.docs.paginator.next": {
79+
"message": "Siguiente",
80+
"description": "The label used to navigate to the next doc"
81+
},
82+
"theme.docs.tagDocListPageTitle.nDocsTagged": {
83+
"message": "Un documento etiquetado|{count} documentos etiquetados",
84+
"description": "Pluralized label for \"{count} docs tagged\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
85+
},
86+
"theme.docs.tagDocListPageTitle": {
87+
"message": "{nDocsTagged} con \"{tagName}\"",
88+
"description": "The title of the page for a docs tag"
89+
},
90+
"theme.docs.versionBadge.label": {
91+
"message": "Version: {versionLabel}"
92+
},
93+
"theme.docs.versions.unreleasedVersionLabel": {
94+
"message": "Esta es la documentación sin publicar para {siteTitle}, versión {versionLabel}.",
95+
"description": "The label used to tell the user that he's browsing an unreleased doc version"
96+
},
97+
"theme.docs.versions.unmaintainedVersionLabel": {
98+
"message": "Esta es la documentación para {siteTitle} {versionLabel}, que ya no se mantiene activamente.",
99+
"description": "The label used to tell the user that he's browsing an unmaintained doc version"
100+
},
101+
"theme.docs.versions.latestVersionSuggestionLabel": {
102+
"message": "Para la documentación actualizada, vea {latestVersionLink} ({versionLabel}).",
103+
"description": "The label used to tell the user to check the latest version"
104+
},
105+
"theme.docs.versions.latestVersionLinkLabel": {
106+
"message": "última versión",
107+
"description": "The label used for the latest version suggestion link label"
108+
},
109+
"theme.common.editThisPage": {
110+
"message": "Editar esta página",
111+
"description": "The link label to edit the current page"
112+
},
113+
"theme.common.headingLinkTitle": {
114+
"message": "Enlace directo al {heading}",
115+
"description": "Title for link to heading"
116+
},
117+
"theme.lastUpdated.atDate": {
118+
"message": " en {date}",
119+
"description": "The words used to describe on which date a page has been last updated"
120+
},
121+
"theme.lastUpdated.byUser": {
122+
"message": " por {user}",
123+
"description": "The words used to describe by who the page has been last updated"
124+
},
125+
"theme.lastUpdated.lastUpdatedAtBy": {
126+
"message": "Última actualización{atDate}{byUser}",
127+
"description": "The sentence used to display when a page has been last updated, and by who"
128+
},
129+
"theme.navbar.mobileVersionsDropdown.label": {
130+
"message": "Versiones",
131+
"description": "The label for the navbar versions dropdown on mobile view"
132+
},
133+
"theme.NotFound.title": {
134+
"message": "Página No Encontrada",
135+
"description": "The title of the 404 page"
136+
},
137+
"theme.tags.tagsListLabel": {
138+
"message": "Etiquetas:",
139+
"description": "The label alongside a tag list"
140+
},
141+
"theme.AnnouncementBar.closeButtonAriaLabel": {
142+
"message": "Cerrar",
143+
"description": "The ARIA label for close button of announcement bar"
144+
},
145+
"theme.admonition.caution": {
146+
"message": "precaución",
147+
"description": "The default label used for the Caution admonition (:::caution)"
148+
},
149+
"theme.admonition.danger": {
150+
"message": "peligro",
151+
"description": "The default label used for the Danger admonition (:::danger)"
152+
},
153+
"theme.admonition.info": {
154+
"message": "info",
155+
"description": "The default label used for the Info admonition (:::info)"
156+
},
157+
"theme.admonition.note": {
158+
"message": "nota",
159+
"description": "The default label used for the Note admonition (:::note)"
160+
},
161+
"theme.admonition.tip": {
162+
"message": "tip",
163+
"description": "The default label used for the Tip admonition (:::tip)"
164+
},
165+
"theme.admonition.warning": {
166+
"message": "aviso",
167+
"description": "The default label used for the Warning admonition (:::warning)"
168+
},
169+
"theme.blog.sidebar.navAriaLabel": {
170+
"message": "Navegación de publicaciones recientes",
171+
"description": "The ARIA label for recent posts in the blog sidebar"
172+
},
173+
"theme.DocSidebarItem.expandCategoryAriaLabel": {
174+
"message": "Ampliar la categoría '{label}' de la barra lateral",
175+
"description": "The ARIA label to expand the sidebar category"
176+
},
177+
"theme.DocSidebarItem.collapseCategoryAriaLabel": {
178+
"message": "Colapsar categoría '{label}' de la barra lateral",
179+
"description": "The ARIA label to collapse the sidebar category"
180+
},
181+
"theme.IconExternalLink.ariaLabel": {
182+
"message": "(opens in new tab)",
183+
"description": "The ARIA label for the external link icon"
184+
},
185+
"theme.NavBar.navAriaLabel": {
186+
"message": "Principal",
187+
"description": "The ARIA label for the main navigation"
188+
},
189+
"theme.navbar.mobileLanguageDropdown.label": {
190+
"message": "Idiomas",
191+
"description": "The label for the mobile language switcher dropdown"
192+
},
193+
"theme.NotFound.p1": {
194+
"message": "No pudimos encontrar lo que buscaba.",
195+
"description": "The first paragraph of the 404 page"
196+
},
197+
"theme.NotFound.p2": {
198+
"message": "Comuníquese con el dueño del sitio que le proporcionó la URL original y hágale saber que su vínculo está roto.",
199+
"description": "The 2nd paragraph of the 404 page"
200+
},
201+
"theme.TOCCollapsible.toggleButtonLabel": {
202+
"message": "En esta página",
203+
"description": "The label used by the button on the collapsible TOC component"
204+
},
205+
"theme.blog.post.readMore": {
206+
"message": "Leer Más",
207+
"description": "The label used in blog post item excerpts to link to full blog posts"
208+
},
209+
"theme.blog.post.readMoreLabel": {
210+
"message": "Leer más acerca de {title}",
211+
"description": "The ARIA label for the link to full blog posts from excerpts"
212+
},
213+
"theme.blog.post.readingTime.plurals": {
214+
"message": "Lectura de un minuto|{readingTime} min de lectura",
215+
"description": "Pluralized label for \"{readingTime} min read\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
216+
},
217+
"theme.CodeBlock.copy": {
218+
"message": "Copiar",
219+
"description": "The copy button label on code blocks"
220+
},
221+
"theme.CodeBlock.copied": {
222+
"message": "Copiado",
223+
"description": "The copied button label on code blocks"
224+
},
225+
"theme.CodeBlock.copyButtonAriaLabel": {
226+
"message": "Copiar código",
227+
"description": "The ARIA label for copy code blocks button"
228+
},
229+
"theme.CodeBlock.wordWrapToggle": {
230+
"message": "Alternar ajuste de palabras",
231+
"description": "The title attribute for toggle word wrapping button of code block lines"
232+
},
233+
"theme.docs.breadcrumbs.home": {
234+
"message": "Página de Inicio",
235+
"description": "The ARIA label for the home page in the breadcrumbs"
236+
},
237+
"theme.docs.sidebar.collapseButtonTitle": {
238+
"message": "Colapsar barra lateral",
239+
"description": "The title attribute for collapse button of doc sidebar"
240+
},
241+
"theme.docs.sidebar.collapseButtonAriaLabel": {
242+
"message": "Colapsar barra lateral",
243+
"description": "The title attribute for collapse button of doc sidebar"
244+
},
245+
"theme.docs.sidebar.navAriaLabel": {
246+
"message": "Barra lateral de Documentos",
247+
"description": "The ARIA label for the sidebar navigation"
248+
},
249+
"theme.docs.sidebar.closeSidebarButtonAriaLabel": {
250+
"message": "Cerrar barra de lateral",
251+
"description": "The ARIA label for close button of mobile sidebar"
252+
},
253+
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": {
254+
"message": "← Volver al menú principal",
255+
"description": "The label of the back button to return to main menu, inside the mobile navbar sidebar secondary menu (notably used to display the docs sidebar)"
256+
},
257+
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": {
258+
"message": "Alternar barra lateral",
259+
"description": "The ARIA label for hamburger menu button of mobile navigation"
260+
},
261+
"theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": {
262+
"message": "Expand the dropdown",
263+
"description": "The ARIA label of the button to expand the mobile dropdown navbar item"
264+
},
265+
"theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": {
266+
"message": "Collapse the dropdown",
267+
"description": "The ARIA label of the button to collapse the mobile dropdown navbar item"
268+
},
269+
"theme.docs.sidebar.expandButtonTitle": {
270+
"message": "Expandir barra lateral",
271+
"description": "The ARIA label and title attribute for expand button of doc sidebar"
272+
},
273+
"theme.docs.sidebar.expandButtonAriaLabel": {
274+
"message": "Expandir barra lateral",
275+
"description": "The ARIA label and title attribute for expand button of doc sidebar"
276+
},
277+
"theme.blog.post.plurals": {
278+
"message": "Una publicación|{count} publicaciones",
279+
"description": "Pluralized label for \"{count} posts\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
280+
},
281+
"theme.blog.tagTitle": {
282+
"message": "{nPosts} etiquetados con \"{tagName}\"",
283+
"description": "The title of the page for a blog tag"
284+
},
285+
"theme.blog.author.pageTitle": {
286+
"message": "{authorName} - {nPosts}",
287+
"description": "The title of the page for a blog author"
288+
},
289+
"theme.blog.authorsList.pageTitle": {
290+
"message": "Authors",
291+
"description": "The title of the authors page"
292+
},
293+
"theme.blog.authorsList.viewAll": {
294+
"message": "View All Authors",
295+
"description": "The label of the link targeting the blog authors page"
296+
},
297+
"theme.blog.author.noPosts": {
298+
"message": "This author has not written any posts yet.",
299+
"description": "The text for authors with 0 blog post"
300+
},
301+
"theme.contentVisibility.unlistedBanner.title": {
302+
"message": "Página sin clasificar",
303+
"description": "The unlisted content banner title"
304+
},
305+
"theme.contentVisibility.unlistedBanner.message": {
306+
"message": "Esta página está sin clasificar. Los motores de búsqueda no la indexaran, y solo los usuarios con el enlace directo podrán acceder a esta.",
307+
"description": "The unlisted content banner message"
308+
},
309+
"theme.contentVisibility.draftBanner.title": {
310+
"message": "Draft page",
311+
"description": "The draft content banner title"
312+
},
313+
"theme.contentVisibility.draftBanner.message": {
314+
"message": "This page is a draft. It will only be visible in dev and be excluded from the production build.",
315+
"description": "The draft content banner message"
316+
},
317+
"theme.ErrorPageContent.tryAgain": {
318+
"message": "Intente de nuevo",
319+
"description": "The label of the button to try again rendering when the React error boundary captures an error"
320+
},
321+
"theme.common.skipToMainContent": {
322+
"message": "Saltar al contenido principal",
323+
"description": "The skip to content label used for accessibility, allowing to rapidly navigate to main content with keyboard tab/enter navigation"
324+
},
325+
"theme.tags.tagsPageTitle": {
326+
"message": "Etiquetas",
327+
"description": "The title of the tag list page"
328+
}
329+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"title": {
3+
"message": "Blog",
4+
"description": "The title for the blog used in SEO"
5+
},
6+
"description": {
7+
"message": "Blog",
8+
"description": "The description for the blog used in SEO"
9+
},
10+
"sidebar.title": {
11+
"message": "Recent posts",
12+
"description": "The label for the left sidebar"
13+
}
14+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"version.label": {
3+
"message": "Next",
4+
"description": "The label for version current"
5+
},
6+
"sidebar.tutorialSidebar.category.Tutorial - Basics": {
7+
"message": "Tutorial - Basics",
8+
"description": "The label for category 'Tutorial - Basics' in sidebar 'tutorialSidebar'"
9+
},
10+
"sidebar.tutorialSidebar.category.Tutorial - Basics.link.generated-index.description": {
11+
"message": "5 minutes to learn the most important Docusaurus concepts.",
12+
"description": "The generated-index page description for category 'Tutorial - Basics' in sidebar 'tutorialSidebar'"
13+
},
14+
"sidebar.tutorialSidebar.category.Tutorial - Extras": {
15+
"message": "Tutorial - Extras",
16+
"description": "The label for category 'Tutorial - Extras' in sidebar 'tutorialSidebar'"
17+
}
18+
}

0 commit comments

Comments
 (0)