1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-20 19:19:18 +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: "Mew"
en: "Mew",
fr: "Mew",
es: "Mew",
it: "Mew",
de: "Mew",
'pt-br': "Mew",
ko: "뮤"
},
illustrator: "Saya Tsuruta",
@ -14,21 +20,39 @@ const card: Card = {
types: ["Psychic"],
description: {
en: "Because it can use all kinds of moves, many scientists believe Mew to be the ancestor of Pokémon."
en: "Because it can use all kinds of moves, many scientists believe Mew to be the ancestor of Pokémon.",
fr: "Nombre de scientifiques voient en lui l'ancêtre des Pokémon\ncar il maîtrise toutes leurs capacités.",
es: "Varios científicos lo consideran el antecesor de los\nPokémon porque usa todo tipo de movimientos.",
it: "Poiché sa usare qualsiasi mossa,\nmolti scienziati ritengono che Mew\nsia l'antenato di tutti i Pokémon.",
de: "Es beherrscht alle möglichen Attacken, daher sieht\nman in ihm den Vorfahren aller Pokémon.",
'pt-br': "Como pode usar todos os tipos de movimentos,\nmuitos cientistas acreditam que Mew seja\no ancestral dos Pokémon.",
ko: "모든 기술을 사용하기 때문에\n포켓몬의 조상이라고 생각하는\n학자가 많다."
},
stage: "Basic",
attacks: [{
name: {
en: "Psy Report"
en: "Psy Report",
fr: "Observation Psychique",
es: "Psicoinforme",
it: "Psicosoffiata",
de: "Psycho-Offenlegung",
'pt-br': "Relatório Psíquico",
ko: "사이코리포트"
},
damage: 20,
cost: ["Psychic"],
effect: {
en: "Your opponent reveals their hand."
en: "Your opponent reveals their hand.",
fr: "Votre adversaire dévoile sa main.",
es: "Tu rival enseña las cartas de su mano.",
it: "Il tuo avversario mostra le carte che ha in mano.",
de: "Dein Gegner zeigt dir seine Handkarten.",
'pt-br': "Seu oponente revela a mão dele.",
ko: "상대의 패의 앞면을 모두 본다."
}
}],