Draft code reorganisation (+ fix Alice rules + stateless VariantRules object)
[vchess.git] / views / translations / en.pug
... / ...
CommitLineData
1-
2 var translations =
3 {
4 "Language": "Language",
5
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",
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",
29
30 // Variant page:
31 "New game": "New game",
32 "Waiting for opponent...": "Waiting for opponent...",
33 "Rules": "Rules",
34 "Play": "Play",
35 "Problems": "Problems",
36 "White win": "White win",
37 "Black win": "Black win",
38 "Draw": "Draw",
39 "New live game": "New live game",
40 "New game versus computer": "New game versus computer",
41 "Analysis mode": "Analysis mode",
42 "Start chat": "Start chat",
43 "Clear current game": "Clear current game",
44 "Settings": "Settings",
45 "Resign": "Resign",
46 "Undo": "Undo",
47 "Flip board": "Flip board",
48 "Game state (FEN):": "Game state (FEN):",
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",
60 "All": "All",
61 "Chat with ": "Chat with ",
62 "Type here": "Type here",
63 "Send": "Send",
64 "Download PGN": "Download PGN",
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",
70 "Full FEN description": "Full FEN description",
71 "Safe HTML tags allowed": "Safe HTML tags allowed",
72 "Instructions": "Instructions",
73 "Describe the problem goal": "Describe the problem goal",
74 "Solution": "Solution",
75 "How to solve the problem?": "How to solve the problem?",
76 "Preview": "Preview",
77 "Cancel": "Cancel",
78 "Solve": "Solve",
79 "Bad FEN description": "Bad FEN description",
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",
88 ": current analysis will be erased":
89 ": current analysis will be erased",
90 };