mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 08:59: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: "Caterpie"
|
||||
en: "Caterpie",
|
||||
fr: "Chenipan",
|
||||
es: "Caterpie",
|
||||
it: "Caterpie",
|
||||
de: "Raupy",
|
||||
'pt-br': "Caterpie",
|
||||
ko: "캐터피"
|
||||
},
|
||||
|
||||
illustrator: "Miki Tanaka",
|
||||
@ -18,11 +24,23 @@ const card: Card = {
|
||||
cost: ["Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Find a Friend"
|
||||
en: "Find a Friend",
|
||||
fr: "Trouver un Ami",
|
||||
es: "Encontrar un Amigo",
|
||||
it: "Trovamico",
|
||||
de: "Freunde finden",
|
||||
'pt-br': "Encontre um Amigo",
|
||||
ko: "친구찾기"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Put 1 random G Pokémon from your deck into your hand."
|
||||
en: "Put 1 random {G} Pokémon from your deck into your hand.",
|
||||
fr: "Ajoutez au hasard un Pokémon {G} de votre deck à votre main.",
|
||||
es: "Pon 1 Pokémon {G} aleatorio de tu baraja en tu mano.",
|
||||
it: "Prendi un Pokémon {G} a caso dal tuo mazzo e aggiungilo alle carte che hai in mano.",
|
||||
de: "Nimm 1 zufälliges {G}-Pokémon aus deinem Deck auf deine Hand.",
|
||||
'pt-br': "Coloque 1 Pokémon {G} aleatório do seu baralho na sua mão.",
|
||||
ko: "자신의 덱에서 {G}포켓몬을 랜덤으로 1장 패로 가져온다."
|
||||
}
|
||||
}],
|
||||
|
||||
@ -36,6 +54,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "For protection, it releases a horrible stench from the antenna on its head to drive away enemies.",
|
||||
fr: "Pour se protéger, il émet par ses antennes\nune odeur nauséabonde qui fait fuir ses ennemis.",
|
||||
es: "Para protegerse, despide un hedor horrible por\nlas antenas con el que repele a sus enemigos.",
|
||||
it: "Per proteggersi emette un puzzo terribile dalle\nantenne sul capo, con cui tiene lontani i nemici.",
|
||||
de: "Als Schutz vor Feinden sondert es einen übel\nriechenden Gestank mit seinen Antennen ab.",
|
||||
'pt-br': "Para se proteger, libera um fedor horrível das\nantenas na cabeça para afastar seus inimigos.",
|
||||
ko: "머리의 더듬이로부터\n강렬한 냄새를 내어\n적을 물리치고 몸을 보호한다."
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user