File tree Expand file tree Collapse file tree 2 files changed +89
-89
lines changed
Expand file tree Collapse file tree 2 files changed +89
-89
lines changed Original file line number Diff line number Diff line change 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 ">
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 ">
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 >
You can’t perform that action at this time.
0 commit comments