1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-21 19: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: "Pidgeotto"
en: "Pidgeotto",
fr: "Roucoups",
es: "Pidgeotto",
it: "Pidgeotto",
de: "Tauboga",
'pt-br': "Pidgeotto",
ko: "피죤"
},
illustrator: "Taiga Kayama",
@ -18,14 +24,26 @@ const card: Card = {
},
description: {
en: "The claws on its feet are well developed. It can carry prey such as an Exeggcute to its nest over 60 miles away."
en: "The claws on its feet are well developed. It can carry prey such as an Exeggcute to its nest over 60 miles away.",
fr: "Grâce à ses griffes très puissantes, il est capable de transporter\ndes Noeunoeuf vers un nid éloigné de plus de 100 km.",
es: "Tiene unas garras desarrolladas. Puede\natrapar un Exeggcute y transportarlo\ndesde una distancia de casi 100 km.",
it: "Grazie ai potenti artigli può trasportare una preda\ndelle dimensioni di un Exeggcute per oltre 100 km.",
de: "Die Krallen an seinen Füßen sind sehr ausgeprägt.\nEs kann sogar ein Owei zu seinem Nest\nin 100 km Entfernung tragen.",
'pt-br': "As garras nos seus pés são bem desenvolvidas.\nEle pode levar presas como Exeggcute para seu\nninho a mais de 100 km de distância.",
ko: "발톱이 발달해 있다.\n먹이인 아라리를 잡아\n100km 떨어져 있는 둥지까지 나른다."
},
stage: "Stage1",
attacks: [{
name: {
en: "Wing Attack"
en: "Wing Attack",
fr: "Cru-Ailes",
es: "Ataque Ala",
it: "Attacco d'Ala",
de: "Flügelschlag",
'pt-br': "Ataque de Asa",
ko: "날개치기"
},
damage: 50,