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-10-21 01:33:52 +08:00

22 lines
1.2 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.help.desc": "抛硬币。",
"coin.help.regex.desc": "(丢|抛)[<count>(个|枚)]硬币",
"coin.message.all.head": "…\n…全是正面",
"coin.message.all.stand": "…\n…全都立起来了",
"coin.message.all.tail": "…\n…全是反面",
"coin.message.error.amount": "发生错误:无效的硬币数量。",
"coin.message.error.nocoin": "发生错误:你抛了个空气,什么也没发生…",
"coin.message.error.out_of_range": "发生错误:你最多只能抛 ${max} 枚硬币。",
"coin.message.head": "…\n…是正面",
"coin.message.mix": ",其中…\n",
"coin.message.mix.head": "…有 ${head} 枚是正面",
"coin.message.mix.stand": "……还有 ${stand} 枚立起来了!",
"coin.message.mix.tail": "${tail} 枚是反面",
"coin.message.mix.tail2": "…有 ${tail} 枚是反面",
"coin.message.prompt": "你抛了 ${count} 枚硬币",
"coin.message.stand": "…\n…它立起来了",
"coin.message.tail": "…\n…是反面",
"stone.help.desc": "打水漂。",
"stone.message.skip": "你扔了一块石头,漂了${count}下。"
}