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/zh_tw.json

25 lines
1.9 KiB
JSON
Raw Normal View History

2023-08-13 05:01:17 +00:00
{
"chemical_code.help": "普通樣式(時間限制,多人)",
"chemical_code.help.captcha": "驗證碼樣式(不支援特定 ID僅限一次單人",
"chemical_code.help.csid": "依據 ChemSpider ID 出題。",
"chemical_code.help.desc": "化學式回答小遊戲。",
"chemical_code.message": "請在 ${times} 分鐘內回答這個化合物的分子式。(除 C、H 外使用字母表順序CHBrClF",
"chemical_code.message.captcha": "請回答這個化合物的分子式。(除 C、H 外使用字母表順序CHBrClF",
"chemical_code.message.correct": "回答正確。",
"chemical_code.message.csid.invalid": "發生錯誤:請輸入正確的 ID",
"chemical_code.message.csid.invalid.num": "發生錯誤:請輸入數字 ID",
"chemical_code.message.error": "發生錯誤:無法取得題目,可能是因為請求逾時或是 ID 無效,請重新發起遊戲。",
"chemical_code.message.incorrect": "回答錯誤,正確答案是 ${answer}。",
"chemical_code.message.incorrect.remind1": "提示:不正確,請重試。",
"chemical_code.message.incorrect.remind2": "提示:${elements} 的數量不正確,請檢查。",
"chemical_code.message.incorrect.remind3": "提示:已經很接近了,請重試。",
"chemical_code.message.incorrect.remind4": "提示:可能有元素遺漏,請檢查。",
"chemical_code.message.incorrect.remind5": "提示:元素順序不正確,請檢查。",
"chemical_code.message.running": "目前有遊戲正在進行。",
2023-08-13 16:52:21 +00:00
"chemical_code.message.showid": "ID${id}",
2023-08-13 05:01:17 +00:00
"chemical_code.message.timeup": "回答逾時,正確答案是 ${answer}。",
"chemical_code.stop.help": "停止目前的遊戲。",
"chemical_code.stop.message": "已停止,正確答案是 ${answer}。",
"chemical_code.stop.message.none": "目前沒有遊戲正在進行。"
2023-06-28 17:52:55 +00:00
}