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

18 lines
1.4 KiB
JSON
Raw Normal View History

2023-03-01 09:10:45 +00:00
{
2023-03-14 12:05:42 +00:00
"chemical_code.help": "A game about chemical formulas.",
2023-03-15 11:07:09 +00:00
"chemical_code.help.captcha": "Captcha mode (Only once, single)",
"chemical_code.help.stop": "Stop the current game.",
"chemical_code.message.stop": "Stopped. The correct answer is $answer.",
"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.",
"chemical_code.message.timeup": "Timeout. The correct answer is $answer.",
"chemical_code.message.normal": "Please answer the chemical formula of this compound within $times minutes. (Alphabetical order except C, H. e.g. CHBrClF)",
"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.",
"chemical_code.message.incorrect": "Incorrect. The correct answer is $answer.",
"chemical_code.message.stop.none": "There is no game in progress.",
"chemical_code.help.normal": "Default mode (Time limits, multiple)"
2023-03-01 13:44:27 +00:00
}