pokerogue/src/locales/ca-ES/save-slot-select-ui-handler.ts
2024-08-07 09:45:29 +01:00

10 lines
290 B
TypeScript

import { SimpleTranslationEntries } from "#app/interfaces/locales";
export const saveSlotSelectUiHandler: SimpleTranslationEntries = {
"overwriteData": "Overwrite the data in the selected slot?",
"loading": "Loading...",
"wave": "Wave",
"lv": "Lv",
"empty": "Empty",
} as const;