mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
cal: add Brazilian Portuguese translation
This commit is contained in:
parent
bedeff9514
commit
e7ba16b875
1 changed files with 23 additions and 0 deletions
23
pages.pt-BR/linux/cal.md
Normal file
23
pages.pt-BR/linux/cal.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# cal
|
||||
|
||||
> Exibe as informações do calendário, destacando o dia atual.
|
||||
|
||||
- Exibe o calendário do mês corrente:
|
||||
|
||||
`cal`
|
||||
|
||||
- Exibe o calendário do meses anterior, atual e seguinte:
|
||||
|
||||
`cal -3`
|
||||
|
||||
- Utilizar segunda-feira como o primeiro dia da semana:
|
||||
|
||||
`cal --monday`
|
||||
|
||||
- Exibe o calendário de um ano específico (4 dígitos):
|
||||
|
||||
`cal {{year}}`
|
||||
|
||||
- Exibe o calendário para um mês e ano específico:
|
||||
|
||||
`cal {{month}} {{year}}`
|
Loading…
Add table
Reference in a new issue