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

33
pages.zh/linux/dolphin.md Normal file
View File

@@ -0,0 +1,33 @@
# 海豚
> KDE 的文件管理器,用于管理文件和目录。
> 另见:`nautilus``caja``thunar``ranger`。
> 更多信息:<https://apps.kde.org/dolphin/>。
- 启动文件管理器:
`dolphin`
- 打开特定目录:
`dolphin {{path/to/directory1 path/to/directory2 ...}}`
- 打开时选择特定文件或目录:
`dolphin --select {{path/to/file_or_directory1 path/to/file_or_directory2 ...}}`
- 打开一个新窗口:
`dolphin --new-window`
- 在分屏视图中打开特定目录:
`dolphin --split {{path/to/directory1}} {{path/to/directory2}}`
- 启动守护进程(仅在使用 D-Bus 接口时需要):
`dolphin --daemon`
- 显示帮助:
`dolphin --help`