mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-21 03:29:17 +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: "Hawlucha"
|
||||
en: "Hawlucha",
|
||||
fr: "Brutalibré",
|
||||
es: "Hawlucha",
|
||||
it: "Hawlucha",
|
||||
de: "Resladero",
|
||||
'pt-br': "Hawlucha",
|
||||
ko: "루차불"
|
||||
},
|
||||
|
||||
illustrator: "miki kudo",
|
||||
@ -15,21 +21,39 @@ const card: Card = {
|
||||
types: ["Colorless"],
|
||||
|
||||
description: {
|
||||
en: "Its elegant finishing moves—performed by nimbly leaping around using its wings—are polished in the forest where it was born and raised."
|
||||
en: "Its elegant finishing moves—performed by nimbly leaping around using its wings—are polished in the forest where it was born and raised.",
|
||||
fr: "Ce Pokémon sautille adroitement à l'aide de ses\nailes avant d'achever son adversaire en beauté. Il\nperfectionne cette technique dans sa forêt natale.",
|
||||
es: "Remata a sus rivales con elegancia dando ágiles\nsaltos con la ayuda de las alas. Se trata de una\ntécnica que perfecciona en su bosque natal.",
|
||||
it: "Al momento di sferrare il suo elegante colpo\ndi grazia, si libra in volo grazie alle sue ali. Affina\nquesta tecnica nel bosco in cui è nato e cresciuto.",
|
||||
de: "Mithilfe seiner Flügel springt es behände umher\nund erledigt Gegner so mit eleganten Attacken.\nDiese Technik trainiert es in seinem Heimatwald.",
|
||||
'pt-br': "Seus movimentos elegantes de finalização, que consistem\nem saltos ágeis com o uso de suas asas, são refinados\nna floresta onde nasceu e cresceu.",
|
||||
ko: "날개를 사용해 가볍게 도약하여\n상대를 화려하게 마무리하는 기술은\n나고 자란 숲에서 다듬어진다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Justified Press"
|
||||
en: "Justified Press",
|
||||
fr: "Juste Pression",
|
||||
es: "Presa Justiciera",
|
||||
it: "Pressa della Giustizia",
|
||||
de: "Justified Press",
|
||||
'pt-br': "Aperto Justificado",
|
||||
ko: "정의의프레스"
|
||||
},
|
||||
|
||||
damage: "20+",
|
||||
cost: ["Colorless"],
|
||||
|
||||
effect: {
|
||||
en: "If your opponent's Active Pokémon is a Darkness Pokémon, this attack does 30 more damage."
|
||||
en: "If your opponent's Active Pokémon is a {D} Pokémon, this attack does 30 more damage.",
|
||||
fr: "Si le Pokémon Actif de votre adversaire est un Pokémon {D}, cette attaque inflige 30 dégâts supplémentaires.",
|
||||
es: "Si el Pokémon Activo de tu rival es un Pokémon {D}, este ataque hace 30 puntos de daño más.",
|
||||
it: "Se il Pokémon attivo del tuo avversario è un Pokémon {D}, questo attacco infligge 30 danni in più.",
|
||||
de: "Wenn das Aktive Pokémon deines Gegners ein {D}-Pokémon ist, fügt diese Attacke 30 Schadenspunkte mehr zu.",
|
||||
'pt-br': "Se o Pokémon Ativo do seu oponente for um Pokémon {D}, este ataque causará 30 pontos de dano a mais.",
|
||||
ko: "상대의 배틀 포켓몬이 {D}포켓몬이라면 30데미지를 추가한다."
|
||||
}
|
||||
}],
|
||||
|
||||
|
Reference in New Issue
Block a user