Skip to content

Commit 97e9c78

Browse files
committed
Translate: Final UI elements and navigation to Spanish
- Translate ABOUT → ACERCA DE in navigation - Translate auth buttons (Sign in → Iniciar sesión, Sign out → Cerrar sesión, Dashboard → Panel) - Translate organization CTA section - Complete Spanish translation of main navigation and user interface
1 parent ddb28d5 commit 97e9c78

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

_includes/portal.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<svg class="w-4 h-4" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">
1313
<path stroke-linecap="round" stroke-linejoin="round" d="M15.75 9V5.25A2.25 2.25 0 0 0 13.5 3h-6a2.25 2.25 0 0 0-2.25 2.25v13.5A2.25 2.25 0 0 0 7.5 21h6a2.25 2.25 0 0 0 2.25-2.25V15M12 9l-3 3m0 0 3 3m-3-3h12.75" />
1414
</svg>
15-
<span class="hidden sm:inline">Sign in</span>
15+
<span class="hidden sm:inline">Iniciar sesión</span>
1616
</a>
1717
</div>
1818
<div class="authenticated hidden">
@@ -28,7 +28,7 @@
2828
<svg class="w-4 h-4" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">
2929
<path stroke-linecap="round" stroke-linejoin="round" d="M3.75 6A2.25 2.25 0 0 1 6 3.75h2.25A2.25 2.25 0 0 1 10.5 6v2.25a2.25 2.25 0 0 1-2.25 2.25H6a2.25 2.25 0 0 1-2.25-2.25V6ZM3.75 15.75A2.25 2.25 0 0 1 6 13.5h2.25a2.25 2.25 0 0 1 2.25 2.25V18a2.25 2.25 0 0 1-2.25 2.25H6A2.25 2.25 0 0 1 3.75 18v-2.25ZM13.5 6a2.25 2.25 0 0 1 2.25-2.25H18A2.25 2.25 0 0 1 20.25 6v2.25A2.25 2.25 0 0 1 18 10.5h-2.25a2.25 2.25 0 0 1-2.25-2.25V6ZM13.5 15.75a2.25 2.25 0 0 1 2.25-2.25H18a2.25 2.25 0 0 1 2.25 2.25V18A2.25 2.25 0 0 1 18 20.25h-2.25A2.25 2.25 0 0 1 13.5 18v-2.25Z" />
3030
</svg>
31-
<span class="hidden sm:inline">Dashboard</span>
31+
<span class="hidden sm:inline">Panel</span>
3232
</a>
3333
</div>
3434
<div class="authenticated hidden">
@@ -37,7 +37,7 @@
3737
<svg class="w-4 h-4" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">
3838
<path stroke-linecap="round" stroke-linejoin="round" d="M15.75 9V5.25A2.25 2.25 0 0 0 13.5 3h-6a2.25 2.25 0 0 0-2.25 2.25v13.5A2.25 2.25 0 0 0 7.5 21h6a2.25 2.25 0 0 0 2.25-2.25V15m3 0 3-3m0 0-3-3m3 3H9" />
3939
</svg>
40-
<span class="hidden sm:inline">Sign out</span>
40+
<span class="hidden sm:inline">Cerrar sesión</span>
4141
</button>
4242
</div>
4343
</div>
@@ -100,7 +100,7 @@
100100
<li>
101101
<a href="/about"
102102
class="block px-6 py-6 text-white font-semibold hover:bg-stone-800 hover:text-orange-500 transition-colors focus:outline-none focus:ring-2 focus:ring-orange-500">
103-
ABOUT
103+
ACERCA DE
104104
</a>
105105
</li>
106106
</ul>

organization/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -563,19 +563,19 @@ <h3 class="text-2xl font-bold mb-4 text-stone-800 flex items-center">
563563

564564
<!-- Call to Action -->
565565
<div class="bg-gradient-to-r from-orange-500 to-orange-600 text-white rounded-lg p-12 text-center">
566-
<h2 class="text-3xl font-bold mb-4">Ready to Be Part of the Coderic Ecosystem?</h2>
566+
<h2 class="text-3xl font-bold mb-4">¿Listo para Ser Parte del Ecosistema Coderic?</h2>
567567
<p class="text-xl mb-8 max-w-2xl mx-auto">
568-
Join our community and discover how we can help you grow technologically.
568+
Únete a nuestra comunidad y descubre cómo podemos ayudarte a crecer tecnológicamente.
569569
</p>
570570
<div class="space-x-4">
571571
<a href="https://github.com/Coderic" class="bg-white hover:bg-gray-100 text-orange-600 font-bold py-2 sm:py-3 px-4 sm:px-6 lg:px-8 rounded-lg text-sm sm:text-base lg:text-lg inline-block transition">
572-
Contribute on GitHub
572+
Contribuir en GitHub
573573
</a>
574574
<a href="/community" class="bg-orange-700 hover:bg-orange-800 text-white font-bold py-2 sm:py-3 px-4 sm:px-6 lg:px-8 rounded-lg text-sm sm:text-base lg:text-lg inline-block transition border-2 border-white">
575-
Join Community
575+
Unirse a la Comunidad
576576
</a>
577577
<a href="mailto:[email protected]" class="bg-transparent hover:bg-white hover:text-orange-600 text-white font-bold py-2 sm:py-3 px-4 sm:px-6 lg:px-8 rounded-lg text-sm sm:text-base lg:text-lg inline-block transition border-2 border-white">
578-
Contact Us
578+
Contáctanos
579579
</a>
580580
</div>
581581
</div>

0 commit comments

Comments
 (0)