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-Z"
en: "Porygon-Z",
fr: "Porygon-Z",
es: "Porygon-Z",
it: "Porygon-Z",
de: "Porygon-Z",
'pt-br': "Porygon-Z",
ko: "폴리곤Z"
},
illustrator: "Shin Nagasawa",
@ -19,21 +25,39 @@ const card: Card = {
},
description: {
en: "Porygon-Z had a program installed to allow it to move between dimensions, but the program also caused instability in Porygon-Z's behavior."
en: "Porygon-Z had a program installed to allow it to move between dimensions, but the program also caused instability in Porygon-Z's behavior.",
fr: "Depuis qu'on lui a ajouté un programme\npermettant de voyager entre les dimensions,\nson comportement est devenu instable.",
es: "Se le instaló un software que le permite entrar\ny salir de otras dimensiones, pero que provocó\nque su comportamiento se volviese inestable.",
it: "Da quando gli è stato installato un programma che gli permette\ndi viaggiare in altre dimensioni, mostra un comportamento instabile.",
de: "Seit eine neue Software installiert wurde, die es\nzu interdimensionalen Reisen befähigen sollte,\nwurde sein Verhalten instabil.",
'pt-br': "Porygon-Z tem um programa instalado permitindo\nque se desloque entre dimensões. Porém, este programa\ncausou uma certa instabilidade em seu comportamento.",
ko: "다른 공간에 드나들 수 있는\n프로그램을 추가한 결과\n움직임이 불안정해졌다."
},
stage: "Stage2",
attacks: [{
name: {
en: "Buggy Beam"
en: "Buggy Beam",
fr: "Rayon Bogué",
es: "Rayo Errático",
it: "Raggio Glitch",
de: "Glitch-Strahl",
'pt-br': "Raio Bugado",
ko: "버그빔"
},
damage: 80,
cost: ["Colorless", "Colorless", "Colorless"],
effect: {
en: "Change the type of the next Energy that will be generated for your opponent to 1 of the following at random: <span class=\"energy-text energy-text--type-grass\"></span>, <span class=\"energy-text energy-text--type-fire\"></span>, <span class=\"energy-text energy-text--type-water\"></span>, <span class=\"energy-text energy-text--type-lightning\"></span>, <span class=\"energy-text energy-text--type-psychic\"></span>, <span class=\"energy-text energy-text--type-fighting\"></span>, <span class=\"energy-text energy-text--type-darkness\"></span>, or <span class=\"energy-text energy-text--type-metal\"></span>."
en: "Change the type of the next Energy that will be generated for your opponent to 1 of the following at random: {G}, {R}, {W}, {L}, {P}, {F}, {D}, or {M}.",
fr: "Le type de la prochaine Énergie générée pour votre adversaire est remplacé au hasard par l'un des suivants : , , , , , , , ou .",
es: "Cambia el tipo de la próxima Energía que se generará para tu rival a 1 de las siguientes al azar: , , , , , , o .",
it: "Cambia il tipo della prossima Energia generata per il tuo avversario con uno a caso fra quelli elencati di seguito: , , , , , , o .",
de: "Ändere den Typ der Energie, die für deinen Gegner als Nächstes generiert wird, zufällig zu 1 der folgenden: , , , , , , oder .",
'pt-br': "Mude o tipo da próxima Energia que será gerada para seu oponente para 1 das seguintes Energias aleatoriamente: , , , , , , ou .",
ko: "상대의 다음에 발생하는 에너지의 타입을 중에서 1가지로 랜덤하게 바꾼다."
}
}],