pokerogue/src/locales/zh_TW/menu-ui-handler.ts
iv 2240e09406
zh_tw localization (#1279)
* zh_tw translation

* update translation to newer version

* follow file naming convention
2024-05-23 07:01:22 -05:00

23 lines
869 B
TypeScript
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.

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;