1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 00:29:19 +00:00

Added Sun & Moon for other languages

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-06-30 14:12:31 +02:00
parent 369f8dadf7
commit dc0dcff103
2732 changed files with 54455 additions and 6885 deletions

View File

@ -5,9 +5,13 @@ const card: Card = {
name: {
en: "Escape Rope",
fr: "Corde Sortie",
es: "Cuerda Huida",
it: "Fune di Fuga",
pt: "Corda de Fuga",
de: "Fluchtseil"
},
illustrator: "Toyste Beach",
rarity: "Rare",
rarity: "Secret Rare",
category: "Trainer",
set: Set,
@ -24,6 +28,11 @@ const card: Card = {
effect: {
fr: "Chaque joueur échange son Pokémon Actif avec lun de ses Pokémon de Banc. Votre adversaire échange en premier. (Si lun des joueurs na pas de Pokémon de Banc, il néchange pas de Pokémon).",
en: "Each player switches their Active Pokémon with 1 of their Benched Pokémon. Your opponent switches first. (If a player does not have a Benched Pokémon, that player doesnt switch Pokémon.)",
es: "Cada jugador cambia su Pokémon Activo por 1 de sus Pokémon en Banca. Tu rival lo cambia primero. (Si algún jugador no tiene ningún Pokémon en Banca, no cambiará su Pokémon).",
it: "Ciascun giocatore scambia il suo Pokémon attivo con uno dei suoi Pokémon in panchina. Inizia il tuo avversario. Se un giocatore non ha Pokémon in panchina, non effettuerà lo scambio.",
pt: "Cada jogador troca o seu Pokémon Ativo por 1 dos próprios Pokémon no Banco. O seu oponente troca primeiro (se um jogador não possuir Pokémon no Banco, aquele jogador não troca o Pokémon).",
de: "Jeder Spieler tauscht sein Aktives Pokémon gegen 1 Pokémon auf seiner Bank aus. Dein Gegener tauscht als Erster. (Hat ein Spieler kein Pokémon auf der Bank, tauscht jener Spieler kein Pokémon aus.)"
},
trainerType: "Item",