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/osx/lpstat.md Normal file
View File

@@ -0,0 +1,24 @@
# lpstat
> 显示当前类别、作业和打印机的状态信息。
> 更多信息:<https://keith.github.io/xcode-man-pages/lpstat.1.html>。
- 显示打印机、类别和作业的详细列表:
`lpstat -l`
- 强制在连接到 CUPS 服务器时进行加密:
`lpstat -E`
- 显示打印作业的排名:
`lpstat -R`
- 显示 CUPS 服务器是否正在运行:
`lpstat -r`
- 显示所有状态信息:
`lpstat -t`