1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 00:29:19 +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: "Starly",
fr: "Étourmi",
es: "Starly",
it: "Starly",
pt: "Starly",
de: "Staralili"
},
illustrator: "Kyoko Umemoto",
rarity: "Common",
@ -30,10 +34,18 @@ const card: Card = {
name: {
en: "Call for Pals",
fr: "Appel aux Copains",
es: "Llamar a los Colegas",
it: "Cerca Compagni",
pt: "Chamar os Amigos",
de: "Kumpanenruf"
},
effect: {
en: "Search your deck for as many Starly as you like and put them onto your Bench. Shuffle your deck afterward.",
fr: "Cherchez dans votre deck autant d'Étourmi que vous voulez et placez-les sur votre Banc. Mélangez ensuite votre deck.",
es: "Busca en tu baraja tantos Starly como quieras y ponlos en tu Banca. Baraja las cartas de tu baraja después.",
it: "Cerca nel tuo mazzo tutti gli Starly che vuoi e mettili nella tua panchina. Poi rimischia le carte del tuo mazzo.",
pt: "Procure em seu baralho tantos Starly quanto desejar e coloque-os no seu Banco. Em seguida, embaralhe seus cards.",
de: "Durchsuche dein Deck nach beliebig vielen Staralili und lege sie auf deine Bank. Mische anschließend dein Deck."
},
},