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