mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +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 7'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Latias",
|
||||
fr: "Latias"
|
||||
},
|
||||
|
||||
illustrator: "Daisuke Ito",
|
||||
@ -30,9 +31,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Miraculous Light",
|
||||
fr: "Lumière miraculeuse"
|
||||
},
|
||||
effect: {
|
||||
en: "Remove 2 damage counters and all Special Conditions from Latias.",
|
||||
fr: "Retirez à Latias 2 marqueurs de dégât ainsi que tous ses États Spéciaux."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
@ -45,9 +48,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Mist Ball",
|
||||
fr: "Boule de brume"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard a Fire Energy and a Water Energy attached to Latias.",
|
||||
fr: "Défaussez une Énergie et une Énergie attachée à Latias."
|
||||
},
|
||||
damage: 80,
|
||||
|
||||
@ -69,7 +74,8 @@ const card: Card = {
|
||||
],
|
||||
|
||||
description: {
|
||||
en: "Its body is covered with a down that can refract light in such a way that it becomes invisble."
|
||||
en: "Its body is covered with a down that can refract light in such a way that it becomes invisble.",
|
||||
fr: "Son corps est recouvert d'un duvet qui reflète la lumière et le rend invisible."
|
||||
},
|
||||
|
||||
retreat: 1,
|
||||
|
@ -4,6 +4,7 @@ import Set from '../POP Series 7'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Latios",
|
||||
fr: "Latios"
|
||||
},
|
||||
|
||||
illustrator: "Daisuke Ito",
|
||||
@ -30,9 +31,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Energy Draw",
|
||||
fr: "Absorption d'énergie"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, search your deck for a basic Energy card and attach it to Latios. Shuffle your deck afterward.",
|
||||
fr: "Lancez une pièce. Si c'est face, choisissez dans votre deck une carte Énergie de base et attachez-la à Latios. Ensuite, mélangez votre deck."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
@ -46,9 +49,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Luster Purge",
|
||||
fr: "Lumi-Eclat"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard 3 Energy attached to Latios.",
|
||||
fr: "Défaussez 3 Énergies attachée à Latios."
|
||||
},
|
||||
damage: 120,
|
||||
|
||||
@ -70,7 +75,8 @@ const card: Card = {
|
||||
],
|
||||
|
||||
description: {
|
||||
en: "A highly intelligent Pokémon. By folding back its wings in flight, it can overtake jet planes."
|
||||
en: "A highly intelligent Pokémon. By folding back its wings in flight, it can overtake jet planes.",
|
||||
fr: "Un Pokémon très intelligent. Il peut voler plus vite qu'un avion à réaction en repliant ses ailes."
|
||||
},
|
||||
|
||||
retreat: 2,
|
||||
|
Reference in New Issue
Block a user