Update battle.ts

This commit is contained in:
Lugiad 2024-05-20 02:42:50 +02:00 committed by GitHub
parent c2013556b0
commit c02d4427de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ export const battle: SimpleTranslationEntries = {
"trainerDefeated": `Vous avez battu\n{{trainerName}} !`,
"moneyWon": "Vous remportez\n{{moneyAmount}} ₽ !",
"pokemonCaught": "Vous avez attrapé {{pokemonName}} !",
"partyFull": "Votre équipe est pleine.\nÉchanger un Pokémon contre {{pokemonName}}?",
"partyFull": "Votre équipe est pleine.\nÉchanger un Pokémon contre {{pokemonName}} ?",
"pokemon": "Pokémon",
"sendOutPokemon": "{{pokemonName}} ! Go !",
"hitResultCriticalHit": "Coup critique !",