1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 16:19: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: "Relicanth",
fr: "Relicanth",
es: "Relicanth",
it: "Relicanth",
pt: "Relicanth",
de: "Relicanth"
},
illustrator: "Kagemaru Himeno",
rarity: "Common",
@ -30,10 +34,18 @@ const card: Card = {
name: {
en: "Deep Sea Search",
fr: "Recherche Abyssale",
es: "Búsqueda en Alta Mar",
it: "Sonda Abissale",
pt: "Busca em Mar Profundo",
de: "Tiefseesuche"
},
effect: {
en: "Search your deck for up to 2 Pokémon Tool cards, reveal them, and put them into your hand. Shuffle your deck afterward.",
fr: "Cherchez jusqu'à 2 cartes Outil Pokémon dans votre deck, montrez-les, puis ajoutez-les à votre main. Mélangez ensuite votre deck.",
fr: "Cherchez jusqu'à 2 cartes Outil Pokémon dans votre deck, montrez-les, puis ajoutez-les à votre main. Mélangez ensuite votre deck.",
es: "Busca en tu baraja hasta 2 cartas de Herramienta Pokémon, enséñalas y ponlas en tu mano. Baraja las cartas de tu baraja después.",
it: "Cerca nel tuo mazzo fino a due carte Oggetto Pokémon, mostrale e aggiungile alle carte che hai in mano. Poi rimischia le carte del tuo mazzo.",
pt: "Procure no seu baralho até 2 cards de Ferramenta Pokémon, revele-os e coloque-os na sua mão. Em seguida, embaralhe seus cards.",
de: "Durchsuche dein Deck nach bis zu 2 Pokémon-Ausrüstungen, zeige sie deinem Gegner und nimm sie auf deine Hand. Mische anschließend dein Deck."
},
},
@ -45,10 +57,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 10 damage to itself.",
fr: "Ce Pokémon s'inflige 10 dégâts.",
es: "Este Pokémon se hace 10 puntos de daño a sí mismo.",
it: "Questo Pokémon infligge 10 danni a se stesso.",
pt: "Este Pokémon causa 10 de danos a ele mesmo.",
de: "Dieses Pokémon fügt sich selbst 10 Schadenspunkte zu."
},
damage: 30,