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

View File

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