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: "Poliwag",
fr: "Ptitard",
es: "Poliwag",
it: "Poliwag",
pt: "Poliwag",
de: "Quapsel"
},
illustrator: "MAHOU",
rarity: "Common",
@ -30,6 +34,10 @@ const card: Card = {
name: {
en: "Rain Splash",
fr: "Pluie Éclaboussante",
es: "Golpe de Lluvia",
it: "Spruzzapioggia",
pt: "Chuva Borrifante",
de: "Regenplatscher"
},
damage: 10,
@ -44,10 +52,18 @@ const card: Card = {
name: {
en: "Spiral Current",
fr: "Courant Tourbillonnant",
es: "Corriente Espiral",
it: "Corrente a Spirale",
pt: "Corrente Espiral",
de: "Spiralsog"
},
effect: {
en: "Your opponents Active Pokémon is now Confused. That Pokémon cant retreat during your opponents next turn.",
en: "Your opponent's Active Pokémon is now Confused. That Pokémon can't retreat during your opponent's next turn.",
fr: "Le Pokémon Actif de votre adversaire est maintenant Confus. Ce dernier ne peut pas battre en retraite pendant le prochain tour de votre adversaire.",
es: "El Pokémon Activo de tu rival pasa a estar Confundido. Ese Pokémon no puede retirarse durante el próximo turno de tu rival.",
it: "Il Pokémon attivo del tuo avversario viene confuso. Durante il prossimo turno del tuo avversario, quel Pokémon non può ritirarsi.",
pt: "O Pokémon Ativo do seu oponente agora está Confuso. Esse Pokémon não poderá recuar durante a próxima vez de jogar do seu oponente.",
de: "Das Aktive Pokémon deines Gegners ist jetzt verwirrt. Es kann sich während des nächsten Zuges deines Gegners nicht zurückziehen."
},
damage: 20,