mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +00:00
feat: Added XY Datas for other languages (#265)
This commit is contained in:
@ -25,6 +25,10 @@ const card: Card = {
|
||||
evolveFrom: {
|
||||
en: "Palpitoad",
|
||||
fr: "Batracné",
|
||||
es: "Palpitoad",
|
||||
it: "Palpitoad",
|
||||
pt: "Palpitoad",
|
||||
de: "Mebrana"
|
||||
},
|
||||
stage: "Stage2",
|
||||
|
||||
@ -68,7 +72,7 @@ const card: Card = {
|
||||
de: "Holpriger Fall"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent’s Active Pokémon is now Confused. That Pokémon can’t retreat during your opponent’s next turn.",
|
||||
en: "Your opponent's Active Pokémon is now Confused. That Pokémon can't retreat during your opponent's next turn.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Confus. Le Pokémon ne peut pas battre en retraite pendant le prochain tour de votre adversaire.",
|
||||
es: "El Pokémon Activo de tu rival pasa a estar Confundido. Ese Pokémon no puede retirarse durante el próximo turno de tu rival.",
|
||||
it: "Il Pokémon attivo del tuo avversario viene confuso. Durante il prossimo turno del tuo avversario, quel Pokémon non può ritirarsi.",
|
||||
|
Reference in New Issue
Block a user