Revise server code + a few fixes in trnalsations and ComputerGame
[vchess.git] / client / src / translations / en.js
1 export const translations = {
2 Abort: "Abort",
3 About: "About",
4 "Accept draw?": "Accept draw?",
5 All: "All",
6 Analyse: "Analyse",
7 "Any player": "Any player",
8 Apply: "Apply",
9 "Are you sure?": "Are you sure?",
10 "Authentication successful!": "Authentication successful!",
11 "Back to list": "Back to list",
12 "Black to move": "Black to move",
13 "Black surrender": "Black surrender",
14 "Black win": "Black win",
15 "Board colors": "Board colors",
16 "Board size": "Board size",
17 blue: "blue",
18 brown: "brown",
19 Cadence: "Cadence",
20 Challenge: "Challenge",
21 "Challenge declined": "Challenge declined",
22 "Chat here": "Chat here",
23 "Connection token sent. Check your emails!": "Connection token sent. Check your emails!",
24 Contact: "Contact",
25 "Correspondance challenges": "Correspondance challenges",
26 "Correspondance games": "Correspondance games",
27 "Database error: stop private browsing, or update your browser": "Database error: stop private browsing, or update your browser",
28 Delete: "Delete",
29 Download: "Download",
30 Draw: "Draw",
31 "Draw offer only in your turn": "Draw offer only in your turn",
32 Edit: "Edit",
33 Email: "Email",
34 "Email sent!": "Email sent!",
35 "Empty message": "Empty message",
36 "Errors in FEN": "Errors in FEN",
37 "Example game": "Example game",
38 Go: "Go",
39 green: "green",
40 Hall: "Hall",
41 "Highlight last move and checks?": "Highlight last move and checks?",
42 Instructions: "Instructions",
43 "Invalid email": "Invalid email",
44 "is not online": "is not online",
45 Language: "Language",
46 "Live challenges": "Live challenges",
47 "Live games": "Live games",
48 "Load more": "Load more",
49 Login: "Login",
50 Logout: "Logout",
51 "Logout successful!": "Logout successful!",
52 "Missing email": "Missing email",
53 "Missing name": "Missing name",
54 "Modifications applied!": "Modifications applied!",
55 "Move played:": "Move played:",
56 "Mutual agreement": "Mutual agreement",
57 "My games": "My games",
58 "My problems": "My problems",
59 "Name: alphanumerics and underscore": "Name: alphanumerics and underscore",
60 "Name or Email": "Name or Email",
61 "New connexion detected: tab now offline": "New connexion detected: tab now offline",
62 "New correspondance game:": "New correspondance game:",
63 "New game": "New game",
64 "New problem": "New problem",
65 News: "News",
66 "No subject. Send anyway?": "No subject. Send anyway?",
67 None: "None",
68 "Notifications by email": "Notifications by email",
69 Number: "Number",
70 Observe: "Observe",
71 "Offer draw?": "Offer draw?",
72 "Opponent action": "Opponent action",
73 "Play sounds?": "Play sounds?",
74 "Play with?": "Play with?",
75 Players: "Players",
76 "Please log in to accept corr challenges": "Please log in to accept corr challenges",
77 "Please log in to play correspondance games": "Please log in to play correspondance games",
78 "Please select a variant": "Please select a variant",
79 Practice: "Practice",
80 "Prefix?": "Prefix?",
81 "Processing... Please wait": "Processing... Please wait",
82 Problems: "Problems",
83 "participant(s):": "participant(s):",
84 Register: "Register",
85 "Registration complete! Please check your emails": "Registration complete! Please check your emails",
86 "Remove game?": "Remove game?",
87 Resign: "Resign",
88 "Resign the game?": "Resign the game?",
89 Result: "Result",
90 Rules: "Rules",
91 Send: "Send",
92 "Self-challenge is forbidden": "Self-challenge is forbidden",
93 "Send challenge": "Send challenge",
94 Settings: "Settings",
95 "Show possible moves?": "Show possible moves?",
96 "Show solution": "Show solution",
97 Solution: "Solution",
98 Stop: "Stop",
99 "Stop game": "Stop game",
100 Subject: "Subject",
101 "Terminate game?": "Terminate game?",
102 "Three repetitions": "Three repetitions",
103 Time: "Time",
104 "Undetermined result": "Undetermined result",
105 Update: "Update",
106 "User name": "User name",
107 Variant: "Variant",
108 Variants: "Variants",
109 Versus: "Versus",
110 "White to move": "White to move",
111 "White surrender": "White surrender",
112 "White win": "White win",
113 "Who's there?": "Who's there?",
114 With: "With",
115 "Write news": "Write news",
116 "Wrong time control": "Wrong time control",
117 "Your message": "Your message",
118
119 // Variants boxes:
120 "Balanced sliders & leapers": "Balanced sliders & leapers",
121 "Big board": "Big board",
122 "Board upside down": "Board upside down",
123 "Both sides of the mirror": "Both sides of the mirror",
124 "Capture all of a kind": "Capture all of a kind",
125 "Captures reborn": "Captures reborn",
126 "Exchange pieces positions": "Exchange pieces positions",
127 "Exotic captures": "Exotic captures",
128 "Explosive captures": "Explosive captures",
129 "In the shadow": "In the shadow",
130 "Keep antiking in check": "Keep antiking in check",
131 "Laws of attraction": "Laws of attraction",
132 "Lose all pieces": "Lose all pieces",
133 "Move twice": "Move twice",
134 "Pawns move diagonally": "Pawns move diagonally",
135 "Reverse captures": "Reverse captures",
136 "Shared pieces": "Shared pieces",
137 "Standard rules": "Standard rules"
138 };