1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-23 04:19: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: "Prinplup"
en: "Prinplup",
fr: "Prinplouf",
es: "Prinplup",
it: "Prinplup",
de: "Pliprin",
'pt-br': "Prinplup",
ko: "팽태자"
},
illustrator: "Mizue",
@ -19,14 +25,26 @@ const card: Card = {
},
description: {
en: "It lives alone, away from others. Apparently, every one of them believes it is the most important."
en: "It lives alone, away from others. Apparently, every one of them believes it is the most important.",
fr: "Il vit seul, à l'écart de ses pairs. Chaque individu\nest convaincu d'être meilleur que les autres.",
es: "Vive solo, alejado de los demás. Cada\nuno piensa que es el más importante.",
it: "Vive da solo lontano dagli altri. Apparentemente\nogni esemplare crede di essere il più importante.",
de: "Es lebt allein, entfernt von anderen. Jedes von\nihnen denkt, es sei das Bedeutendste unter ihnen.",
'pt-br': "Vivem sozinhos, longe de todos. Pelo que parece,\ntodos eles se acham a última bolacha do pacote.",
ko: "무리를 만들지 않고 혼자 생활한다.\n어떤 팽태자라도 자신이 제일\n훌륭하다고 생각하는 듯하다."
},
stage: "Stage1",
attacks: [{
name: {
en: "Surf"
en: "Surf",
fr: "Surf",
es: "Surf",
it: "Surf",
de: "Surfer",
'pt-br': "Surfar",
ko: "파도타기"
},
damage: 30,