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

13 lines
928 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-05-21 03:48:33 +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": "綁定成功:",
"cytoid.message.error.user_not_found": "發生錯誤:此使用者不存在。",
2023-05-19 04:46:29 +00:00
"cytoid.message.unbind.success": "解除綁定成功。",
2023-04-27 04:37:11 +00:00
"cytoid.message.user.not_found": "使用者不存在。",
2023-05-21 03:48:33 +00:00
"cytoid.message.user.unbound": "未綁定使用者,請使用「${prefix}cytoid bind」綁定一個使用者。"
2023-04-21 14:29:48 +00:00
}