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-03 16:21:48 +08:00

13 lines
1 KiB
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 号获取视频信息",
"bilibili.help.regex.shorturl": "发送 b23.tv 短连接获取视频信息WIP",
"bilibili.help.regex.url": "直接发送 URL 获取视频信息",
"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": "找不到对应的视频。"
}