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

29
pages.zh/common/gimp.md Normal file
View File

@@ -0,0 +1,29 @@
# gimp
> GNU 图像处理程序。
> 另请参见: `krita`。
> 更多信息: <https://docs.gimp.org/en/gimp-fire-up.html#gimp-concepts-running-command-line>。
- 启动 GIMP
`gimp`
- 打开特定文件:
`gimp {{path/to/image1 path/to/image2 ...}}`
- 在新窗口中打开特定文件:
`gimp --new-instance {{path/to/image1 path/to/image2 ...}}`
- 启动时不显示启动画面:
`gimp --no-splash`
- 将错误和警告打印到控制台,而不是在对话框中显示:
`gimp --console-messages`
- 启用调试信号处理程序:
`gimp --debug-handlers`