mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 00:12:16 +02:00
Add translations from localization team
Added pt_BR, it, and fr translations. Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr> Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com> Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
This commit is contained in:
parent
256ebc4c62
commit
ea234f9ce1
@ -70,6 +70,6 @@ export const battlerTags: SimpleTranslationEntries = {
|
||||
"cursedOnAdd": "{{pokemonNameWithAffix}} sacrifie des PV\net lance une malédiction sur {{pokemonName}} !",
|
||||
"cursedLapse": "{{pokemonNameWithAffix}} est touché par la malédiction !",
|
||||
"stockpilingOnAdd": "{{pokemonNameWithAffix}} utilise\nla capacité Stockage {{stockpiledCount}} fois !",
|
||||
"rageOnAdd":"{{pokemonNameWithAffix}}'s rage is starting to build.",
|
||||
"rageOnHit": "{{pokemonNameWithAffix}}'s rage is building."
|
||||
"rageOnAdd": "La Frénésie s’empare\nde {{pokemonNameWithAffix}} !",
|
||||
"rageOnHit": "La Frénésie de {{pokemonNameWithAffix}}\naugmente !"
|
||||
} as const;
|
||||
|
@ -70,6 +70,6 @@ export const battlerTags: SimpleTranslationEntries = {
|
||||
"cursedOnAdd": "{{pokemonNameWithAffix}} ha sacrificato metà dei suoi PS per\nlanciare una maledizione su {{pokemonName}}!",
|
||||
"cursedLapse": "{{pokemonNameWithAffix}} subisce la maledizione!",
|
||||
"stockpilingOnAdd": "{{pokemonNameWithAffix}} ha usato Accumulo per la\n{{stockpiledCount}}ª volta!",
|
||||
"rageOnAdd":"{{pokemonNameWithAffix}}'s rage is starting to build.",
|
||||
"rageOnHit": "{{pokemonNameWithAffix}}'s rage is building."
|
||||
"rageOnAdd":"{{pokemonNameWithAffix}} comincia ad accumulare ira!",
|
||||
"rageOnHit": "L’ira di {{pokemonNameWithAffix}} aumenta!"
|
||||
} as const;
|
||||
|
@ -70,6 +70,6 @@ export const battlerTags: SimpleTranslationEntries = {
|
||||
"cursedOnAdd": "{{pokemonNameWithAffix}} cortou seus PS pela metade e amaldiçoou {{pokemonName}}!",
|
||||
"cursedLapse": "{{pokemonNameWithAffix}} foi ferido pelo Curse!",
|
||||
"stockpilingOnAdd": "{{pokemonNameWithAffix}} estocou {{stockpiledCount}}!",
|
||||
"rageOnAdd":"{{pokemonNameWithAffix}}'s rage is starting to build.",
|
||||
"rageOnHit": "{{pokemonNameWithAffix}}'s rage is building."
|
||||
"rageOnAdd":"A raiva de {{pokemonNameWithAffix}} está começando a aumentar.",
|
||||
"rageOnHit": "A raiva de {{pokemonNameWithAffix}} está aumentando."
|
||||
} as const;
|
||||
|
Loading…
Reference in New Issue
Block a user