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