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: "Porygon"
en: "Porygon",
fr: "Porygon",
es: "Porygon",
it: "Porygon",
de: "Porygon",
'pt-br': "Porygon",
ko: "폴리곤"
},
illustrator: "Shin Nagasawa",
@ -15,14 +21,26 @@ const card: Card = {
types: ["Colorless"],
description: {
en: "State-of-the-art technology was used to create Porygon. It was the first artificial Pokémon to be created via computer programming."
en: "State-of-the-art technology was used to create Porygon. It was the first artificial Pokémon to be created via computer programming.",
fr: "C'est le premier Pokémon au monde à avoir\nété créé à partir de programmes informatiques,\ngrâce à une technologie de pointe.",
es: "Se trata del primer Pokémon del mundo\ncreado a partir de códigos de programación\ngracias al uso de tecnología de vanguardia.",
it: "È il primo Pokémon della storia a essere\nstato creato tramite programmi, grazie\nall'impiego di tecnologie all'avanguardia.",
de: "Es ist weltweit das erste künstliche Pokémon,\ndas dank neuester Technologien mittels\nComputerprogrammen erschaffen wurde.",
'pt-br': "Tecnologia de ponta foi usada na criação\nde Porygon. Foi o primeiro Pokémon artificial\ncriado por meio de um programa de computador.",
ko: "최고의 과학 기술을 사용해\n세계에서 처음으로 프로그래밍되어\n만들어진 인공 포켓몬이다."
},
stage: "Basic",
attacks: [{
name: {
en: "Beam"
en: "Beam",
fr: "Rayon",
es: "Transmisión",
it: "Raggio",
de: "Strahl",
'pt-br': "Feixe",
ko: "빔"
},
damage: 20,