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: "Squirtle"
en: "Squirtle",
fr: "Carapuce",
es: "Squirtle",
it: "Squirtle",
de: "Schiggy",
'pt-br': "Squirtle",
ko: "꼬부기"
},
illustrator: "Taira Akitsu",
@ -18,7 +24,13 @@ const card: Card = {
cost: ["Water"],
name: {
en: "Water Gun"
en: "Water Gun",
fr: "Pistolet à O",
es: "Pistola Agua",
it: "Pistolacqua",
de: "Aquaknarre",
'pt-br': "Revólver d'Água",
ko: "물대포"
},
damage: "20"
@ -34,6 +46,12 @@ const card: Card = {
description: {
en: "When it retracts its long neck into its shell, it squirts out water with vigorous force.",
fr: "Quand il rentre son cou dans sa carapace,\nil peut projeter de l'eau à haute pression.",
es: "Cuando retrae su largo cuello en el caparazón,\ndispara agua a una presión increíble.",
it: "Quando ritrae il lungo collo dentro la\ncorazza sputa un vigoroso getto d'acqua.",
de: "Zieht es seinen langen Hals in seinen Panzer\nzurück, verspritzt es Wasser mit unbändiger Kraft.",
'pt-br': "Ao retrair o pescoço longo para dentro\ndo seu casco, lança um jato de água\nmuito poderoso.",
ko: "기다란 목을 등껍질 속에\n감춘 다음 기세 좋게\n물대포를 발사한다."
}
}