mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-12-03 20:27:09 +00:00
10 lines
292 B
TypeScript
10 lines
292 B
TypeScript
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
|
|
|
export const saveSlotSelectUiHandler: SimpleTranslationEntries = {
|
|
"overwriteData": "Sovrascrivere i dati nello slot selezionato?",
|
|
"loading": "Caricamento...",
|
|
"wave": "Onda",
|
|
"lv": "Lv",
|
|
"empty": "Vuoto",
|
|
} as const;
|