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

@@ -0,0 +1,12 @@
# systemd-cat
> 将管道或程序的输出流连接到 systemd 日志。
> 更多信息:<https://www.freedesktop.org/software/systemd/man/systemd-cat.html>。
- 将指定命令的输出写入日志(捕获两个输出流):
`systemd-cat {{command}}`
- 将管道的输出写入日志(`stderr` 仍然连接到终端):
`{{command}} | systemd-cat`