mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-18 18: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: "Chansey"
|
||||
en: "Chansey",
|
||||
fr: "Leveinard",
|
||||
es: "Chansey",
|
||||
it: "Chansey",
|
||||
de: "Chaneira",
|
||||
'pt-br': "Chansey",
|
||||
ko: "럭키"
|
||||
},
|
||||
|
||||
illustrator: "sowsow",
|
||||
@ -16,7 +22,13 @@ const card: Card = {
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Gentle Slap"
|
||||
en: "Gentle Slap",
|
||||
fr: "Gifle Douce",
|
||||
es: "Bofetada Gentil",
|
||||
it: "Schiaffetto",
|
||||
de: "Sanfter Hieb",
|
||||
'pt-br': "Tapinha",
|
||||
ko: "세게때리기"
|
||||
},
|
||||
|
||||
cost: ["Colorless", "Colorless", "Colorless"],
|
||||
@ -26,7 +38,13 @@ const card: Card = {
|
||||
hp: 120,
|
||||
|
||||
description: {
|
||||
en: "This kindly Pokémon lays highly nutritious eggs and shares them with injured Pokémon or people."
|
||||
en: "This kindly Pokémon lays highly nutritious eggs and shares them with injured Pokémon or people.",
|
||||
fr: "Ce Pokémon très serviable distribue ses œufs hautement\nnutritifs aux êtres humains et aux Pokémon blessés.",
|
||||
es: "Un generoso Pokémon que pone huevos muy\nnutritivos y se los da a personas o Pokémon heridos.",
|
||||
it: "Un Pokémon altruista che depone\nuova molto nutrienti e le condivide\ncon persone o Pokémon feriti.",
|
||||
de: "Ein freundliches Pokémon, das nahrhafte Eier\nlegt, um diese mit verletzten Pokémon und\nMenschen zu teilen.",
|
||||
'pt-br': "Este Pokémon gentil bota ovos bastante nutritivos\ne os compartilha com pessoas ou Pokémon feridos.",
|
||||
ko: "상처 입은 포켓몬이나 사람이 있으면\n영양 만점의 알을 낳아\n나눠 주는 상냥한 포켓몬이다."
|
||||
},
|
||||
|
||||
weaknesses: [{
|
||||
|
Reference in New Issue
Block a user