mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-21 11:29: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: "Swirlix"
|
||||
en: "Swirlix",
|
||||
fr: "Sucroquin",
|
||||
es: "Swirlix",
|
||||
it: "Swirlix",
|
||||
de: "Flauschling",
|
||||
'pt-br': "Swirlix",
|
||||
ko: "나룸퍼프"
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
@ -14,14 +20,26 @@ const card: Card = {
|
||||
types: ["Psychic"],
|
||||
|
||||
description: {
|
||||
en: "It eats its own weight in sugar every day. If it doesn't get enough sugar, it becomes incredibly grumpy."
|
||||
en: "It eats its own weight in sugar every day. If it doesn't get enough sugar, it becomes incredibly grumpy.",
|
||||
fr: "Il mange son propre poids en sucre chaque\njour. S'il n'a pas sa dose de sucreries,\nil devient horriblement grognon.",
|
||||
es: "Ingiere diariamente una cantidad de azúcar\nequivalente a su peso corporal. De lo contrario,\nse pone de muy mal humor.",
|
||||
it: "Mangia ogni giorno una quantità di zucchero\npari al peso del suo corpo. Quando il suo livello\ndi glucosio cala troppo, diventa di cattivo umore.",
|
||||
de: "Die Menge an Zucker, die es pro Tag verschlingt,\nentspricht seinem Körpergewicht. Bekommt es\nnicht genügend Zucker, wird es unausstehlich.",
|
||||
'pt-br': "Come o equivalente ao seu próprio peso em açúcar todos os dias.\nSe não consumir açúcar suficiente, ficará absurdamente mal-humorado.",
|
||||
ko: "하루에 자신의 체중만큼의\n설탕을 먹는다. 당분이\n부족하면 매우 기분이 나빠진다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Fairy Wind"
|
||||
en: "Fairy Wind",
|
||||
fr: "Vent Féérique",
|
||||
es: "Viento Feérico",
|
||||
it: "Vento di Fata",
|
||||
de: "Feenbrise",
|
||||
'pt-br': "Vento de Fada",
|
||||
ko: "요정의바람"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
Reference in New Issue
Block a user