add new chinese translations
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
# banner
|
||||
# 横幅
|
||||
|
||||
> 将给定参数输出为大型 ASCII 文字。
|
||||
> 更多信息:<https://manned.org/banner>.
|
||||
> 将参数以大ASCII艺术形式打印。
|
||||
> 更多信息:<https://manned.org/banner>。
|
||||
|
||||
- 将文字信息打印为大横幅(引号是可选的):
|
||||
- 将文本消息打印为大横幅(引号为可选):
|
||||
|
||||
`banner "{{Hello World}}"`
|
||||
|
||||
- 将文字信息打印为横幅,宽度为 50 个字:
|
||||
- 使用50个字符的横幅[w]idth:
|
||||
|
||||
`banner -w 50 "{{Hello World}}"`
|
||||
|
||||
- 从 `stdin` 中读取文本:
|
||||
- 从`stdin`读取文本:
|
||||
|
||||
`banner`
|
||||
`banner`
|
Reference in New Issue
Block a user