mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
fix: Add most POP series French translations (#170)
* fix: Added most of the translations Some translations aren't available or are user made without a card image depicted Signed-off-by: Avior <github@avior.me> * fix: Add sets French translations Signed-off-by: Avior <github@avior.me>
This commit is contained in:
@ -4,6 +4,7 @@ import Set from '../POP Series 9'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Garchomp",
|
||||
fr: "Carchacrok"
|
||||
},
|
||||
|
||||
illustrator: "Kagemaru Himeno",
|
||||
@ -35,10 +36,12 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
en: "Dragon Rage",
|
||||
fr: "Draco-Rage"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Flip 2 coins. If either of them is tails, this attack does nothing.",
|
||||
fr: "Lancez 2 pièces. Si vous obtenez au moins un côté pile, cette attaque ne fait rien."
|
||||
},
|
||||
|
||||
damage: 80
|
||||
@ -51,9 +54,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Jet Sword",
|
||||
fr: "Jet Sword"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard 2 Energy attached to Garchomp and this attack does 10 damage to each of your opponent’s Benched Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)",
|
||||
fr: "Défaussez deux Énergies attachées à Carchacrok. Cette attaque inflige 10 dégâts à chacun des Pokémon de Banc de votre adversaire. (N'appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)"
|
||||
},
|
||||
damage: 100,
|
||||
|
||||
@ -70,7 +75,8 @@ const card: Card = {
|
||||
retreat: 0,
|
||||
|
||||
description: {
|
||||
en: "It flies at speeds equal to a jet fighter plane. It never allows its prey to escape."
|
||||
en: "It flies at speeds equal to a jet fighter plane. It never allows its prey to escape.",
|
||||
fr: "Il vole à la vitesse d'un avion à réaction et ne lâche jamais sa proie."
|
||||
},
|
||||
|
||||
variants: {
|
||||
|
Reference in New Issue
Block a user