Update battler-tags.ts (IT) (#3561)

This commit is contained in:
Niccolò 2024-08-21 09:07:00 +02:00 committed by GitHub
parent 2dc9900522
commit 548f7fce6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 8 deletions

View File

@ -1,14 +1,14 @@
import { SimpleTranslationEntries } from "#app/interfaces/locales";
export const battlerTags: SimpleTranslationEntries = {
"trappedDesc": "trapping",
"flinchedDesc": "flinching",
"confusedDesc": "confusion",
"infatuatedDesc": "infatuation",
"seedDesc": "seeding",
"nightmareDesc": "nightmares",
"ingrainDesc": "roots",
"drowsyDesc": "drowsiness",
"trappedDesc": "intrappolando",
"flinchedDesc": "tentennando",
"confusedDesc": "confuso",
"infatuatedDesc": "infatuato",
"seedDesc": "pieno di semi",
"nightmareDesc": "incubi",
"ingrainDesc": "radici",
"drowsyDesc": "assonnato",
"rechargingLapse": "{{pokemonNameWithAffix}} deve\nricaricarsi!",
"trappedOnAdd": "{{pokemonNameWithAffix}} non può\npiù fuggire!",
"trappedOnRemove": "{{pokemonNameWithAffix}} è stato liberato\nda {{moveName}}",