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: "Alolan Dugtrio"
en: "Alolan Dugtrio",
fr: "Triopikeurd'Alola",
es: "Dugtriode Alola",
it: "Dugtriodi Alola",
de: "Alola-Digdri",
'pt-br': "Dugtriode Alola",
ko: "알로라닥트리오"
},
illustrator: "Yuka Morii",
@ -19,21 +25,39 @@ const card: Card = {
},
description: {
en: "Their beautiful, metallic whiskers create a sort of protective helmet on their heads, and they also function as highly precise sensors."
en: "Their beautiful, metallic whiskers create a sort of protective helmet on their heads, and they also function as highly precise sensors.",
fr: "Les magnifiques vibrisses métalliques\nsur ses têtes lui servent à la fois de casque\nprotecteur et de détecteur très précis.",
es: "Las espléndidas melenas metálicas que cubren sus cabezas hacen\nlas veces de casco protector y de sensor de gran precisión.",
it: "Oltre a proteggerlo come un casco, le sue meravigliose\nchiome metalliche fungono da sensori estremamente precisi.",
de: "Seine prächtigen, metallischen Haare schützen seine\nKöpfe wie ein Helm. Gleichzeitig dienen sie ihm als\npräzise Sensoren.",
'pt-br': "Os belíssimos bigodes metálicos deste Pokémon criam\num tipo de capacete protetivo em sua cabeça. Além disso,\nfuncionam como sensores extremamente precisos.",
ko: "아름다운 금속질의 수염은\n헬멧처럼 머리를 보호하는 동시에\n고성능 센서이기도 하다."
},
stage: "Stage1",
attacks: [{
name: {
en: "Iron Head"
en: "Iron Head",
fr: "Tête de Fer",
es: "Cabeza de Hierro",
it: "Metaltestata",
de: "Eisenschädel",
'pt-br': "Cabeça de Ferro",
ko: "아이언헤드"
},
damage: "70x",
cost: ["Metal", "Metal"],
effect: {
en: "Flip a coin until you get tails. This attack does 70 damage for each heads."
en: "Flip a coin until you get tails. This attack does 70 damage for each heads.",
fr: "Lancez une pièce jusqu'à ce que vous obteniez pile. Cette attaque inflige 70 dégâts pour chaque côté face.",
es: "Lanza 1 moneda hasta que salga cruz. Este ataque hace 70 puntos de daño por cada cara.",
it: "Lancia una moneta finché non esce croce. Questo attacco infligge 70 danni ogni volta che esce testa.",
de: "Wirf so lange 1 Münze, bis sie Zahl zeigt. Diese Attacke fügt 70 Schadenspunkte pro Kopf zu.",
'pt-br': "Jogue uma moeda até sair coroa. Este ataque causa 70 pontos de dano para cada cara.",
ko: "뒷면이 나올 때까지 동전을 던져서 앞면이 나온 수 × 70데미지를 준다."
}
}],