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: "Wooloo"
en: "Wooloo",
fr: "Moumouton",
es: "Wooloo",
it: "Wooloo",
de: "Wolly",
'pt-br': "Wooloo",
ko: "우르"
},
illustrator: "Yoriyuki Ikegami",
@ -18,7 +24,13 @@ const card: Card = {
cost: ["Colorless", "Colorless"],
name: {
en: "Tackle"
en: "Tackle",
fr: "Charge",
es: "Placaje",
it: "Azione",
de: "Tackle",
'pt-br': "Investida",
ko: "몸통박치기"
},
damage: "30"
@ -34,6 +46,12 @@ const card: Card = {
description: {
en: "Its curly fleece is such an effective cushion that this Pokémon could fall off a cliff and stand right back up at the bottom, unharmed.",
fr: "Son pelage frisé est doux et rebondi comme un coussin.\nUne telle toison le protègerait même s'il chutait d'une falaise.",
es: "Su lana rizada es tan acolchada que no se hace\ndaño ni aunque se caiga por un precipicio.",
it: "Il suo vello riccioluto gli fornisce una\nperfetta imbottitura. Non si farebbe nulla\nnemmeno cadendo da un precipizio.",
de: "Sein stark gelocktes Fell hat eine sehr polsternde\nWirkung. Selbst eine Klippe hinunterzufallen\nmacht ihm nichts aus.",
'pt-br': "Sua lã cacheada é um amortecedor tão eficaz\nque este Pokémon pode desabar de um precipício\ne se levantar em seguida, completamente ileso.",
ko: "곱슬곱슬한 털은\n훌륭한 쿠션 역할을 한다.\n절벽에서 떨어져도 아무렇지도 않다."
}
}