Skip to content

Commit b46576f

Browse files
ricardochlSplaktar
authored andcommitted
translate: translation for menu ui
Fixes #104
1 parent 1dc436c commit b46576f

File tree

2 files changed

+89
-89
lines changed

2 files changed

+89
-89
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -350,10 +350,10 @@
350350
role="menuitemradio"
351351
[aria-checked]="theme() === 'auto'"
352352
(click)="setTheme('auto')"
353-
aria-label="Set default system theme"
353+
aria-label="Establecer tema predeterminado del sistema"
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">
@@ -363,10 +363,10 @@
363363
role="menuitemradio"
364364
[aria-checked]="theme() === 'dark'"
365365
(click)="setTheme('dark')"
366-
aria-label="Set dark theme"
366+
aria-label="Establecer tema oscuro"
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">
@@ -376,10 +376,10 @@
376376
role="menuitemradio"
377377
[aria-checked]="theme() === 'light'"
378378
(click)="setTheme('light')"
379-
aria-label="Set light theme"
379+
aria-label="Establecer tema claro"
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>

0 commit comments

Comments
 (0)