1
0
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:
2025-05-17 19:27:22 +02:00
committed by GitHub
parent c26b91ac85
commit 8ca40f410d
1116 changed files with 26787 additions and 4023 deletions

View File

@ -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: "Megumi Mizutani",
@ -15,14 +21,26 @@ 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: "Leafage"
en: "Leafage",
fr: "Feuillage",
es: "Follaje",
it: "Fogliame",
de: "Blattwerk",
'pt-br': "Folhagem",
ko: "나뭇잎"
},
damage: 20,