1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 17:09:19 +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: "Meowth"
en: "Meowth",
fr: "Miaouss",
es: "Meowth",
it: "Meowth",
de: "Mauzi",
'pt-br': "Meowth",
ko: "나옹"
},
illustrator: "Mitsuhiro Arita",
@ -18,11 +24,23 @@ const card: Card = {
cost: ["Colorless"],
name: {
en: "Pay Day"
en: "Pay Day",
fr: "Jackpot",
es: "Día de Pago",
it: "Giornopaga",
de: "Zahltag",
'pt-br': "Dia de Pagamento",
ko: "고양이돈받기"
},
effect: {
en: "Draw 1 card."
en: "Draw a card.",
fr: "Piochez une carte.",
es: "Roba 1 carta.",
it: "Pesca una carta.",
de: "Ziehe 1 Karte.",
'pt-br': "Compre 1 carta.",
ko: "자신의 덱을 1장 뽑는다."
},
damage: "10"
@ -38,6 +56,12 @@ const card: Card = {
description: {
en: "All it does is sleep during the daytime. At night, it patrols its territory with its eyes aglow.",
fr: "Il passe ses journées à dormir. La nuit venue,\nil patrouille sur son territoire, les yeux brillants.",
es: "Durante el día, se dedica a dormir.\nDe noche, vigila su territorio con un brillo en los ojos.",
it: "Di giorno non fa che dormire, mentre la notte\nperlustra il suo territorio con gli occhi luccicanti.",
de: "Es schläft den ganzen Tag. Nachts patrouilliert es\nsein Revier mit glühenden Augen.",
'pt-br': "Tudo o que este Pokémon faz é dormir\ndurante o dia. À noite, patrulha seu\nterritório com seus olhos brilhantes.",
ko: "낮에는 거의 잠만 잔다.\n밤이 되면 눈을 반짝이며\n영역을 돌아다닌다."
}
}