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: "Voltorb"
|
||||
en: "Voltorb",
|
||||
fr: "Voltorbe",
|
||||
es: "Voltorb",
|
||||
it: "Voltorb",
|
||||
de: "Voltobal",
|
||||
'pt-br': "Voltorb",
|
||||
ko: "찌리리공"
|
||||
},
|
||||
|
||||
illustrator: "SATOSHI NAKAI",
|
||||
@ -18,7 +24,13 @@ const card: Card = {
|
||||
cost: ["Lightning"],
|
||||
|
||||
name: {
|
||||
en: "Tackle"
|
||||
en: "Tackle",
|
||||
fr: "Charge",
|
||||
es: "Placaje",
|
||||
it: "Azione",
|
||||
de: "Tackle",
|
||||
'pt-br': "Investida",
|
||||
ko: "몸통박치기"
|
||||
},
|
||||
|
||||
damage: "20"
|
||||
@ -34,6 +46,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "It rolls to move. If the ground is uneven, a sudden jolt from hitting a bump can cause it to explode.",
|
||||
fr: "Il se déplace en roulant. Si le sol est cabossé,\nles chocs le font exploser.",
|
||||
es: "Se mueve rodando. Si el terreno es\nirregular, una chispa provocada por\nalgún bache lo hará explotar.",
|
||||
it: "Rotola per spostarsi. Se il terreno è\nirregolare, può esplodere all'improvviso\na causa dell'urto contro un dosso.",
|
||||
de: "Es bewegt sich rollend fort. Rollt es über\nunebenen Boden, kann es plötzlich explodieren.",
|
||||
'pt-br': "Ele rola para se mover. Quando o solo está\ndesnivelado, um solavanco repentino após\num baque pode fazê-lo explodir.",
|
||||
ko: "굴러서 이동하기 때문에\n땅이 울퉁불퉁하면\n충격으로 폭발해 버린다."
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user