mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-19 02: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: "Gumshoos"
|
||||
en: "Gumshoos",
|
||||
fr: "Argouste",
|
||||
es: "Gumshoos",
|
||||
it: "Gumshoos",
|
||||
de: "Manguspektor",
|
||||
'pt-br': "Gumshoos",
|
||||
ko: "형사구스"
|
||||
},
|
||||
|
||||
illustrator: "Shigenori Negishi",
|
||||
@ -19,14 +25,26 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "Once it finds signs of prey, it will patiently stake out the location, waiting until the sun goes down."
|
||||
en: "Once it finds signs of prey, it will patiently stake out the location, waiting until the sun goes down.",
|
||||
fr: "Lorsqu'il détecte les traces d'une proie,\nil attend patiemment à cet endroit et surveille\nles environs jusqu'au coucher du soleil.",
|
||||
es: "Cuando detecta el rastro de una presa, se aposta pacientemente\nen ese lugar y permanece al acecho hasta que cae el sol.",
|
||||
it: "Appena trova una traccia della sua preda, si\napposta pazientemente fino al calar del sole.",
|
||||
de: "Findet Manguspektor Spuren potenzieller Beute,\nlegt es sich geduldig auf die Lauer und verharrt\nbis Sonnenuntergang am selben Ort.",
|
||||
'pt-br': "Assim que encontrar sinais de alguma presa, vigiará\npacientemente o local, esperando até que o sol se ponha.",
|
||||
ko: "먹잇감의 흔적을 발견하면\n해가 떨어질 때까지 그 자리에 머물며\n끈질기게 잠복한다."
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Headbang"
|
||||
en: "Headbang",
|
||||
fr: "Frappe de Tête",
|
||||
es: "Cabecear",
|
||||
it: "Scuotitesta",
|
||||
de: "Headbangen",
|
||||
'pt-br': "Baque de Cabeça",
|
||||
ko: "헤드뱅"
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
|
Reference in New Issue
Block a user