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,20 +1,20 @@
# sleep
# 睡眠
> 延迟指定的一段时间。
> 更多信息:<https://www.gnu.org/software/coreutils/sleep>.
> 延迟指定的时间。
> 更多信息:<https://www.gnu.org/software/coreutils/sleep>
- 按秒数延迟:
- 以秒为单位的延迟:
`sleep {{seconds}}`
`sleep {{秒数}}`
- 延迟 [m]分钟(其他元素 [d]天[h]小时[s]秒[inf]无穷 也可以使用):
- [m]分钟为单位的延迟。(其他单位[d]天[h]小时[s]秒[inf]无穷也可以使用):
`sleep {{minutes}}m`
`sleep {{分钟}}m`
- 延迟 1 [d]天 3 [h]小时:
- 延迟1[d]天3[h]小时:
`sleep 1d 3h`
- 20 [m]分钟 延迟后执行定命令:
- 在20[m]分钟延迟后执行定命令:
`sleep 20m && {{command}}`
`sleep 20m && {{命令}}`