mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09: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: "Dunsparce",
|
||||
fr: "Insolourdo",
|
||||
es: "Dunsparce",
|
||||
it: "Dunsparce",
|
||||
pt: "Dunsparce",
|
||||
de: "Dummisel"
|
||||
},
|
||||
illustrator: "Akira Komayama",
|
||||
rarity: "Uncommon",
|
||||
@ -30,10 +34,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Call for Family",
|
||||
fr: "Appel à la Famille",
|
||||
es: "Llamar a la Familia",
|
||||
it: "Cerca Famiglia",
|
||||
pt: "Chamar a Família",
|
||||
de: "Familienruf"
|
||||
},
|
||||
effect: {
|
||||
en: "Search your deck for a Basic Pokémon and put it onto your Bench. Shuffle your deck afterward.",
|
||||
fr: "Cherchez un Pokémon de base dans votre deck et placez-le sur votre Banc. Mélangez ensuite votre deck.",
|
||||
es: "Busca en tu baraja 1 Pokémon Básico y ponlo en tu Banca. Baraja las cartas de tu baraja después.",
|
||||
it: "Cerca nel tuo mazzo un Pokémon Base e mettilo nella tua panchina. Poi rimischia le carte del tuo mazzo.",
|
||||
pt: "Procure em seu baralho 1 Pokémon Básico e coloque-o no seu Banco. Em seguida, embaralhe seus cards.",
|
||||
de: "Durchsuche dein Deck nach 1 Basis-Pokémon und lege es auf deine Bank. Mische anschließend dein Deck."
|
||||
},
|
||||
|
||||
},
|
||||
@ -44,6 +56,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Ram",
|
||||
fr: "Collision",
|
||||
es: "Apisonar",
|
||||
it: "Carica",
|
||||
pt: "Aríete",
|
||||
de: "Ramme"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
Reference in New Issue
Block a user