X-Git-Url: https://git.auder.net/variants/Dynamo/complete_rules.html?a=blobdiff_plain;f=client%2Fsrc%2Ftranslations%2Fes.js;h=8b71fb4ca3a6c1c2e5c7b31cf0931ec53f5bc6e3;hb=71ef1664983cd58db3c3bbfdf6cb7c362474e9a5;hp=192c53207f21cf9e3af8e7f12f5ce61c9e6fbba4;hpb=032312bfa24f306e84645645f76d40773149ac49;p=vchess.git diff --git a/client/src/translations/es.js b/client/src/translations/es.js index 192c5320..8b71fb4c 100644 --- a/client/src/translations/es.js +++ b/client/src/translations/es.js @@ -42,6 +42,7 @@ export const translations = { "Highlight last move and checks?": "¿Resaltar el último movimiento y jaques?", Instructions: "Instrucciones", "Invalid email": "Email inválido", + "It's your turn!": "¡Es su turno!", "is not online": "no está en línea", Language: "Idioma", "Live challenges": "Desafíos en vivo", @@ -61,11 +62,13 @@ export const translations = { "My problems": "Mis problemas", "Name: alphanumerics and underscore": "Nombre: alfanuméricos y underscore", "Name or Email": "Nombre o Email", + Next: "Próximo", "New connexion detected: tab now offline": "Nueva conexión detectada: pestaña ahora desconectada", "New correspondance game:": "Nueva partida por correspondencia:", "New game": "Nueva partida", "New problem": "Nuevo problema", News: "Noticias", + "No more problems": "No mas problemas", "No subject. Send anyway?": "Sin asunto. ¿Enviar sin embargo?", None: "Ninguno", "Notifications by email": "Notificaciones por email", @@ -81,6 +84,7 @@ export const translations = { "Please select a variant": "Por favor seleccione una variante", Practice: "Práctica", "Prefix?": "¿Prefijo?", + Previous: "Anterior", "Processing... Please wait": "Procesando... por favor espere", Problems: "Problemas", "participant(s):": "participante(s):", @@ -122,12 +126,16 @@ export const translations = { "Your message": "Tu mensaje", // Variants boxes: + "Attract opposite king": "Atraer al rey contrario", "Balanced sliders & leapers": "Modos de desplazamiento equilibrados", "Big board": "Gran tablero", "Board upside down": "Tablero al revés", "Both sides of the mirror": "Ambos lados del espejo", "Capture all of a kind": "Capturar todo del mismo tipo", + "Capture en passant": "Capturar en passant", "Captures reborn": "Las capturas renacen", + "Change colors": "Cambiar colores", + "Dangerous collisions": "Colisiones peligrosas", "Exchange pieces positions": "Intercambiar las posiciones de las piezas", "Exotic captures": "Capturas exóticas", "Explosive captures": "Capturas explosivas", @@ -135,9 +143,14 @@ export const translations = { "Keep antiking in check": "Mantener el antirey en jaque", "Laws of attraction": "Las leyes de las atracciones", "Lose all pieces": "Perder todas las piezas", + "Mate any piece": "Matar cualquier pieza", "Move twice": "Mover dos veces", + "Neverending rows": "Filas interminables", "Pawns move diagonally": "Peones se mueven en diagonal", + "Reuse pieces": "Reutilizar piezas", "Reverse captures": "Capturas invertidas", + "Run forward": "Correr hacia adelante", "Shared pieces": "Piezas compartidas", - "Standard rules": "Reglas estandar" + "Standard rules": "Reglas estandar", + "Unidentified pieces": "Piezas no identificadas" };