mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-20 02:59: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: "Dratini"
|
||||
en: "Dratini",
|
||||
fr: "Minidraco",
|
||||
es: "Dratini",
|
||||
it: "Dratini",
|
||||
de: "Dratini",
|
||||
'pt-br': "Dratini",
|
||||
ko: "미뇽"
|
||||
},
|
||||
|
||||
illustrator: "Ayaka Yoshida",
|
||||
@ -18,7 +24,13 @@ const card: Card = {
|
||||
cost: ["Water", "Lightning"],
|
||||
|
||||
name: {
|
||||
en: "Ram"
|
||||
en: "Ram",
|
||||
fr: "Collision",
|
||||
es: "Apisonar",
|
||||
it: "Carica",
|
||||
de: "Ramme",
|
||||
'pt-br': "Aríete",
|
||||
ko: "부딪치기"
|
||||
},
|
||||
|
||||
damage: "40"
|
||||
@ -29,6 +41,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "It sheds many layers of skin as it grows larger. During this process, it is protected by a rapid waterfall.",
|
||||
fr: "Ce Pokémon grandit en muant à répétition. Lors de\nce processus, il s'abrite derrière une puissante cascade.",
|
||||
es: "Durante la etapa de crecimiento, muda muchas\nveces de piel y se protege mediante una cascada.",
|
||||
it: "Cresce cambiando ripetutamente la\npelle. Durante la muta, si protegge tra\nle acque impetuose di una cascata.",
|
||||
de: "Es häutet sich, um zu wachsen. Dabei wird es von\neinem tosenden Wasserfall beschützt.",
|
||||
'pt-br': "Troca de pele várias vezes à medida que cresce. Durante\neste processo, é protegido por uma cachoeira agitada.",
|
||||
ko: "세차게 떨어지는 폭포의 보호를 받으며\n탈피를 거듭해 점점 크게 자란다."
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user