Update src/locales/it/battle.ts

This commit is contained in:
Niccolò 2024-09-18 18:22:49 +02:00 committed by GitHub
parent b434b959c6
commit 44895d5956
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -134,5 +134,5 @@ export const battle: SimpleTranslationEntries = {
"battlerTagsSaltCuredLapse": "{{pokemonNameWithAffix}} viene colpito da {{moveName}}!",
"battlerTagsCursedOnAdd": "{{pokemonNameWithAffix}} ha sacrificato metà dei suoi PS per\nlanciare una maledizione su {{pokemonName}}!",
"battlerTagsCursedLapse": "{{pokemonNameWithAffix}} subisce la maledizione!",
"battlerTagsUproar": "{{pokemonNameWithAffix}} caused\nan uproar!",
"battlerTagsUproar": "{{pokemonNameWithAffix}} scatena\nuna baraonda!",
} as const;