1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-31 11:51:59 +00:00

Added some XY translations (#63)

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-08-23 00:18:16 +02:00
committed by GitHub
parent 741c19791e
commit 0ce5e62460
642 changed files with 8206 additions and 1657 deletions

View File

@@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Dewgong",
fr: "Lamantine",
es: "Dewgong",
it: "Dewgong",
pt: "Dewgong",
de: "Jugong"
},
illustrator: "Mitsuhiro Arita",
rarity: "Rare",
@@ -33,10 +37,18 @@ const card: Card = {
name: {
en: "Super Deep Dive",
fr: "Super Gros Plongeon",
es: "Superzambullida Submarina",
it: "Super Immersione",
pt: "Mergulho Super Profundo",
de: "Super Tieftaucher"
},
effect: {
en: "Heal 40 damage from this Pokémon. Switch this Pokémon with 1 of your Benched Pokémon.",
fr: "Soignez 40 dégâts à ce Pokémon. Échangez ce Pokémon avec lun de vos Pokémon de Banc.",
es: "Cura 40 puntos de daño a este Pokémon. Cambia este Pokémon por 1 de tus Pokémon en Banca.",
it: "Cura questo Pokémon da 40 danni. Scambia questo Pokémon con uno della tua panchina.",
pt: "Cure 40 de danos deste Pokémon. Troque este Pokémon por 1 dos seus Pokémon no Banco.",
de: "Heile 40 Schadenspunkte bei diesem Pokémon. Tausche dieses Pokémon gegen 1 Pokémon auf deiner Bank aus."
},
},
@@ -49,10 +61,18 @@ const card: Card = {
name: {
en: "Take Down",
fr: "Bélier",
es: "Derribo",
it: "Riduttore",
pt: "Desmantelar",
de: "Bodycheck"
},
effect: {
en: "This Pokémon does 20 damage to itself.",
fr: "Ce Pokémon sinflige 20 dégâts.",
es: "Este Pokémon se hace 20 puntos de daño a sí mismo.",
it: "Questo Pokémon infligge 20 danni a se stesso.",
pt: "Este Pokémon causa 20 danos a ele mesmo.",
de: "Dieses Pokémon fügt sich selbst 20 Schadenspunkte zu."
},
damage: 90,