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

24
pages.zh/common/moe.md Normal file
View File

@@ -0,0 +1,24 @@
# moe
> 一个用于ISO-8859-15编码文本的所见即所得文本编辑器。
> 更多信息:<https://www.gnu.org/software/moe/moe.html>。
- 打开moe并在保存编辑时创建备份文件file~:
`moe {{path/to/file}}`
- 以只读模式打开文件:
`moe --read-only {{path/to/file}}`
- 编辑文件而不创建备份:
`moe --no-backup {{path/to/file}}`
- 编辑文件时在搜索中忽略大小写:
`moe --ignore-case {{path/to/file}}`
- 保存并退出:
`<Ctrl> + X`