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

@@ -0,0 +1,16 @@
# lpinfo
> 列出连接的打印机和为 CUPS 打印服务器安装的驱动程序。
> 更多信息:<https://openprinting.github.io/cups/doc/man-lpinfo.html>。
- 列出所有当前连接的打印机:
`lpinfo -v`
- 列出所有当前安装的打印机驱动程序:
`lpinfo -m`
- 按制造商和型号搜索已安装的打印机驱动程序:
`lpinfo --make-and-model "{{printer_model}}" -m`