format zh translations

This commit is contained in:
Ein Verne
2019-10-18 10:33:27 +08:00
committed by Starbeamrainbowlabs
parent e90e6bdf6b
commit 7f995941ed
183 changed files with 1086 additions and 1101 deletions

View File

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