1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-11 08:21:59 +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: "Cherubi"
en: "Cherubi",
fr: "Ceribou",
es: "Cherubi",
it: "Cherubi",
de: "Kikugi",
'pt-br': "Cherubi",
ko: "체리버"
},
illustrator: "Atsuko Nishida",
@@ -15,14 +21,26 @@ const card: Card = {
types: ["Grass"],
description: {
en: "It nimbly dashes about to avoid getting pecked by bird Pokémon that would love to make off with its small, nutrient-rich storage ball."
en: "It nimbly dashes about to avoid getting pecked by bird Pokémon that would love to make off with its small, nutrient-rich storage ball.",
fr: "Il s'enfuit à la vue des Pokémon oiseaux, dont le mets\nfavori est sa petite boule remplie de nutriments.",
es: "Se ve obligado a huir constantemente de\nlos Pokémon pájaro, pues su pequeña esfera\nrepleta de nutrientes es su manjar predilecto.",
it: "Fugge dai Pokémon alati, ghiotti della\nsua pallina ricca di sostanze nutritive.",
de: "Sein nährstoffreiches Bällchen erfreut sich bei\nVogel-Pokémon großer Beliebtheit. Es ist ständig\nauf der Flucht, damit es nicht gefressen wird.",
'pt-br': "Corre agilmente para evitar ser bicado por Pokémon\npássaro que adorariam fugir com sua bolinha\nde armazenamento rica em nutrientes.",
ko: "영양이 듬뿍 담긴 구슬을\n새포켓몬들이 아주 좋아한다.\n쪼이지 않기 위해 도망 다닌다."
},
stage: "Basic",
attacks: [{
name: {
en: "Leafage"
en: "Leafage",
fr: "Feuillage",
es: "Follaje",
it: "Fogliame",
de: "Blattwerk",
'pt-br': "Folhagem",
ko: "나뭇잎"
},
damage: 20,