1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-19 02:39:18 +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: "Leaf Cape"
en: "Leaf Cape",
fr: "Cape Sylvestre",
es: "Capa Hoja",
it: "Mantello Silvestre",
de: "Blätterumhang",
'pt-br': "Capa de Folha",
ko: "리프망토"
},
illustrator: "Toyste Beach",
@ -13,7 +19,13 @@ const card: Card = {
category: "Trainer",
effect: {
en: "The Grass Pokémon this card is attached to gets +30 HP."
en: "The {G} Pokémon this card is attached to gets +30 HP.",
fr: "Cette carte octroie + 30 PV au Pokémon {G} auquel elle est attachée.",
es: "El Pokémon {G} al que esté unida esta carta obtiene 30 PS más.",
it: "Il Pokémon {G} a cui è assegnata questa carta ha +30 PS.",
de: "Das {G}-Pokémon, an das diese Karte angelegt ist, erhält + 30 KP.",
'pt-br': "O Pokémon {G} ao qual esta carta está ligada recebe +30 PS.",
ko: "이 카드를 붙이고 있는 {G}포켓몬의 최대 HP를 +30한다."
},
trainerType: "Tool"