mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 16:35:28 +02:00
dark-mode: add Spanish translation (#9198)
This commit is contained in:
parent
80ea0f2910
commit
1776510ef4
1 changed files with 20 additions and 0 deletions
20
pages.es/osx/dark-mode.md
Normal file
20
pages.es/osx/dark-mode.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# dark-mode
|
||||
|
||||
> Controla el modo oscuro de macOS desde la línea de comandos.
|
||||
> Más información: <https://github.com/sindresorhus/dark-mode>.
|
||||
|
||||
- Alterna el modo oscuro (lo activa si actualmente está desactivado, lo desactiva si actualmente está activado):
|
||||
|
||||
`dark-mode`
|
||||
|
||||
- Activa el modo oscuro:
|
||||
|
||||
`dark-mode on`
|
||||
|
||||
- Desactiva el modo oscuro:
|
||||
|
||||
`dark-mode off`
|
||||
|
||||
- Verifica si el modo oscuro está activado:
|
||||
|
||||
`dark-mode status`
|
Loading…
Add table
Reference in a new issue