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 Grimer"
|
||||
en: "Alolan Grimer",
|
||||
fr: "Tadmorvd'Alola",
|
||||
es: "Grimerde Alola",
|
||||
it: "Grimerdi Alola",
|
||||
de: "Alola-Sleima",
|
||||
'pt-br': "Grimerde Alola",
|
||||
ko: "알로라질퍽이"
|
||||
},
|
||||
|
||||
illustrator: "Akira Komayama",
|
||||
@ -15,14 +21,26 @@ const card: Card = {
|
||||
types: ["Darkness"],
|
||||
|
||||
description: {
|
||||
en: "There are a hundred or so of them living in Alola's waste-disposal site. They're all hard workers who eat a lot of trash."
|
||||
en: "There are a hundred or so of them living in Alola's waste-disposal site. They're all hard workers who eat a lot of trash.",
|
||||
fr: "Dans les décharges d'Alola, une centaine d'entre\neux dévorent les immondices avec diligence.",
|
||||
es: "En los vertederos de Alola habitan unos 100\nejemplares que devoran la basura con diligencia.",
|
||||
it: "Negli impianti di smaltimento rifiuti di Alola ne vivono circa\n100 esemplari che lavorano sodo mangiando rifiuti in quantità.",
|
||||
de: "Die Müllanlagen Alolas beherbergen rund hundert\nExemplare dieses Pokémon. Sie sind fleißig dabei,\nriesige Mengen an Müll zu vertilgen.",
|
||||
'pt-br': "Há cerca de cem deles vivendo no lixão de Alola.\nEles todos trabalham duro e comem muito lixo.",
|
||||
ko: "알로라의 쓰레기 처리장에서는\n약 100마리가 살고 있다. 모두\n쓰레기를 많이 먹는 유능한 일꾼이다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Sludge Toss"
|
||||
en: "Sludge Toss",
|
||||
fr: "Giclée Vaseuse",
|
||||
es: "Lanzamiento de Residuos",
|
||||
it: "Lanciamelma",
|
||||
de: "Schleimwurf",
|
||||
'pt-br': "Arremesso de Lodo",
|
||||
ko: "오물던지기"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
|
Reference in New Issue
Block a user