mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-04-14 13:48:09 +01:00
10 lines
305 B
TypeScript
10 lines
305 B
TypeScript
import { SimpleTranslationEntries } from "#app/interfaces/locales";
|
|
|
|
export const saveSlotSelectUiHandler: SimpleTranslationEntries = {
|
|
"overwriteData": "¿Sobrescribir los datos en la ranura seleccionada?",
|
|
"loading": "Cargando...",
|
|
"wave": "Oleada",
|
|
"lv": "Nv",
|
|
"empty": "Vacío",
|
|
} as const;
|