mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-18 02:19:17 +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: "Primeape"
|
||||
en: "Primeape",
|
||||
fr: "Colossinge",
|
||||
es: "Primeape",
|
||||
it: "Primeape",
|
||||
de: "Rasaff",
|
||||
'pt-br': "Primeape",
|
||||
ko: "성원숭"
|
||||
},
|
||||
|
||||
illustrator: "Taiga Kayama",
|
||||
@ -18,14 +24,26 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "It becomes wildly furious if it even senses someone looking at it. It chases anyone that meets its glare."
|
||||
en: "It becomes wildly furious if it even senses someone looking at it. It chases anyone that meets its glare.",
|
||||
fr: "Il devient fou furieux s'il se sent observé\net pourchasse tout être qui croise son regard.",
|
||||
es: "Se pone furioso si nota que alguien lo\nestá mirando. Persigue a cualquiera\nque establezca contacto visual con él.",
|
||||
it: "Diventa furioso se si sente osservato.\nInsegue chiunque incontri il suo sguardo.",
|
||||
de: "Spürt Rasaff, dass jemand es anblickt, wird es\nrasend vor Wut. Es verfolgt jeden, der es wagt,\nseinen Blick zu erwidern.",
|
||||
'pt-br': "Fica incrivelmente furioso se perceber que\nestá sendo observado. Persegue qualquer\num que o encarar.",
|
||||
ko: "누군가의 시선을 느끼기만 해도\n대단히 화를 낸다. 그리고\n눈이 마주친 상대를 쫓아다닌다."
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Punch"
|
||||
en: "Punch",
|
||||
fr: "Koud'Poing",
|
||||
es: "Puño",
|
||||
it: "Pugno",
|
||||
de: "Boxhieb",
|
||||
'pt-br': "Soco",
|
||||
ko: "펀치"
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
|
Reference in New Issue
Block a user