Commit | Line | Data |
---|---|---|
e081ffe3 BA |
1 | - |
2 | var translations = | |
3 | { | |
b6487fb9 BA |
4 | "Language": "Idioma", |
5 | ||
e081ffe3 BA |
6 | // Index page: |
7 | "Help": "Ayuda", | |
8 | "First visit?": "¿ Primera visita ?", | |
9 | ">>> Please read this <<<": ">>> Por favor lee esto <<<", | |
10 | // Variants boxes: | |
11 | "Both sides of the mirror": "Ambos lados del espejo", | |
12 | "Keep antiking in check": "Mantener el antirey en jaque", | |
13 | "Explosive captures": "Capturas explosivas", | |
14 | "Shared pieces": "Piezas compartidas", | |
15 | "Standard rules": "Reglas estandar", | |
16 | "Captures reborn": "Las capturas renacen", | |
17 | "Capture all of a kind": "Capturar todo del mismo tipo", | |
18 | "Big board": "Gran tablero", | |
19 | "Lose all pieces": "Perder todas las piezas", | |
20 | "Laws of attraction": "Las leyes de las atracciones", | |
21 | "Exchange pieces positions": "Intercambiar las posiciones de las piezas", | |
22 | "Exotic captures": "Capturas exóticas", | |
23 | "Balanced sliders & leapers": "Modos de desplazamiento equilibrados", | |
24 | "Reverse captures": "Capturas invertidas", | |
dbcc32e9 BA |
25 | "Pawns move diagonally": "Peones se mueven en diagonal", |
26 | "In the shadow": "En la sombra", | |
27 | "Move twice": "Mover dos veces", | |
8a477a7e | 28 | "Board upside down": "Tablero al revés", |
e081ffe3 BA |
29 | |
30 | // Variant page: | |
31 | "New game": "Nueva partida", | |
32 | "Waiting for opponent...": "Esperando a un oponente...", | |
33 | "Rules": "Reglas", | |
34 | "Play": "Jugar", | |
35 | "Problems": "Problemas", | |
36 | "White win": "Las blancas ganan", | |
37 | "Black win": "Las negras ganan", | |
38 | "Draw": "Empate", | |
39 | "New live game": "Nueva partida en vivo", | |
40 | "New game versus computer": "Nueva partida contra la computadora", | |
41 | "Analysis mode": "Modo de análisis", | |
42 | "Start chat": "Iniciar chat", | |
4f7723a1 | 43 | "Clear current game": "Borrar la partida actual", |
e081ffe3 BA |
44 | "Settings": "Ajustes", |
45 | "Resign": "Abandonar", | |
46 | "Undo": "Deshacer", | |
47 | "Flip board": "Girar el tablero", | |
48 | "Game state (FEN):": "Estado del juego (FEN) :", | |
49 | "Ok": "Ok", | |
50 | "Random": "Aleatorio", | |
51 | "Preferences": "Preferencias", | |
52 | "My name is...": "Mi nombre es...", | |
53 | "Show hints?": "Ayudas visuales ?", | |
54 | "Board colors": "Colores del tablero", | |
55 | "brown": "marrón", | |
56 | "green": "verde", | |
57 | "blue": "azul", | |
58 | "Play sounds?": "¿ Tocar los sonidos ?", | |
59 | "None": "No", | |
60 | "All": "Todos", | |
61 | "Chat with ": "Hablar con ", | |
62 | "Type here": "Escribe aqui", | |
63 | "Send": "Enviar", | |
edcd679a | 64 | "Download PGN": "Descargar el PGN", |
e081ffe3 BA |
65 | "Show solution": "Mostrar la solucion", |
66 | "Load previous problems": "Cargar los problemas anteriores", | |
67 | "Load next problems": "Cargar los siguientes problemas", | |
68 | "New": "Nuevo", | |
69 | "Add a problem": "Añadir un problema", | |
70 | "Full FEN description": "Descripción FEN completa", | |
71 | "Safe HTML tags allowed": "HTML 'seguro' autorizado", | |
72 | "Instructions": "Instrucciones", | |
73 | "Describe the problem goal": "Describe el objetivo del problema", | |
74 | "Solution": "Solución", | |
75 | "How to solve the problem?": "¿ Como resolver el problema ?", | |
76 | "Preview": "Previsualizar", | |
77 | "Cancel": "Anular", | |
78 | "Solve": "Resolver", | |
79 | "Bad FEN string": "Mala descripción FEN", | |
80 | "Empty instructions": "Instrucciones vacias", | |
81 | "Empty solution": "Solución vacía", | |
82 | "Already playing a game in this variant on another tab!": | |
83 | "¡ Una partida está en progreso en esta variante en otra pestaña !", | |
84 | "Finish your ": "¡ Termina tu ", | |
85 | " game first!": " partida primero !", | |
86 | ": unfinished computer game will be erased": | |
87 | " : una partida inconclusa contra la computadora será borrado", | |
4f7723a1 BA |
88 | ": current analysis will be erased": |
89 | " : el análisis actual será borrado", | |
e081ffe3 | 90 | }; |