1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 09:29: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: "Probopass ex"
en: "Probopass ex",
fr: "Tarinorme-ex",
es: "Probopass ex",
it: "Probopass-ex",
de: "Voluminas-ex",
'pt-br': "Probopass ex",
ko: "대코파스 ex"
},
illustrator: "Masa",
@ -23,14 +29,26 @@ const card: Card = {
attacks: [{
name: {
en: "Defensive Unit"
en: "Defensive Unit",
fr: "Unité Défensive",
es: "Unidad Protectora",
it: "Unità Protettiva",
de: "Schutzeinheit",
'pt-br': "Unidade Defensiva",
ko: "프로텍트유닛"
},
damage: 90,
cost: ["Metal", "Metal", "Colorless"],
effect: {
en: "During your opponent's next turn, this Pokémon takes 20 damage from attacks."
en: "During your opponent's next turn, this Pokémon takes 20 damage from attacks.",
fr: "Pendant le prochain tour de votre adversaire, ce Pokémon subit 20 dégâts provenant des attaques.",
es: "Durante el próximo turno de tu rival, los ataques hacen -20 puntos de daño a este Pokémon.",
it: "Durante il prossimo turno del tuo avversario, questo Pokémon subisce -20 danni dagli attacchi.",
de: "Während des nächsten Zuges deines Gegners werden diesem Pokémon durch Attacken 20 Schadenspunkte zugefügt.",
'pt-br': "Durante o próximo turno do seu oponente, este Pokémon receberá 20 pontos de dano de ataques.",
ko: "상대의 다음 차례에 이 포켓몬이 받는 기술의 데미지를 -20한다."
}
}],