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/bilibili/locales/zh_cn.json
2023-07-02 23:38:41 +08:00

12 lines
No EOL
963 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"bilibili.help": "输入视频编号获得相应信息。",
"bilibili.help.desc": "哔哩哔哩相关工具。",
"bilibili.help.option.i": "获取详细信息。",
"bilibili.help.regex.av": "直接发送 AV 号获取信息。",
"bilibili.help.regex.bv": "直接发送 BV 号获取信息BV 必须大写。",
"bilibili.help.regex.url": "发送 b23.tv 短连接获取信息。WIP",
"bilibili.message": "标题:${title}\n类型${tname}\nUP 主:${owner}\n日期${time}",
"bilibili.message.detail": "标题:${title}${pages} | 类型:${tname}\nUP 主:${owner} | 粉丝:${fans}\n观看${view} | 弹幕:${danmaku} | 评论:${reply}\n喜欢${like} | 投币:${coin} | 收藏:${favorite} | 分享:${share}\n日期${time}",
"bilibili.message.error.invalid": "发生错误:视频编号无效,请检查输入。",
"bilibili.message.not_found": "找不到对应的视频。"
}