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

21
pages.zh/linux/kwrite.md Normal file
View File

@@ -0,0 +1,21 @@
# kwrite
> KDE 桌面项目的文本编辑器。
> 另请参见 `kate`。
> 更多信息:<https://apps.kde.org/kwrite/>.
- 打开一个文本文件:
`kwrite {{path/to/file}}`
- 打开多个文本文件:
`kwrite {{file1 file2 ...}}`
- 以特定编码打开文本文件:
`kwrite --encoding={{UTF-8}} {{path/to/file}}`
- 打开一个文本文件并导航到特定的行和列:
`kwrite --line {{line_number}} --column {{column_number}} {{path/to/file}}`