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

13 lines
860 B
JSON
Raw Normal View History

2023-05-02 15:09:25 +00:00
{
"random.help.choice": "Select an element from a given set.",
2023-05-21 03:48:33 +00:00
"random.help.desc": "Random number generator (cryptographically secure)",
"random.help.number": "Generate a random integer within a given range.",
2023-06-30 10:20:05 +00:00
"random.help.option.password.l": "在随机字符串中使用小写字母。",
"random.help.option.password.n": "在随机字符串中使用数字。",
"random.help.option.password.s": "在随机字符串中使用特殊符号。",
"random.help.option.password.u": "在随机字符串中使用大写字母。",
2023-07-11 17:59:53 +00:00
"random.help.shuffle": "Shuffle the order of a given set.",
2023-07-25 07:02:06 +00:00
"random.help.password": "生成随机字符串,默认为字母和数字组合。",
2023-05-02 15:09:25 +00:00
"random.help.uuid": "Generate random UUID (v4).",
2023-06-30 10:20:05 +00:00
"random.message.password.error.invalid": "发生错误:长度必须为小于 100 的正整数。"
2023-05-21 03:48:33 +00:00
}