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

13 lines
820 B
JSON
Raw Normal View History

2023-05-01 04:18:03 +00:00
{
"random.help.choice": "从集合中选择元素。",
2023-05-21 03:48:33 +00:00
"random.help.desc": "随机数生成器(密码学安全)",
"random.help.number": "生成区间内的随机整数。",
"random.help.option.string.l": "在随机字符串中使用小写字母。",
"random.help.option.string.n": "在随机字符串中使用数字。",
"random.help.option.string.s": "在随机字符串中使用特殊符号。",
"random.help.option.string.u": "在随机字符串中使用大写字母。",
2023-05-01 04:18:03 +00:00
"random.help.shuffle": "打乱集合的顺序。",
2023-05-17 11:02:45 +00:00
"random.help.string": "生成随机字符串,默认为字母和数字组合。",
2023-05-01 04:18:03 +00:00
"random.help.uuid": "生成随机 UUIDv4。",
2023-05-21 03:48:33 +00:00
"random.message.string.error.invalid": "发生错误:长度必须为小于 100 的正整数。"
}