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_tw.json

8 lines
302 B
JSON
Raw Normal View History

2023-03-02 10:38:19 +00:00
{
2023-03-15 11:29:25 +00:00
"random.help.number": "產生區間內的隨機整數。",
"random.help.choice": "從集合中選擇元素。",
2023-05-02 15:09:25 +00:00
"random.help.shuffle": "打乱集合的顺序。",
2023-04-05 06:54:05 +00:00
"random.help.uuid": "產生隨機 UUIDv4。",
"random.help.desc": "隨機數生成器(密碼學安全)"
}