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: "Oddish"
|
||||
en: "Oddish",
|
||||
fr: "Mystherbe",
|
||||
es: "Oddish",
|
||||
it: "Oddish",
|
||||
de: "Myrapla",
|
||||
'pt-br': "Oddish",
|
||||
ko: "뚜벅쵸"
|
||||
},
|
||||
|
||||
illustrator: "HYOGONOSUKE",
|
||||
@ -18,7 +24,13 @@ const card: Card = {
|
||||
cost: ["Grass"],
|
||||
|
||||
name: {
|
||||
en: "Ram"
|
||||
en: "Ram",
|
||||
fr: "Collision",
|
||||
es: "Apisonar",
|
||||
it: "Carica",
|
||||
de: "Ramme",
|
||||
'pt-br': "Aríete",
|
||||
ko: "부딪치기"
|
||||
},
|
||||
|
||||
damage: "20"
|
||||
@ -34,6 +46,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "If exposed to moonlight, it starts to move. It roams far and wide at night to scatter its seeds.",
|
||||
fr: "Il ne bouge que lorsqu'il est exposé aux rayons de la lune.\nIl se déplace alors pour disséminer ses graines.",
|
||||
es: "Se mueve al exponerse a la luz de la luna.\nMerodea por la noche para esparcir sus semillas.",
|
||||
it: "Inizia a muoversi quando è illuminato dalla luce\nlunare. Di notte se ne va in giro a spargere semi.",
|
||||
de: "Wird es vom Mondschein getroffen, bewegt es\nsich. Nachts wandert es weite Wege, um seine\nSamen zu verstreuen.",
|
||||
'pt-br': "Ao ser exposto à luz da lua, começa\na se mover. Aventura-se por aí durante\na noite para espalhar suas sementes.",
|
||||
ko: "달빛을 받아 움직인다.\n밤중에 씨앗을 여기저기\n뿌리기 위해 돌아다닌다."
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user