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
2023-04-18 20:56:48 +08:00

27 lines
No EOL
1.4 KiB
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.

{
"coin.help": "抛任意枚硬币。",
"coin.message": "你抛了 ${count} 枚硬币,",
"coin.message.error.amount": "发生错误:无效的硬币个数:",
"coin.message.error.max": "发生错误:你最多只能抛 ${max} 个硬币",
"coin.message.error.nocoin": "发生错误:你抛了个空气,什么也没发生...",
"coin.message.error.rate": "发生错误:硬币概率错误",
"coin.message.drop_place": "它掉到了${drop_place}…",
"coin.message.drop_place.door": "门口",
"coin.message.drop_place.floor": "地上",
"coin.message.drop_place.moon": "月球",
"coin.message.drop_place.ontable": "桌子上",
"coin.message.drop_place.undertable": "桌子底下",
"coin.message.drop_place.window": "窗户外",
"coin.message.head": "…是正面!",
"coin.message.head.all": "它们…\n…全是正面",
"coin.message.tail": "…是反面!",
"coin.message.tail.all": "它们…\n…全是反面",
"coin.message.mix": "其中…\n有",
"coin.message.mix.head": " ${head} 枚是正面,",
"coin.message.mix.tail": "${tail} 枚是反面",
"coin.message.mix.stand": "…还有 ${stand} 枚立起来了!",
"coin.message.mix.end": "。",
"coin.message.stand": "…它立起来了!",
"coin.message.stand.all": "它们…\n…全都立起来了",
"coin.help.desc": "抛硬币。"
}