mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-03-02 07:58:22 +00:00
11 lines
328 B
TypeScript
11 lines
328 B
TypeScript
import { SimpleTranslationEntries } from "#app/interfaces/locales";
|
|
|
|
export const battleMessageUiHandler: SimpleTranslationEntries = {
|
|
"ivBest": "Exceptionnel",
|
|
"ivFantastic": "Fantastique",
|
|
"ivVeryGood": "Très bon",
|
|
"ivPrettyGood": "Bon",
|
|
"ivDecent": "Passable…",
|
|
"ivNoGood": "Pas top…",
|
|
} as const;
|