pokerogue/src/locales/zh_TW/save-slot-select-ui-handler.ts
Ei d743f7ba7a
[Localization] A lot of zh_TW translations and fixes (achivements, battles, game modes, biomes, abilities, ui handlers, and more) (#2551)
* Corrected all English punctuation into Chinese in zh_TW

* Merged battle.ts and biome.ts translations into this branch

* abilitiy-trigger.ts and achv.ts

* battle.ts egg.ts fight-ui-handler.ts game-mode.ts

* a bunch of minor changes
2024-06-23 17:59:05 -04:00

10 lines
288 B
TypeScript

import { SimpleTranslationEntries } from "#app/interfaces/locales";
export const saveSlotSelectUiHandler: SimpleTranslationEntries = {
"overwriteData": "要覆蓋該槽位的存檔嗎?",
"loading": "正在加載...",
"wave": "層數",
"lv": "Lv",
"empty": "空",
} as const;