1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-20 11:09: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: "Red"
en: "Red",
fr: "Red",
es: "Rojo",
it: "Rosso",
de: "Rot",
'pt-br': "Red",
ko: "레드"
},
illustrator: "Teeziro",
@ -13,7 +19,13 @@ const card: Card = {
category: "Trainer",
effect: {
en: "During this turn, attacks used by your Pokémon do +20 damage to your opponent's Active Pokémon ex."
en: "During this turn, attacks used by your Pokémon do +20 damage to your opponent's Active Pokémon ex.",
fr: "Pendant ce tour, les attaques de vos Pokémon infligent + 20 dégâts au Pokémon-{ex} Actif de votre adversaire.",
es: "Durante este turno, los ataques de tus Pokémon hacen +20 puntos de daño al Pokémon {ex} Activo de tu rival.",
it: "Durante questo turno, gli attacchi usati dai tuoi Pokémon infliggono +20 danni al Pokémon-{ex} attivo del tuo avversario.",
de: "Während dieses Zuges fügen die Attacken deiner Pokémon dem Aktiven Pokémon-{ex} deines Gegners + 20 Schadenspunkte zu.",
'pt-br': "Durante este turno, os ataques usados pelos seus Pokémon causam +20 pontos de dano ao Pokémon {ex} Ativo do seu oponente.",
ko: "이 차례에 자신의 포켓몬이 사용하는 기술이 상대 배틀필드의 「포켓몬 {ex}」에게 주는 데미지를 +20한다."
},
trainerType: "Supporter"