mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 16:39: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: "Kakuna"
|
||||
en: "Kakuna",
|
||||
fr: "Coconfort",
|
||||
es: "Kakuna",
|
||||
it: "Kakuna",
|
||||
de: "Kokuna",
|
||||
'pt-br': "Kakuna",
|
||||
ko: "딱충이"
|
||||
},
|
||||
|
||||
illustrator: "miki kudo",
|
||||
@ -21,7 +27,13 @@ const card: Card = {
|
||||
cost: ["Grass"],
|
||||
|
||||
name: {
|
||||
en: "Bug Bite"
|
||||
en: "Bug Bite",
|
||||
fr: "Piqûre",
|
||||
es: "Picadura",
|
||||
it: "Coleomorso",
|
||||
de: "Käferbiss",
|
||||
'pt-br': "Picada",
|
||||
ko: "벌레먹기"
|
||||
},
|
||||
|
||||
damage: "30"
|
||||
@ -37,6 +49,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "Almost incapable of moving, this Pokémon can only harden its shell to protect itself when it is in danger.",
|
||||
fr: "Incapable de se déplacer de lui-même,\nil se défend en durcissant sa carapace.",
|
||||
es: "Casi incapaz de moverse, este Pokémon solo\npuede endurecer su caparazón para protegerse.",
|
||||
it: "Quasi incapace di muoversi, questo Pokémon può\nsolo indurire il proprio guscio per proteggersi.",
|
||||
de: "Dieses Pokémon kann sich kaum bewegen.\nBei drohender Gefahr verhärtet es seinen Panzer.",
|
||||
'pt-br': "Quase incapaz de se mover, esse Pokémon\npode apenas endurecer sua carapaça para\nse proteger quando está em perigo.",
|
||||
ko: "스스로는 거의 움직일 수 없지만\n위험할 때는 단단해져서\n몸을 보호하고 있는 것 같다."
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user