pokerogue/src/locales/ko/growth.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
291 B
TypeScript

import { SimpleTranslationEntries } from "#app/interfaces/locales";
export const growth: SimpleTranslationEntries = {
"Erratic": "불규칙",
"Fast": "빠름",
"Medium_Fast": "중간 빠름",
"Medium_Slow": "중간 느림",
"Slow": "느림",
"Fluctuating": "변동"
} as const;