mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-12-02 11:46:11 +00:00
2240e09406
* zh_tw translation * update translation to newer version * follow file naming convention
23 lines
869 B
TypeScript
23 lines
869 B
TypeScript
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
||
|
||
export const menuUiHandler: SimpleTranslationEntries = {
|
||
"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; |