X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=views%2Ftranslations%2Fes.pug;fp=views%2Ftranslations%2Fes.pug;h=a839ef81680e9df1d7985851df0f7279ed99b968;hb=e081ffe361b06ca74db0a36bf72dd73602abf57b;hp=0000000000000000000000000000000000000000;hpb=4fefd0195b2dc8559284d3b3701a242a862cb70e;p=vchess.git diff --git a/views/translations/es.pug b/views/translations/es.pug new file mode 100644 index 00000000..a839ef81 --- /dev/null +++ b/views/translations/es.pug @@ -0,0 +1,82 @@ +- + var translations = + { + // Index page: + "Help": "Ayuda", + "First visit?": "¿ Primera visita ?", + ">>> Please read this <<<": ">>> Por favor lee esto <<<", + // Variants boxes: + "Both sides of the mirror": "Ambos lados del espejo", + "Keep antiking in check": "Mantener el antirey en jaque", + "Explosive captures": "Capturas explosivas", + "Shared pieces": "Piezas compartidas", + "Standard rules": "Reglas estandar", + "Captures reborn": "Las capturas renacen", + "Capture all of a kind": "Capturar todo del mismo tipo", + "Big board": "Gran tablero", + "Lose all pieces": "Perder todas las piezas", + "Laws of attraction": "Las leyes de las atracciones", + "Exchange pieces positions": "Intercambiar las posiciones de las piezas", + "Exotic captures": "Capturas exóticas", + "Balanced sliders & leapers": "Modos de desplazamiento equilibrados", + "Reverse captures": "Capturas invertidas", + + // Variant page: + "New game": "Nueva partida", + "Waiting for opponent...": "Esperando a un oponente...", + "Rules": "Reglas", + "Play": "Jugar", + "Problems": "Problemas", + "White win": "Las blancas ganan", + "Black win": "Las negras ganan", + "Draw": "Empate", + "New live game": "Nueva partida en vivo", + "New game versus computer": "Nueva partida contra la computadora", + "Analysis mode": "Modo de análisis", + "Start chat": "Iniciar chat", + "Clear game versus computer": "Borrar la partida contra la computadora", + "Settings": "Ajustes", + "Resign": "Abandonar", + "Undo": "Deshacer", + "Flip board": "Girar el tablero", + "Game state (FEN):": "Estado del juego (FEN) :", + "Ok": "Ok", + "Random": "Aleatorio", + "Preferences": "Preferencias", + "My name is...": "Mi nombre es...", + "Show hints?": "Ayudas visuales ?", + "Board colors": "Colores del tablero", + "brown": "marrón", + "green": "verde", + "blue": "azul", + "Play sounds?": "¿ Tocar los sonidos ?", + "None": "No", + "All": "Todos", + "Chat with ": "Hablar con ", + "Type here": "Escribe aqui", + "Send": "Enviar", + "Download game": "Descargar la partida", + "Show solution": "Mostrar la solucion", + "Load previous problems": "Cargar los problemas anteriores", + "Load next problems": "Cargar los siguientes problemas", + "New": "Nuevo", + "Add a problem": "Añadir un problema", + "Full FEN description": "Descripción FEN completa", + "Safe HTML tags allowed": "HTML 'seguro' autorizado", + "Instructions": "Instrucciones", + "Describe the problem goal": "Describe el objetivo del problema", + "Solution": "Solución", + "How to solve the problem?": "¿ Como resolver el problema ?", + "Preview": "Previsualizar", + "Cancel": "Anular", + "Solve": "Resolver", + "Bad FEN string": "Mala descripción FEN", + "Empty instructions": "Instrucciones vacias", + "Empty solution": "Solución vacía", + "Already playing a game in this variant on another tab!": + "¡ Una partida está en progreso en esta variante en otra pestaña !", + "Finish your ": "¡ Termina tu ", + " game first!": " partida primero !", + ": unfinished computer game will be erased": + " : una partida inconclusa contra la computadora será borrado", + };