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/joe.md Normal file
View File

@@ -0,0 +1,20 @@
# joe
> Joe 的文本编辑器。
> 更多信息:<https://joe-editor.sourceforge.io>。
- 在 JOE 中打开一个新文件:
`joe`
- 打开一个特定文件:
`joe {{path/to/file}}`
- 打开一个特定文件,并将光标定位在指定行:
`joe +{{line}} {{path/to/file}}`
- 以只读模式打开特定文件:
`joe -rdonly {{path/to/file}}`