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

16 lines
967 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": "產生區間內的隨機整數。",
2023-05-19 06:35:01 +00:00
"random.message.number.error.invalid": "發生錯誤:無效的數字區間。",
"random.message.number.error.out_of_range": "發生錯誤:最小值大於最大值。",
2023-03-15 11:29:25 +00:00
"random.help.choice": "從集合中選擇元素。",
"random.help.shuffle": "打亂集合的順序。",
2023-05-19 06:35:01 +00:00
"random.help.string": "產生隨機字串,預設為字母或數字組合。",
"random.option.string.u": "在随机字符串中使用大写字母。",
"random.option.string.l": "在随机字符串中使用小写字母。",
"random.option.string.n": "在随机字符串中使用数字。",
"random.option.string.s": "在随机字符串中使用特殊符号。",
"random.message.string.error.invalid": "發生錯誤:長度必須為小於 100 的正整數。",
2023-04-05 06:54:05 +00:00
"random.help.uuid": "產生隨機 UUIDv4。",
"random.help.desc": "隨機數產生器(密碼學安全)"
2023-04-05 06:54:05 +00:00
}