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