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/maimai/locales/en_us.json

25 lines
1.9 KiB
JSON
Raw Normal View History

2023-05-21 12:26:57 +00:00
{
2023-06-09 05:18:08 +00:00
"maimai.help.b40": "查询 B40 信息。(已弃用)",
2023-05-21 12:26:57 +00:00
"maimai.help.b50": "查询 B50 信息。(仅限大陆版舞萌)",
2023-06-05 09:01:14 +00:00
"maimai.help.desc": "查询 Maimai 相关内容。",
2023-05-31 14:34:48 +00:00
"maimai.help.inner": "根据定数或定数范围搜索歌曲。",
"maimai.help.level": "根据等级搜索歌曲。",
"maimai.help.random": "随机一首歌曲。",
2023-06-05 09:01:14 +00:00
"maimai.help.random.filter": "随机一首指定条件的歌曲,输入为“#”则表示无条件。",
2023-05-31 14:34:48 +00:00
"maimai.help.search": "根据歌名(或一部分)搜索歌曲。",
"maimai.help.song": "查询 Maimai 歌曲或谱面的信息。",
"maimai.message.chart_not_found": "未找到符合要求的谱面。",
2023-05-21 12:26:57 +00:00
"maimai.message.forbidden": "此用户禁止了其他人获取数据。",
2023-05-31 14:34:48 +00:00
"maimai.message.inner": "以下为定数 ${rating} 的曲目列表:",
"maimai.message.inner.range": "以下为定数 ${rating}-${rating_max} 的曲目列表:",
"maimai.message.level": "以下为难度 ${level} 的曲目列表:",
"maimai.message.music_not_found": "未找到符合要求的歌曲。",
"maimai.message.no_username": "请提供用户名!",
2023-06-05 09:14:29 +00:00
"maimai.message.random.error": "发生错误:无法随机歌曲,请检查输入。",
2023-05-31 14:45:50 +00:00
"maimai.message.search": "“${keyword}”的搜索结果:",
2023-05-31 14:34:48 +00:00
"maimai.message.song": "艺术家:${artist}\n分类${genre}\nBPM${bpm}\n版本${version}\n难度${level}",
2023-06-12 05:11:36 +00:00
"maimai.message.song.dx": "${diff} ${level} (${ds})\nTAP${tap}\nHOLD${hold}\nSLIDE${slide}\nTOUCH${touch}\nBREAK${brk}\n谱师${charter}",
"maimai.message.song.sd": "${diff} ${level} (${ds})\nTAP${tap}\nHOLD${hold}\nSLIDE${slide}\nBREAK${brk}\n谱师${charter}",
2023-05-31 14:34:48 +00:00
"maimai.message.too_much": "结果过多(${length} 条),请缩小搜索范围。",
"maimai.message.user_not_found": "未找到此玩家,请确保此玩家的用户名和查分器中的用户名相同。"
2023-05-21 12:26:57 +00:00
}