mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-18 18:29: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: "Venusaur"
|
||||
en: "Venusaur",
|
||||
fr: "Florizarre",
|
||||
es: "Venusaur",
|
||||
it: "Venusaur",
|
||||
de: "Bisaflor",
|
||||
'pt-br': "Venusaur",
|
||||
ko: "이상해꽃"
|
||||
},
|
||||
|
||||
illustrator: "Kuroimori",
|
||||
@ -16,14 +22,26 @@ const card: Card = {
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Mega Drain"
|
||||
en: "Mega Drain",
|
||||
fr: "Méga-Sangsue",
|
||||
es: "Megaagotar",
|
||||
it: "Megassorbimento",
|
||||
de: "Megasauger",
|
||||
'pt-br': "Megadreno",
|
||||
ko: "메가드레인"
|
||||
},
|
||||
|
||||
cost: ["Grass", "Grass", "Colorless", "Colorless"],
|
||||
damage: 80,
|
||||
|
||||
effect: {
|
||||
en: "Heal 30 damage from this Pokémon."
|
||||
en: "Heal 30 damage from this Pokémon.",
|
||||
fr: "Soignez 30 dégâts de ce Pokémon.",
|
||||
es: "Cura 30 puntos de daño a este Pokémon.",
|
||||
it: "Cura questo Pokémon da 30 danni.",
|
||||
de: "Heile 30 Schadenspunkte bei diesem Pokémon.",
|
||||
'pt-br': "Cure 30 pontos de dano deste Pokémon.",
|
||||
ko: "이 포켓몬의 HP를 30회복."
|
||||
}
|
||||
}],
|
||||
|
||||
@ -34,7 +52,13 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "Its plant blooms when it is absorbing solar energy. It stays on the move to seek sunlight."
|
||||
en: "Its plant blooms when it is absorbing solar energy. It stays on the move to seek sunlight.",
|
||||
fr: "Sa plante donne une grosse fleur quand\nelle absorbe les rayons du soleil. Il est toujours\nà la recherche des endroits les plus ensoleillés.",
|
||||
es: "La planta florece cuando absorbe energía solar,\nlo cual le obliga a buscar siempre la luz del sol.",
|
||||
it: "Il fiore sboccia assorbendo energia solare.\nSi muove continuamente in cerca di luce.",
|
||||
de: "Es nutzt Solarenergie als Nahrung und\nbringt so seine große Blume zum Blühen.\nEs geht dorthin, wo die Sonne scheint.",
|
||||
'pt-br': "Sua planta floresce ao absorver energia solar,\npor isso este Pokémon vive em busca da luz do sol.",
|
||||
ko: "태양에너지를 양분으로\n큰 꽃을 피운다. 양지를 향해\n이끌려가듯이 이동한다."
|
||||
},
|
||||
|
||||
weaknesses: [{
|
||||
|
Reference in New Issue
Block a user