Fixes + implement Cylinder Chess
[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 "It's your turn!": "It's your turn!",
46 "is not online": "is not online",
47 Language: "Language",
48 "Live challenges": "Live challenges",
49 "Live games": "Live games",
50 "Load more": "Load more",
51 Login: "Login",
52 Logout: "Logout",
53 "Logout successful!": "Logout successful!",
54 "Missing email": "Missing email",
55 "Missing instructions": "Missing instructions",
56 "Missing name": "Missing name",
57 "Missing solution": "Missing solution",
58 "Modifications applied!": "Modifications applied!",
59 "Move played:": "Move played:",
60 "Mutual agreement": "Mutual agreement",
61 "My games": "My games",
62 "My problems": "My problems",
63 "Name: alphanumerics and underscore": "Name: alphanumerics and underscore",
64 "Name or Email": "Name or Email",
65 Next: "Next",
66 "New connexion detected: tab now offline": "New connexion detected: tab now offline",
67 "New correspondance game:": "New correspondance game:",
68 "New game": "New game",
69 "New problem": "New problem",
70 News: "News",
71 "No more problems": "No more problems",
72 "No subject. Send anyway?": "No subject. Send anyway?",
73 None: "None",
74 "Notifications by email": "Notifications by email",
75 Number: "Number",
76 Observe: "Observe",
77 "Offer draw?": "Offer draw?",
78 "Opponent action": "Opponent action",
79 "Play sounds?": "Play sounds?",
80 "Play with?": "Play with?",
81 Players: "Players",
82 "Please log in to accept corr challenges": "Please log in to accept corr challenges",
83 "Please log in to play correspondance games": "Please log in to play correspondance games",
84 "Please select a variant": "Please select a variant",
85 Practice: "Practice",
86 "Prefix?": "Prefix?",
87 Previous: "Previous",
88 "Processing... Please wait": "Processing... Please wait",
89 Problems: "Problems",
90 "participant(s):": "participant(s):",
91 Refuse: "Refuse",
92 Register: "Register",
93 "Registration complete! Please check your emails": "Registration complete! Please check your emails",
94 "Remove game?": "Remove game?",
95 Resign: "Resign",
96 "Resign the game?": "Resign the game?",
97 Result: "Result",
98 Rules: "Rules",
99 Send: "Send",
100 "Self-challenge is forbidden": "Self-challenge is forbidden",
101 "Send challenge": "Send challenge",
102 Settings: "Settings",
103 "Show possible moves?": "Show possible moves?",
104 "Show solution": "Show solution",
105 Solution: "Solution",
106 Stop: "Stop",
107 "Stop game": "Stop game",
108 Subject: "Subject",
109 "Terminate game?": "Terminate game?",
110 "Three repetitions": "Three repetitions",
111 Time: "Time",
112 "Undetermined result": "Undetermined result",
113 Update: "Update",
114 "User name": "User name",
115 Variant: "Variant",
116 Variants: "Variants",
117 Versus: "Versus",
118 "White to move": "White to move",
119 "White surrender": "White surrender",
120 "White win": "White win",
121 "Who's there?": "Who's there?",
122 With: "With",
123 with: "with",
124 "Write news": "Write news",
125 "Wrong time control": "Wrong time control",
126 "Your message": "Your message",
127
128 // Variants boxes:
129 "Attract opposite king": "Attract opposite king",
130 "Balanced sliders & leapers": "Balanced sliders & leapers",
131 "Big board": "Big board",
132 "Board upside down": "Board upside down",
133 "Both sides of the mirror": "Both sides of the mirror",
134 "Capture all of a kind": "Capture all of a kind",
135 "Capture en passant": "Capture en passant",
136 "Captures reborn": "Captures reborn",
137 "Change colors": "Change colors",
138 "Dangerous collisions": "Dangerous collisions",
139 "Exchange pieces positions": "Exchange pieces positions",
140 "Exotic captures": "Exotic captures",
141 "Explosive captures": "Explosive captures",
142 "In the shadow": "In the shadow",
143 "Keep antiking in check": "Keep antiking in check",
144 "Laws of attraction": "Laws of attraction",
145 "Lose all pieces": "Lose all pieces",
146 "Mate any piece": "Mate any piece",
147 "Move twice": "Move twice",
148 "Neverending rows": "Neverending rows",
149 "Pawns move diagonally": "Pawns move diagonally",
150 "Reuse pieces": "Reuse pieces",
151 "Reverse captures": "Reverse captures",
152 "Run forward": "Run forward",
153 "Shared pieces": "Shared pieces",
154 "Standard rules": "Standard rules",
155 "Unidentified pieces": "Unidentified pieces"
156 };