mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-06 22:31:57 +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: "Alolan Graveler"
|
||||
en: "Alolan Graveler",
|
||||
fr: "Gravalanchd'Alola",
|
||||
es: "Gravelerde Alola",
|
||||
it: "Gravelerdi Alola",
|
||||
de: "Alola-Georok",
|
||||
'pt-br': "Gravelerde Alola",
|
||||
ko: "알로라데구리"
|
||||
},
|
||||
|
||||
illustrator: "match",
|
||||
@@ -19,14 +25,26 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "When two Graveler fight each other, it fills the surroundings with flashes of light and sound. People call it the \"fireworks of the earth.\""
|
||||
en: "When two Graveler fight each other, it fills the\nsurroundings with flashes of light and sound.\nPeople call it the “fireworks of the earth.”",
|
||||
fr: "Quand ils combattent entre eux, l'air est saturé\nd'éclairs et de détonations. Les gens du coin les\nsurnomment \" les feux d'artifice des collines \".",
|
||||
es: "Cuando dos Graveler pelean entre ellos, el aire\nse llena de destellos y estallidos. Los lugareños\nlo suelen comparar con fuegos artificiales.",
|
||||
it: "Quando i Graveler lottano fra di loro, provocano lampi e botti.\nGli abitanti di Alola li chiamano fuochi artificiali di terra.",
|
||||
de: "Streiten sie sich untereinander, erzeugen sie ein lautes\nKnallen und grelles Leuchten, das von Einheimischen\n\"Felsenfeuerwerk\" genannt wird.",
|
||||
'pt-br': "Quando dois Graveler brigam, enchem o ambiente\nde clarões e estalos. São chamados de fogos\nde artifício terrestres.",
|
||||
ko: "데구리끼리 싸우면 주변에\n빛과 폭음이 난다. 그 지방 사람은\n육지 불꽃놀이라고 부른다."
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Heavy Impact"
|
||||
en: "Heavy Impact",
|
||||
fr: "Gros Impact",
|
||||
es: "Impacto Pesado",
|
||||
it: "Impatto Pesante",
|
||||
de: "Schwerer Einschlag",
|
||||
'pt-br': "Impacto Pesado",
|
||||
ko: "헤비임팩트"
|
||||
},
|
||||
|
||||
damage: 60,
|
||||
@@ -41,4 +59,4 @@ const card: Card = {
|
||||
retreat: 3
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user