mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 17:15:51 +02:00
brightness: add pt_BR translation
This commit is contained in:
parent
13d65a8e86
commit
58216fe3e6
1 changed files with 16 additions and 0 deletions
16
pages.pt_BR/osx/brightness.md
Normal file
16
pages.pt_BR/osx/brightness.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# brightness
|
||||
|
||||
> Obtém e define o nível de brilho de todos os monitores internos e alguns monitores externos.
|
||||
> Mais informações: <https://github.com/nriley/brightness>.
|
||||
|
||||
- Mostrar o brilho atual:
|
||||
|
||||
`brightness -l`
|
||||
|
||||
- Definir o brilho para 100%:
|
||||
|
||||
`brightness {{1}}`
|
||||
|
||||
- Definir o brilho para 50%:
|
||||
|
||||
`brightness {{0.5}}`
|
Loading…
Add table
Reference in a new issue