mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-23 04:19: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: "Barry"
|
||||
en: "Barry",
|
||||
fr: "René",
|
||||
es: "Israel",
|
||||
it: "Barry",
|
||||
de: "Barry",
|
||||
'pt-br': "Barry",
|
||||
ko: "용식"
|
||||
},
|
||||
|
||||
illustrator: "Hideki Ishikawa",
|
||||
@ -13,7 +19,13 @@ const card: Card = {
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "During this turn, attacks used by your Snorlax, Heracross, and Staraptor cost 2 less <span class=\"energy-text energy-text--type-colorless\"></span> Energy."
|
||||
en: "During this turn, attacks used by your Snorlax, Heracross, and Staraptor cost 2 less {C} Energy.",
|
||||
fr: "Pendant ce tour, les attaques de vos Ronflex, Scarhino et Étouraptor coûtent 2 Énergies {C} de moins.",
|
||||
es: "Durante este turno, los ataques de tu Snorlax, tu Heracross o tu Staraptor cuestan 2 Energías {C} menos.",
|
||||
it: "Durante questo turno, il costo degli attacchi usati dai tuoi Snorlax, Heracross e Staraptor è ridotto di 2 Energie {C}.",
|
||||
de: "Während dieses Zuges verringern sich die Kosten der eingesetzten Attacken von deinem Relaxo, Skaraborn und Staraptor um 2 {C}-Energien.",
|
||||
'pt-br': "Durante este turno, os ataques usados por seus Snorlax, Heracross e Staraptor custarão 2 Energias{C} a menos.",
|
||||
ko: "이 차례에 자신의 「잠만보」「헤라크로스」「찌르호크」 기술을 사용하기 위한 에너지를 {C}에너지 2개만큼 적게 만든다."
|
||||
},
|
||||
|
||||
trainerType: "Supporter"
|
||||
|
Reference in New Issue
Block a user