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

16
pages.zh/common/noti.md Normal file
View File

@@ -0,0 +1,16 @@
# noti
> 监控一个进程并触发横幅通知。
> 更多信息:<https://github.com/variadico/noti>。
- 当 tar 完成压缩文件时显示通知:
`noti {{tar -cjf example.tar.bz2 example/}}`
- 即使在监视命令之后放置它也显示通知:
`{{command_to_watch}}; noti`
- 通过 PID 监控一个进程,并在该 PID 消失时触发通知:
`noti -w {{process_id}}`