1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-22 11: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: "Lum Berry"
en: "Lum Berry",
fr: "Baie Prine",
es: "Baya Ziuela",
it: "Baccaprugna",
de: "Prunusbeere",
'pt-br': "Fruta Lum",
ko: "리샘열매"
},
illustrator: "Yoshinobu Saito",
@ -13,7 +19,13 @@ const card: Card = {
category: "Trainer",
effect: {
en: "At the end of each turn, if the Pokémon this card is attached to is affected by any Special Conditions, it recovers from all of them, and discard this card."
en: "At the end of each turn, if the Pokémon this card is attached to is affected by any Special Conditions, it recovers from all of them, and discard this card.",
fr: "À la fin de chaque tour, si le Pokémon auquel cette carte est attachée est affecté par au moins un État Spécial, il guérit de tous ces États Spéciaux. Ensuite, défaussez cette carte.",
es: "Al final de cada turno, si el Pokémon al que está unida esta carta se ve afectado por alguna Condición Especial, se recupera de todas ellas, y descartas esta carta.",
it: "Alla fine di ogni turno, se il Pokémon a cui è assegnata questa carta è influenzato da condizioni speciali, ne guarisce. Poi scarta questa carta.",
de: "Am Ende jedes Zuges, wenn das Pokémon, an das diese Karte angelegt ist, von Speziellen Zuständen betroffen ist, erholt es sich von allen und du legst diese Karte auf deinen Ablagestapel.",
'pt-br': "No final de cada turno, se o Pokémon ao qual esta carta está ligada estiver afetado por quaisquer Condições Especiais, ele se recuperará de todas delas, e descarte esta carta.",
ko: "서로의 차례의 마지막에 이 카드를 붙이고 있는 포켓몬이 특수 상태라면 그 포켓몬의 특수 상태를 모두 회복. 그 뒤, 이 카드를 트래쉬한다."
},
trainerType: "Tool"