2024-06-17 22:05:33 +01:00
|
|
|
import { SimpleTranslationEntries } from "#app/interfaces/locales";
|
2024-05-13 17:18:24 +01:00
|
|
|
|
|
|
|
export const battle: SimpleTranslationEntries = {
|
|
|
|
"bossAppeared": "{{bossName}} apareceu.",
|
|
|
|
"trainerAppeared": "{{trainerName}}\nquer batalhar!",
|
2024-05-17 16:39:13 +01:00
|
|
|
"trainerAppearedDouble": "{{trainerName}}\nquerem batalhar!",
|
2024-05-13 17:18:24 +01:00
|
|
|
"singleWildAppeared": "Um {{pokemonName}} selvagem apareceu!",
|
2024-06-08 15:53:25 +01:00
|
|
|
"trainerSendOut": "{{trainerName}} escolheu\n{{pokemonName}}!",
|
2024-05-13 17:18:24 +01:00
|
|
|
"multiWildAppeared": "Um {{pokemonName1}} e um {{pokemonName2}} selvagens\napareceram!",
|
|
|
|
"playerComeBack": "{{pokemonName}}, retorne!",
|
|
|
|
"trainerComeBack": "{{trainerName}} retirou {{pokemonName}} da batalha!",
|
|
|
|
"playerGo": "{{pokemonName}}, eu escolho você!",
|
2024-05-17 16:39:13 +01:00
|
|
|
"trainerGo": "{{trainerName}} escolheu {{pokemonName}}!",
|
2024-05-13 23:59:09 +01:00
|
|
|
"switchQuestion": "Quer trocar\nde {{pokemonName}}?",
|
2024-05-13 17:18:24 +01:00
|
|
|
"trainerDefeated": "Você derrotou\n{{trainerName}}!",
|
2024-06-08 15:53:25 +01:00
|
|
|
"moneyWon": "Você ganhou\n₽{{moneyAmount}} por ganhar!",
|
2024-07-08 15:25:46 +01:00
|
|
|
"moneyPickedUp": "Você pegou ₽{{moneyAmount}} do chão!",
|
2024-05-13 17:18:24 +01:00
|
|
|
"pokemonCaught": "{{pokemonName}} foi capturado!",
|
2024-06-24 21:59:17 +01:00
|
|
|
"addedAsAStarter": "{{pokemonName}} foi adicionado\naos seus iniciais!",
|
2024-06-08 15:53:25 +01:00
|
|
|
"partyFull": "Sua equipe está cheia.\nSolte um Pokémon para ter espaço para {{pokemonName}}?",
|
2024-05-13 17:18:24 +01:00
|
|
|
"pokemon": "Pokémon",
|
|
|
|
"sendOutPokemon": "{{pokemonName}}, eu escolho você!!",
|
2024-06-28 15:33:06 +01:00
|
|
|
"hitResultCriticalHit": "Foi um acerto crítico!",
|
2024-05-13 17:18:24 +01:00
|
|
|
"hitResultSuperEffective": "É supereficaz!",
|
|
|
|
"hitResultNotVeryEffective": "É pouco eficaz...",
|
|
|
|
"hitResultNoEffect": "Isso não afeta {{pokemonName}}!",
|
|
|
|
"hitResultOneHitKO": "Foi um nocaute de um golpe!",
|
|
|
|
"attackFailed": "Mas falhou!",
|
2024-07-05 23:29:13 +01:00
|
|
|
"attackMissed": "{{pokemonNameWithAffix}} desviou do ataque!",
|
2024-05-23 16:03:10 +01:00
|
|
|
"attackHitsCount": "Acertou {{count}} vezes.",
|
2024-06-26 03:13:43 +01:00
|
|
|
"rewardGain": "Você recebeu\n{{modifierName}}!",
|
2024-05-13 17:18:24 +01:00
|
|
|
"expGain": "{{pokemonName}} ganhou\n{{exp}} pontos de experiência.",
|
|
|
|
"levelUp": "{{pokemonName}} subiu para \nNv. {{level}}!",
|
|
|
|
"learnMove": "{{pokemonName}} aprendeu {{moveName}}!",
|
|
|
|
"learnMovePrompt": "{{pokemonName}} quer aprender\n{{moveName}}.",
|
|
|
|
"learnMoveLimitReached": "Porém, {{pokemonName}} já sabe\nquatro movimentos.",
|
|
|
|
"learnMoveReplaceQuestion": "Quer substituir um de seus movimentos por {{moveName}}?",
|
|
|
|
"learnMoveStopTeaching": "Você não quer aprender\n{{moveName}}?",
|
|
|
|
"learnMoveNotLearned": "{{pokemonName}} não aprendeu {{moveName}}.",
|
|
|
|
"learnMoveForgetQuestion": "Qual movimento quer esquecer?",
|
|
|
|
"learnMoveForgetSuccess": "{{pokemonName}} esqueceu como usar {{moveName}}.",
|
2024-05-15 17:42:34 +01:00
|
|
|
"countdownPoof": "@d{32}1, @d{15}2, @d{15}e@d{15}… @d{15}… @d{15}… @d{15}@s{pb_bounce_1}Puf!",
|
|
|
|
"learnMoveAnd": "E…",
|
2024-05-13 17:18:24 +01:00
|
|
|
"levelCapUp": "O nível máximo aumentou\npara {{levelCap}}!",
|
|
|
|
"moveNotImplemented": "{{moveName}} ainda não foi implementado e não pode ser usado.",
|
|
|
|
"moveNoPP": "Não há mais PP\npara esse movimento!",
|
|
|
|
"moveDisabled": "Não se pode usar {{moveName}} porque foi desabilitado!",
|
|
|
|
"noPokeballForce": "Uma força misteriosa\nte impede de usar Poké Bolas.",
|
|
|
|
"noPokeballTrainer": "Não se pode capturar\nPokémon dos outros!",
|
|
|
|
"noPokeballMulti": "Não se pode lançar Poké Bolas\nquando há mais de um Pokémon!",
|
|
|
|
"noPokeballStrong": "Este Pokémon é forte demais para ser capturado!\nÉ preciso enfraquecê-lo primeiro!",
|
|
|
|
"noEscapeForce": "Uma força misteriosa\nte impede de fugir.",
|
|
|
|
"noEscapeTrainer": "Não se pode fugir de\nbatalhas contra treinadores!",
|
|
|
|
"noEscapePokemon": "O movimento {{moveName}} de {{pokemonName}} te impede de fugir!",
|
2024-06-03 15:30:27 +01:00
|
|
|
"runAwaySuccess": "Você fugiu com sucesso.",
|
2024-05-13 17:18:24 +01:00
|
|
|
"runAwayCannotEscape": "Você nao conseguiu fugir!",
|
|
|
|
"escapeVerbSwitch": "trocar",
|
|
|
|
"escapeVerbFlee": "fugir",
|
|
|
|
"notDisabled": "O movimento {{moveName}}\nnão está mais desabilitado!",
|
2024-06-23 05:48:55 +01:00
|
|
|
"turnEndHpRestore": "Os PS de {{pokemonName}} foram restaurados!",
|
|
|
|
"hpIsFull": "Os PS de {{pokemonName}}\njá estão cheios!",
|
2024-05-13 17:18:24 +01:00
|
|
|
"skipItemQuestion": "Tem certeza de que não quer escolher um item?",
|
|
|
|
"eggHatching": "Opa?",
|
2024-06-01 20:53:32 +01:00
|
|
|
"ivScannerUseQuestion": "Quer usar o Scanner de IVs em {{pokemonName}}?",
|
2024-06-06 16:19:38 +01:00
|
|
|
"wildPokemonWithAffix": "{{pokemonName}} selvagem",
|
|
|
|
"foePokemonWithAffix": "{{pokemonName}} adversário",
|
2024-06-06 15:12:40 +01:00
|
|
|
"useMove": "{{pokemonNameWithAffix}} usou {{moveName}}!",
|
2024-06-03 15:30:27 +01:00
|
|
|
"drainMessage": "{{pokemonName}} teve sua\nenergia drenada!",
|
2024-06-12 02:41:24 +01:00
|
|
|
"regainHealth": "{{pokemonName}} recuperou\npontos de saúde!",
|
2024-07-02 15:28:38 +01:00
|
|
|
"stealEatBerry": "{{pokemonName}} stole and ate\n{{targetName}}'s {{berryName}}!",
|
2024-06-12 14:24:18 +01:00
|
|
|
"fainted": "{{pokemonNameWithAffix}} desmaiou!",
|
2024-06-23 05:48:55 +01:00
|
|
|
"statRose": "{{stats}} de {{pokemonNameWithAffix}} aumentou!",
|
|
|
|
"statSharplyRose": "{{stats}} de {{pokemonNameWithAffix}} aumentou bruscamente!",
|
|
|
|
"statRoseDrastically": "{{stats}} de {{pokemonNameWithAffix}} aumentou drasticamente!",
|
|
|
|
"statWontGoAnyHigher": "{{stats}} de {{pokemonNameWithAffix}} não vai mais aumentar!",
|
|
|
|
"statFell": "{{stats}} de {{pokemonNameWithAffix}} diminuiu!",
|
|
|
|
"statHarshlyFell": "{{stats}} de {{pokemonNameWithAffix}} diminuiu duramente!",
|
|
|
|
"statSeverelyFell": "{{stats}} de {{pokemonNameWithAffix}} diminuiu severamente!",
|
|
|
|
"statWontGoAnyLower": "{{stats}} de {{pokemonNameWithAffix}} não vai mais diminuir!",
|
2024-06-20 14:39:05 +01:00
|
|
|
"ppReduced": "O PP do movimento {{moveName}} de\n{{targetName}} foi reduzido em {{reduction}}!",
|
|
|
|
"battlerTagsRechargingLapse": "{{pokemonNameWithAffix}} precisa\nrecarregar!",
|
|
|
|
"battlerTagsTrappedOnAdd": "{{pokemonNameWithAffix}} não pode\nmais escapar!",
|
2024-06-23 17:32:14 +01:00
|
|
|
"battlerTagsTrappedOnRemove": "{{pokemonNameWithAffix}} foi liberto\nde {{moveName}}!",
|
2024-06-20 14:39:05 +01:00
|
|
|
"battlerTagsFlinchedLapse": "{{pokemonNameWithAffix}} hesitou!",
|
|
|
|
"battlerTagsConfusedOnAdd": "{{pokemonNameWithAffix}} ficou\nconfuso!",
|
|
|
|
"battlerTagsConfusedOnRemove": "{{pokemonNameWithAffix}} saiu\nde sua confusão!",
|
|
|
|
"battlerTagsConfusedOnOverlap": "{{pokemonNameWithAffix}} já\nestá confuso!",
|
|
|
|
"battlerTagsConfusedLapse": "{{pokemonNameWithAffix}} está\nconfuso!",
|
|
|
|
"battlerTagsConfusedLapseHurtItself": "Se machucou em sua\nconfusão!",
|
|
|
|
"battlerTagsDestinyBondLapseIsBoss": "{{pokemonNameWithAffix}} não é afetado\npelos efeitos de Destiny Bond.",
|
|
|
|
"battlerTagsDestinyBondLapse": "{{pokemonNameWithAffix}} levou\n{{pokemonNameWithAffix2}} junto com ele!",
|
|
|
|
"battlerTagsInfatuatedOnAdd": "{{pokemonNameWithAffix}} se apaixonou\npor {{sourcePokemonName}}!",
|
|
|
|
"battlerTagsInfatuatedOnOverlap": "{{pokemonNameWithAffix}} já\nestá apaixonado!",
|
|
|
|
"battlerTagsInfatuatedLapse": "{{pokemonNameWithAffix}} está apaixonado\npor {{sourcePokemonName}}!",
|
|
|
|
"battlerTagsInfatuatedLapseImmobilize": "{{pokemonNameWithAffix}} está\nimobilizado pelo amor!",
|
|
|
|
"battlerTagsInfatuatedOnRemove": "{{pokemonNameWithAffix}} superou\nsua paixão.",
|
|
|
|
"battlerTagsSeededOnAdd": "{{pokemonNameWithAffix}} foi semeado!",
|
|
|
|
"battlerTagsSeededLapse": "A saúde de {{pokemonNameWithAffix}}\nfoi sugada pelo Leech Seed!",
|
|
|
|
"battlerTagsSeededLapseShed": "O Leech Seed de{{pokemonNameWithAffix}}\nsugou todo o gotejamento!",
|
|
|
|
"battlerTagsNightmareOnAdd": "{{pokemonNameWithAffix}} começou\na ter um Nightmare!",
|
|
|
|
"battlerTagsNightmareOnOverlap": "{{pokemonNameWithAffix}} já\nestá preso em um Nightmare!",
|
|
|
|
"battlerTagsNightmareLapse": "{{pokemonNameWithAffix}} está preso\nem um Nightmare!",
|
2024-06-25 19:18:05 +01:00
|
|
|
"battlerTagsEncoreOnAdd": "{{pokemonNameWithAffix}} ganhou\num Encore!",
|
2024-06-20 14:39:05 +01:00
|
|
|
"battlerTagsEncoreOnRemove": "O Encore de {{pokemonNameWithAffix}}\nacabou!",
|
|
|
|
"battlerTagsHelpingHandOnAdd": "{{pokemonNameWithAffix}} está pronto para\najudar {{pokemonName}}!",
|
|
|
|
"battlerTagsIngrainLapse": "{{pokemonNameWithAffix}} absorveu\nnutrientes com suas raízes!",
|
|
|
|
"battlerTagsIngrainOnTrap": "{{pokemonNameWithAffix}} plantou suas raízes!",
|
|
|
|
"battlerTagsAquaRingOnAdd": "{{pokemonNameWithAffix}} se cercou\ncom um véu de água!",
|
|
|
|
"battlerTagsAquaRingLapse": "{{moveName}} restaurou\nPS de {{pokemonName}}!",
|
|
|
|
"battlerTagsDrowsyOnAdd": "{{pokemonNameWithAffix}} ficou com sono!",
|
|
|
|
"battlerTagsDamagingTrapLapse": "{{pokemonNameWithAffix}} foi ferido\npelo {{moveName}}!",
|
|
|
|
"battlerTagsBindOnTrap": "{{pokemonNameWithAffix}} foi espremido\npelo {{moveName}} de {{sourcePokemonName}}!",
|
|
|
|
"battlerTagsWrapOnTrap": "{{pokemonNameWithAffix}} foi enrolado\npor {{sourcePokemonName}}!",
|
|
|
|
"battlerTagsVortexOnTrap": "{{pokemonNameWithAffix}} ficou preso\nno vórtice!",
|
|
|
|
"battlerTagsClampOnTrap": "{{sourcePokemonNameWithAffix}} prendeu\n{{pokemonName}}!",
|
|
|
|
"battlerTagsSandTombOnTrap": "{{pokemonNameWithAffix}} foi preso\npor {{moveName}}!",
|
|
|
|
"battlerTagsMagmaStormOnTrap": "{{pokemonNameWithAffix}} foi preso\npor um redemoinho de magma!",
|
|
|
|
"battlerTagsSnapTrapOnTrap": "{{pokemonNameWithAffix}} foi preso\npor uma armadilha!",
|
|
|
|
"battlerTagsThunderCageOnTrap": "{{sourcePokemonNameWithAffix}} prendeu\n{{pokemonNameWithAffix}}!",
|
|
|
|
"battlerTagsInfestationOnTrap": "{{pokemonNameWithAffix}} foi ferido por \numa infestação de {{sourcePokemonNameWithAffix}}!",
|
|
|
|
"battlerTagsProtectedOnAdd": "{{pokemonNameWithAffix}}\nse protegeu!",
|
|
|
|
"battlerTagsProtectedLapse": "{{pokemonNameWithAffix}}\nse protegeu!",
|
|
|
|
"battlerTagsEnduringOnAdd": "{{pokemonNameWithAffix}} está\npreparado!",
|
|
|
|
"battlerTagsEnduringLapse": "{{pokemonNameWithAffix}} suportou\no golpe!",
|
|
|
|
"battlerTagsSturdyLapse": "{{pokemonNameWithAffix}} suportou\no golpe!",
|
|
|
|
"battlerTagsPerishSongLapse": "O tempo restante de {{pokemonNameWithAffix}} diminuiu para {{turnCount}}.",
|
|
|
|
"battlerTagsTruantLapse": "{{pokemonNameWithAffix}} está\nviajando na maionese!",
|
|
|
|
"battlerTagsSlowStartOnAdd": "{{pokemonNameWithAffix}} não\nestá preparado!",
|
|
|
|
"battlerTagsSlowStartOnRemove": "{{pokemonNameWithAffix}} finalmente\nconseguiu se recompor!",
|
|
|
|
"battlerTagsHighestStatBoostOnAdd": "O atributo de {{statName}} de\n{{pokemonNameWithAffix}} aumentou!",
|
|
|
|
"battlerTagsHighestStatBoostOnRemove": "Os efeitos do {{abilityName}} de\n{{pokemonNameWithAffix}} acabaram!",
|
|
|
|
"battlerTagsCritBoostOnAdd": "{{pokemonNameWithAffix}} está ficando\nbombado!",
|
|
|
|
"battlerTagsCritBoostOnRemove": "{{pokemonNameWithAffix}} relaxou.",
|
|
|
|
"battlerTagsSaltCuredOnAdd": "{{pokemonNameWithAffix}} está sendo curado com sal!",
|
|
|
|
"battlerTagsSaltCuredLapse": "{{pokemonNameWithAffix}} foi ferido pelo {{moveName}}!",
|
|
|
|
"battlerTagsCursedOnAdd": "{{pokemonNameWithAffix}} cortou seus PS pela metade e amaldiçoou {{pokemonName}}!",
|
|
|
|
"battlerTagsCursedLapse": "{{pokemonNameWithAffix}} foi ferido pelo Curse!"
|
2024-05-23 16:03:10 +01:00
|
|
|
} as const;
|