1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 08:39:17 +00:00

feat: Added XY Datas for other languages (#265)

This commit is contained in:
2022-03-31 11:01:32 +02:00
committed by GitHub
parent fc74c637d3
commit 4ec775fe56
1694 changed files with 23608 additions and 4670 deletions

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Articuno",
fr: "Artikodin",
es: "Articuno",
it: "Articuno",
pt: "Articuno",
de: "Arktos"
},
illustrator: "Naoki Saito",
rarity: "Rare",
@ -30,10 +34,18 @@ const card: Card = {
name: {
en: "Find Ice",
fr: "Chercheur de Glace",
es: "Encontrar Hielo",
it: "Trovaghiaccio",
pt: "Encontrar Gelo",
de: "Eis finden"
},
effect: {
en: "Search your deck for up to 3 Water Energy cards, reveal them, and put them into your hand. Shuffle your deck afterward.",
fr: "Cherchez jusqu'à 3 cartes Énergie Water dans votre deck, montrez-les, puis ajoutez-les à votre main. Mélangez ensuite votre deck.",
es: "Busca en tu baraja hasta 3 cartas de Energía Water, enséñalas y ponlas en tu mano. Baraja las cartas de tu baraja después.",
it: "Cerca nel tuo mazzo fino a tre carte Energia Water, mostrale e aggiungile alle carte che hai in mano. Poi rimischia le carte del tuo mazzo.",
pt: "Procure no seu baralho até 3 cards de Energia Water, revele-os e coloque-os na mão. Em seguida, embaralhe seus cards.",
de: "Durchsuche dein Deck nach bis zu 3 Water-Energiekarten, zeige sie deinem Gegner und nimm sie auf deine Hand. Mische anschließend dein Deck."
},
},
@ -47,6 +59,10 @@ const card: Card = {
name: {
en: "Freezing Wind",
fr: "Vent Glaçant",
es: "Viento Gélido",
it: "Ventogelido",
pt: "Vento Gelado",
de: "Polarwind"
},
damage: 100,