mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-12-13 00:56:08 +00:00
b72b432ce3
* spanish translations * shortened translation
11 lines
326 B
TypeScript
11 lines
326 B
TypeScript
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
|
|
|
export const battleMessageUiHandler: SimpleTranslationEntries = {
|
|
"ivBest": "Inmejorable",
|
|
"ivFantastic": "Fantástico",
|
|
"ivVeryGood": "Notable",
|
|
"ivPrettyGood": "Genial",
|
|
"ivDecent": "No está mal",
|
|
"ivNoGood": "Cojea un poco",
|
|
} as const;
|