1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-19 02: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: "Cloyster"
en: "Cloyster",
fr: "Crustabri",
es: "Cloyster",
it: "Cloyster",
de: "Austos",
'pt-br': "Cloyster",
ko: "파르셀"
},
illustrator: "Saya Tsuruta",
@ -22,11 +28,23 @@ const card: Card = {
type: "Ability",
name: {
en: "Shell Armor"
en: "Shell Armor",
fr: "Coque Armure",
es: "Caparazón",
it: "Guscioscudo",
de: "Panzerhaut",
'pt-br': "Armadura de Concha",
ko: "조가비갑옷"
},
effect: {
en: "This Pokémon takes -10 damage from attacks."
en: "This Pokémon takes -10 damage from attacks.",
fr: "Ce Pokémon subit 10 dégâts provenant des attaques.",
es: "Los ataques hacen -10 puntos de daño a este Pokémon.",
it: "Questo Pokémon subisce -10 danni dagli attacchi.",
de: "Diesem Pokémon werden durch Attacken 10 Schadenspunkte zugefügt.",
'pt-br': "Este Pokémon recebe 10 pontos de dano de ataques.",
ko: "이 포켓몬이 받는 기술의 데미지를 -10한다."
}
}],
@ -34,7 +52,13 @@ const card: Card = {
cost: ["Water", "Water", "Colorless"],
name: {
en: "Surf"
en: "Surf",
fr: "Surf",
es: "Surf",
it: "Surf",
de: "Surfer",
'pt-br': "Surfar",
ko: "파도타기"
},
damage: "70"
@ -50,6 +74,12 @@ const card: Card = {
description: {
en: "Cloyster that live in seas with harsh tidal currents grow large, sharp spikes on their shells.",
fr: "Les Crustabri vivant dans des mers aux courants\nforts développent des dards particulièrement\nimposants et aiguisés sur leur coquille.",
es: "A los Cloyster que viven en las fuertes corrientes\nmarinas les crecen largas y afiladas púas en la concha.",
it: "Ai Cloyster che vivono in mari con forti correnti\ncrescono grandi aculei appuntiti sul guscio.",
de: "Austos, die in Meeren mit starker\nStrömung leben, entwickeln große\nund scharfe Stacheln an ihrer Schale.",
'pt-br': "Cloyster que vivem em mares com correntes\nintensas desenvolvem espinhos grandes\ne afiados em suas conchas.",
ko: "조수의 흐름이 격한 바다에 서식하는\n파르셀의 껍데기에 붙은 가시는\n크고 날카롭다."
}
}