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/arcaea/locales/zh_cn.json
2023-03-15 19:29:25 +08:00

58 lines
3.6 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.

{
"arcaea.errcode.-1": "非法的用户名或好友代码",
"arcaea.errcode.-2": "非法的好友代码",
"arcaea.errcode.-3": "未找到用户",
"arcaea.errcode.-4": "好友列表已满",
"arcaea.errcode.-5": "非法的歌曲名或歌曲ID",
"arcaea.errcode.-6": "非法的歌曲ID",
"arcaea.errcode.-7": "歌曲未记录",
"arcaea.errcode.-8": "记录过多",
"arcaea.errcode.-9": "非法的难度",
"arcaea.errcode.-10": "非法的近期记录数",
"arcaea.errcode.-11": "分配Arcaea账户失败",
"arcaea.errcode.-12": "清除好友对象失败",
"arcaea.errcode.-13": "添加对象失败",
"arcaea.errcode.-14": "该歌曲无Beyond难度",
"arcaea.errcode.-15": "无游玩记录",
"arcaea.errcode.-16": "用户排行榜被封禁",
"arcaea.errcode.-17": "查询B30记录失败",
"arcaea.errcode.-18": "更新服务器不可用",
"arcaea.errcode.-19": "非法的搭档",
"arcaea.errcode.-20": "文件不存在",
"arcaea.errcode.-23": "发生了内部错误",
"arcaea.errcode.-233": "发生了未知错误",
"arcaea.assets.not_found": "未找到资源文件请放置一枚arcaea的apk到机器人的assets目录并重命名为arc.apk后使用~arcaea initialize初始化资源。",
"arcaea.message.failed.fetch": "获取失败。",
"arcaea.message.invalid.friendcode.format": "请输入正确的好友码!",
"arcaea.message.invalid.friendcode.non_digital": "好友码必须是9位数字",
"arcaea.message.official": "使用官方API",
"arcaea.message.official.fetch.failed": "使用官方API获取失败。",
"arcaea.message.official.fetch.failed.fallback": "使用官方API获取失败尝试使用非官方接口。",
"arcaea.message.unofficial": "使用非官方API",
"arcaea.message.unofficial.fetch.failed": "使用非官方API查询失败",
"arcaea.message.user.unbound": "未绑定用户,请使用~arcaea bind <friendcode>绑定一个用户。",
"arcaea.message.no_webrender": "未配置webrender无法使用此命令。",
"arcaea.help": "查询Arcaea相关内容。",
"arcaea.b30.help": "查询一个Arcaea用户的b30列表自动选择使用API",
"arcaea.b30.message.success": "获取结果\nB30: {b30} | R10: {r10}\nB30倒5列表\n{last5list}",
"arcaea.info.help": "查询一个Arcaea用户的最近游玩记录自动选择使用API",
"arcaea.song.help": "查询一首Arcaea谱面的信息",
"arcaea.song.message.invalid.difficulty": "请输入正确的谱面难度!",
"arcaea.bind.help": "绑定一个Arcaea用户",
"arcaea.bind.message.success": "绑定成功:${username} (${friendcode})",
"arcaea.bind.message.success.but.failed.fetch.username": "绑定成功,但是无法获取用户信息。请自行检查命令是否可用。",
"arcaea.bind.message.failed": "绑定失败,请尝试使用好友码绑定。",
"arcaea.unbind.help": "解绑用户",
"arcaea.unbind.message.success": "解绑成功。",
"arcaea.initialize.not_found": "未找到arc.apk",
"arcaea.initialize.success": "成功初始化!",
"arcaea.download.help": "获取最新版本的游戏apk",
"arcaea.download.message.success": "目前的最新版本为${version}。\n下载地址${url}",
"arcaea.random.help": "随机一首曲子",
"arcaea.rank.help.free": "查看当前免费包游玩排行",
"arcaea.rank.help.paid": "查看当前付费包游玩排行",
"arcaea.switch.help": "切换查询时默认优先使用的API接口",
"arcaea.switch.message.success.official": "已切换为官方API。",
"arcaea.switch.message.success.unofficial": "已切换为非官方API。"
}