mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-02 06:22:15 +02:00
10 lines
295 B
TypeScript
10 lines
295 B
TypeScript
import { SimpleTranslationEntries } from "#app/interfaces/locales";
|
|
|
|
export const saveSlotSelectUiHandler: SimpleTranslationEntries = {
|
|
"overwriteData": "Den ausgewählten Speicherstand überschreiben?",
|
|
"loading": "Läd...",
|
|
"wave": "Welle",
|
|
"lv": "Lvl",
|
|
"empty": "Leer",
|
|
} as const;
|