X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Ftranslations%2Fes.js;h=166847232e0443010a0e6d5d1818cf8c063c0163;hp=605f5015dcd1cc914fec4021973b618bd81279ad;hb=2bb4666e276e837add0958554a11b38f7f4d9357;hpb=eaab401ea14ebbde1e49ede7c639bc3b6556bf08 diff --git a/client/src/translations/es.js b/client/src/translations/es.js index 605f5015..16684723 100644 --- a/client/src/translations/es.js +++ b/client/src/translations/es.js @@ -234,7 +234,8 @@ export const translations = { "Non-conformism and utopia": "No-conformismo y utopía", "Occupy the enemy palace": "Ocupar el palacio enemigo", "Paralyzed pieces": "Piezas paralizadas", - "Pawns move diagonally": "Peones se mueven en diagonal", + "Pawns capture backward": "Los peones capturan hacia atrás", + "Pawns move diagonally": "Los peones se mueven en diagonal", "Pieces upside down": "Piezas al revés", "Play at the same time": "Jugar al mismo tiempo", "Play more and more moves (v1)": "Jugar más y más movimientos (v1)", @@ -272,5 +273,6 @@ export const translations = { "Two royal pieces": "Dos piezas reales", "Unidentified pieces": "Piezas no identificadas", "Walk on a graph": "Camino en un gráfico", - "White move twice": "Las blancas juegan dos veces" + "White move twice": "Las blancas juegan dos veces", + "Win by castling long": "Ganar jugando al enroque largo" };