mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-20 11:09: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: "Voltorb"
|
||||
en: "Voltorb",
|
||||
fr: "Voltorbe",
|
||||
es: "Voltorb",
|
||||
it: "Voltorb",
|
||||
de: "Voltobal",
|
||||
'pt-br': "Voltorb",
|
||||
ko: "찌리리공"
|
||||
},
|
||||
|
||||
illustrator: "Midori Harada",
|
||||
@ -15,21 +21,39 @@ const card: Card = {
|
||||
types: ["Lightning"],
|
||||
|
||||
description: {
|
||||
en: "It rolls to move. If the ground is uneven, a sudden jolt from hitting a bump can cause it to explode."
|
||||
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충격으로 폭발해 버린다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Big Explosion"
|
||||
en: "Big Explosion",
|
||||
fr: "Grosse Explosion",
|
||||
es: "Gran Explosión",
|
||||
it: "Grande Esplosione",
|
||||
de: "Große Explosion",
|
||||
'pt-br': "Grande Explosão",
|
||||
ko: "폭발"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
cost: ["Lightning"],
|
||||
|
||||
effect: {
|
||||
en: "This Pokémon also does 10 damage to itself."
|
||||
en: "This Pokémon also does 10 damage to itself.",
|
||||
fr: "Ce Pokémon s'inflige aussi 10 dégâts.",
|
||||
es: "Este Pokémon también se hace 10 puntos de daño a sí mismo.",
|
||||
it: "Questo Pokémon infligge anche 10 danni a se stesso.",
|
||||
de: "Dieses Pokémon fügt auch sich selbst 10 Schadenspunkte zu.",
|
||||
'pt-br': "Este Pokémon também causa 10 pontos de dano a si mesmo.",
|
||||
ko: "이 포켓몬에게도 10데미지를 준다."
|
||||
}
|
||||
}],
|
||||
|
||||
|
Reference in New Issue
Block a user