mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-12-04 20:56:09 +00:00
10 lines
284 B
TypeScript
10 lines
284 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": "Vuoto",
|
||
|
} as const;
|