Add some forgotten translations + fix typo
[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",
28 "Play!": "Play!",
29 "Problems": "Problems",
30 "White win": "White win",
31 "Black win": "Black win",
32 "Draw": "Draw",
33 "New online game": "New online game",
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",
41 "Play": "Play",
42 "Flip": "Flip",
43 "Position + flags (FEN):": "Position + flags (FEN):",
44 "Ok": "Ok",
45 "Random": "Random",
46 "Preferences": "Preferences",
47 "My name is...": "My name is...",
48 "Show hints?": "Show hints?",
49 "Board colors": "Board colors",
50 "brown": "brown",
51 "green": "green",
52 "blue": "blue",
53 "Play sounds?": "Play sounds?",
54 "None": "None",
55 "New game": "New game",
56 "All": "All",
57 "Chat with ": "Chat with ",
58 "Type here": "Type here",
59 "Send": "Send",
60 "Download game": "Download game",
61 "Show solution": "Show solution",
62 "Load previous problems": "Load previous problems",
63 "Load next problems": "Load next problems",
64 "New": "New",
65 "Add a problem": "Add a problem",
66 "Full FEN string": "Full FEN string",
67 "Safe HTML tags allowed": "Safe HTML tags allowed",
68 "Instructions": "Instructions",
d289b043 69 "Describe the problem goal": "Describe the problem goal",
247356cd 70 "Solution": "Solution",
d289b043 71 "How to solve the problem?": "How to solve the problem?",
247356cd
BA
72 "Preview": "Preview",
73 "Cancel": "Cancel",
74 "Solve": "Solve",
75 };