mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
Added some XY translations (#63)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Captivating Poké Puff",
|
||||
fr: "Pofiterole Envoûtante",
|
||||
es: "Pokélito Cautivador",
|
||||
it: "Pokébignè Incantato",
|
||||
pt: "Pokélina Cativante",
|
||||
de: "Bezauberndes Pofflé"
|
||||
},
|
||||
illustrator: "Toyste Beach",
|
||||
rarity: "Uncommon",
|
||||
@ -24,7 +28,11 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Votre adversaire montre sa main. Placez tout nombre de Pokémon de base que vous y trouvez sur le Banc de votre adversaire.",
|
||||
en: "Your opponent reveals his or her hand. Put any number of Basic Pokémon you find there onto your opponent’s Bench."
|
||||
en: "Your opponent reveals his or her hand. Put any number of Basic Pokémon you find there onto your opponent’s Bench.",
|
||||
es: "Tu rival enseña las cartas de su mano. Pon tantos Pokémon Básicos que encuentres entre ellas como quieras en la Banca de tu rival.",
|
||||
it: "Il tuo avversario mostra le carte che ha in mano. Prendi un numero qualsiasi di Pokémon Base presenti tra quelle carte e mettili nella sua panchina.",
|
||||
pt: "Seu oponente revela a própria mão. Coloque qualquer número de Pokémon Básico que encontrar lá no Banco do seu oponente.",
|
||||
de: "Dein Gegner deckt seine Handkarten auf. Lege beliebig viele Basis-Pokémon, die du dort findest, auf die Bank deines Gegners."
|
||||
},
|
||||
trainerType: "Item",
|
||||
|
||||
|
Reference in New Issue
Block a user