1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-29 19:19:50 +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: "Lumineon",
fr: "Luminéon",
es: "Lumineon",
it: "Lumineon",
pt: "Lumineon",
de: "Lumineon"
},
illustrator: "sui",
rarity: "Uncommon",
@ -21,6 +25,10 @@ const card: Card = {
evolveFrom: {
en: "Finneon",
fr: "Écayon",
es: "Finneon",
it: "Finneon",
pt: "Finneon",
de: "Finneon"
},
stage: "Stage1",
@ -33,10 +41,18 @@ const card: Card = {
name: {
en: "Neon Sign",
fr: "Appel Lumineux",
es: "Señal de Neón",
it: "Segnale Neon",
pt: "Placa de Neon",
de: "Leuchtzeichen"
},
effect: {
en: "Search your deck for up to 2 Pokémon, reveal them, and put them into your hand. Shuffle your deck afterward.",
fr: "Cherchez jusquà 2 Pokémon dans votre deck, montrez-les, puis ajoutez-les à votre main. Mélangez ensuite votre deck.",
fr: "Cherchez jusqu'à 2 Pokémon dans votre deck, montrez-les, puis ajoutez-les à votre main. Mélangez ensuite votre deck.",
es: "Busca en tu baraja hasta 2 Pokémon, enséñalos y ponlos en tu mano. Baraja las cartas de tu baraja después.",
it: "Cerca nel tuo mazzo fino a due Pokémon, mostrali e aggiungili alle carte che hai in mano. Poi rimischia le carte del tuo mazzo.",
pt: "Procure no seu baralho até 2 Pokémon, revele-os e coloque-os na mão. Em seguida, embaralhe seus cards.",
de: "Durchsuche dein Deck nach bis zu 2 Pokémon, zeige sie deinem Gegner und nimm sie auf deine Hand. Mische anschließend dein Deck."
},
},
@ -48,10 +64,18 @@ const card: Card = {
name: {
en: "Water Pulse",
fr: "Vibraqua",
es: "Hidropulso",
it: "Idropulsar",
pt: "Pulso d'Água",
de: "Aquawelle"
},
effect: {
en: "Your opponents Active Pokémon is now Asleep.",
en: "Your opponent's Active Pokémon is now Asleep.",
fr: "Le Pokémon Actif de votre adversaire est maintenant Endormi.",
es: "El Pokémon Activo de tu rival pasa a estar Dormido.",
it: "Il Pokémon attivo del tuo avversario viene addormentato.",
pt: "O Pokémon Ativo do seu oponente agora está Adormecido.",
de: "Das Aktive Pokémon deines Gegners schläft jetzt."
},
damage: 30,