[ptBR Translations] Dialogue, game-stats and more (#1559)

* fixed translations and started dialogues

* ptBR translations

* fixes

* minor fix

* minor fixes 2

* firebreather

* minor translations

* minor translations
This commit is contained in:
José Ricardo Fleury Oliveira 2024-06-03 11:30:27 -03:00 committed by GitHub
parent 12bd22f2ca
commit 1abc591318
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 1096 additions and 1109 deletions

View File

@ -1,4 +1,4 @@
import {DialogueTranslationEntries, SimpleTranslationEntries} from "#app/plugins/i18n";
import { DialogueTranslationEntries, SimpleTranslationEntries } from "#app/plugins/i18n";
// Dialogue of the NPCs in the game when the player character is male (or unset)
export const PGMdialogue: DialogueTranslationEntries = {
@ -2398,12 +2398,12 @@ export const PGMdoubleBattleDialogue: DialogueTranslationEntries = {
},
"steven_wallace_double": {
"encounter": {
1: `Steven: Do you have any rare pokémon?
$Wallace: Steven... We are here for a battle, not to show off our pokémon.
1: `Steven: Do you have any rare Pokémon?
$Wallace: Steven... We are here for a battle, not to show off our Pokémon.
$Steven: Oh... I see... Let's go then!`,
},
"victory": {
1: `Steven: Now that we are done with the battle, let's show off our pokémon!
1: `Steven: Now that we are done with the battle, let's show off our Pokémon!
$Wallace: Steven...`,
},
},

View File

@ -3,5 +3,5 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n";
export const abilityTriggers: SimpleTranslationEntries = {
"blockRecoilDamage" : "{{abilityName}} de {{pokemonName}}\nprotegeu-o do dano de recuo!",
"badDreams": "{{pokemonName}} está tendo pesadelos!",
"windPowerCharged": "Being hit by {{moveName}} charged {{pokemonName}} with power!"
"windPowerCharged": "Ser atingido por {{moveName}} carregou {{pokemonName}} com poder!"
} as const;

View File

@ -48,7 +48,7 @@ export const battle: SimpleTranslationEntries = {
"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!",
"runAwaySuccess": "Você fugiu com sucesso",
"runAwaySuccess": "Você fugiu com sucesso.",
"runAwayCannotEscape": "Você nao conseguiu fugir!",
"escapeVerbSwitch": "trocar",
"escapeVerbFlee": "fugir",
@ -56,6 +56,6 @@ export const battle: SimpleTranslationEntries = {
"skipItemQuestion": "Tem certeza de que não quer escolher um item?",
"eggHatching": "Opa?",
"ivScannerUseQuestion": "Quer usar o Scanner de IVs em {{pokemonName}}?",
"drainMessage": "{{pokemonName}} had its\nenergy drained!",
"regainHealth": "{{pokemonName}} regained\nhealth!"
"drainMessage": "{{pokemonName}} teve sua\nenergia drenada!",
"regainHealth": "{{pokemonName}} recuperou\npontos de saúde!"
} as const;

View File

@ -4,8 +4,8 @@ export const biome: SimpleTranslationEntries = {
"unknownLocation": "Em algum lugar do qual você não se lembra",
"TOWN": "Cidade",
"PLAINS": "Planície",
"GRASS": "Campo de Grama",
"TALL_GRASS": "Campo de Grama Alta",
"GRASS": "Grama",
"TALL_GRASS": "Grama Alta",
"METROPOLIS": "Metrópole",
"FOREST": "Floresta",
"SEA": "Mar",

File diff suppressed because it is too large Load Diff

View File

@ -1,44 +1,44 @@
import { SimpleTranslationEntries } from "#app/plugins/i18n";
export const gameStatsUiHandler: SimpleTranslationEntries = {
"stats": "Stats",
"playTime": "Play Time",
"totalBattles": "Total Battles",
"starters": "Starters",
"shinyStarters": "Shiny Starters",
"speciesSeen": "Species Seen",
"speciesCaught": "Species Caught",
"ribbonsOwned": "Ribbons Owned",
"classicRuns": "Classic Runs",
"classicWins": "Classic Wins",
"dailyRunAttempts": "Daily Run Attempts",
"dailyRunWins": "Daily Run Wins",
"endlessRuns": "Endless Runs",
"highestWaveEndless": "Highest Wave (Endless)",
"highestMoney": "Highest Money",
"highestDamage": "Highest Damage",
"highestHPHealed": "Highest HP Healed",
"pokemonEncountered": "Pokémon Encountered",
"pokemonDefeated": "Pokémon Defeated",
"pokemonCaught": "Pokémon Caught",
"eggsHatched": "Eggs Hatched",
"subLegendsSeen": "Sub-Legends Seen",
"subLegendsCaught": "Sub-Legends Caught",
"subLegendsHatched": "Sub-Legends Hatched",
"legendsSeen": "Legends Seen",
"legendsCaught": "Legends Caught",
"legendsHatched": "Legends Hatched",
"mythicalsSeen": "Mythicals Seen",
"mythicalsCaught": "Mythicals Caught",
"mythicalsHatched": "Mythicals Hatched",
"shiniesSeen": "Shinies Seen",
"shiniesCaught": "Shinies Caught",
"shiniesHatched": "Shinies Hatched",
"pokemonFused": "Pokémon Fused",
"trainersDefeated": "Trainers Defeated",
"eggsPulled": "Eggs Pulled",
"rareEggsPulled": "Rare Eggs Pulled",
"epicEggsPulled": "Epic Eggs Pulled",
"legendaryEggsPulled": "Legendary Eggs Pulled",
"manaphyEggsPulled": "Manaphy Eggs Pulled",
"stats": "Estatísticas",
"playTime": "Tempo de Jogo",
"totalBattles": "Total de Batalhas",
"starters": "Iniciais",
"shinyStarters": "Iniciais Shiny",
"speciesSeen": "Espécies Vistas",
"speciesCaught": "Capturadas",
"ribbonsOwned": "Fitas Obtidas",
"classicRuns": "Jogos Clássicos",
"classicWins": "Vitórias Clássicas",
"dailyRunAttempts": "Jogos de Desafio Diário",
"dailyRunWins": "Vitórias de Desafio Diário",
"endlessRuns": "Jogos Infinitos",
"highestWaveEndless": "Maior Onda (Infinito)",
"highestMoney": "Maior Dinheiro",
"highestDamage": "Maior Dano",
"highestHPHealed": "Maior PS Curado",
"pokemonEncountered": "Pokémon Encontrados",
"pokemonDefeated": "Pokémon Derrotados",
"pokemonCaught": "Pokémon Capturados",
"eggsHatched": "Ovos Chocados",
"subLegendsSeen": "Sub-Lendários Vistos",
"subLegendsCaught": "Sub-Lend. Capturados",
"subLegendsHatched": "Sub-Lendários Chocados",
"legendsSeen": "Lendários Vistos",
"legendsCaught": "Lendários Capturados",
"legendsHatched": "Legendários Chocados",
"mythicalsSeen": "Míticos Vistos",
"mythicalsCaught": "Míticos Capturados",
"mythicalsHatched": "Míticos Chocados",
"shiniesSeen": "Shinies Vistos",
"shiniesCaught": "Shinies Capturados",
"shiniesHatched": "Shinies Chocados",
"pokemonFused": "Pokémon Fundidos",
"trainersDefeated": "Treinadores Derrotados",
"eggsPulled": "Ovos Ganhos",
"rareEggsPulled": "Ovos Raros Ganhos",
"epicEggsPulled": "Ovos Épicos Ganhos",
"legendaryEggsPulled": "Ovos Lendários Ganhos",
"manaphyEggsPulled": "Ovos de Manaphy Ganhos",
} as const;

View File

@ -209,8 +209,8 @@ export const modifierType: ModifierTypeTranslationEntries = {
"LEFTOVERS": { name: "Sobras", description: "Cura 1/16 dos PS máximos de um Pokémon a cada turno" },
"SHELL_BELL": { name: "Concha-Sino", description: "Cura 1/8 do dano causado por um Pokémon" },
"TOXIC_ORB": { name: "Toxic Orb", description: "It's a bizarre orb that exudes toxins when touched and will badly poison the holder during battle" },
"FLAME_ORB": { name: "Flame Orb", description: "It's a bizarre orb that gives off heat when touched and will affect the holder with a burn during battle" },
"TOXIC_ORB": { name: "Esfera Tóxica", description: "Uma esfera estranha que exala toxinas quando tocada e envenena seriamente quem a segurar" },
"FLAME_ORB": { name: "Esfera da Chama", description: "Uma esfera estranha que aquece quando tocada e queima quem a segurar" },
"BATON": { name: "Bastão", description: "Permite passar mudanças de atributo ao trocar Pokémon, ignorando armadilhas" },

View File

@ -1943,7 +1943,7 @@ export const move: MoveTranslationEntries = {
},
"electroBall": {
name: "Electro Ball",
effect: "O usuário arremessa uma orbe elétrica no alvo. Quanto mais rápido for o usuário comparado ao alvo, maior será o poder do movimento."
effect: "O usuário arremessa uma esfera elétrica no alvo. Quanto mais rápido for o usuário comparado ao alvo, maior será o poder do movimento."
},
"soak": {
name: "Soak",
@ -2495,7 +2495,7 @@ export const move: MoveTranslationEntries = {
},
"allOutPummelingPhysical": {
name: "All-Out Pummeling",
effect: "Utilizando o Poder Z, o usuário cria e arremessa um orbe de energia no alvo com força total. Seu poder varia dependendo do movimento original."
effect: "Utilizando o Poder Z, o usuário cria e arremessa uma esfera de energia no alvo com força total. Seu poder varia dependendo do movimento original."
},
"allOutPummelingSpecial": {
name: "All-Out Pummeling",

View File

@ -48,7 +48,7 @@ export const trainerClasses: SimpleTranslationEntries = {
"depot_agent": "Ferroviário",
"doctor": "Doutor",
"doctor_female": "Doutora",
"firebreather": "Firebreather",
"firebreather": "Cospe-Fogo",
"fishermen": "Pescador",
"fishermen_female": "Pescadora",
"gentleman": "Cavalheiro",