You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: i18n/es/code.json
+41-1Lines changed: 41 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -325,5 +325,45 @@
325
325
"theme.tags.tagsPageTitle": {
326
326
"message": "Etiquetas",
327
327
"description": "The title of the tag list page"
328
+
},
329
+
"homepage.tagline": {
330
+
"message": "Construido para no estorbar.",
331
+
"description": "The tagline of the homepage"
332
+
},
333
+
"homepage.getStarted": {
334
+
"message": "Comenzar 🐶",
335
+
"description": "The Get Started button on the homepage"
336
+
},
337
+
"homepage.title": {
338
+
"message": "Hola desde GoldenDog Linux",
339
+
"description": "The title of the homepage"
340
+
},
341
+
"homepage.description": {
342
+
"message": "Descripción de la página principal",
343
+
"description": "The description of the homepage"
344
+
},
345
+
"homepage.features.performance.title": {
346
+
"message": "Rendimiento de Buen Chico",
347
+
"description": "Title for performance feature"
348
+
},
349
+
"homepage.features.performance.description": {
350
+
"message": "GoldenDog Linux está optimizado para la velocidad y la estabilidad, garantizando que su sistema se mantenga rápido y confiable bajo cualquier carga de trabajo.",
351
+
"description": "Description for performance feature"
352
+
},
353
+
"homepage.features.community.title": {
354
+
"message": "Impulsado por la Comunidad",
355
+
"description": "Title for community feature"
356
+
},
357
+
"homepage.features.community.description": {
358
+
"message": "Construido por la comunidad, para la comunidad. GoldenDog es una manada donde todos son bienvenidos a contribuir y crecer.",
359
+
"description": "Description for community feature"
360
+
},
361
+
"homepage.features.modern.title": {
362
+
"message": "Moderno y Accesible",
363
+
"description": "Title for modern feature"
364
+
},
365
+
"homepage.features.modern.description": {
366
+
"message": "GoldenDog saca lo mejor de Debian Stable y utiliza los repositorios oficiales de Debian para proporcionar una experiencia moderna, accesible y sólida como una roca.",
Copy file name to clipboardExpand all lines: i18n/es/docusaurus-plugin-content-pages/changelog.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,24 @@
2
2
3
3
Todos los cambios notables en el proyecto GoldenDog Linux se documentarán en este archivo.
4
4
5
+
## [2.0.1] - 2025-12-27
6
+
7
+
### Añadido
8
+
-**Cockpit**: Se incluye Cockpit, la herramienta web de administración. Para acceder, abra Firefox y vaya a la URL `localhost:9090`, luego inicie sesión con su usuario y contraseña del sistema.
9
+
-**Soporte de Fastfetch**: ¡Los desarrolladores de `fastfetch` han añadido soporte oficial para GoldenDog! Al instalar `fastfetch`, ahora se mostrará el logo de GoldenDog Linux.
10
+
-**Rebranding de Logos**: Logos actualizados para pixmaps, logo por defecto y de seguridad.
11
+
12
+
### Cambiado
13
+
-**Menú GRUB UEFI**: Se corrigió el menú GRUB para instalaciones UEFI para mostrar las opciones "Install GoldenDog (Graphical)" e "Install GoldenDog (Text)", siguiendo el mismo estilo que el menú de instalación BIOS.
14
+
15
+
### Nota
16
+
-**Refactorización del Sitio**: Mejoras continuas en la plataforma Docusaurus.
17
+
-**Nuevos Artículos**: Se han añadido guías completas para:
18
+
-[Crear Medios de Instalación](./installation-guide.md)
19
+
-[Guía de Instalación](./installing-goldendog.md)
20
+
-[Aplicaciones Populares](./popular-apps.md)
21
+
-[Instalación de Controladores NVIDIA](./nvidia-drivers.md)
Copy file name to clipboardExpand all lines: src/pages/changelog.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,24 @@
2
2
3
3
All notable changes to the GoldenDog Linux project will be documented in this file.
4
4
5
+
## [2.0.1] - 2025-12-27
6
+
7
+
### Added
8
+
-**Cockpit**: Included the Cockpit web-based administration tool. To access it, open Firefox and go to `localhost:9090`, then login with your machine's user account and password.
9
+
-**Fastfetch Support**: The developers of `fastfetch` have added official support for GoldenDog Linux! Installing `fastfetch` will now correctly display the GoldenDog logo.
10
+
-**Logo Rebranding**: Refreshed logos for pixmaps, default, and security variants.
11
+
12
+
### Changed
13
+
-**GRUB UEFI Menu**: Corrected the UEFI GRUB menu options to match the BIOS installation menu style, showing "Install GoldenDog (Graphical)" and "Install GoldenDog (Text)".
14
+
15
+
### Note
16
+
-**Website Refactoring**: Continued improvements to the Docusaurus platform.
0 commit comments