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_cn.json

13 lines
892 B
JSON
Raw Normal View History

2023-04-27 04:37:11 +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 的调用十分昂贵,故手动做出这一限制,请谅解。)",
"cytoid.message.bind.failed": "绑定失败,请检查输入。",
"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 10:11:03 +00:00
}