mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-03-03 08:27:59 +00:00
10 lines
315 B
TypeScript
10 lines
315 B
TypeScript
|
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
||
|
|
||
|
export const saveSlotSelectUiHandler: SimpleTranslationEntries = {
|
||
|
"overwriteData": "선택한 슬롯에 데이터를 덮어쓰시겠습니까?",
|
||
|
"loading": "로딩 중...",
|
||
|
"wave": "웨이브",
|
||
|
"lv": "Lv",
|
||
|
"empty": "빈 슬롯",
|
||
|
} as const;
|