mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
feat: Added XY Datas for other languages (#265)
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Forest of Giant Plants",
|
||||
fr: "Forêt de Plantes Géantes",
|
||||
es: "Bosque de Plantas Gigantes",
|
||||
it: "Foresta delle Piante Giganti",
|
||||
pt: "Floresta das Plantas Gigantes",
|
||||
de: "Wald der großen Gewächse"
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Uncommon",
|
||||
@ -24,7 +28,11 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Les Pokémon Grass de chaque joueur peuvent évoluer pendant son premier tour ou pendant le tour où il joue les Pokémon concernés.",
|
||||
en: "Each player’s Grass Pokémon can evolve during his or her first turn or the turn he or she plays those Pokémon."
|
||||
en: "Each player's Grass Pokémon can evolve during his or her first turn or the turn he or she plays those Pokémon.",
|
||||
es: "Los Pokémon Grass de cada jugador pueden evolucionar durante el primer turno de ese jugador o durante el turno en que este ponga en juego a esos Pokémon.",
|
||||
it: "I Pokémon Grass di ciascun giocatore possono evolversi durante il suo primo turno o durante il turno in cui sono stati giocati.",
|
||||
pt: "O Pokémon Grass de cada jogador poderá evoluir durante a sua primeira vez de jogar ou na vez em que jogar este Pokémon.",
|
||||
de: "Die Grass-Pokémon beider Spieler können sich während des ersten Zuges eines Spielers oder während des Zuges, an dem ein Spieler diese Pokémon spielt, entwickeln."
|
||||
},
|
||||
trainerType: "Stadium",
|
||||
|
||||
|
Reference in New Issue
Block a user