1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-18 02:19:17 +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: "Golduck"
en: "Golduck",
fr: "Akwakwak",
es: "Golduck",
it: "Golduck",
de: "Entoron",
'pt-br': "Golduck",
ko: "골덕"
},
illustrator: "Naoki Saito",
@ -22,7 +28,13 @@ const card: Card = {
cost: ["Water", "Water"],
name: {
en: "Aqua Edge"
en: "Aqua Edge",
fr: "Aqua-Dague",
es: "Filo Agua",
it: "Acquataglio",
de: "Aquaschneide",
'pt-br': "Aqua Gume",
ko: "아쿠아에지"
},
damage: "70"
@ -38,6 +50,12 @@ const card: Card = {
description: {
en: "When it swims at full speed using its long, webbed limbs, its forehead somehow begins to glow.",
fr: "Quand il nage à vitesse maximale grâce à\nses pattes palmées, son front se met à luire\npour une raison inconnue.",
es: "Cuando nada a toda velocidad usando sus largas\nextremidades palmeadas, su frente comienza a brillar.",
it: "Quando nuota a tutta velocità con i suoi\nlunghi arti palmati, la fronte gli si illumina.",
de: "Wenn es mit den Schwimmflossen an seinen\nlangen Gliedmaßen schnell durchs Wasser\nschwimmt, beginnt seine Stirn zu glühen.",
'pt-br': "Quando nada o mais rápido possível usando suas\nlongas membranas, a testa deste Pokémon\nde alguma forma começa a brilhar.",
ko: "물갈퀴가 달린 긴 손발을 써서\n전력으로 헤엄치면\n왠지 이마에서 빛이 반짝인다."
}
}