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,24 @@
# xdg-open
> 在用户的首选应用程序中打开文件或网址。
> 更多信息:<https://portland.freedesktop.org/doc/xdg-open.html>。
- 在默认文件浏览器中打开当前目录:
`xdg-open .`
- 在默认浏览器中打开网址:
`xdg-open {{https://example.com}}`
- 在默认图像查看器中打开图像:
`xdg-open {{path/to/image}}`
- 在默认PDF查看器中打开PDF
`xdg-open {{path/to/pdf}}`
- 显示帮助信息:
`xdg-open --help`