1
0
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:
2022-03-31 11:01:32 +02:00
committed by GitHub
parent fc74c637d3
commit 4ec775fe56
1694 changed files with 23608 additions and 4670 deletions

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Tentacool",
fr: "Tentacool",
es: "Tentacool",
it: "Tentacool",
pt: "Tentacool",
de: "Tentacha"
},
illustrator: "Yukiko Baba",
rarity: "Common",
@ -30,10 +34,18 @@ const card: Card = {
name: {
en: "Lost in the Waves",
fr: "Porté Disparu",
es: "Perdido entre Olas",
it: "Alla Deriva",
pt: "Perdido nas Ondas",
de: "Tarnwellen"
},
effect: {
en: "Return this Pokémon and all cards attached to it to your hand.",
fr: "Reprenez ce Pokémon et toutes les cartes qui lui sont attachées dans votre main.",
es: "Devuelve este Pokémon y todas las cartas unidas a él a tu mano.",
it: "Riprendi in mano questo Pokémon e tutte le carte a esso assegnate.",
pt: "Devolva este Pokémon e todos os cards ligados a ele para sua mão.",
de: "Nimm dieses Pokémon und alle daran angelegten Karten zurück auf deine Hand."
},
damage: 10,