mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
feat: Added XY Datas for other languages (#265)
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Teammates",
|
||||
fr: "Senior et Junior",
|
||||
es: "Estudiantes",
|
||||
it: "Senior & Junior",
|
||||
pt: "Companheiros de Equipe",
|
||||
de: "Senior & Junior"
|
||||
},
|
||||
illustrator: "Hitoshi Ariga",
|
||||
rarity: "Ultra Rare",
|
||||
@ -24,7 +28,11 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Vous pouvez jouer cette carte seulement si l'un de vos Pokémon a été mis K.O. pendant le dernier tour de votre adversaire.\n\nCherchez jusqu'à 2 cartes dans votre deck et ajoutez-les à votre main. Mélangez ensuite votre deck.",
|
||||
en: "You can play this card only if 1 of your Pokémon was Knocked Out during your opponent’s last turn.\n\nSearch your deck for up to 2 cards and put them into your hand. Shuffle your deck afterward."
|
||||
en: "You can play this card only if 1 of your Pokémon was Knocked Out during your opponent's last turn.\n\nSearch your deck for up to 2 cards and put them into your hand. Shuffle your deck afterward.",
|
||||
es: "Puedes jugar esta carta solo si 1 de tus Pokémon quedó Fuera de Combate durante el último turno de tu rival. Busca en tu baraja hasta 2 cartas y ponlas en tu mano. Baraja las cartas de tu baraja después.",
|
||||
it: "Puoi giocare questa carta solo se uno dei tuoi Pokémon è stato messo KO durante l'ultimo turno del tuo avversario. Cerca fino a due carte nel tuo mazzo e aggiungile alle carte che hai in mano. Poi rimischia le carte del tuo mazzo.",
|
||||
pt: "Você poderá jogar esse card somente se 1 dos seus Pokémon foi Nocauteado durante a última vez de jogar do seu oponente. Procure até 2 cards em seu baralho e coloque-os na sua mão. Em seguida, embaralhe seus cards.",
|
||||
de: "Du kannst diese Karte nur dann spielen, wenn 1 deiner Pokémon während des letzten Zuges deines Gegners kampfunfähig wurde. Durchsuche dein Deck nach bis zu 2 Karten und nimm sie auf deine Hand. Mische anschließend dein Deck."
|
||||
},
|
||||
trainerType: "Supporter",
|
||||
|
||||
|
Reference in New Issue
Block a user