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_tw.json

72 lines
4.7 KiB
JSON
Raw Normal View History

2023-04-28 12:14:09 +00:00
{
2023-05-11 11:15:30 +00:00
"arcaea.download.help": "取得最新版本的遊戲 apk。",
"arcaea.download.message.success": "目前的最新版本為 ${version}。\n下載網址${url}",
2023-04-28 12:14:09 +00:00
"arcaea.random.help": "隨機一首曲目。",
"arcaea.rank.help.free": "檢視目前免費包遊玩排行。",
"arcaea.rank.help.paid": "檢視目前付費包遊玩排行。",
2023-04-28 14:29:38 +00:00
"arcaea.help.desc": "查詢 Arcaea 相關內容。",
2023-05-15 10:36:23 +00:00
"arcaea.message.sb616": "由於眾所周知的原因「arcaea」模組的查分功能將無限期停用。\n人生自古誰無死不幸地Guy 的母親已經逝世,因此無法繼續與您互動,讓我們永遠緬懷她。",
"arcaea.errcode.-1": "無效的使用者名稱或好友 ID",
"arcaea.errcode.-2": "無效的好友 ID",
"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.message.assets.not_found": "找不到資源檔案! 請放置一份 Arcaea 的 apk 檔案到機器人的 assets 目錄並重命名為 arc.apk 後,使用「${prefix}arcaea initialize」初始化資源。",
"arcaea.message.failed": "查詢失敗。",
"arcaea.message.failed.errcode": "查詢失敗:",
"arcaea.message.failed.fetch": "取得失敗。",
"arcaea.message.invalid.friendcode.format": "請輸入正確的好友 ID",
"arcaea.message.invalid.friendcode.non_digital": "好友 ID 必須為 9 位數字!",
"arcaea.message.user.unbound": "未綁定使用者,請使用「${prefix}arcaea bind <friendcode>」綁定一個使用者。",
"arcaea.message.no_webrender": "未配置 webrender無法使用此指令。",
"arcaea.b30.help": "查詢 Arcaea 使用者的 b30 列表。",
"arcaea.b30.message.success": "取得結果\nB30${b30} | R10${r10}\nB30 倒 5 列表:\n${last5list}",
"arcaea.info.help": "查詢 Arcaea 使用者的最近遊玩紀錄。",
"arcaea.info.message.result": "${username} (${potential}) 的最近遊玩紀錄:\n${trackname}${difficulty}\n分數${score}\nPure${pure} (${shiny_pure})\nFar${far}\nLost${lost}\n潛力值${realptt} -> ${ptt}\n時間${time_played} (UTC+8)",
"arcaea.info.message.result.none": "此使用者無遊玩紀錄。",
"arcaea.song.help": "查詢一首 Arcaea 譜面的資訊。",
"arcaea.song.message.invalid.difficulty": "請輸入正確的譜面難度!",
"arcaea.song.message.difficulty.not_found": "此譜面難度不存在。",
"arcaea.song.message.difficulty_rating": "難度:",
"arcaea.song.message.artist": "作曲:",
"arcaea.song.message.jacket_designer": "封面:",
"arcaea.song.message.chart_designer": "譜師:",
"arcaea.song.message.note": "物量:",
"arcaea.song.message.bpm": "BPM",
"arcaea.song.message.set_friendly": "所屬曲包:",
"arcaea.song.message.time": "時長:",
"arcaea.song.message.time.second": " 秒",
"arcaea.song.message.date": "上線日期:",
"arcaea.song.message.world_unlock": "需要透過 World 解禁:",
"arcaea.song.message.remote_download": "需要下載:",
"arcaea.song.message.best": "最佳成績:",
"arcaea.song.message.side.colorless": "消色",
"arcaea.song.message.side.conflict": "紛爭",
"arcaea.song.message.side.light": "光芒",
"arcaea.bind.help": "綁定 Arcaea 使用者。",
"arcaea.bind.message.success": "綁定成功:${username} (${friendcode})",
"arcaea.bind.message.success.but.failed.fetch.username": "綁定成功,但是無法取得使用者資訊。請自行檢查指令是否可用。",
"arcaea.bind.message.failed": "綁定失敗,請嘗試使用好友 ID 綁定。",
"arcaea.unbind.help": "解除綁定使用者。",
"arcaea.unbind.message.success": "解除綁定成功。",
"arcaea.initialize.message.not_found": "找不到 arc.apk",
"arcaea.initialize.message.success": "成功初始化!"
2023-04-28 12:14:09 +00:00
}