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

7 lines
247 B
JSON
Raw Normal View History

2023-03-01 14:04:16 +00:00
{
2023-03-14 12:05:42 +00:00
"random.help": "随机数生成器(密码学安全)",
2023-03-15 11:29:25 +00:00
"random.help.number": "生成区间内的随机整数。",
"random.help.choice": "从集合中选择元素。",
"random.help.uuid": "生成随机 UUIDv4。"
2023-03-10 13:59:18 +00:00
}