alacritty, explorer, banner: add Chinese translation (#4158)

This commit is contained in:
Flex Zhong
2020-07-08 21:16:23 +08:00
committed by GitHub
parent bcb600ecc4
commit 9e509e32d7
3 changed files with 54 additions and 0 deletions

15
pages.zh/common/banner.md Normal file
View File

@@ -0,0 +1,15 @@
# banner
> 将给定参数输出为大型 ASCII 文字.
- 将文字信息打印为大横幅(引号是可选的):
`banner {{"Hello World"}}`
- 将文字信息打印为横幅,宽度为 50 个字:
`banner -w {{50}} {{"Hello World"}}`
-`stdin` 中读取文本:
`banner`