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

71 lines
4.5 KiB
JSON
Raw Normal View History

2023-03-19 05:00:32 +00:00
{
"arcaea.errcode.-1": "Invalid username or friend ID",
"arcaea.errcode.-2": "Invalid friend ID",
"arcaea.errcode.-3": "User not found",
"arcaea.errcode.-4": "Friend list is full",
"arcaea.errcode.-5": "Invalid song name or song ID",
"arcaea.errcode.-6": "Invalid song ID",
"arcaea.errcode.-7": "Song not recorded",
"arcaea.errcode.-8": "Too many records",
"arcaea.errcode.-9": "Invalid Difficulty",
"arcaea.errcode.-10": "Invalid recent records",
"arcaea.errcode.-11": "Failed to allocate Arcaea account",
"arcaea.errcode.-12": "Failed to clear friend object",
"arcaea.errcode.-13": "Failed to add object",
"arcaea.errcode.-14": "The song has no Beyond difficulty",
"arcaea.errcode.-15": "No play record",
"arcaea.errcode.-16": "User ranking banned",
"arcaea.errcode.-17": "Failed to query best 30 record",
"arcaea.errcode.-18": "Update server not available",
"arcaea.errcode.-19": "Invalid partner",
"arcaea.errcode.-20": "File does not exist",
"arcaea.errcode.-23": "Internal error occurred",
"arcaea.errcode.-233": "Unknown error occurred",
2023-04-16 09:06:51 +00:00
"arcaea.message.assets.not_found": "No resource files found! Please place the apk files of Arcaea to the robot's assets directory and rename them to \"arc.apk\", use \"${prefix}arcaea\" to initialize resources.",
2023-03-19 05:00:32 +00:00
"arcaea.message.failed": "Failed to query.",
"arcaea.message.failed.errcode": "Failed to query: ",
"arcaea.message.failed.fetch": "Failed to fetch.",
"arcaea.message.invalid.friendcode.format": "Please enter the correct friend ID!",
"arcaea.message.invalid.friendcode.non_digital": "Friend ID must be 9 digits!",
2023-05-18 04:29:55 +00:00
"arcaea.message.user_unbound": "Unbound user. Please bind user by \"${prefix}arcaea bind\".",
2023-03-19 05:00:32 +00:00
"arcaea.message.no_webrender": "No webrender configured, this command cannot be used.",
2023-04-27 04:37:11 +00:00
"arcaea.b30.help": "Query the best 30 list of Arcaea user. ",
2023-03-19 05:00:32 +00:00
"arcaea.b30.message.success": "Result\nBest 30${b30} | Recent 10${r10}\nBest 30 last 5 list: \n${last5list}",
2023-04-27 04:37:11 +00:00
"arcaea.info.help": "Query the play record of Arcaea user. ",
2023-03-19 05:00:32 +00:00
"arcaea.info.message.result": "Recent play record of ${username} (${potential}): \n${trackname} (${difficulty})\nScore: ${score}\nPure: ${pure} (${shiny_pure})\nFar: ${far}\nLost: ${lost}\nPotential: ${realptt} -> ${ptt}\nTime: ${time_played} (UTC+8)",
"arcaea.info.message.result.none": "This user has no play record.",
"arcaea.song.help": "Query information about the music chart of Arcaea.",
"arcaea.song.message.invalid.difficulty": "Please enter correct chart difficulty!",
"arcaea.song.message.difficulty.not_found": "This chart difficulty does not exist.",
"arcaea.song.message.difficulty_rating": "Level: ",
2023-04-16 09:06:51 +00:00
"arcaea.song.message.artist": "Composition: ",
2023-03-19 05:00:32 +00:00
"arcaea.song.message.jacket_designer": "Illustration: ",
"arcaea.song.message.chart_designer": "Chart design: ",
"arcaea.song.message.note": "Notes: ",
"arcaea.song.message.bpm": "BPM: ",
"arcaea.song.message.set_friendly": "Songs by pack: ",
"arcaea.song.message.time": "Length: ",
"arcaea.song.message.time.second": " sec",
"arcaea.song.message.date": "Added date: ",
"arcaea.song.message.world_unlock": "Requires unlock via World: ",
"arcaea.song.message.remote_download": "Requires download: ",
"arcaea.song.message.best": "Best score: ",
"arcaea.song.message.side.colorless": "Colorless",
"arcaea.song.message.side.conflict": "Conflict",
"arcaea.song.message.side.light": "Light",
"arcaea.bind.help": "Bind Arcaea user.",
"arcaea.bind.message.success": "Binding successed: ${username} (${friendcode})",
2023-05-15 12:47:04 +00:00
"arcaea.bind.message.success.but_failed_fetch_username": "Binding successed, but could not fetch user information. Please check your own command available.",
2023-03-19 05:00:32 +00:00
"arcaea.bind.message.failed": "Binding failed, please try binding with your friend ID.",
"arcaea.unbind.help": "Unbind user.",
"arcaea.unbind.message.success": "Unbind succeeded.",
"arcaea.initialize.message.not_found": "arc.apk not found!",
"arcaea.initialize.message.success": "Initialized successed!",
"arcaea.download.help": "Get the latest version of game apk.",
"arcaea.download.message.success": "Current latest version is ${version}.\nDownload: ${url}",
"arcaea.random.help": "Random a track.",
"arcaea.rank.help.free": "View the current rank of the free packs.",
"arcaea.rank.help.paid": "View the current rank of the paid packs.",
2023-04-05 06:54:05 +00:00
"arcaea.help.desc": "Queries about Arcaea."
2023-03-19 09:49:53 +00:00
}