mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-05 07:37:20 +00:00
b9e809b685
* localization * localization2 * local3
13 lines
311 B
TypeScript
13 lines
311 B
TypeScript
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
|
|
|
export const pokemonInfoContainer: SimpleTranslationEntries = {
|
|
"moveset": "기술",
|
|
"gender": "성별:",
|
|
"ability": "특성:",
|
|
"nature": "성격:",
|
|
"epic": "에픽",
|
|
"rare": "레어",
|
|
"common": "커먼",
|
|
"form": "폼:"
|
|
} as const;
|