cal: add Chinese translation

italian
wizarot 2019-02-26 11:08:44 +08:00 committed by Starbeamrainbowlabs
parent d17663914a
commit 8f90523a30
1 changed files with 31 additions and 0 deletions

31
pages.zh/osx/cal.md Normal file
View File

@ -0,0 +1,31 @@
# cal
> 打印日历信息.
- 打印本月日历:
`cal`
- 显示上个月,当前月,下个月的日历:
`cal -3`
- 显示指定月份的日历(month 为 1-12):
`cal -m {{月}}`
- 显示全年日历:
`cal -y`
- 显示指定某年的日历 (year 为 4 个数字):
`cal {{年}}`
- 显示特定年和月的日历:
`cal {{月}} {{年}}`
- 显示指定年的复活节日期:
`ncal -e {{年}}`