Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes to pokedex locales #105

Merged
merged 3 commits into from
Feb 8, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
146 changes: 76 additions & 70 deletions en/pokedex-ui-handler.json
Original file line number Diff line number Diff line change
@@ -1,70 +1,76 @@
{
"BASE_STATS": "Base Stats",
"ABILITIES": "Abilities",
"LEVEL_MOVES": "Level Moves",
"EGG_MOVES": "Egg Moves",
"TM_MOVES": "TM Moves",
"BIOMES": "Biomes",
"NATURES": "Natures",
"TOGGLE_IVS": "Toggle IVs",
"EVOLUTIONS": "Evolutions",
"confirmExit": "Do you want to exit?",
"showNature": "Show its unlocked natures.",
"showBaseStats": "Show its base stats.",
"showAbilities": "Show its unlocked abilities and passive.",
"showLevelMoves": "Show moves it can learn by leveling up.",
"showEggMoves": "Show its unlocked Egg moves.",
"showTmMoves": "Show moves it can learn from a TM.",
"showBiomes": "Show locations where it can be found.",
"showNatures": "Show its unlocked natures.",
"showEvolutions": "Show its evolutions and battle forms.",
"noEvolutions": "This Pokémon has no evolutions or battle forms.",
"noBiomes": "This Pokémon is not found in the wild.",
"noEggMoves": "No Egg Moves are available for this starter.",
"baseTotal": "Total",
"evolutions": "Evolutions:",
"forms": "Forms:",
"preBiomes": "As an evolution:",
"GREAT": "Great",
"ULTRA": "Ultra",
"ROGUE": "Rogue",
"scanChooseOption": "Choose option",
"scanSelect": "Select",
"scanCancel": "Cancel",
"scanLabelName": "Enter Name",
"scanLabelMove": "Enter Move",
"scanLabelAbility": "Enter Ability",
"scanLabelPassive": "Enter Passive",
"goFilters": ": Go to filters",
"toggleDecorations": ": Toggle decorations",
"pokemonNumber": "No. ",
"cycleShiny": ": Shiny",
"cycleForm": ": Form",
"cycleGender": ": Gender",
"cycleVariant": ": Variant",
"candyUpgrade": ": Buy candy upgrades",
"gen1": "I",
"gen2": "II",
"gen3": "III",
"gen4": "IV",
"gen5": "V",
"gen6": "VI",
"gen7": "VII",
"gen8": "VIII",
"gen9": "IX",
"growthRate": "Growth Rate:",
"ability": "Ability:",
"passive": "Passive:",
"nature": "Nature:",
"eggMoves": "Egg Moves",
"addToParty": "Add to Party",
"removeFromParty": "Remove from Party",
"toggleIVs": "Show its IVs.",
"useCandies": "Use Candies",
"unlockPassive": "Unlock Passive",
"reduceCost": "Reduce Cost",
"sameSpeciesEgg": "Buy an Egg",
"locked": "Locked",
"disabled": "Disabled",
"uncaught": "Uncaught"
}
{
"BASE_STATS": "Base Stats",
"ABILITIES": "Abilities",
"LEVEL_MOVES": "Level Moves",
"EGG_MOVES": "Egg Moves",
"TM_MOVES": "TM Moves",
"BIOMES": "Biomes",
"NATURES": "Natures",
"TOGGLE_IVS": "Toggle IVs",
"EVOLUTIONS": "Evolutions",
"confirmExit": "Do you want to exit?",
"showNature": "Show its unlocked natures.",
"showBaseStats": "Show its base stats.",
"showAbilities": "Show its unlocked abilities and passive.",
"showLevelMoves": "Show moves it can learn by leveling up.",
"showEggMoves": "Show its unlocked Egg moves.",
"showTmMoves": "Show moves it can learn from a TM.",
"showBiomes": "Show locations where it can be found.",
"showNatures": "Show its unlocked natures.",
"showEvolutions": "Show its evolutions and battle forms.",
"noEvolutions": "This Pokémon has no evolutions or battle forms.",
"noBiomes": "This Pokémon is not found in the wild.",
"noEggMoves": "No Egg Moves are available for this starter.",
"baseTotal": "Total",
"common": "Common:",
"rare": "Rare:",
"hidden": "Hidden:",
"prevolutions": "Prevolutions:",
"evolutions": "Evolutions:",
"forms": "Forms:",
"preBiomes": "As an evolution:",
"GREAT": "Great",
"ULTRA": "Ultra",
"ROGUE": "Rogue",
"scanChooseOption": "Choose option",
"scanSelect": "Select",
"scanCancel": "Cancel",
"scanLabelName": "Enter Name",
"scanLabelMove": "Enter Move",
"scanLabelAbility": "Enter Ability",
"scanLabelPassive": "Enter Passive",
"goFilters": ": Go to filters",
"toggleDecorations": ": Toggle decorations",
"pokemonNumber": "No. ",
"cycleShiny": ": Shiny",
"cycleForm": ": Form",
"cycleGender": ": Gender",
"cycleVariant": ": Variant",
"candyUpgrade": ": Buy candy upgrades",
"showBackSprite": ": Show back",
"showFrontSprite": ": Show front",
"gen1": "I",
"gen2": "II",
"gen3": "III",
"gen4": "IV",
"gen5": "V",
"gen6": "VI",
"gen7": "VII",
"gen8": "VIII",
"gen9": "IX",
"growthRate": "Growth Rate:",
"ability": "Ability:",
"passive": "Passive:",
"nature": "Nature:",
"eggMoves": "Egg Moves",
"addToParty": "Add to Party",
"removeFromParty": "Remove from Party",
"toggleIVs": "Show its IVs.",
"useCandies": "Use Candies",
"unlockPassive": "Unlock Passive",
"reduceCost": "Reduce Cost",
"sameSpeciesEgg": "Buy an Egg",
"locked": "Locked",
"disabled": "Disabled",
"uncaught": "Uncaught"
}
Loading