2024-06-17 17:05:33 -04:00
|
|
|
|
import { SimpleTranslationEntries } from "#app/interfaces/locales";
|
2024-05-23 20:01:22 +08:00
|
|
|
|
|
|
|
|
|
export const menuUiHandler: SimpleTranslationEntries = {
|
2024-05-23 17:03:10 +02:00
|
|
|
|
"GAME_SETTINGS": "遊戲設置",
|
|
|
|
|
"ACHIEVEMENTS": "成就",
|
|
|
|
|
"STATS": "數據",
|
|
|
|
|
"VOUCHERS": "兌換劵",
|
|
|
|
|
"EGG_LIST": "蛋列表",
|
|
|
|
|
"EGG_GACHA": "扭蛋機",
|
|
|
|
|
"MANAGE_DATA": "管理數據",
|
|
|
|
|
"COMMUNITY": "社群",
|
|
|
|
|
"RETURN_TO_TITLE": "返回標題畫面",
|
|
|
|
|
"LOG_OUT": "登出",
|
|
|
|
|
"slot": "存檔位 {{slotNumber}}",
|
|
|
|
|
"importSession": "導入存檔",
|
|
|
|
|
"importSlotSelect": "選擇要導入到的存檔位。",
|
|
|
|
|
"exportSession": "導出存檔",
|
|
|
|
|
"exportSlotSelect": "選擇要導出的存檔位。",
|
|
|
|
|
"importData": "導入數據",
|
|
|
|
|
"exportData": "導出數據",
|
|
|
|
|
"cancel": "取消",
|
|
|
|
|
"losingProgressionWarning": "你將失去自戰鬥開始以來的所有進度。是否\n繼續?"
|
|
|
|
|
} as const;
|