mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-24 18:01:05 +00:00
d743f7ba7a
* 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
10 lines
288 B
TypeScript
10 lines
288 B
TypeScript
import { SimpleTranslationEntries } from "#app/interfaces/locales";
|
|
|
|
export const saveSlotSelectUiHandler: SimpleTranslationEntries = {
|
|
"overwriteData": "要覆蓋該槽位的存檔嗎?",
|
|
"loading": "正在加載...",
|
|
"wave": "層數",
|
|
"lv": "Lv",
|
|
"empty": "空",
|
|
} as const;
|