[Beta][Localization] Update Portuguese battler-tags.ts and battle.ts (#3050)
This commit is contained in:
parent
bde9b84cac
commit
c4e146b24b
|
@ -141,14 +141,14 @@ export const battle: SimpleTranslationEntries = {
|
|||
"battlerTagsEnduringLapse": "{{pokemonNameWithAffix}} suportou\no golpe!",
|
||||
"battlerTagsSturdyLapse": "{{pokemonNameWithAffix}} suportou\no golpe!",
|
||||
"battlerTagsPerishSongLapse": "O tempo restante de {{pokemonNameWithAffix}} diminuiu para {{turnCount}}.",
|
||||
"battlerTagsCenterOfAttentionOnAdd": "{{pokemonNameWithAffix}} became the center\nof attention!",
|
||||
"battlerTagsCenterOfAttentionOnAdd": "{{pokemonNameWithAffix}} virou o centro\ndas atenções!",
|
||||
"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!",
|
||||
"battlerTagsMagnetRisenOnAdd": "{{pokemonNameWithAffix}} levitated with electromagnetism!",
|
||||
"battlerTagsMagnetRisenOnRemove": "{{pokemonNameWithAffix}}'s electromagnetism wore off!",
|
||||
"battlerTagsMagnetRisenOnAdd": "{{pokemonNameWithAffix}} levitou com eletromagnetismo!",
|
||||
"battlerTagsMagnetRisenOnRemove": "O eletromagnetismo de {{pokemonNameWithAffix}} sumiu!",
|
||||
"battlerTagsCritBoostOnAdd": "{{pokemonNameWithAffix}} está ficando\nbombado!",
|
||||
"battlerTagsCritBoostOnRemove": "{{pokemonNameWithAffix}} relaxou.",
|
||||
"battlerTagsSaltCuredOnAdd": "{{pokemonNameWithAffix}} está sendo curado com sal!",
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
import { SimpleTranslationEntries } from "#app/interfaces/locales";
|
||||
|
||||
export const battlerTags: SimpleTranslationEntries = {
|
||||
"trappedDesc": "trapping",
|
||||
"flinchedDesc": "flinching",
|
||||
"confusedDesc": "confusion",
|
||||
"infatuatedDesc": "infatuation",
|
||||
"seedDesc": "seeding",
|
||||
"nightmareDesc": "nightmares",
|
||||
"ingrainDesc": "roots",
|
||||
"drowsyDesc": "drowsiness",
|
||||
"trappedDesc": "o aprisionamento",
|
||||
"flinchedDesc": "a hesitação",
|
||||
"confusedDesc": "a confusão",
|
||||
"infatuatedDesc": "a paixão",
|
||||
"seedDesc": "sementes",
|
||||
"nightmareDesc": "os pesadelos",
|
||||
"ingrainDesc": "o enraizamento",
|
||||
"drowsyDesc": "a sonolência",
|
||||
} as const;
|
||||
|
|
Loading…
Reference in New Issue