1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 08:59: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: "Golurk"
en: "Golurk",
fr: "Golemastoc",
es: "Golurk",
it: "Golurk",
de: "Golgantes",
'pt-br': "Golurk",
ko: "골루그"
},
illustrator: "match",
@ -22,11 +28,23 @@ const card: Card = {
cost: ["Psychic", "Psychic", "Colorless", "Colorless"],
name: {
en: "Double Lariat"
en: "Double Lariat",
fr: "Double Lasso",
es: "Doble Lazo",
it: "Doppio Lazzo",
de: "Doppel-Lasso",
'pt-br': "Laço Duplo",
ko: "더블래리엇"
},
effect: {
en: "Flip 2 coins. This attack does 100 damage for each heads."
en: "Flip 2 coins. This attack does 100 damage for each heads.",
fr: "Lancez 2 pièces. Cette attaque inflige 100 dégâts pour chaque côté face.",
es: "Lanza 2 monedas. Este ataque hace 100 puntos de daño por cada cara.",
it: "Lancia 2 volte una moneta. Questo attacco infligge 100 danni ogni volta che esce testa.",
de: "Wirf 2 Münzen. Diese Attacke fügt 100 Schadenspunkte pro Kopf zu.",
'pt-br': "Jogue 2 moedas. Este ataque causa 100 pontos de dano para cada cara.",
ko: "동전을 2번 던져서 앞면이 나온 수 × 100데미지를 준다."
},
damage: "100×"
@ -42,6 +60,12 @@ const card: Card = {
description: {
en: "Artillery platforms built into the walls of ancient castles served as perches from which Golurk could fire energy beams.",
fr: "Les murs des châteaux de jadis disposaient de créneaux,\npar lesquels les Golemastoc pouvaient tirer leurs rayons d'énergie.",
es: "En los muros de antiguos castillos se hallan\nplataformas desde las que los Golurk podían\ndisparar sus rayos como si fueran cañones.",
it: "Nelle mura degli antichi castelli si trovano\ndei basamenti, simili a quelli dei cannoni, dai\nquali i Golurk potevano sparare i loro raggi.",
de: "In uralten Festungen finden sich heute noch\nSockel, die Golgantes beim Abfeuern seiner\nStrahlen wohl als Halt dienen sollten.",
'pt-br': "Plataformas de artilharia construídas nas paredes\nde castelos antigos eram usadas por Golurk como\npoleiros, de onde disparavam seus feixes de energia.",
ko: "고대인의 성벽에는\n골루그가 빔을 쏘기 위한\n포대와 같은 대좌가 있다."
}
}