Skip to content

Commit

Permalink
[Localization(pt)] updated some translations (pagefaultgames#2530)
Browse files Browse the repository at this point in the history
  • Loading branch information
josericardo-fo authored Jun 23, 2024
1 parent b505962 commit 14f1ba5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions src/locales/pt_BR/battle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}}?",
Expand All @@ -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!",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/pt_BR/challenges.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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."
},
Expand Down
6 changes: 3 additions & 3 deletions src/locales/pt_BR/config.ts
Original file line number Diff line number Diff line change
@@ -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";
Expand Down Expand Up @@ -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";
Expand All @@ -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,
Expand Down

0 comments on commit 14f1ba5

Please sign in to comment.