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
2023-07-13 12:26:10 +08:00

20 lines
No EOL
1 KiB
JSON

{
"coin.help": "Toss any number of coins.",
"coin.help.desc": "Toss coin.",
"coin.help.regex.desc": "(丢|抛)[<count>(个|枚)]硬币",
"coin.message.all.head": "...\n... They are all heads!",
"coin.message.all.stand": "...\n... ALL STAND UP?!",
"coin.message.all.tail": "...\n... They are all tails!",
"coin.message.error.amount": "An error occurred: Invalid number of coins: ",
"coin.message.error.nocoin": "An error occurred: You toss no coin, and nothing happened...",
"coin.message.error.out_of_range": "An error occurred: You can only toss up to ${max} coins.",
"coin.message.head": "...\n... It is heads!",
"coin.message.mix": "...",
"coin.message.mix.head": " ${head} is/are heads",
"coin.message.mix.stand": "... and ${stand} stand(s) up!",
"coin.message.mix.tail": ", ${tail} is/are tails",
"coin.message.mix.tail2": " ${tail} is/are tails",
"coin.message.prompt": "You toss ${count} coin(s)",
"coin.message.stand": "...\n...It is standing up!",
"coin.message.tail": "...\n... It is tails!"
}