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

@@ -1,12 +1,12 @@
# sleep
# 睡眠
> 延迟指定的一段时间。
> 更多信息:<https://pubs.opengroup.org/onlinepubs/9699919799/utilities/sleep.html>.
> 延迟指定的时间。
> 更多信息:<https://pubs.opengroup.org/onlinepubs/9699919799/utilities/sleep.html>
- 按秒数延迟:
- 以秒为单位的延迟:
`sleep {{seconds}}`
`sleep {{秒数}}`
- 在20秒延迟后执行定命令:
- 在20秒延迟后执行定命令:
`sleep 20 && {{command}}`
`sleep 20 && {{命令}}`