mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-17 05:42:18 +02:00
Added Gen names localizations in Starter Selection UI
This commit is contained in:
parent
ebac514574
commit
8abb340e4c
@ -7,6 +7,15 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
|||||||
*/
|
*/
|
||||||
export const starterSelectUiHandler: SimpleTranslationEntries = {
|
export const starterSelectUiHandler: SimpleTranslationEntries = {
|
||||||
"confirmStartTeam": 'Começar com esses Pokémon?',
|
"confirmStartTeam": 'Começar com esses Pokémon?',
|
||||||
|
"gen1": "I",
|
||||||
|
"gen2": "II",
|
||||||
|
"gen3": "III",
|
||||||
|
"gen4": "IV",
|
||||||
|
"gen5": "V",
|
||||||
|
"gen6": "VI",
|
||||||
|
"gen7": "VII",
|
||||||
|
"gen8": "VII",
|
||||||
|
"gen9": "IX",
|
||||||
"growthRate": "Crescimento:",
|
"growthRate": "Crescimento:",
|
||||||
"ability": "Hab.:",
|
"ability": "Hab.:",
|
||||||
"passive": "Passiva:",
|
"passive": "Passiva:",
|
||||||
@ -32,4 +41,4 @@ export const starterSelectUiHandler: SimpleTranslationEntries = {
|
|||||||
"locked": "Bloqueado",
|
"locked": "Bloqueado",
|
||||||
"disabled": "Desativado",
|
"disabled": "Desativado",
|
||||||
"uncaught": "Não capturado"
|
"uncaught": "Não capturado"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user