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,12 +1,12 @@
# print
# 打印
> 将文本文件打印到打印机。
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/print>.
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/print>
- 将文本文件打印到默认打印机:
- 将文本文件打印到默认打印机:
`print {{文件的路径}}`
`print {{path\to\file}}`
- 将文本文件打印到指定的打印机:
- 将文本文件打印到特定打印机:
`print /d:{{打印机}} {{文件的路径}}`
`print /d:{{printer}} {{path\to\file}}`