mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-28 12:39:32 +01:00
11 lines
324 B
TypeScript
11 lines
324 B
TypeScript
import { SimpleTranslationEntries } from "#app/interfaces/locales";
|
|
|
|
export const battleMessageUiHandler: SimpleTranslationEntries = {
|
|
"ivBest": "Stellare",
|
|
"ivFantastic": "Eccellente",
|
|
"ivVeryGood": "Notevole",
|
|
"ivPrettyGood": "Normale",
|
|
"ivDecent": "Sufficiente",
|
|
"ivNoGood": "Mediocre",
|
|
} as const;
|