1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-18 02:19:17 +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: "Turtwig"
en: "Turtwig",
fr: "Tortipouss",
es: "Turtwig",
it: "Turtwig",
de: "Chelast",
'pt-br': "Turtwig",
ko: "모부기"
},
illustrator: "Atsuko Nishida",
@ -15,14 +21,26 @@ const card: Card = {
types: ["Grass"],
description: {
en: "It uses its whole body to photosynthesize when exposed to sunlight. Its shell is made from hardened soil."
en: "It uses its whole body to photosynthesize when exposed to sunlight. Its shell is made from hardened soil.",
fr: "Il s'expose à la lumière du soleil pour que\nson corps l'assimile par photosynthèse.\nSa carapace est composée de terre durcie.",
es: "Al bañarlo los rayos de sol, realiza la fotosíntesis con todo\nel cuerpo. Su caparazón está formado por tierra endurecida.",
it: "Si espone ai raggi solari ed esegue la fotosintesi con\ntutto il corpo. La sua corazza è fatta di terra rassodata.",
de: "Es badet im Sonnenlicht und betreibt dabei mit\ndem ganzen Körper Fotosynthese. Sein Panzer\nbesteht aus hartem Lehm.",
'pt-br': "Usa o corpo todo para fazer fotossíntese ao se expor\nà luz do sol. Seu casco é feito de solo endurecido.",
ko: "태양의 빛을 쬐어\n전신으로 광합성을 한다.\n등껍질은 흙이 딱딱해진 것이다."
},
stage: "Basic",
attacks: [{
name: {
en: "Bite"
en: "Bite",
fr: "Morsure",
es: "Mordisco",
it: "Morso",
de: "Biss",
'pt-br': "Mordida",
ko: "물기"
},
damage: 30,