mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
feat: Add the TCG Pocket cards in other languages (#734)
This commit is contained in:
@ -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: "Kanako Eo",
|
||||
@ -15,14 +21,26 @@ const card: Card = {
|
||||
types: ["Water"],
|
||||
|
||||
description: {
|
||||
en: "When it retracts its long neck into its shell, it squirts out water with vigorous force."
|
||||
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물대포를 발사한다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
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,
|
||||
|
Reference in New Issue
Block a user