pokerogue/src/locales/zh_CN/battle-message-ui-handler.ts
Matthew d70dd16f8c
[Refactor] I18n Cleaning (#2348)
* I18n Cleaning

* pr comments

* appease typedoc

* moved types into src
2024-06-17 17:05:33 -04:00

11 lines
326 B
TypeScript

import { SimpleTranslationEntries } from "#app/interfaces/locales";
export const battleMessageUiHandler: SimpleTranslationEntries = {
"ivBest": "最棒",
"ivFantastic": "了不起",
"ivVeryGood": "非常好",
"ivPrettyGood": "相当好",
"ivDecent": "一般般",
"ivNoGood": "也许不行",
} as const;