add new chinese translations
This commit is contained in:
@@ -1,24 +1,32 @@
|
||||
# cal
|
||||
# 日历
|
||||
|
||||
> 打印日历信息,高亮显示当前日期。
|
||||
> 更多信息:<https://manned.org/cal>.
|
||||
> 显示当前日期高亮的日历。
|
||||
> 更多信息:<https://manned.org/cal>。
|
||||
|
||||
- 显示当前月份的日历:
|
||||
|
||||
`cal`
|
||||
|
||||
- 显示上个月、当前月和下个月:
|
||||
- 显示跨越日期的 [3] 个月:
|
||||
|
||||
`cal -3`
|
||||
|
||||
- 使用星期一作为一周的第一天:
|
||||
- 显示当前 [年] 的完整日历:
|
||||
|
||||
`cal --year`
|
||||
|
||||
- 显示接下来的十二个月:
|
||||
|
||||
`cal --twelve`
|
||||
|
||||
- 将星期一作为一周的第一天:
|
||||
|
||||
`cal --monday`
|
||||
|
||||
- 显示特定年份的日历(4位数字):
|
||||
|
||||
`cal {{年份}}`
|
||||
`cal {{year}}`
|
||||
|
||||
- 显示特定月份和年份的日历:
|
||||
|
||||
`cal {{月份}} {{年份}}`
|
||||
`cal {{month}} {{year}}`
|
Reference in New Issue
Block a user