mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-18 18:29:19 +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: "Professor's Research"
|
||||
en: "Professor's Research",
|
||||
fr: "Recherches Professorales",
|
||||
es: "Investigación de Profesores",
|
||||
it: "Ricerca Accademica",
|
||||
de: "Forschung des Professors",
|
||||
'pt-br': "Pesquisa de Professores",
|
||||
ko: "박사의 연구"
|
||||
},
|
||||
|
||||
illustrator: "Naoki Saito",
|
||||
@ -13,7 +19,14 @@ const card: Card = {
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Draw 2 cards."
|
||||
en: "Draw 2 cards.",
|
||||
fr: "Piochez 2 cartes.",
|
||||
es: "Roba 2 cartas.",
|
||||
it: "Pesca 2 carte.",
|
||||
de: "Ziehe 2 Karten.",
|
||||
|
||||
ko: "자신의 덱을 2장 뽑는다.",
|
||||
'pt-br': "Compre 2 cartas."
|
||||
},
|
||||
|
||||
trainerType: "Supporter"
|
||||
|
Reference in New Issue
Block a user