Skip to content

Commit 79b0e27

Browse files
committed
translate: translations for navigation menus and UI labels
Translate all English menu labels in sub-navigation-data.ts and navigation.component.html to Spanish, including sections: Components, Templates, Animations, Build with AI, Developer Tools, Best Practices, Extended Ecosystem, Reference, Tutorials, and theme picker UI.
1 parent 1ed589d commit 79b0e27

File tree

2 files changed

+144
-144
lines changed

2 files changed

+144
-144
lines changed

adev-es/src/app/core/layout/navigation/navigation.component.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@
342342
aria-label="Set default system theme"
343343
>
344344
<docs-icon class="docs-icon_high-contrast">routine</docs-icon>
345-
<span>System</span>
345+
<span>Sistema</span>
346346
</button>
347347
</li>
348348
<li>
@@ -353,7 +353,7 @@
353353
aria-label="Set dark theme"
354354
>
355355
<docs-icon class="docs-icon_high-contrast">dark_mode</docs-icon>
356-
<span>Dark</span>
356+
<span>Oscuro</span>
357357
</button>
358358
</li>
359359
<li>
@@ -364,7 +364,7 @@
364364
aria-label="Set light theme"
365365
>
366366
<docs-icon class="docs-icon_high-contrast">light_mode</docs-icon>
367-
<span>Light</span>
367+
<span>Claro</span>
368368
</button>
369369
</li>
370370
</ul>
@@ -379,7 +379,7 @@
379379
<button type="button" (click)="openMobileNav($event)">
380380
<docs-icon class="docs-icon_high-contrast">menu</docs-icon>
381381
@if (activeRouteItem() === PAGE_PREFIX.DOCS) {
382-
<span>Docs</span>
382+
<span>Documentos</span>
383383
}
384384
@if (activeRouteItem() === PAGE_PREFIX.REFERENCE) {
385385
<span>API</span>

0 commit comments

Comments
 (0)