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