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-04-16 09:39:50 +08:00

27 lines
No EOL
1.4 KiB
JSON

{
"coin.message": "You toss ${count} coin(s),",
"coin.help.desc": "Toss coin.",
"coin.help": "Toss any number of coins.",
"coin.message.error.amount": "An error occurred: Invalid number of coins: ",
"coin.message.error.max": "An error occurred: You can only toss at most ${max} coins at one time.",
"coin.message.error.nocoin": "An error occurred: You toss no coin, and nothing happened...",
"coin.message.error.rate": "An error occurred: Coin probability error.",
"coin.message.drop_place": "It dropped to ${drop_place}...",
"coin.message.drop_place.door": "the door",
"coin.message.drop_place.floor": "the floor",
"coin.message.drop_place.moon": "the Moon",
"coin.message.drop_place.ontable": "on the table",
"coin.message.drop_place.undertable": "under the table",
"coin.message.drop_place.window": "out the window",
"coin.message.head": "...It is heads!",
"coin.message.head.all": "They...\n...are all heads!",
"coin.message.tail": "...It is tails!",
"coin.message.tail.all": "They...\n...are all tails!",
"coin.message.mix": "\n...\n",
"coin.message.mix.head": " ${head} is(are) heads, ",
"coin.message.mix.tail": "${tail} is(are) tails",
"coin.message.mix.stand": "... and ${stand} stand(s) up!",
"coin.message.mix.end": ".",
"coin.message.stand": "...it is standing up!",
"coin.message.stand.all": "They...\n...ALL STAND UP?!"
}