Archived
1
0
Fork 0
This repository has been archived on 2024-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
akari-bot/modules/random/locales/en_us.json
2023-07-12 01:59:53 +08:00

13 lines
No EOL
860 B
JSON

{
"random.help.choice": "Select an element from a given set.",
"random.help.desc": "Random number generator (cryptographically secure)",
"random.help.number": "Generate a random integer within a given range.",
"random.help.option.password.l": "在随机字符串中使用小写字母。",
"random.help.option.password.n": "在随机字符串中使用数字。",
"random.help.option.password.s": "在随机字符串中使用特殊符号。",
"random.help.option.password.u": "在随机字符串中使用大写字母。",
"random.help.password": "生成随机字符串,默认为字母和数字组合。",
"random.help.shuffle": "Shuffle the order of a given set.",
"random.help.uuid": "Generate random UUID (v4).",
"random.message.password.error.invalid": "发生错误:长度必须为小于 100 的正整数。"
}