mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-19 02:39: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: "Alolan Rattata"
|
||||
en: "Alolan Rattata",
|
||||
fr: "Rattatad'Alola",
|
||||
es: "Rattatade Alola",
|
||||
it: "Rattatadi Alola",
|
||||
de: "Alola-Rattfratz",
|
||||
'pt-br': "Rattatade Alola",
|
||||
ko: "알로라꼬렛"
|
||||
},
|
||||
|
||||
illustrator: "nagimiso",
|
||||
@ -15,14 +21,26 @@ const card: Card = {
|
||||
types: ["Darkness"],
|
||||
|
||||
description: {
|
||||
en: "It shows no interest in anything that isn't fresh. If you take it shopping with you, it will help you pick out ingredients."
|
||||
en: "It shows no interest in anything that isn't fresh. If you take it shopping with you, it will help you pick out ingredients.",
|
||||
fr: "Ce Pokémon difficile n'aime que les produits\nextra-frais. Faites vos emplettes avec lui,\ncar son flair s'avérera très utile !",
|
||||
es: "Solo muestra interés por los productos más frescos, lo que lo\nconvierte en un valioso aliado a la hora de hacer la compra.",
|
||||
it: "È interessato solo al cibo fresco e questo lo\nrende un aiutante prezioso nella scelta degli\ningredienti migliori quando si va a fare spesa.",
|
||||
de: "Es zeigt nur an frischen Dingen Interesse.\nNimmt man es mit zum Einkaufen, hilft es\neinem bei der Auswahl von Zutaten.",
|
||||
'pt-br': "Não demonstra interesse em algo que não seja fresco.\nSe você levar este Pokémon às compras, ele ajudará\na escolher os ingredientes.",
|
||||
ko: "신선한 것에만 흥미를 보인다.\n장을 볼 때 데려가면\n식재료 고를 때 도움이 된다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Bite"
|
||||
en: "Bite",
|
||||
fr: "Morsure",
|
||||
es: "Mordisco",
|
||||
it: "Morso",
|
||||
de: "Biss",
|
||||
'pt-br': "Mordida",
|
||||
ko: "물기"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
Reference in New Issue
Block a user