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_tw.json
2023-05-24 13:32:39 +08:00

22 lines
No EOL
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": "發生錯誤:你拋了 0 枚硬幣,什麼也沒有發生…",
"coin.message.error.out_of_range": "發生錯誤:你最多只能拋 ${max} 枚硬幣。",
"coin.message.error.rate": "發生錯誤:硬幣概率錯誤。",
"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} 枚是反面",
"coin.message.prompt": "你拋了 ${count} 枚硬幣",
"coin.message.stand": "…\n…它立起來了",
"coin.message.tail": "…\n…是反面"
}