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

@@ -0,0 +1,20 @@
# 日历
> 从日历文件中显示即将发生的事件。
> 更多信息:<https://manned.org/calendar>。
- 显示今天和明天(或周五的周末)来自默认日历的事件:
`calendar`
- 向前查看显示接下来的30天的事件
`calendar -A {{30}}`
- 向后查看显示之前7天的事件
`calendar -B {{7}}`
- 从自定义日历[f]文件中显示事件:
`calendar -f {{path/to/file}}`