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: "Swanna"
en: "Swanna",
fr: "Lakmécygne",
es: "Swanna",
it: "Swanna",
de: "Swaroness",
'pt-br': "Swanna",
ko: "스완나"
},
illustrator: "sui",
@ -22,7 +28,13 @@ const card: Card = {
cost: ["Colorless", "Colorless", "Colorless"],
name: {
en: "Wing Attack"
en: "Wing Attack",
fr: "Cru-Ailes",
es: "Ataque Ala",
it: "Attacco d'Ala",
de: "Flügelschlag",
'pt-br': "Ataque de Asa",
ko: "날개치기"
},
damage: "70"
@ -38,6 +50,12 @@ const card: Card = {
description: {
en: "Despite their elegant appearance, they can flap their wings strongly and fly for thousands of miles.",
fr: "Un Pokémon gracieux, mais aussi robuste. Il peut voler\ndes milliers de kilomètres grâce à ses ailes puissantes.",
es: "Aunque no lo parezca por su grácil\nelegancia, puede batir con fuerza las\nalas y volar durante miles de kilómetros.",
it: "Non è solo elegante. Con il poderoso battito d'ali riesce\na volare per migliaia di chilometri senza fermarsi.",
de: "Sie wirken zerbrechlich, aber ihre starken Schwingen\ntragen sie in einem Stück bis zu 1000 km weit.",
'pt-br': "Apesar de sua aparência elegante, podem bater\nas asas com vigor e voar por milhares de quilômetros.",
ko: "우아한 외모와 다르게\n날개로 힘차게 날개 치며\n수천 km를 계속 날 수 있다."
}
}