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
2023-05-21 11:48:33 +08:00

23 lines
No EOL
1.8 KiB
JSON

{
"chemical_code.help": "Default mode (Time limits, multiple)",
"chemical_code.help.captcha": "Captcha mode (Only once, single)",
"chemical_code.help.csid": "Start a game by ChemSpider ID",
"chemical_code.help.desc": "A game about chemical formulas.",
"chemical_code.message": "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.csid.invalid": "An error occurred: Invalid ID!",
"chemical_code.message.csid.invalid.num": "An error occurred: ID must be purely numeric!",
"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.incorrect": "Incorrect. The correct answer is ${answer}.",
"chemical_code.message.incorrect.remind1": "No, it's way off! ",
"chemical_code.message.incorrect.remind2": "The number of ${elements} isn't right, try again!",
"chemical_code.message.incorrect.remind3": "Almost there! Try again!",
"chemical_code.message.incorrect.remind4": "Hmm... Did you miss something?",
"chemical_code.message.incorrect.remind5": "The order is wrong. Try again!",
"chemical_code.message.running": "There is currently a game in progress.",
"chemical_code.message.timeup": "Timeout. The correct answer is ${answer}.",
"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."
}