add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -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}}`