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

@@ -0,0 +1,24 @@
# xclock
> 以模拟或数字形式显示时间。
> 更多信息:<https://manned.org/xclock>。
- 显示一个模拟时钟:
`xclock`
- 显示一个仅包含小时和分钟字段的24小时数字时钟
`xclock -digital -brief`
- 使用strftime格式字符串显示数字时钟参见strftime(3)
`xclock -digital -strftime {{format}}`
- 显示一个每秒更新的24小时数字时钟包含小时、分钟和秒字段
`xclock -digital -strftime '%H:%M:%S' -update 1`
- 显示一个仅包含小时和分钟字段的12小时数字时钟
`xclock -digital -twelve -brief`