starter-select-ui-handler.ts 업데이트
parent
72c8a5e5c8
commit
0a32a9c8ae
|
|
@ -0,0 +1,32 @@
|
||||||
|
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The menu namespace holds most miscellaneous text that isn't directly part of the game's
|
||||||
|
* contents or directly related to Pokemon data. This includes menu navigation, settings,
|
||||||
|
* account interactions, descriptive text, etc.
|
||||||
|
*/
|
||||||
|
export const starterSelectUiHandler: SimpleTranslationEntries = {
|
||||||
|
"confirmStartTeam":'Begin with these Pokémon?',
|
||||||
|
"growthRate": "Growth Rate:",
|
||||||
|
"ability": "Ability:",
|
||||||
|
"passive": "Passive:",
|
||||||
|
"nature": "Nature:",
|
||||||
|
"eggMoves": 'Egg Moves',
|
||||||
|
"start": "Start",
|
||||||
|
"addToParty": "Add to Party",
|
||||||
|
"toggleIVs": 'Toggle IVs',
|
||||||
|
"manageMoves": 'Manage Moves',
|
||||||
|
"useCandies": 'Use Candies',
|
||||||
|
"selectMoveSwapOut": "Select a move to swap out.",
|
||||||
|
"selectMoveSwapWith": "Select a move to swap with",
|
||||||
|
"unlockPassive": "Unlock Passive",
|
||||||
|
"reduceCost": "Reduce Cost",
|
||||||
|
"cycleShiny": "R: Cycle Shiny",
|
||||||
|
"cycleForm": 'F: Cycle Form',
|
||||||
|
"cycleGender": 'G: Cycle Gender',
|
||||||
|
"cycleAbility": 'E: Cycle Ability',
|
||||||
|
"cycleNature": 'N: Cycle Nature',
|
||||||
|
"cycleVariant": 'V: Cycle Variant',
|
||||||
|
"enablePassive": "Enable Passive",
|
||||||
|
"disablePassive": "Disable Passive"
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue