Update src/locales/de/battle.ts

add de localization

Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
This commit is contained in:
cadi 2024-06-28 23:28:42 +09:00 committed by GitHub
parent 485636945f
commit e1fe6a48fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -132,5 +132,5 @@ export const battle: SimpleTranslationEntries = {
"battlerTagsSaltCuredLapse": "{{pokemonNameWithAffix}} wurde durch {{moveName}} verletzt!",
"battlerTagsCursedOnAdd": "{{pokemonNameWithAffix}} nimmt einen Teil seiner KP und legt einen Fluch auf {{pokemonName}}!",
"battlerTagsCursedLapse": "{{pokemonNameWithAffix}} wurde durch den Fluch verletzt!",
"battlerTagsPowerTrickApply": "{{pokemonNameWithAffix}} switched its Attack and Defense!"
"battlerTagsPowerTrickApply": "{{pokemonNameWithAffix}} tauscht den Wert seines Angriffs mit dem seiner Verteidigung!"
} as const;