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

21 lines
1.1 KiB
JSON
Raw Normal View History

2023-05-21 08:47:59 +00:00
{
"coin.help": "Toss any number of coins.",
"coin.help.desc": "Toss coin.",
2023-05-24 05:32:39 +00:00
"coin.help.regex.desc": "(丢|抛)[<count>(个|枚)]硬币",
2023-06-26 16:08:43 +00:00
"coin.message.all.head": "...\n...they're all heads!",
2023-05-21 08:47:59 +00:00
"coin.message.all.stand": "...\n... ALL STAND UP?!",
2023-06-26 16:08:43 +00:00
"coin.message.all.tail": "...\n...they're all tails!",
2023-05-21 08:47:59 +00:00
"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.",
2023-07-07 06:40:28 +00:00
"coin.message.error.rate": "Coin probability error, please check your config.",
2023-06-26 16:08:43 +00:00
"coin.message.head": "...\n...it's heads!",
2023-05-21 08:47:59 +00:00
"coin.message.mix": "...",
"coin.message.mix.head": " ${head} is/are heads",
"coin.message.mix.stand": "... and ${stand} stand(s) up!",
2023-05-31 14:34:48 +00:00
"coin.message.mix.tail": ", ${tail} is/are tails",
2023-05-21 08:47:59 +00:00
"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!"
}