mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-26 05:49:18 +00:00
feat: Add the TCG Pocket cards in other languages (#734)
This commit is contained in:
@ -5,14 +5,26 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Brock"
|
||||
en: "Brock",
|
||||
fr: "Pierre",
|
||||
es: "Brock",
|
||||
it: "Brock",
|
||||
de: "Rocko",
|
||||
'pt-br': "Brock",
|
||||
ko: "웅"
|
||||
},
|
||||
|
||||
illustrator: "Ryuta Fuse",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Take 1 F Energy from your Energy Zone and attach it to your Golem or Onix."
|
||||
en: "Take 1 {F} Energy from your Energy Zone and attach it to your Golem or Onix.",
|
||||
fr: "Prenez une Énergie {F} de votre zone Énergie et attachez-la à Grolem[Text:Char v=\"FOUR-PER-EM-SPACE\" ][Text:AdditionalName v=\"ADDITIONAL_NAME_Alora\" type=\"region\" ] ou Onix.",
|
||||
es: "Une 1 Energía {F} de tu área de Energía a tu Golem[Text:Char v=\"FOUR-PER-EM-SPACE\" ][Text:AdditionalName v=\"ADDITIONAL_NAME_Alora\" type=\"region\" ] o a tu Onix.",
|
||||
it: "Prendi un'Energia {F} dalla tua Zona Energia e assegnala a Golem[Text:Char v=\"FOUR-PER-EM-SPACE\" ][Text:AdditionalName v=\"ADDITIONAL_NAME_Alora\" type=\"region\" ] oppure a Onix.",
|
||||
de: "Lege 1 {F}-Energie aus deinem Energiebereich an [Text:AdditionalName v=\"ADDITIONAL_NAME_Alora\" type=\"region\" ]Geowaz oder Onix an.",
|
||||
'pt-br': "Pegue 1 Energia {F} da sua Zona de Energia e ligue-a a Golem[Text:Char v=\"FOUR-PER-EM-SPACE\" ][Text:AdditionalName v=\"ADDITIONAL_NAME_Alora\" type=\"region\" ] ou Onix.",
|
||||
ko: "자신의 에너지존에서 {F}에너지를 1개 내보내 「[Text:AdditionalName v=\"ADDITIONAL_NAME_Alora\" type=\"region\" ][Text:Char v=\"FOUR-PER-EM-SPACE\" ]딱구리」 또는 「롱스톤」에게 붙인다."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
|
Reference in New Issue
Block a user