1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 16:19:18 +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

@ -3,8 +3,12 @@ import Set from '../BREAKthrough'
const card: Card = {
name: {
en: "Buddy Buddy Rescue",
en: "Buddy-Buddy Rescue",
fr: "Rescousse Copain-Copain",
es: "Rescate Colega-Colega",
it: "Salvamico",
pt: "Resgate de Colega",
de: "Vetternhilfe"
},
illustrator: "Toyste Beach",
rarity: "Uncommon",
@ -24,7 +28,11 @@ const card: Card = {
effect: {
fr: "Chaque joueur place un Pokémon de sa pile de défausse dans sa main. (Votre adversaire choisit en premier.)",
en: "Each player puts a Pokémon from his or her discard pile into his or her hand. (Your opponent chooses first.)"
en: "Each player puts a Pokémon from his or her discard pile into his or her hand. (Your opponent chooses first.)",
es: "Los jugadores ponen 1 Pokémon de su pila de descartes en su mano. (Tu rival elige primero).",
it: "Ciascun giocatore prende un Pokémon dalla sua pila degli scarti e lo aggiunge alle carte che ha in mano (il tuo avversario sceglie per primo).",
pt: "Cada jogador coloca um Pokémon da sua pilha de descarte na sua mão. (Seu oponente escolhe primeiro.)",
de: "Jeder Spieler nimmt 1 Pokémon aus seinem Ablagestapel auf seine Hand. (Dein Gegner beginnt.)"
},
trainerType: "Item",