1
0
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:
2025-05-17 19:27:22 +02:00
committed by GitHub
parent c26b91ac85
commit 8ca40f410d
1116 changed files with 26787 additions and 4023 deletions

View File

@ -5,7 +5,13 @@ const card: Card = {
set: Set,
name: {
en: "Bulbasaur"
en: "Bulbasaur",
fr: "Bulbizarre",
es: "Bulbasaur",
it: "Bulbasaur",
de: "Bisasam",
'pt-br': "Bulbasaur",
ko: "이상해씨"
},
illustrator: "Kouki Saitou",
@ -16,7 +22,13 @@ const card: Card = {
attacks: [{
name: {
en: "Vine Whip"
en: "Vine Whip",
fr: "Fouet Lianes",
es: "Látigo Cepa",
it: "Frustata",
de: "Rankenhieb",
'pt-br': "Chicote de Vinha",
ko: "덩굴채찍"
},
cost: ["Grass", "Colorless"],
@ -26,7 +38,13 @@ const card: Card = {
hp: 70,
description: {
en: "There is a plant seed on its back right from the day this Pokémon is born. The seed slowly grows larger."
en: "There is a plant seed on its back right from the day this Pokémon is born. The seed slowly grows larger.",
fr: "Il y a une graine sur son dos depuis sa naissance.\nElle grossit un peu chaque jour.",
es: "Este Pokémon nace con una semilla en el\nlomo, que brota con el paso del tiempo.",
it: "Fin dalla nascita questo Pokémon ha sulla\nschiena un seme che cresce lentamente.",
de: "Dieses Pokémon trägt von Geburt an einen\nSamen auf dem Rücken, der im Laufe der Zeit\nkeimt und wächst.",
'pt-br': "Este Pokémon já nasce com uma semente\nnas costas. Aos poucos, a semente cresce.",
ko: "태어났을 때부터 등에\n식물의 씨앗이 있으며\n조금씩 크게 자란다."
},
weaknesses: [{