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

24
pages.zh/common/khal.md Normal file
View File

@@ -0,0 +1,24 @@
# khal
> 一个基于文本的日历和调度应用程序,适用于命令行。
> 更多信息:<https://lostpackets.de/khal>。
- 在交互模式下启动Khal
`ikhal`
- 打印个人日历中接下来七天内安排的所有事件:
`khal list -a {{personal}} {{today}} {{7d}}`
- 打印明天上午10:00不在个人日历中的所有安排的事件
`khal at -d {{personal}} {{tomorrow}} {{10:00}}`
- 打印接下来三个月的事件日历:
`khal calendar`
- 向个人日历添加新事件:
`khal new -a {{personal}} {{2020-09-08}} {{18:00}} {{18:30}} "{{牙医预约}}"`