1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-25 05:19: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: "Dodrio"
en: "Dodrio",
fr: "Dodrio",
es: "Dodrio",
it: "Dodrio",
de: "Dodri",
'pt-br': "Dodrio",
ko: "두트리오"
},
illustrator: "Miki Tanaka",
@ -21,7 +27,13 @@ const card: Card = {
cost: ["Colorless"],
name: {
en: "Drill Peck"
en: "Drill Peck",
fr: "Bec Vrille",
es: "Pico Taladro",
it: "Perforbecco",
de: "Bohrschnabel",
'pt-br': "Bico Broca",
ko: "회전부리"
},
damage: "40"
@ -37,6 +49,12 @@ const card: Card = {
description: {
en: "An enemy that takes its eyes off any of the three heads—even for a second—will get pecked severely.",
fr: "Un ennemi ne faisant pas attention à l'une\ndes trois têtes pendant une seconde se fait picorer.",
es: "Más vale no perder de vista ninguna de las tres cabezas.\nDe lo contrario, el número de picotazos será enorme.",
it: "Occorre fare attenzione a tutte le sue tre teste,\naltrimenti si rischia d'essere colpiti duramente.",
de: "Lässt ein Feind auch nur einen der\ndrei Köpfe für nur eine Sekunde aus\nden Augen, wird er sofort gepickt.",
'pt-br': "Um inimigo que tire os olhos de qualquer uma\ndas três cabeças, mesmo que por apenas um\nsegundo, será bicado gravemente.",
ko: "3개의 머리가 보고 있는 앞에서\n조금이라도 빈틈을 보이면\n부리로 격렬하게 쪼아댄다."
}
}