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
2023-04-28 20:14:09 +08:00

70 lines
4.5 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": "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",
"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.",
"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!",
"arcaea.message.user.unbound": "Unbound user. Please bind user by \"${prefix}arcaea bind <friendcode>\".",
"arcaea.message.no_webrender": "No webrender configured, this command cannot be used.",
"arcaea.b30.help": "Query the best 30 list of Arcaea user. ",
"arcaea.b30.message.success": "Result\nBest 30${b30} | Recent 10${r10}\nBest 30 last 5 list: \n${last5list}",
"arcaea.info.help": "Query the play record of Arcaea user. ",
"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: ",
"arcaea.song.message.artist": "Composition: ",
"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})",
"arcaea.bind.message.success.but.failed.fetch.username": "Binding successed, but could not fetch user information. Please check your own command available.",
"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.",
"arcaea.help.desc": "Queries about Arcaea."
}