1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-20 02:59: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: "Mr. Mime"
en: "Mr. Mime",
fr: "M. Mime",
es: "Mr. Mime",
it: "Mr. Mime",
de: "Pantimos",
'pt-br': "Mr. Mime",
ko: "마임맨"
},
illustrator: "Kagemaru Himeno",
@ -18,11 +24,23 @@ const card: Card = {
cost: ["Psychic", "Colorless"],
name: {
en: "Barrier Attack"
en: "Barrier Attack",
fr: "Attaque d'Obstacle",
es: "Ataque Barrera",
it: "Attacco Barriera",
de: "Angriffsbarriere",
'pt-br': "Ataque Barreira",
ko: "배리어어택"
},
effect: {
en: "During your opponent's next turn, this Pokémon takes -20 damage from attacks."
en: "During your opponent's next turn, this Pokémon takes -20 damage from attacks.",
fr: "Pendant le prochain tour de votre adversaire, ce Pokémon subit 20 dégâts provenant des attaques.",
es: "Durante el próximo turno de tu rival, los ataques hacen -20 puntos de daño a este Pokémon.",
it: "Durante il prossimo turno del tuo avversario, questo Pokémon subisce -20 danni dagli attacchi.",
de: "Während des nächsten Zuges deines Gegners werden diesem Pokémon durch Attacken 20 Schadenspunkte zugefügt.",
'pt-br': "Durante o próximo turno do seu oponente, este Pokémon receberá 20 pontos de dano de ataques.",
ko: "상대의 다음 차례에 이 포켓몬이 받는 기술의 데미지를 -20한다."
},
damage: "30"
@ -38,6 +56,12 @@ const card: Card = {
description: {
en: "The broadness of its hands may be no coincidence—many scientists believe its palms became enlarged specifically for pantomiming.",
fr: "De nombreux savants pensent que ses mains\nse sont développées pour faire de la pantomime.",
es: "Muchos estudiosos sostienen que el\ndesarrollo de sus enormes manos se debe\na su afán por practicar la pantomima.",
it: "Molti studiosi ritengono che abbia sviluppato mani\ncosì grandi perché gli sono utili per la mimica.",
de: "Viele Forscher glauben, seine Hände hätten nur\ndeshalb so eine beachtliche Größe angenommen,\ndamit es Pantomime praktizieren kann.",
'pt-br': "Suas mãos talvez não sejam grandes\npor acaso: muitos cientistas acreditam que\nas palmas se alargaram para fazer mímica.",
ko: "커다란 손바닥은 팬터마임을\n하기 위해 발달했다고\n생각하는 학자도 많다."
}
}