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
多羅狼 9aecb24ec7
upd
2023-05-27 18:19:24 +08:00

13 lines
No EOL
820 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"random.help.choice": "从集合中选择元素。",
"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": "在随机字符串中使用大写字母。",
"random.help.shuffle": "打乱集合的顺序。",
"random.help.string": "生成随机字符串,默认为字母和数字组合。",
"random.help.uuid": "生成随机 UUIDv4。",
"random.message.string.error.invalid": "发生错误:长度必须为小于 100 的正整数。"
}