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/gcal.md Normal file
View File

@@ -0,0 +1,24 @@
# gcal
> 显示日历。
> 更多信息:<https://www.gnu.org/software/gcal>。
- 显示当前月份的日历:
`gcal`
- 显示2010年2月份的日历
`gcal 2 2010`
- 提供带有周数的日历表:
`gcal --with-week-number`
- 将一周的开始日更改为周的第一天(星期一):
`gcal --starting-day=1`
- 显示今天前一个月、当前月份和下一个月的日历:
`gcal .`