cal: update Chinese translation (#10209)

This commit is contained in:
Zhizhen He 2023-05-22 19:10:21 +08:00 committed by GitHub
parent f07b31d9ae
commit 3ebd568066
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,11 +3,11 @@
> 打印日历信息。
> 更多信息:<https://ss64.com/osx/cal.html>.
- 打印本月日历:
- 显示本月日历:
`cal`
- 显示上个月,当前月,下个月的日历:
- 显示上月、本月和下月的日历:
`cal -3`
@ -15,18 +15,18 @@
`cal -m {{月}}`
- 显示年日历:
- 显示年日历:
`cal -y`
- 显示指定年的日历(年份为 4 个数字):
- 显示指定年的日历(年份为 4 个数字):
`cal {{年}}`
- 显示特定年和月的日历:
- 显示指定年月的日历:
`cal {{月}} {{年}}`
- 显示指定年的复活节日期:
- 显示指定年的复活节日期:
`ncal -e {{年}}`