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

28
pages.zh/common/cowsay.md Normal file
View File

@@ -0,0 +1,28 @@
# cowsay
> 打印ASCII艺术默认是牛说或想某些事情。
> 更多信息:<https://github.com/tnalpgge/rank-amateur-cowsay>。
- 打印一只ASCII牛说“你好世界”
`cowsay "{{你好,世界}}"`
- 打印一只ASCII牛说来自`stdin`的文本:
`echo "{{你好,世界}}" | cowsay`
- 列出所有可用的艺术类型:
`cowsay -l`
- 打印指定的ASCII艺术说“你好世界”
`cowsay -f {{艺术}} "{{你好,世界}}"`
- 打印一只死去的思考中的ASCII牛
`cowthink -d "{{我只是一头牛,不是伟大的思想家...}}"`
- 打印一只带有自定义眼睛的ASCII牛说“你好世界”
`cowsay -e {{字符}} "{{你好,世界}}"`