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: "Alolan Raticate"
|
||||
en: "Alolan Raticate",
|
||||
fr: "Rattatacd'Alola",
|
||||
es: "Raticatede Alola",
|
||||
it: "Raticatedi Alola",
|
||||
de: "Alola-Rattikarl",
|
||||
'pt-br': "Raticatede Alola",
|
||||
ko: "알로라레트라"
|
||||
},
|
||||
|
||||
illustrator: "nagimiso",
|
||||
@ -19,21 +25,39 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "It has an incredibly greedy personality. Its nest is filled with so much food gathered by Rattata at its direction, it can't possibly eat it all."
|
||||
en: "It has an incredibly greedy personality. Its nest is filled with so much food gathered by Rattata at its direction, it can't possibly eat it all.",
|
||||
fr: "Pokémon très avide, il est souvent incapable\nde manger toute la nourriture accumulée\ndans son nid par ses Rattata subordonnés.",
|
||||
es: "Es de naturaleza avariciosa. Obliga a los Rattata a acumular tanta\ncomida en su madriguera que a menudo no puede comérsela toda.",
|
||||
it: "Molto ingordo di natura, si fa portare il cibo dai Rattata,\naccumulandone nella tana più di quanto riesca a mangiarne.",
|
||||
de: "Es ist unglaublich gierig. Oftmals kann es gar nicht\nalles fressen, was es die Rattfratz in sein Nest\nzusammentragen lässt.",
|
||||
'pt-br': "É um Pokémon extremamente ganancioso. Seu ninho\nfica tão repleto de comida coletada por Rattata,\nque não dá conta de comer tudo.",
|
||||
ko: "매우 욕심이 많다. 둥지에는\n꼬렛들이 모은 먹이가\n다 먹지 못할 만큼 쌓여 있다."
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Scrounge-and-Scarf"
|
||||
en: "Scrounge-and-Scarf",
|
||||
fr: "Farfouronge",
|
||||
es: "Ladrón Tragón",
|
||||
it: "Mangiacarte a Tradimento",
|
||||
de: "Wühlfresser",
|
||||
'pt-br': "Investigar e Ingerir",
|
||||
ko: "뒤져서먹기"
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
cost: ["Darkness", "Darkness"],
|
||||
|
||||
effect: {
|
||||
en: "Discard a random Item card from your opponent's hand."
|
||||
en: "Discard a random Item card from your opponent's hand.",
|
||||
fr: "Défaussez au hasard une carte Objet de la main de votre adversaire.",
|
||||
es: "Descarta 1 carta de Objeto aleatoria de la mano de tu rival.",
|
||||
it: "Scarta una carta Strumento a caso dalla mano del tuo avversario.",
|
||||
de: "Lege 1 zufällige Itemkarte aus der Hand deines Gegners auf seinen Ablagestapel.",
|
||||
'pt-br': "Descarte carta de Item aleatória da mão do seu oponente.",
|
||||
ko: "상대의 패에서 아이템을 랜덤으로 1장 트래쉬한다."
|
||||
}
|
||||
}],
|
||||
|
||||
|
Reference in New Issue
Block a user