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

feat: Add the TCG Pocket cards in other languages (#734)

This commit is contained in:
2025-05-17 19:27:22 +02:00
committed by GitHub
parent c26b91ac85
commit 8ca40f410d
1116 changed files with 26787 additions and 4023 deletions

View File

@ -5,7 +5,13 @@ const card: Card = {
set: Set,
name: {
en: "Dhelmise ex"
en: "Dhelmise ex",
fr: "Sinistrail-ex",
es: "Dhelmise ex",
it: "Dhelmise-ex",
de: "Moruda-ex",
'pt-br': "Dhelmise ex",
ko: "타타륜 ex"
},
illustrator: "PLANETA Tsuji",
@ -18,14 +24,26 @@ const card: Card = {
attacks: [{
name: {
en: "Anchor Shot"
en: "Anchor Shot",
fr: "Ancrage",
es: "Anclaje",
it: "Colpo d'Ancora",
de: "Ankerschuss",
'pt-br': "Tiro de Âncora",
ko: "앵커샷"
},
damage: 80,
cost: ["Grass", "Grass", "Colorless"],
effect: {
en: "During your opponent's next turn, the Defending Pokémon can't retreat."
en: "During your opponent's next turn, the Defending Pokémon can't retreat.",
fr: "Pendant le prochain tour de votre adversaire, le Pokémon Défenseur ne peut pas battre en retraite.",
es: "Durante el próximo turno de tu rival, el Pokémon Defensor no puede retirarse.",
it: "Durante il prossimo turno del tuo avversario, il Pokémon difensore non può ritirarsi.",
de: "Während des nächsten Zuges deines Gegners kann sich das Verteidigende Pokémon nicht zurückziehen.",
'pt-br': "Durante o próximo turno do seu oponente, o Pokémon Defensor não poderá recuar.",
ko: "상대의 다음 차례에 이 기술을 받은 포켓몬은 후퇴할 수 없다."
}
}],