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: "Hippopotas"
en: "Hippopotas",
fr: "Hippopotas",
es: "Hippopotas",
it: "Hippopotas",
de: "Hippopotas",
'pt-br': "Hippopotas",
ko: "히포포타스"
},
illustrator: "Akira Komayama",
@ -15,14 +21,26 @@ const card: Card = {
types: ["Fighting"],
description: {
en: "It shuts its nostrils tight, then travels through sand as if walking. They form colonies of around 10."
en: "It shuts its nostrils tight, then travels through sand as if walking. They form colonies of around 10.",
fr: "Ce Pokémon peut obturer ses narines et avancer dans le sable\navec aisance. Il vit en colonies d'environ dix individus.",
es: "Cierra los orificios nasales y luego se\ndesplaza por la arena con total tranquilidad.\nSuele formar colonias de diez individuos.",
it: "Chiude le narici e poi avanza nella sabbia in tutta\ntranquillità. Vive in gruppi di una decina di esemplari.",
de: "Dieses Pokémon schließt seine Nasenlöcher und\nreist dann durch den Sand. Es lebt in Kolonien\nmit einer Größe von circa zehn Hippopotas.",
'pt-br': "Ele aperta as narinas enquanto viaja pela areia\ncomo se estivesse andando.\nEles formam colônias com cerca de 10.",
ko: "콧구멍을 꽉 막고\n모래 속을 걸어 다니듯 이동한다.\n10마리 정도가 무리 지어 생활한다."
},
stage: "Basic",
attacks: [{
name: {
en: "Rolling Tackle"
en: "Rolling Tackle",
fr: "Roulé-Boulé",
es: "Placaje Giro",
it: "Rollazione",
de: "Rolltackle",
'pt-br': "Golpe de Colisão Rolante",
ko: "구르기 태클"
},
damage: 60,