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

@@ -0,0 +1,20 @@
# gedit
> GNOME桌面项目的文本编辑器。
> 更多信息:<https://help.gnome.org/users/gedit/stable/>.
- 打开一个文本文件:
`gedit {{path/to/file}}`
- 打开多个文本文件:
`gedit {{file1 file2 ...}}`
- 以特定编码打开文本文件:
`gedit --encoding {{UTF-8}} {{path/to/file}}`
- 显示支持的编码列表:
`gedit --list-encodings`