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

28
pages.zh/common/okular.md Normal file
View File

@@ -0,0 +1,28 @@
# okular
> 查看文档。
> 更多信息:<https://docs.kde.org/stable5/zh/okular/okular/command-line-options.html>。
- 启动文档查看器:
`okular`
- 打开特定文档:
`okular {{path/to/file1 path/to/file2 ...}}`
- 在特定页面打开文档:
`okular --page {{page_number}} {{path/to/file}}`
- 以演示模式打开特定文档:
`okular --presentation {{path/to/file}}`
- 打开特定文档并启动打印对话框:
`okular --print {{path/to/file}}`
- 打开文档并搜索特定字符串:
`okular --find {{search_string}} {{path/to/file}}`