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: "Slowpoke"
en: "Slowpoke",
fr: "Ramoloss",
es: "Slowpoke",
it: "Slowpoke",
de: "Flegmon",
'pt-br': "Slowpoke",
ko: "야돈"
},
illustrator: "Miki Tanaka",
@ -18,7 +24,13 @@ const card: Card = {
cost: ["Psychic", "Colorless"],
name: {
en: "Tail Whap"
en: "Tail Whap",
fr: "Queue Battoir",
es: "Coletón",
it: "Codabotta",
de: "Schweifvertrimmer",
'pt-br': "Surra de Cauda",
ko: "꼬리로 막치기"
},
damage: "30"
@ -34,6 +46,12 @@ const card: Card = {
description: {
en: "It is incredibly slow and dopey. It takes five seconds for it to feel pain when under attack.",
fr: "Ce Pokémon est très lent et apathique.\nIl lui faut cinq secondes pour ressentir\nla douleur provoquée par une attaque.",
es: "Increíblemente lento y torpe. Tarda cinco\nsegundos en sentir dolor si lo atacan.",
it: "Incredibilmente lento e tonto, ci\nmette cinque secondi a percepire\nil dolore dopo essere stato colpito.",
de: "Ein unglaublich träges und einfältiges Pokémon.\nWenn es angegriffen wird, bemerkt es den\nSchmerz erst fünf Sekunden später.",
'pt-br': "É extremamente lento e tonto. Demora uns cinco\nsegundos para sentir dor após sofrer um ataque.",
ko: "움직임이 둔하고 멍청하다.\n맞아도 5초는 지나야\n아픔을 느낄 정도다."
}
}