1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-20 19:19: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: "Roselia"
en: "Roselia",
fr: "Rosélia",
es: "Roselia",
it: "Roselia",
de: "Roselia",
'pt-br': "Roselia",
ko: "로젤리아"
},
illustrator: "kirisAki",
@ -15,14 +21,26 @@ const card: Card = {
types: ["Grass"],
description: {
en: "Its flowers give off a relaxing fragrance. The stronger its aroma, the healthier the Roselia is."
en: "Its flowers give off a relaxing fragrance. The stronger its aroma, the healthier the Roselia is.",
fr: "Ses fleurs dégagent un parfum relaxant. Plus cet\narôme est fort, meilleure est la santé de Rosélia.",
es: "Las flores que tiene emanan un aroma relajante.\nCuanto más intenso, mejor es su estado de salud.",
it: "Dai suoi fiori si diffonde una fragranza rilassante. Più\nè intenso il suo profumo, più il Pokémon è in salute.",
de: "Seine Blüten verströmen einen entspannenden Duft.\nJe stärker dieser Duft ist, desto gesünder ist Roselia.",
'pt-br': "As suas flores exalam uma fragrância relaxante.\nQuanto mais forte for o seu aroma,\nmais saudável será Roselia.",
ko: "꽃향기를 맡으면 기분이\n편안해진다. 향이 강하면\n건강한 로젤리아라는 뜻이다."
},
stage: "Basic",
attacks: [{
name: {
en: "Sting"
en: "Sting",
fr: "Dard",
es: "Aguijonazo",
it: "Puntura",
de: "Einstich",
'pt-br': "Ferroada",
ko: "따끔따끔찌르기"
},
damage: 20,