mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-21 11:29:18 +00:00
feat: Add the TCG Pocket cards in other languages (#734)
This commit is contained in:
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Poochyena"
|
||||
en: "Poochyena",
|
||||
fr: "Medhyèna",
|
||||
es: "Poochyena",
|
||||
it: "Poochyena",
|
||||
de: "Fiffyen",
|
||||
'pt-br': "Poochyena",
|
||||
ko: "포챠나"
|
||||
},
|
||||
|
||||
illustrator: "Midori Harada",
|
||||
@ -15,14 +21,26 @@ const card: Card = {
|
||||
types: ["Darkness"],
|
||||
|
||||
description: {
|
||||
en: "A Pokémon with a persistent nature, it chases its chosen prey until the prey becomes exhausted."
|
||||
en: "A Pokémon with a persistent nature, it chases its chosen prey until the prey becomes exhausted.",
|
||||
fr: "Un Pokémon très obstiné qui poursuit\nsa proie jusqu'à ce qu'elle soit épuisée.",
|
||||
es: "Es muy persistente. Si se fija en una presa,\nno la dejará hasta que caiga agotada.",
|
||||
it: "Pokémon di natura ostinata. Insegue la\npreda prescelta finché questa non è esausta.",
|
||||
de: "Ein beharrliches Pokémon, das seine Beute jagt,\nbis diese erschöpft ist.",
|
||||
'pt-br': "Pokémon de natureza persistente,\ncaça sua presa escolhida até ela ficar exausta.",
|
||||
ko: "집요한 성격의 포켓몬이다.\n점찍은 먹이가 기진맥진\n지칠 때까지 뒤쫓아간다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Bite"
|
||||
en: "Bite",
|
||||
fr: "Morsure",
|
||||
es: "Mordisco",
|
||||
it: "Morso",
|
||||
de: "Biss",
|
||||
'pt-br': "Mordida",
|
||||
ko: "물기"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
Reference in New Issue
Block a user