mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-25 13:29: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: "Paldean Tauros"
|
||||
en: "Paldean Tauros",
|
||||
fr: "Taurosde Paldea",
|
||||
es: "Taurosde Paldea",
|
||||
it: "Taurosdi Paldea",
|
||||
de: "Paldea-Tauros",
|
||||
'pt-br': "Taurosde Paldea",
|
||||
ko: "팔데아켄타로스"
|
||||
},
|
||||
|
||||
illustrator: "Minahamu",
|
||||
@ -15,21 +21,39 @@ const card: Card = {
|
||||
types: ["Fire"],
|
||||
|
||||
description: {
|
||||
en: "When heated by fire energy, its horns can get hotter than 1,800 degrees Fahrenheit. Those gored by them will suffer both wounds and burns."
|
||||
en: "When heated by fire energy, its horns can get hotter than 1,800 degrees Fahrenheit. Those gored by them will suffer both wounds and burns.",
|
||||
fr: "Ses cornes atteignent les 1 000 °C lorsqu'elles\nsont chauffées par énergie incandescente.\nElles infligent blessures et brûlures à ses adversaires.",
|
||||
es: "Sus cuernos alcanzan los 1000 °C cuando los\ncalienta con energía ígnea. Quienes reciben una\nde sus cornadas sufren heridas y quemaduras.",
|
||||
it: "Le corna arroventate dalla sua energia\nFuoco raggiungono i 1.000 ºC e causano\nal nemico trafitto sia ferite che ustioni.",
|
||||
de: "Seine Hörner erreichen mithilfe von Feuer-Energie\n1000 ºC. Spießt es damit Gegner auf, so erleiden\ndiese Verletzungen und Verbrennungen.",
|
||||
'pt-br': "Quando aquecido por energia de fogo, seus chifres podem\nchegar a mais de 980 ºC. Aqueles que forem atacados\npor eles sofrerão com feridas e queimaduras.",
|
||||
ko: "불꽃 에너지로 가열된 뿔은\n섭씨 1000도에 달하며, 뿔에 찔린 상대는\n상처와 화상에 고통받게 된다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Blaze Tackle"
|
||||
en: "Blaze Tackle",
|
||||
fr: "Charge Flamboyante",
|
||||
es: "Placaje Llameante",
|
||||
it: "Assalto Infuocato",
|
||||
de: "Flammender Tackle",
|
||||
'pt-br': "Investida Incendiária",
|
||||
ko: "블레이즈태클"
|
||||
},
|
||||
|
||||
damage: 80,
|
||||
cost: ["Fire", "Colorless", "Colorless"],
|
||||
|
||||
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