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:
Mason S 2024-08-20 19:03:27 -04:00 committed by GitHub
parent 256ebc4c62
commit ea234f9ce1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View File

@ -70,6 +70,6 @@ export const battlerTags: SimpleTranslationEntries = {
"cursedOnAdd": "{{pokemonNameWithAffix}} sacrifie des PV\net lance une malédiction sur {{pokemonName}} !", "cursedOnAdd": "{{pokemonNameWithAffix}} sacrifie des PV\net lance une malédiction sur {{pokemonName}} !",
"cursedLapse": "{{pokemonNameWithAffix}} est touché par la malédiction !", "cursedLapse": "{{pokemonNameWithAffix}} est touché par la malédiction !",
"stockpilingOnAdd": "{{pokemonNameWithAffix}} utilise\nla capacité Stockage {{stockpiledCount}} fois !", "stockpilingOnAdd": "{{pokemonNameWithAffix}} utilise\nla capacité Stockage {{stockpiledCount}} fois !",
"rageOnAdd":"{{pokemonNameWithAffix}}'s rage is starting to build.", "rageOnAdd": "La Frénésie sempare\nde {{pokemonNameWithAffix}} !",
"rageOnHit": "{{pokemonNameWithAffix}}'s rage is building." "rageOnHit": "La Frénésie de {{pokemonNameWithAffix}}\naugmente !"
} as const; } as const;

View File

@ -70,6 +70,6 @@ export const battlerTags: SimpleTranslationEntries = {
"cursedOnAdd": "{{pokemonNameWithAffix}} ha sacrificato metà dei suoi PS per\nlanciare una maledizione su {{pokemonName}}!", "cursedOnAdd": "{{pokemonNameWithAffix}} ha sacrificato metà dei suoi PS per\nlanciare una maledizione su {{pokemonName}}!",
"cursedLapse": "{{pokemonNameWithAffix}} subisce la maledizione!", "cursedLapse": "{{pokemonNameWithAffix}} subisce la maledizione!",
"stockpilingOnAdd": "{{pokemonNameWithAffix}} ha usato Accumulo per la\n{{stockpiledCount}}ª volta!", "stockpilingOnAdd": "{{pokemonNameWithAffix}} ha usato Accumulo per la\n{{stockpiledCount}}ª volta!",
"rageOnAdd":"{{pokemonNameWithAffix}}'s rage is starting to build.", "rageOnAdd":"{{pokemonNameWithAffix}} comincia ad accumulare ira!",
"rageOnHit": "{{pokemonNameWithAffix}}'s rage is building." "rageOnHit": "Lira di {{pokemonNameWithAffix}} aumenta!"
} as const; } as const;

View File

@ -70,6 +70,6 @@ export const battlerTags: SimpleTranslationEntries = {
"cursedOnAdd": "{{pokemonNameWithAffix}} cortou seus PS pela metade e amaldiçoou {{pokemonName}}!", "cursedOnAdd": "{{pokemonNameWithAffix}} cortou seus PS pela metade e amaldiçoou {{pokemonName}}!",
"cursedLapse": "{{pokemonNameWithAffix}} foi ferido pelo Curse!", "cursedLapse": "{{pokemonNameWithAffix}} foi ferido pelo Curse!",
"stockpilingOnAdd": "{{pokemonNameWithAffix}} estocou {{stockpiledCount}}!", "stockpilingOnAdd": "{{pokemonNameWithAffix}} estocou {{stockpiledCount}}!",
"rageOnAdd":"{{pokemonNameWithAffix}}'s rage is starting to build.", "rageOnAdd":"A raiva de {{pokemonNameWithAffix}} está começando a aumentar.",
"rageOnHit": "{{pokemonNameWithAffix}}'s rage is building." "rageOnHit": "A raiva de {{pokemonNameWithAffix}} está aumentando."
} as const; } as const;