Commit | Line | Data |
---|---|---|
247356cd BA |
1 | - |
2 | var translations = | |
3 | { | |
b6487fb9 BA |
4 | "Language": "Language", |
5 | ||
247356cd BA |
6 | // Index page: |
7 | "Help": "Help", | |
8 | "First visit?": "First visit?", | |
9 | ">>> Please read this <<<": ">>> Please read this <<<", | |
10 | // Variants boxes: | |
11 | "Both sides of the mirror": "Both sides of the mirror", | |
12 | "Keep antiking in check": "Keep antiking in check", | |
13 | "Explosive captures": "Explosive captures", | |
14 | "Shared pieces": "Shared pieces", | |
15 | "Standard rules": "Standard rules", | |
16 | "Captures reborn": "Captures reborn", | |
17 | "Capture all of a kind": "Capture all of a kind", | |
18 | "Big board": "Big board", | |
19 | "Lose all pieces": "Lose all pieces", | |
20 | "Laws of attraction": "Laws of attraction", | |
21 | "Exchange pieces positions": "Exchange pieces positions", | |
22 | "Exotic captures": "Exotic captures", | |
23 | "Balanced sliders & leapers": "Balanced sliders & leapers", | |
24 | "Reverse captures": "Reverse captures", | |
dbcc32e9 BA |
25 | "Pawns move diagonally": "Pawns move diagonally", |
26 | "In the shadow": "In the shadow", | |
27 | "Move twice": "Move twice", | |
28 | "Head upside down": "Head upside down", | |
247356cd BA |
29 | |
30 | // Variant page: | |
31 | "New game": "New game", | |
32 | "Waiting for opponent...": "Waiting for opponent...", | |
33 | "Rules": "Rules", | |
e081ffe3 | 34 | "Play": "Play", |
247356cd BA |
35 | "Problems": "Problems", |
36 | "White win": "White win", | |
37 | "Black win": "Black win", | |
38 | "Draw": "Draw", | |
4fefd019 | 39 | "New live game": "New live game", |
247356cd BA |
40 | "New game versus computer": "New game versus computer", |
41 | "Analysis mode": "Analysis mode", | |
42 | "Start chat": "Start chat", | |
4f7723a1 | 43 | "Clear current game": "Clear current game", |
247356cd BA |
44 | "Settings": "Settings", |
45 | "Resign": "Resign", | |
46 | "Undo": "Undo", | |
e081ffe3 BA |
47 | "Flip board": "Flip board", |
48 | "Game state (FEN):": "Game state (FEN):", | |
247356cd BA |
49 | "Ok": "Ok", |
50 | "Random": "Random", | |
51 | "Preferences": "Preferences", | |
52 | "My name is...": "My name is...", | |
53 | "Show hints?": "Show hints?", | |
54 | "Board colors": "Board colors", | |
55 | "brown": "brown", | |
56 | "green": "green", | |
57 | "blue": "blue", | |
58 | "Play sounds?": "Play sounds?", | |
59 | "None": "None", | |
247356cd BA |
60 | "All": "All", |
61 | "Chat with ": "Chat with ", | |
62 | "Type here": "Type here", | |
63 | "Send": "Send", | |
edcd679a | 64 | "Download PGN": "Download PGN", |
247356cd BA |
65 | "Show solution": "Show solution", |
66 | "Load previous problems": "Load previous problems", | |
67 | "Load next problems": "Load next problems", | |
68 | "New": "New", | |
69 | "Add a problem": "Add a problem", | |
e081ffe3 | 70 | "Full FEN description": "Full FEN description", |
247356cd BA |
71 | "Safe HTML tags allowed": "Safe HTML tags allowed", |
72 | "Instructions": "Instructions", | |
d289b043 | 73 | "Describe the problem goal": "Describe the problem goal", |
247356cd | 74 | "Solution": "Solution", |
d289b043 | 75 | "How to solve the problem?": "How to solve the problem?", |
247356cd BA |
76 | "Preview": "Preview", |
77 | "Cancel": "Cancel", | |
78 | "Solve": "Solve", | |
e081ffe3 | 79 | "Bad FEN description": "Bad FEN description", |
6b5517b4 BA |
80 | "Empty instructions": "Empty instructions", |
81 | "Empty solution": "Empty solution", | |
82 | "Already playing a game in this variant on another tab!": | |
83 | "Already playing a game in this variant on another tab!", | |
84 | "Finish your ": "Finish your ", | |
85 | " game first!": " game first!", | |
86 | ": unfinished computer game will be erased": | |
87 | ": unfinished computer game will be erased", | |
4f7723a1 BA |
88 | ": current analysis will be erased": |
89 | ": current analysis will be erased", | |
247356cd | 90 | }; |