1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-24 21:09: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: "Paras"
en: "Paras",
fr: "Paras",
es: "Paras",
it: "Paras",
de: "Paras",
'pt-br': "Paras",
ko: "파라스"
},
illustrator: "Naoyo Kimura",
@ -18,7 +24,13 @@ const card: Card = {
cost: ["Grass", "Colorless"],
name: {
en: "Scratch"
en: "Scratch",
fr: "Griffe",
es: "Arañazo",
it: "Graffio",
de: "Kratzer",
'pt-br': "Arranhão",
ko: "할퀴기"
},
damage: "30"
@ -34,6 +46,12 @@ const card: Card = {
description: {
en: "The mushrooms, known as tochukaso, are controlling the bug. Even if the bug bugs the mushrooms, they tell it to bug off.",
fr: "Les champignons, appelés tochukaso,\ncontrôlent l'insecte contre sa volonté.",
es: "Las setas que tiene en el dorso,\nllamadas tochukaso, controlan\nal insecto contra su voluntad.",
it: "I funghi che crescono sul dorso di questo\nPokémon, chiamati tochukaso, controllano\nle sue azioni contro la sua volontà.",
de: "Paras' Körper kann nicht nach seinem eigenen\nWillen handeln, da er von Tochukaso, den Pilzen\nauf seinem Rücken, kontrolliert wird.",
'pt-br': "Os cogumelos, conhecidos como tochukaso,\ncontrolam o inseto. Quando o inseto perturba\nos cogumelos, eles o mandam catar coquinho.",
ko: "동충하초라고 불리는 버섯이\n벌레를 조종하고 있다.\n벌레의 의사는 무시된다."
}
}