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

@@ -0,0 +1,20 @@
# mg
> 一个基于 `emacs` 的小型、快速、便携的文本编辑器。
> 更多信息:<https://github.com/hboetes/mg>。
- 打开一个文件进行编辑:
`mg {{path/to/file}}`
- 在指定行号打开文件:
`mg +{{line_number}} {{path/to/file}}`
- 以只读模式打开文件:
`mg -R {{path/to/file1 path/to/file2 ...}}`
- 编辑时禁用 `~` 备份文件:
`mg -n {{path/to/file}}`