1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 16:19: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:
2021-11-16 10:08:20 +01:00
committed by GitHub
parent b6fbcc1b77
commit df23371cb4
77 changed files with 335 additions and 25 deletions

View File

@ -4,6 +4,7 @@ import Set from '../POP Series 1'
const card: Card = {
name: {
en: "Murkrow",
fr: "Cornèbre"
},
illustrator: "Ken Sugimori",
@ -28,9 +29,11 @@ const card: Card = {
type: "Poke-BODY",
name: {
en: "Insomnia",
fr: "Insomnie"
},
effect: {
en: "Murkrow cant be Asleep.",
fr: "Cornèbre ne peut pas être Endormi."
},
},
],
@ -43,9 +46,11 @@ const card: Card = {
],
name: {
en: "Feint Attack",
fr: "Feinte"
},
effect: {
en: "Choose 1 of your opponents Pokémon. This attack does 20 damage to that Pokémon. This attacks damage isnt affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon.",
fr: "Choisissez un des Pokémon de votre adversaire. Cette attaque lui inflige 20 dégâts. Les dégâts de cette attaque ne sont pas affectés par la Faiblesse, la Résistance, les Poké-Powers, les Poké-Bodies ou tout autre effet."
},
},