[Localization(pt)] updated some translations (#2530)
This commit is contained in:
parent
b505962a0c
commit
14f1ba5336
|
@ -53,8 +53,8 @@ export const battle: SimpleTranslationEntries = {
|
||||||
"escapeVerbSwitch": "trocar",
|
"escapeVerbSwitch": "trocar",
|
||||||
"escapeVerbFlee": "fugir",
|
"escapeVerbFlee": "fugir",
|
||||||
"notDisabled": "O movimento {{moveName}}\nnão está mais desabilitado!",
|
"notDisabled": "O movimento {{moveName}}\nnão está mais desabilitado!",
|
||||||
"turnEndHpRestore": "{{pokemonName}}'s HP was restored.",
|
"turnEndHpRestore": "Os PS de {{pokemonName}} foram restaurados!",
|
||||||
"hpIsFull": "{{pokemonName}}'s\nHP is full!",
|
"hpIsFull": "Os PS de {{pokemonName}}\njá estão cheios!",
|
||||||
"skipItemQuestion": "Tem certeza de que não quer escolher um item?",
|
"skipItemQuestion": "Tem certeza de que não quer escolher um item?",
|
||||||
"eggHatching": "Opa?",
|
"eggHatching": "Opa?",
|
||||||
"ivScannerUseQuestion": "Quer usar o Scanner de IVs em {{pokemonName}}?",
|
"ivScannerUseQuestion": "Quer usar o Scanner de IVs em {{pokemonName}}?",
|
||||||
|
@ -64,14 +64,14 @@ export const battle: SimpleTranslationEntries = {
|
||||||
"drainMessage": "{{pokemonName}} teve sua\nenergia drenada!",
|
"drainMessage": "{{pokemonName}} teve sua\nenergia drenada!",
|
||||||
"regainHealth": "{{pokemonName}} recuperou\npontos de saúde!",
|
"regainHealth": "{{pokemonName}} recuperou\npontos de saúde!",
|
||||||
"fainted": "{{pokemonNameWithAffix}} desmaiou!",
|
"fainted": "{{pokemonNameWithAffix}} desmaiou!",
|
||||||
"statRose": "{{pokemonNameWithAffix}}'s {{stats}} aumentou!",
|
"statRose": "{{stats}} de {{pokemonNameWithAffix}} aumentou!",
|
||||||
"statSharplyRose": "{{pokemonNameWithAffix}}'s {{stats}} aumentou bruscamente!",
|
"statSharplyRose": "{{stats}} de {{pokemonNameWithAffix}} aumentou bruscamente!",
|
||||||
"statRoseDrastically": "{{pokemonNameWithAffix}}'s {{stats}} aumentou drasticamente!",
|
"statRoseDrastically": "{{stats}} de {{pokemonNameWithAffix}} aumentou drasticamente!",
|
||||||
"statWontGoAnyHigher": "{{pokemonNameWithAffix}}'s {{stats}} não vai mais aumentar!",
|
"statWontGoAnyHigher": "{{stats}} de {{pokemonNameWithAffix}} não vai mais aumentar!",
|
||||||
"statFell": "{{pokemonNameWithAffix}}'s {{stats}} diminuiu!",
|
"statFell": "{{stats}} de {{pokemonNameWithAffix}} diminuiu!",
|
||||||
"statHarshlyFell": "{{pokemonNameWithAffix}}'s {{stats}} diminuiu duramente!",
|
"statHarshlyFell": "{{stats}} de {{pokemonNameWithAffix}} diminuiu duramente!",
|
||||||
"statSeverelyFell": "{{pokemonNameWithAffix}}'s {{stats}} diminuiu severamente!",
|
"statSeverelyFell": "{{stats}} de {{pokemonNameWithAffix}} diminuiu severamente!",
|
||||||
"statWontGoAnyLower": "{{pokemonNameWithAffix}}'s {{stats}} não vai mais diminuir!",
|
"statWontGoAnyLower": "{{stats}} de {{pokemonNameWithAffix}} não vai mais diminuir!",
|
||||||
"ppReduced": "O PP do movimento {{moveName}} de\n{{targetName}} foi reduzido em {{reduction}}!",
|
"ppReduced": "O PP do movimento {{moveName}} de\n{{targetName}} foi reduzido em {{reduction}}!",
|
||||||
"battlerTagsRechargingLapse": "{{pokemonNameWithAffix}} precisa\nrecarregar!",
|
"battlerTagsRechargingLapse": "{{pokemonNameWithAffix}} precisa\nrecarregar!",
|
||||||
"battlerTagsTrappedOnAdd": "{{pokemonNameWithAffix}} não pode\nmais escapar!",
|
"battlerTagsTrappedOnAdd": "{{pokemonNameWithAffix}} não pode\nmais escapar!",
|
||||||
|
|
|
@ -18,7 +18,7 @@ export const challenges: TranslationEntries = {
|
||||||
"gen_9": "nona",
|
"gen_9": "nona",
|
||||||
},
|
},
|
||||||
"singleType": {
|
"singleType": {
|
||||||
"name": "Tipo Único",
|
"name": "Monotipo",
|
||||||
"desc": "Você só pode user Pokémon do tipo {{type}}.",
|
"desc": "Você só pode user Pokémon do tipo {{type}}.",
|
||||||
"desc_default": "Você só pode user Pokémon de um único tipo."
|
"desc_default": "Você só pode user Pokémon de um único tipo."
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
import { common } from "#app/locales/pt_BR/common.js";
|
||||||
|
import { settings } from "#app/locales/pt_BR/settings.js";
|
||||||
import { ability } from "./ability";
|
import { ability } from "./ability";
|
||||||
import { abilityTriggers } from "./ability-trigger";
|
import { abilityTriggers } from "./ability-trigger";
|
||||||
import { PGFachv, PGMachv } from "./achv";
|
import { PGFachv, PGMachv } from "./achv";
|
||||||
|
@ -27,6 +29,7 @@ import { menuUiHandler } from "./menu-ui-handler";
|
||||||
import { modifierType } from "./modifier-type";
|
import { modifierType } from "./modifier-type";
|
||||||
import { move } from "./move";
|
import { move } from "./move";
|
||||||
import { nature } from "./nature";
|
import { nature } from "./nature";
|
||||||
|
import { partyUiHandler } from "./party-ui-handler";
|
||||||
import { pokeball } from "./pokeball";
|
import { pokeball } from "./pokeball";
|
||||||
import { pokemon } from "./pokemon";
|
import { pokemon } from "./pokemon";
|
||||||
import { pokemonInfo } from "./pokemon-info";
|
import { pokemonInfo } from "./pokemon-info";
|
||||||
|
@ -38,9 +41,6 @@ import { titles, trainerClasses, trainerNames } from "./trainers";
|
||||||
import { tutorial } from "./tutorial";
|
import { tutorial } from "./tutorial";
|
||||||
import { voucher } from "./voucher";
|
import { voucher } from "./voucher";
|
||||||
import { weather } from "./weather";
|
import { weather } from "./weather";
|
||||||
import { partyUiHandler } from "./party-ui-handler";
|
|
||||||
import { settings } from "#app/locales/pt_BR/settings.js";
|
|
||||||
import { common } from "#app/locales/pt_BR/common.js";
|
|
||||||
|
|
||||||
export const ptBrConfig = {
|
export const ptBrConfig = {
|
||||||
ability: ability,
|
ability: ability,
|
||||||
|
|
Loading…
Reference in New Issue