add new chinese translations
This commit is contained in:
20
pages.zh/common/joe.md
Normal file
20
pages.zh/common/joe.md
Normal 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}}`
|
Reference in New Issue
Block a user