mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-20 19:19: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: "Litten"
|
||||
en: "Litten",
|
||||
fr: "Flamiaou",
|
||||
es: "Litten",
|
||||
it: "Litten",
|
||||
de: "Flamiau",
|
||||
'pt-br': "Litten",
|
||||
ko: "냐오불"
|
||||
},
|
||||
|
||||
illustrator: "Akira Komayama",
|
||||
@ -15,21 +21,39 @@ const card: Card = {
|
||||
types: ["Fire"],
|
||||
|
||||
description: {
|
||||
en: "If you try too hard to get close to it, it won't open up to you. Even if you do grow close, giving it too much affection is still a no-no."
|
||||
en: "If you try too hard to get close to it, it won't open up to you. Even if you do grow close, giving it too much affection is still a no-no.",
|
||||
fr: "Il se renferme sur lui-même si on lui accorde\ntrop d'attention. Mieux vaut éviter de beaucoup\nle caresser, même s'il devient affectueux.",
|
||||
es: "Detesta el contacto físico excesivo, incluso de\naquellos por los que siente apego. En caso de\nsentirse agobiado, se recluye en sí mismo.",
|
||||
it: "Si chiude in se stesso se riceve attenzioni soffocanti. Anche\nse si affeziona, preferisce mantenere una certa distanza.",
|
||||
de: "Gegenüber Menschen, die zu aufdringlich sind,\nverschließt es sich. Übermäßiger Körperkontakt\nist für Flamiau selbst bei guten Freunden tabu.",
|
||||
'pt-br': "Se você se esforçar demais para se aproximar deste Pokémon,\nele não dará a menor bola. Mesmo que você consiga\nse aproximar, Litten continuará detestando afeto em excesso.",
|
||||
ko: "집요하게 따라다니면\n마음을 열지 않는다. 친밀해져도\n과도한 스킨십은 금물이다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Heat Tackle"
|
||||
en: "Heat Tackle",
|
||||
fr: "Charge Énergétique",
|
||||
es: "Placaje Ardiente",
|
||||
it: "Calorazione",
|
||||
de: "Hitze-Tackle",
|
||||
'pt-br': "Golpe de Colisão Aquecido",
|
||||
ko: "히트태클"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
cost: ["Fire"],
|
||||
|
||||
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