X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Ftranslations%2Fes.js;h=8b71fb4ca3a6c1c2e5c7b31cf0931ec53f5bc6e3;hb=71ef1664983cd58db3c3bbfdf6cb7c362474e9a5;hp=e51720a4ac0fba2439e86b6eae4ed2f0fe528bd1;hpb=725da57f8e2983d744629b524f9084516a43cbac;p=vchess.git diff --git a/client/src/translations/es.js b/client/src/translations/es.js index e51720a4..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", @@ -51,7 +52,9 @@ export const translations = { Logout: "Logout", "Logout successful!": "¡Desconexión exitosa!", "Missing email": "Email falta", + "Missing instructions": "Instrucciones faltan", "Missing name": "Nombre falta", + "Missing solution": "Solución falta", "Modifications applied!": "¡Modificaciones aplicadas!", "Move played:": "Movimiento jugado:", "Mutual agreement": "Acuerdo mutuo", @@ -59,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", @@ -79,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):", @@ -120,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", @@ -133,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" };