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: "Excadrill",
fr: "Minotaupe",
es: "Excadrill",
it: "Excadrill",
pt: "Excadrill",
de: "Stalobor"
},
illustrator: "PLANETA",
rarity: "Rare",
@ -21,6 +25,10 @@ const card: Card = {
evolveFrom: {
en: "Drilbur",
fr: "Rototaupe",
es: "Drilbur",
it: "Drilbur",
pt: "Drilbur",
de: "Rotomurf"
},
stage: "Stage1",
@ -29,11 +37,19 @@ const card: Card = {
type: "Ancient Trait",
name: {
fr: "Offensive Ω",
en: "Ω Barrage"
en: "Ω Barrage",
es: "{title}:",
it: "{title}:",
pt: "{title}:",
de: "{title}:"
},
effect: {
fr: "Ce Pokémon peut attaquer deux fois par tour. (Si la première attaque met K.O. le Pokémon Actif de votre adversaire, vous pouvez encore attaquer après que votre adversaire a choisi un nouveau Pokémon Actif.)",
en: "This Pokémon may attack twice a turn. (If the first attack Knocks Out your opponents Active Pokémon, you may attack again after your opponent chooses a new Active Pokémon.)"
en: "This Pokémon may attack twice a turn. (If the first attack Knocks Out your opponent's Active Pokémon, you may attack again after your opponent chooses a new Active Pokémon.)",
es: "{title}: Este Pokémon puede atacar 2 veces por turno. (Si el primer ataque deja Fuera de Combate al Pokémon Activo de tu rival, puedes atacar otra vez después de que tu rival elija un nuevo Pokémon Activo).",
it: "{title}: Questo Pokémon può attaccare due volte durante lo stesso turno. Se il primo attacco mette KO il Pokémon attivo del tuo avversario, puoi attaccare di nuovo dopo che il tuo avversario avrà scelto il suo nuovo Pokémon attivo.",
pt: "{title}: Este Pokémon pode atacar duas vezes por turno. (Se o primeiro ataque Nocautear o Pokémon Ativo de seu oponente, você deve atacar de novo assim que seu oponente escolher um novo Pokémon Ativo).",
de: "{title}: Dieses Pokémon kann während eines Zuges zweimal angreifen. (Falls der erste Angriff das Aktive Pokémon deines Gegners kampfunfähig macht, kannst du erneut angreifen, nachdem dein Gegner ein neues Aktives Pokémon ausgewählt hat.)"
},
},
],
@ -45,10 +61,18 @@ const card: Card = {
name: {
en: "Dredge",
fr: "Débourbage",
es: "Dragar",
it: "Draga",
pt: "Draga",
de: "Tiefbagger"
},
effect: {
en: "Search your deck for 2 Energy cards and attach them to this Pokémon. Shuffle your deck afterward.",
fr: "Cherchez 2 cartes Énergie dans votre deck et attachez-les à ce Pokémon. Mélangez ensuite votre deck.",
es: "Busca en tu baraja 2 cartas de Energía y únelas a este Pokémon. Baraja las cartas de tu baraja después.",
it: "Cerca nel tuo mazzo due carte Energia e assegnale a questo Pokémon. Poi rimischia le carte del tuo mazzo.",
pt: "Procure em seu baralho 2 cards de Energia e ligue-os a este Pokémon. Em seguida, embaralhe seus cards.",
de: "Durchsuche dein Deck nach 2 Energiekarten und lege sie an dieses Pokémon an. Mische anschließend dein Deck."
},
},
@ -61,10 +85,18 @@ const card: Card = {
name: {
en: "Mach Claw",
fr: "Instagriffe",
es: "Garra Mach",
it: "Artiglio Mach",
pt: "Garra Supersônica",
de: "Tempoklaue"
},
effect: {
en: "This attacks damage isnt affected by Resistance.",
en: "This attack's damage isn't affected by Resistance.",
fr: "Les dégâts de cette attaque ne sont pas affectés par la Résistance.",
es: "El daño de este ataque no se ve afectado por Resistencia.",
it: "Il danno di questo attacco non è influenzato dalla resistenza.",
pt: "Os danos deste ataque não são afetados por Resistência.",
de: "Der Schaden dieses Angriffs wird durch Resistenz nicht verändert."
},
damage: 50,