mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-12-02 03:36:16 +00:00
10 lines
282 B
TypeScript
10 lines
282 B
TypeScript
|
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
||
|
|
||
|
export const saveSlotSelectUiHandler: SimpleTranslationEntries = {
|
||
|
"overwriteData": "Overwrite the data in the selected slot?",
|
||
|
"loading": "Loading...",
|
||
|
"wave": "Wave",
|
||
|
"lv": "Lv",
|
||
|
"empty": "空",
|
||
|
} as const;
|