1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-30 03:29:51 +00:00

Added some XY translations (#63)

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-08-23 00:18:16 +02:00
committed by GitHub
parent 741c19791e
commit 0ce5e62460
642 changed files with 8206 additions and 1657 deletions

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Koffing",
fr: "Smogo",
es: "Koffing",
it: "Koffing",
pt: "Koffing",
de: "Smogon"
},
illustrator: "sui",
rarity: "Common",
@ -30,10 +34,18 @@ const card: Card = {
name: {
en: "Division",
fr: "Division",
es: "División",
it: "Serie",
pt: "Divisão",
de: "Teilung"
},
effect: {
en: "Search your deck for up to 2 Koffing and put them onto your Bench. Shuffle your deck afterward.",
fr: "Cherchez jusqu'à 2 Smogo dans votre deck et placez-les sur votre Banc. Mélangez ensuite votre deck.",
fr: "Cherchez jusquà 2 Smogo dans votre deck et placez-les sur votre Banc. Mélangez ensuite votre deck.",
es: "Busca en tu baraja hasta 2 Koffing y ponlos en tu Banca. Baraja las cartas de tu baraja después.",
it: "Cerca nel tuo mazzo fino a due Koffing e mettili nella tua panchina. Poi rimischia le carte del tuo mazzo.",
pt: "Procure em seu baralho até 2 Koffing e coloque-os no seu Banco. Em seguida, embaralhe seus cards.",
de: "Durchsuche dein Deck nach bis zu 2 Smogon und lege sie auf deine Bank. Mische anschließend dein Deck."
},
},