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/en_us.json
2023-04-27 12:37:11 +08:00

13 lines
No EOL
903 B
JSON

{
"cytoid.profile.help": "查询一个用户的基本信息。",
"cytoid.b30.help": "查询 Cytoid 用户的 b30/r30 列表。",
"cytoid.b30.message.cooldown": "距离上次执行已过去 ${time} 秒,本命令的冷却时间为 150 秒。(据官方人员所述,此 API 的调用十分昂贵,故手动做出这一限制,请谅解。)",
"cytoid.bind.help": "绑定 Cytoid 用户。",
"cytoid.bind.message.success": "绑定成功:",
"cytoid.bind.message.failed": "绑定失败,请检查输入。",
"cytoid.unbind.help": "解绑用户。",
"cytoid.unbind.message.success": "解绑成功。",
"cytoid.message.user.unbound": "未绑定用户,请使用“${prefix}cytoid bind <username>”绑定一个用户。",
"cytoid.message.user.not_found": "用户不存在。",
"cytoid.message.error.user.not_found": "发生错误:此用户不存在。"
}