mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-26 05:49: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: "Venonat"
|
||||
en: "Venonat",
|
||||
fr: "Mimitoss",
|
||||
es: "Venonat",
|
||||
it: "Venonat",
|
||||
de: "Bluzuk",
|
||||
'pt-br': "Venonat",
|
||||
ko: "콘팡"
|
||||
},
|
||||
|
||||
illustrator: "HYOGONOSUKE",
|
||||
@ -18,7 +24,13 @@ const card: Card = {
|
||||
cost: ["Grass"],
|
||||
|
||||
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: "Poison oozes from all over its body. It catches small bug Pokémon at night that are attracted by light.",
|
||||
fr: "Son corps sécrète un poison redoutable. La nuit, il capture\nde petits Pokémon Insecte attirés par la lumière.",
|
||||
es: "Rezuma veneno por todo su cuerpo.\nDe noche, atrapa y come pequeños\nPokémon insecto atraídos por la luz.",
|
||||
it: "Da tutto il suo corpo trasuda veleno.\nDi notte cattura piccoli Pokémon\nColeottero attratti dalla luce.",
|
||||
de: "Aus seinem ganzen Körper tritt Gift aus.\nEs fängt und frisst nachts kleine Käfer-Pokémon,\ndie von Licht angelockt wurden.",
|
||||
'pt-br': "Veneno escorre de todo o seu corpo. Durante a\nnoite, captura pequenos Pokémon inseto que são\natraídos pela luz.",
|
||||
ko: "전신에서 독이 스며 나온다.\n어두워지면 밝은 곳에 모인\n작은 벌레포켓몬을 잡아먹는다."
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user