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

12 lines
836 B
JSON
Raw Normal View History

2023-04-21 14:29:48 +00:00
{
2023-05-19 04:46:29 +00:00
"cytoid.help.b30": "查詢 Cytoid 使用者的 B30/R30 列表。",
"cytoid.help.bind": "绑定 Cytoid 使用者。",
2023-05-21 03:48:33 +00:00
"cytoid.help.profile": "查詢一個使用者的基本資訊。",
2023-05-19 04:46:29 +00:00
"cytoid.help.unbind": "解除綁定使用者。",
2023-07-11 17:59:53 +00:00
"cytoid.message.b30.cooldown": "距上次執行已過去 ${time} 秒,此指令的冷卻時間為 150 秒。(據官方人員所述,此 API 的呼叫十分昂貴,故手動做出此限制,請諒解。)",
2023-05-31 14:34:48 +00:00
"cytoid.message.bind.failed": "綁定失敗,請校對輸入。",
2023-05-21 12:26:57 +00:00
"cytoid.message.bind.success": "綁定成功:",
2023-05-19 04:46:29 +00:00
"cytoid.message.unbind.success": "解除綁定成功。",
2023-08-19 19:11:08 +00:00
"cytoid.message.user_not_found": "使用者不存在。",
"cytoid.message.user_unbound": "未綁定使用者,請使用「${prefix}cytoid bind」綁定一個使用者。"
2023-04-21 14:29:48 +00:00
}