1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 01:19:18 +00:00

fix: SWSH8 attacks in other languages (#742)

This commit is contained in:
2025-05-24 18:12:17 +02:00
committed by GitHub
parent 3859a2fb71
commit 21e158805b
247 changed files with 3954 additions and 699 deletions

View File

@ -31,11 +31,21 @@ const card: Card = {
type: "Ability",
name: {
en: "Red Assist"
en: "Red Assist",
fr: "Assistance Rouge",
de: "Roter Zuschuss",
es: "Asistencia Roja",
pt: "Assistência Rubra",
it: "Assistente Rosso"
},
effect: {
en: "Once during your turn, you may attach a Psychic Energy card from your hand to 1 of your Latios."
en: "Once during your turn, you may attach a {P} Energy card from your hand to 1 of your Latios.",
fr: "Une fois pendant votre tour, vous pouvez attacher une carte Énergie {P} de votre main à l'un de vos Latios.",
de: "Einmal während deines Zuges kannst du 1 {P}-Energiekarte aus deiner Hand an 1 deiner Latios anlegen.",
es: "Una vez durante tu turno, puedes unir 1 carta de Energía {P} de tu mano a 1 de tus Latios.",
pt: "Uma vez durante o seu turno, você poderá ligar 1 carta de Energia {P} da sua mão a 1 dos seus Latios.",
it: "Una sola volta durante il tuo turno, puoi assegnare a uno dei tuoi Latios una carta Energia {P} dalla tua mano."
}
}],
@ -43,13 +53,23 @@ const card: Card = {
cost: ["Fire", "Psychic", "Colorless"],
name: {
en: "Dyna Barrier"
en: "Dyna Barrier",
fr: "Dynabarrière",
de: "Gigantische Barriere",
es: "Dinabarrera",
pt: "Dinabarreira",
it: "Barriera Max"
},
damage: 70,
effect: {
en: "During your opponent's next turn, prevent all damage done to this Pokémon by attacks from Pokémon VMAX."
en: "During your opponent's next turn, prevent all damage done to this Pokémon by attacks from Pokémon VMAX.",
fr: "Pendant le prochain tour de votre adversaire, évitez tous les dégâts infligés à ce Pokémon par des attaques de Pokémon-VMAX.",
de: "Verhindere während des nächsten Zuges deines Gegners allen Schaden, der diesem Pokémon durch Attacken von Pokémon-VMAX zugefügt wird.",
es: "Durante el próximo turno de tu rival, evita todo el daño infligido a este Pokémon por ataques de Pokémon VMAX.",
pt: "Durante o próximo turno do seu oponente, previna todo o dano causado a este Pokémon por ataques de Pokémon VMAX.",
it: "Durante il prossimo turno del tuo avversario, previeni tutti i danni inflitti a questo Pokémon dagli attacchi dei Pokémon-VMAX."
}
}],