mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-29 21:19:18 +01:00
11 lines
332 B
TypeScript
11 lines
332 B
TypeScript
import { SimpleTranslationEntries } from "#app/interfaces/locales";
|
|
|
|
export const battleMessageUiHandler: SimpleTranslationEntries = {
|
|
"ivBest": "Inmejorable",
|
|
"ivFantastic": "Fantástico",
|
|
"ivVeryGood": "Notable",
|
|
"ivPrettyGood": "Genial",
|
|
"ivDecent": "No está mal",
|
|
"ivNoGood": "Cojea un poco",
|
|
} as const;
|