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/en_us.json
2023-07-25 15:02:06 +08:00

13 lines
958 B
JSON

{
"bilibili.help": "Enter video id for video info.",
"bilibili.help.desc": "Tools for Bilibili videos.",
"bilibili.help.option.i": "Get detailed info.",
"bilibili.help.regex.av": "Enter AV id for video info.",
"bilibili.help.regex.bv": "Enter BV id for video info.",
"bilibili.help.regex.shorturl": "Enter b23.tv short url for video info.",
"bilibili.help.regex.url": "Enter URL for video info.",
"bilibili.message": "Title: ${title}\nCategory: ${tname}\nUploader: ${owner}\nDate: ${time}",
"bilibili.message.detail": "Title: ${title}${pages} | Category: ${tname}\nUploader: ${owner} | Fan: ${fans}\nView: ${view} | Danmuku: ${danmaku} | Comments: ${reply}\nLike: ${like} | Coin: ${coin} | Favorite: ${favorite} | Share: ${share}\nDate: ${time}",
"bilibili.message.error.invalid": "An error occurred: Invalid video id, please check your input.",
"bilibili.message.not_found": "No corresponding video is found."
}