mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-20 19:19:18 +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: "Finneon"
|
||||
en: "Finneon",
|
||||
fr: "Écayon",
|
||||
es: "Finneon",
|
||||
it: "Finneon",
|
||||
de: "Finneon",
|
||||
'pt-br': "Finneon",
|
||||
ko: "형광어"
|
||||
},
|
||||
|
||||
illustrator: "sui",
|
||||
@ -14,14 +20,26 @@ const card: Card = {
|
||||
types: ["Water"],
|
||||
|
||||
description: {
|
||||
en: "The line running down its side can store sunlight. It shines vividly at night."
|
||||
en: "The line running down its side can store sunlight. It shines vividly at night.",
|
||||
fr: "La ligne qui fait le tour de son corps emmagasine\nl'énergie solaire et brille intensément la nuit.",
|
||||
es: "La línea que le recorre el costado puede almacenar\nluz solar. Brilla con mucha fuerza por la noche.",
|
||||
it: "La linea che contorna il suo corpo immagazzina la luce\nsolare. Di notte si illumina di una luce splendente.",
|
||||
de: "Die Linie an seiner Seite kann Sonnenlicht\nspeichern. Nachts leuchtet es sehr intensiv.",
|
||||
'pt-br': "A linha na lateral de seu corpo armazena luz solar\ne brilha intensamente à noite.",
|
||||
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