1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 00:29:19 +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: "Mr. Mime",
fr: "M. Mime",
es: "Mr. Mime",
it: "Mr. Mime",
pt: "Mr. Mime",
de: "Pantimos"
},
illustrator: "TOKIYA",
rarity: "Uncommon",
@ -30,10 +34,18 @@ const card: Card = {
name: {
en: "Trick",
fr: "Tourmagik",
es: "Truco",
it: "Raggiro",
pt: "Travessura",
de: "Trickbetrug"
},
effect: {
en: "Move a Pokémon Tool card attached to 1 of either players Pokémon to another of that players Pokémon that doesnt already have a Pokémon Tool attached to it. If there is no Pokémon to move the Pokémon Tool card to, this attack does nothing.",
en: "Move a Pokémon Tool card attached to 1 of either player's Pokémon to another of that player's Pokémon that doesn't already have a Pokémon Tool attached to it. If there is no Pokémon to move the Pokémon Tool card to, this attack does nothing.",
fr: "Déplacez une carte Outil Pokémon attachée à un Pokémon de l'un des joueurs vers un autre de ses Pokémon auquel un Outil Pokémon n'est pas déjà attaché. S'il n'y a aucun Pokémon vers lequel déplacer la carte Outil Pokémon, cette attaque ne fait rien.",
es: "Mueve 1 carta de Herramienta Pokémon unida a 1 de los Pokémon de cualquier jugador a otro Pokémon de ese jugador que no tenga ya 1 Herramienta Pokémon unida a él. Si no hay ningún Pokémon al que poder mover la carta de Herramienta, este ataque no hace nada.",
it: "Sposta una carta Oggetto Pokémon assegnata a uno dei Pokémon di uno dei giocatori su un altro Pokémon di quel giocatore che non ha già un Oggetto Pokémon assegnato. Se non c'è nessun altro Pokémon sul quale spostare la carta Oggetto Pokémon, questo attacco non ha effetto.",
pt: "Mova um card de Ferramenta Pokémon ligado a 1 dos Pokémon de qualquer jogador para outro Pokémon desse jogador que ainda não possua uma Ferramenta Pokémon ligada a ele. Se não houver Pokémon para o qual mover o card de Ferramenta Pokémon, esse ataque não fará nada.",
de: "Verschiebe 1 Pokémon-Ausrüstung, die an 1 Pokémon eines der beiden Spieler angelegt ist, auf ein anderes Pokémon des betroffenen Spielers, an dem noch keine Pokémon-Ausrüstung angelegt ist. Wenn es kein Pokémon gibt, auf das die Pokémon-Ausrüstung verschoben werden kann, hat dieser Angriff keine Auswirkungen."
},
},
@ -45,10 +57,18 @@ const card: Card = {
name: {
en: "Lock Up",
fr: "Cage",
es: "Encerrar",
it: "Bloccare",
pt: "Prender",
de: "Einsperren"
},
effect: {
en: "The Defending Pokémon cant retreat during your opponents next turn.",
en: "The Defending Pokémon can't retreat during your opponent's next turn.",
fr: "Le Pokémon Défenseur ne peut pas battre en retraite pendant le prochain tour de votre adversaire.",
es: "El Pokémon Defensor no puede retirarse durante el próximo turno de tu rival.",
it: "Durante il prossimo turno del tuo avversario, il Pokémon difensore non può ritirarsi.",
pt: "O Pokémon Defensor não poderá recuar durante a próxima vez de jogar do seu oponente.",
de: "Das Verteidigende Pokémon kann sich während des nächsten Zuges deines Gegners nicht zurückziehen."
},
damage: 30,