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

View File

@@ -0,0 +1,16 @@
# ppmrainbow
> 生成一个彩虹。
> 更多信息:<https://netpbm.sourceforge.net/doc/ppmrainbow.html>。
- 生成由指定颜色组成的彩虹:
`ppmrainbow {{color1 color2 ...}} > {{path/to/output_file.ppm}}`
- 指定输出的大小(像素):
`ppmrainbow -width {{width}} -height {{height}} {{color1 color2 ...}} > {{path/to/output_file.ppm}}`
- 用最后指定的颜色结束彩虹,不重复第一个颜色:
`ppmrainbow -norepeat {{color1 color2 ...}} > {{path/to/output_file.ppm}}`