add new chinese translations
This commit is contained in:
@@ -1,32 +1,32 @@
|
||||
# cal
|
||||
|
||||
> 打印日历信息。
|
||||
> 更多信息:<https://keith.github.io/xcode-man-pages/cal.1.html>.
|
||||
> 更多信息:<https://keith.github.io/xcode-man-pages/cal.1.html>。
|
||||
|
||||
- 显示本月日历:
|
||||
- 显示当前月份的日历:
|
||||
|
||||
`cal`
|
||||
|
||||
- 显示上月、本月和下月的日历:
|
||||
- 显示上个月、当前和下个月:
|
||||
|
||||
`cal -3`
|
||||
|
||||
- 显示指定月份的日历(月份为 1-12 月):
|
||||
- 显示特定月份的日历(1-12 或名称):
|
||||
|
||||
`cal -m {{月}}`
|
||||
`cal -m {{month}}`
|
||||
|
||||
- 显示本年日历:
|
||||
- 显示当前年份的日历:
|
||||
|
||||
`cal -y`
|
||||
|
||||
- 显示指定年份的日历(年份为 4 个数字):
|
||||
- 显示特定年份的日历(4位数字):
|
||||
|
||||
`cal {{年}}`
|
||||
`cal {{year}}`
|
||||
|
||||
- 显示指定年月的日历:
|
||||
- 显示特定月份和年份的日历:
|
||||
|
||||
`cal {{月}} {{年}}`
|
||||
`cal {{month}} {{year}}`
|
||||
|
||||
- 显示指定年份的复活节日期:
|
||||
- 显示给定年份的复活节日期(西方基督教教会):
|
||||
|
||||
`ncal -e {{年}}`
|
||||
`ncal -e {{year}}`
|
Reference in New Issue
Block a user