mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-04 05:11:58 +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: "Rowlet"
|
||||
en: "Rowlet",
|
||||
fr: "Brindibou",
|
||||
es: "Rowlet",
|
||||
it: "Rowlet",
|
||||
de: "Bauz",
|
||||
'pt-br': "Rowlet",
|
||||
ko: "나몰빼미"
|
||||
},
|
||||
|
||||
illustrator: "Saya Tsuruta",
|
||||
@@ -15,20 +21,38 @@ const card: Card = {
|
||||
types: ["Grass"],
|
||||
|
||||
description: {
|
||||
en: "It sends its feathers, which are as sharp as blades, flying in attack. Its legs are strong, so its kicks are also formidable."
|
||||
en: "It sends its feathers, which are as sharp as blades, flying in attack. Its legs are strong, so its kicks are also formidable.",
|
||||
fr: "Il attaque en tirant des plumes acérées. La force\nde ses coups de patte est également redoutable.",
|
||||
es: "Usa sus afiladas plumas como arma arrojadiza y la\nfuerza de sus patas le permite asestar poderosas\npatadas que es mejor no subestimar.",
|
||||
it: "Attacca lanciando piume affilate come lame e può\nanche tirare poderosi calci con le zampe robuste.",
|
||||
de: "Es schleudert messerscharfe Federn auf seine Gegner.\nAber auch seine Tritte sind nicht zu unterschätzen,\ndenn es hat sehr kräftige Beine.",
|
||||
'pt-br': "Quando atacam, lançam suas penas, que são tão cortantes\nquanto lâminas. Suas pernas são robustas, por isso,\nseus chutes também são formidáveis.",
|
||||
ko: "칼같이 날카로운 날개를 날려\n공격한다. 발의 힘도 강해\n킥도 무시할 수 없다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Skill Dive"
|
||||
en: "Skill Dive",
|
||||
fr: "Plongeon Contrôlé",
|
||||
es: "Técnica de Buceo",
|
||||
it: "Agiltuffo",
|
||||
de: "Geübter Sturzflug",
|
||||
'pt-br': "Mergulho Habilidoso",
|
||||
ko: "직격비행"
|
||||
},
|
||||
|
||||
cost: ["Grass"],
|
||||
|
||||
effect: {
|
||||
en: "This attack does 10 damage to 1 of your opponent's Pokémon."
|
||||
en: "This attack does 10 damage to 1 of your opponent's Pokémon.",
|
||||
fr: "Cette attaque inflige 10 dégâts à l'un des Pokémon de votre adversaire.",
|
||||
es: "Este ataque hace 10 puntos de daño a 1 de los Pokémon de tu rival.",
|
||||
it: "Questo attacco infligge 10 danni a uno dei Pokémon\ndel tuo avversario.",
|
||||
de: "Diese Attacke fügt 1 Pokémon deines Gegners 10 Schadenspunkte zu.",
|
||||
'pt-br': "Este ataque causa 10 pontos de dano a 1 dos Pokémon do seu oponente.",
|
||||
ko: "상대의 포켓몬 1마리에게 10데미지를 준다."
|
||||
}
|
||||
}],
|
||||
|
||||
|
Reference in New Issue
Block a user