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/coin/locales/zh_cn.json

22 lines
1.2 KiB
JSON
Raw Normal View History

2023-03-19 11:44:11 +00:00
{
2023-04-16 09:40:05 +00:00
"coin.help": "抛任意枚硬币。",
2023-05-21 03:48:33 +00:00
"coin.help.desc": "抛硬币。",
2023-05-21 07:49:51 +00:00
"coin.help.regex": "(丢|抛)<数量>[(个|枚)]硬币",
2023-05-21 08:06:50 +00:00
"coin.message.all.head": "…\n…全是正面",
"coin.message.all.stand": "…\n…全都立起来了",
"coin.message.all.tail": "…\n…全是反面",
2023-05-21 03:48:33 +00:00
"coin.message.error.amount": "发生错误:无效的硬币个数:",
2023-05-21 07:49:51 +00:00
"coin.message.error.nocoin": "发生错误:你抛了个空气,什么也没发生…",
"coin.message.error.out_of_range": "发生错误:你最多只能抛 ${max} 个硬币",
2023-05-21 08:13:22 +00:00
"coin.message.error.rate": "发生错误:硬币概率错误。",
2023-05-21 08:06:50 +00:00
"coin.message.head": "…\n…是正面",
"coin.message.mix": ",其中…\n",
"coin.message.mix.end": "。",
"coin.message.mix.head": "…有 ${head} 枚是正面",
"coin.message.mix.stand": "…还有 ${stand} 枚立起来了!",
"coin.message.mix.tail": "${tail} 枚是反面",
"coin.message.mix.tail2": "…有 ${tail} 枚是反面",
2023-05-21 07:49:51 +00:00
"coin.message.prompt": "你抛了 ${count} 枚硬币",
2023-05-21 08:06:50 +00:00
"coin.message.stand": "…\n…它立起来了",
"coin.message.tail": "…\n…是反面"
2023-03-04 07:40:03 +00:00
}