[Localization(pt)] updated some translations (#2530)

This commit is contained in:
José Ricardo Fleury Oliveira 2024-06-23 01:48:55 -03:00 committed by GitHub
parent b505962a0c
commit 14f1ba5336
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 14 additions and 14 deletions

View File

@ -53,8 +53,8 @@ export const battle: SimpleTranslationEntries = {
"escapeVerbSwitch": "trocar",
"escapeVerbFlee": "fugir",
"notDisabled": "O movimento {{moveName}}\nnão está mais desabilitado!",
"turnEndHpRestore": "{{pokemonName}}'s HP was restored.",
"hpIsFull": "{{pokemonName}}'s\nHP is full!",
"turnEndHpRestore": "Os PS de {{pokemonName}} foram restaurados!",
"hpIsFull": "Os PS de {{pokemonName}}\njá estão cheios!",
"skipItemQuestion": "Tem certeza de que não quer escolher um item?",
"eggHatching": "Opa?",
"ivScannerUseQuestion": "Quer usar o Scanner de IVs em {{pokemonName}}?",
@ -64,14 +64,14 @@ export const battle: SimpleTranslationEntries = {
"drainMessage": "{{pokemonName}} teve sua\nenergia drenada!",
"regainHealth": "{{pokemonName}} recuperou\npontos de saúde!",
"fainted": "{{pokemonNameWithAffix}} desmaiou!",
"statRose": "{{pokemonNameWithAffix}}'s {{stats}} aumentou!",
"statSharplyRose": "{{pokemonNameWithAffix}}'s {{stats}} aumentou bruscamente!",
"statRoseDrastically": "{{pokemonNameWithAffix}}'s {{stats}} aumentou drasticamente!",
"statWontGoAnyHigher": "{{pokemonNameWithAffix}}'s {{stats}} não vai mais aumentar!",
"statFell": "{{pokemonNameWithAffix}}'s {{stats}} diminuiu!",
"statHarshlyFell": "{{pokemonNameWithAffix}}'s {{stats}} diminuiu duramente!",
"statSeverelyFell": "{{pokemonNameWithAffix}}'s {{stats}} diminuiu severamente!",
"statWontGoAnyLower": "{{pokemonNameWithAffix}}'s {{stats}} não vai mais diminuir!",
"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!",
"ppReduced": "O PP do movimento {{moveName}} de\n{{targetName}} foi reduzido em {{reduction}}!",
"battlerTagsRechargingLapse": "{{pokemonNameWithAffix}} precisa\nrecarregar!",
"battlerTagsTrappedOnAdd": "{{pokemonNameWithAffix}} não pode\nmais escapar!",

View File

@ -18,7 +18,7 @@ export const challenges: TranslationEntries = {
"gen_9": "nona",
},
"singleType": {
"name": "Tipo Único",
"name": "Monotipo",
"desc": "Você só pode user Pokémon do tipo {{type}}.",
"desc_default": "Você só pode user Pokémon de um único tipo."
},

View File

@ -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 { abilityTriggers } from "./ability-trigger";
import { PGFachv, PGMachv } from "./achv";
@ -27,6 +29,7 @@ import { menuUiHandler } from "./menu-ui-handler";
import { modifierType } from "./modifier-type";
import { move } from "./move";
import { nature } from "./nature";
import { partyUiHandler } from "./party-ui-handler";
import { pokeball } from "./pokeball";
import { pokemon } from "./pokemon";
import { pokemonInfo } from "./pokemon-info";
@ -38,9 +41,6 @@ import { titles, trainerClasses, trainerNames } from "./trainers";
import { tutorial } from "./tutorial";
import { voucher } from "./voucher";
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 = {
ability: ability,