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/zh_cn.json

8 lines
308 B
JSON
Raw Normal View History

2023-05-01 04:18:03 +00:00
{
"random.help.number": "生成区间内的随机整数。",
"random.help.choice": "从集合中选择元素。",
"random.help.shuffle": "打乱集合的顺序。",
"random.help.uuid": "生成随机 UUIDv4。",
"random.help.desc": "随机数生成器(密码学安全)"
2023-03-10 13:59:18 +00:00
}