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,20 @@
# makepasswd
> 生成和加密密码。
> 更多信息: <https://manpages.debian.org/latest/makepasswd/makepasswd.1.en.html>。
- 生成一个随机密码长度为8到10个字符包含字母和数字
`makepasswd`
- 生成一个10个字符长的密码
`makepasswd --chars {{10}}`
- 生成一个5到10个字符长的密码
`makepasswd --minchars {{5}} --maxchars {{10}}`
- 生成一个仅包含字符“b”、“a”或“r”的密码
`makepasswd --string {{bar}}`