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/en_us.json

28 lines
1.3 KiB
JSON
Raw Normal View History

2023-03-19 09:49:57 +00:00
{
"coin.begin": "你抛了$count 枚硬币,",
"coin.help": "抛n枚硬币",
"coin.error": "发生错误:",
"coin.error.amount": "发生错误:无效的硬币个数:",
"coin.error.max": "发生错误:你最多只能抛 $max 个硬币",
"coin.error.nocoin": "发生错误:你抛了个空气,什么也没发生...",
"coin.error.rate": "发生错误:硬币概率错误",
"coin.drop_place": "它掉到了$drop_place...",
"coin.drop_place.door": "门口",
"coin.drop_place.floor": "地上",
"coin.drop_place.moon": "月球",
"coin.drop_place.ontable": "桌子上",
"coin.drop_place.undertable": "桌子底下",
"coin.drop_place.window": "窗户外",
"coin.head": "...是正面!",
"coin.head.all": "它们...\n...全是正面!",
"coin.tail": "...是反面!",
"coin.tail.all": "它们...\n...全是反面!",
"coin.mix": "其中...\n有",
"coin.mix.head": " $head 枚是正面,",
"coin.mix.tail": "$tail 枚是反面",
"coin.mix.stand": "...还有 $stand 枚立起来了!",
"coin.mix.end": "。",
"coin_regex.help": "打开后将在发送的聊天内容匹配以下信息时执行对应命令:\n",
"coin.stand": "...它立起来了!",
"coin.stand.all": "它们...\n...全都立起来了?!"
}