Skip to content

Commit b2a860f

Browse files
committed
fix: update menu translations
1 parent 84148e5 commit b2a860f

File tree

2 files changed

+142
-142
lines changed

2 files changed

+142
-142
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
@@ -353,7 +353,7 @@
353353
aria-label="Set default system theme"
354354
>
355355
<docs-icon class="docs-icon_high-contrast" aria-hidden="true">routine</docs-icon>
356-
<span>System</span>
356+
<span>Sistema</span>
357357
</button>
358358
</li>
359359
<li role="none">
@@ -366,7 +366,7 @@
366366
aria-label="Set dark theme"
367367
>
368368
<docs-icon class="docs-icon_high-contrast" aria-hidden="true">dark_mode</docs-icon>
369-
<span>Dark</span>
369+
<span>Oscuro</span>
370370
</button>
371371
</li>
372372
<li role="none">
@@ -379,7 +379,7 @@
379379
aria-label="Set light theme"
380380
>
381381
<docs-icon class="docs-icon_high-contrast" aria-hidden="true">light_mode</docs-icon>
382-
<span>Light</span>
382+
<span>Claro</span>
383383
</button>
384384
</li>
385385
</ul>
@@ -394,7 +394,7 @@
394394
<button type="button" (click)="openMobileNav($event)">
395395
<docs-icon class="docs-icon_high-contrast">menu</docs-icon>
396396
@if (activeRouteItem() === PAGE_PREFIX.DOCS) {
397-
<span>Docs</span>
397+
<span>Documentos</span>
398398
}
399399
@if (activeRouteItem() === PAGE_PREFIX.REFERENCE) {
400400
<span>API</span>

0 commit comments

Comments
 (0)