Archived
1
0
Fork 0

New translations zh_cn.json (English)

This commit is contained in:
Dorobot 2023-06-17 01:38:43 +08:00
parent 0ad0532943
commit cfad48c333

View file

@ -0,0 +1,32 @@
{
"game.chemical_code.help": "Default mode (Time limits, multiple)",
"game.chemical_code.help.captcha": "Captcha mode (Only once, single)",
"game.chemical_code.help.csid": "Start a game by ChemSpider ID",
"game.chemical_code.help.desc": "A game about chemical formulas.",
"game.chemical_code.message": "Please answer the chemical formula of this compound within ${times} minutes. (Alphabetical order except C, H. e.g. CHBrClF)",
"game.chemical_code.message.captcha": "Please answer the chemical formula of this compound. (Alphabetical order except C, H. e.g. CHBrClF)",
"game.chemical_code.message.error.get_failed": "An error occurred: Failed to start, maybe caused by request database timed out or the ID is invalid? Please restart the game.",
"game.chemical_code.message.error.invalid": "An error occurred: Invalid ID!",
"game.chemical_code.message.error.non_digital": "An error occurred: ID must be purely numeric!",
"game.chemical_code.message.incorrect": "Incorrect. The correct answer is ${answer}.",
"game.chemical_code.message.incorrect.remind1": "提示:不正确,请重试。",
"game.chemical_code.message.incorrect.remind2": "提示:${elements} 的数量不正确,请检查。",
"game.chemical_code.message.incorrect.remind3": "Almost there! Try again!",
"game.chemical_code.message.incorrect.remind4": "提示:可能有元素遗漏,请检查。",
"game.chemical_code.message.incorrect.remind5": "提示:元素顺序不正确,请检查。",
"game.chemical_code.message.timeup": "Timeout. The correct answer is ${answer}.",
"game.chemical_code.stop.message": "Stopped. The correct answer is ${answer}.",
"game.message.correct": "Correct.",
"game.message.incorrect": "Incorrect.",
"game.message.running": "There is currently a game in progress.",
"game.message.running.others": "当前有其他游戏正在进行中。",
"game.stop.help": "Stop the current game.",
"game.stop.message": "已停止。",
"game.stop.message.none": "There is no game in progress.",
"game.stop.message.others": "当前此游戏未在进行。",
"game.twenty_four.help": "开始新游戏。",
"game.twenty_four.help.desc": "24 点小游戏。",
"game.twenty_four.message": "给出的数字组合:${numbers}\n请输入表达式使其结果为 24。若无解请输入“无解”",
"game.twenty_four.message.incorrect.expression_invalid": "回答错误:表达式无效。",
"game.twenty_four.message.incorrect.have_solution": "回答错误:该组合存在解。"
}