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

20
pages.zh/common/xplr.md Normal file
View File

@@ -0,0 +1,20 @@
# xplr
> 基于终端的文件系统浏览器。
> 更多信息:<https://xplr.dev>。
- 打开一个目录:
`xplr {{path/to/directory}}`
- 聚焦于一个文件:
`xplr {{path/to/file}}`
- 聚焦于一个目录:
`xplr --force-focus {{path/to/directory}}`
- 打开一个目录,并选择特定的文件或目录:
`xplr {{path/to/directory}} {{path/to/selected_file_or_directory1}} {{path/to/selected_file_or_directory2}}`