1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 00:09:18 +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,9 +5,13 @@ const card: Card = {
name: {
en: "Here Comes Team Rocket!",
fr: "Et voilà la Team Rocket !",
es: "¡Aquí viene el Team Rocket!",
it: "Arriva il Team Rocket!",
pt: "Lá vem a Equipe Rocket!",
de: "Hier kommt Team Rocket!"
},
illustrator: "Ken Sugimori",
rarity: "Rare",
rarity: "Secret Rare",
category: "Trainer",
set: Set,
@ -24,7 +28,11 @@ const card: Card = {
effect: {
fr: "Chaque joueur tourne toutes ses cartes Récompense face découverte. (Ces cartes Récompense restent face découverte pour le reste de la partie.)",
en: "Each player turns all of his or her Prize cards face up. (Those Prize cards remain face up for the rest of the game.)"
en: "Each player turns all of his or her Prize cards face up. (Those Prize cards remain face up for the rest of the game.)",
es: "Cada jugador pone todas sus cartas de Premio boca arriba. (Esas cartas de Premio permanecerán boca arriba durante el resto de la partida).",
it: "Entrambi i giocatori girano tutte le loro carte Premio a faccia in su (rimarranno così per il resto della partita).",
pt: "Cada jogador vira seus cards de Prêmio com a face voltada para cima. (Os cards de Prêmio permanecerão virados para cima pelo resto do jogo.)",
de: "Beide Spieler decken alle ihre Preiskarten auf. (Diese Preiskarten bleiben für den Rest des Spiels aufgedeckt.)"
},
trainerType: "Supporter",