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/chemical_code/locales/en_us.json

19 lines
1.4 KiB
JSON
Raw Normal View History

2023-03-01 09:10:45 +00:00
{
2023-03-15 11:07:09 +00:00
"chemical_code.help.captcha": "Captcha mode (Only once, single)",
"chemical_code.help.csid": "Start a game by ChemSpider ID",
"chemical_code.message.csid.invalid": "An error occurred: Invalid ID!",
"chemical_code.message.csid.invalid.num": "An error occurred: ID must be purely numeric!",
"chemical_code.message.running": "There is currently a game in progress.",
"chemical_code.message.error": "An error occurred: Failed to start, maybe caused by request database timed out or the ID is invalid? Please restart the game.",
2023-03-26 14:05:59 +00:00
"chemical_code.message.timeup": "Timeout. The correct answer is ${answer}.",
2023-03-15 11:07:09 +00:00
"chemical_code.message.captcha": "Please answer the chemical formula of this compound. (Alphabetical order except C, H. e.g. CHBrClF)",
"chemical_code.message.correct": "Correct.",
2023-04-05 06:54:05 +00:00
"chemical_code.message.incorrect": "Incorrect. The correct answer is ${answer}.",
2023-04-06 04:48:50 +00:00
"chemical_code.help.desc": "A game about chemical formulas.",
"chemical_code.help": "Default mode (Time limits, multiple)",
"chemical_code.stop.help": "Stop the current game.",
"chemical_code.stop.message": "Stopped. The correct answer is $answer.",
"chemical_code.stop.message.none": "There is no game in progress.",
"chemical_code.message": "Please answer the chemical formula of this compound within ${times} minutes. (Alphabetical order except C, H. e.g. CHBrClF)"
2023-03-19 09:49:56 +00:00
}