1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-25 13: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: "Team Rocket Grunt"
en: "Team Rocket Grunt",
fr: "Sbire de la Team Rocket",
es: "Recluta del Team Rocket",
it: "Recluta del Team Rocket",
de: "Rüpel von Team Rocket",
'pt-br': "Recruta da Equipe Rocket",
ko: "로켓단의 조무래기"
},
illustrator: "kantaro",
@ -13,7 +19,13 @@ const card: Card = {
category: "Trainer",
effect: {
en: "Flip a coin until you get tails. For each heads, discard a random Energy from your opponent's Active Pokémon."
en: "Flip a coin until you get tails. For each heads, discard a random Energy from your opponent's Active Pokémon.",
fr: "Lancez une pièce jusqu'à ce que vous obteniez pile. Pour chaque côté face, défaussez au hasard une Énergie du Pokémon Actif de votre adversaire.",
es: "Lanza 1 moneda hasta que salga cruz. Por cada cara, descarta 1 Energía aleatoria del Pokémon Activo de tu rival.",
it: "Lancia una moneta finché non esce croce. Ogni volta che esce testa, scarta un'Energia a caso dal Pokémon attivo del tuo avversario.",
de: "Wirf so lange 1 Münze, bis sie Zahl zeigt. Lege pro Kopf 1 zufällige Energie vom Aktiven Pokémon deines Gegners ab.",
'pt-br': "Jogue uma moeda até sair coroa. Para cada cara, descarte uma Energia aleatória do Pokémon Ativo do seu oponente.",
ko: "뒷면이 나올 때까지 동전을 던져서 앞면이 나온 수만큼 상대의 배틀 포켓몬에서 에너지를 랜덤으로 트래쉬한다."
},
trainerType: "Supporter"