Avoid direct references to (Dark) variant name in BaseGame, Analyse and Board
[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 "Are you sure?": "Are you sure?",
9 "Authentication successful!": "Authentication successful!",
10 Apply: "Apply",
11 "Back to list": "Back to list",
12 "Black to move": "Black to move",
13 "Black win": "Black win",
14 "Board colors": "Board colors",
15 "Board size": "Board size",
16 blue: "blue",
17 brown: "brown",
18 Cadence: "Cadence",
19 Challenge: "Challenge",
20 "Challenge declined": "Challenge declined",
21 "Chat here": "Chat here",
22 "Connection token sent. Check your emails!":
23 "Connection token sent. Check your emails!",
24 Contact: "Contact",
25 "Correspondance challenges": "Correspondance challenges",
26 "Correspondance games": "Correspondance games",
27 "Database error:": "Database error:",
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 "Error while loading database:": "Error while loading database:",
37 "Example game": "Example game",
38 "Game retrieval failed:": "Game retrieval failed:",
39 "Game removal failed:": "Game removal failed:",
40 Go: "Go",
41 green: "green",
42 Hall: "Hall",
43 "Highlight last move and checks?": "Highlight last move and checks?",
44 Instructions: "Instructions",
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 "Modifications applied!": "Modifications applied!",
53 "Move played:": "Move played:",
54 "Mutual agreement": "Mutual agreement",
55 "My games": "My games",
56 "My problems": "My problems",
57 "Name or Email": "Name or Email",
58 "New connexion detected: tab now offline":
59 "New connexion detected: tab now offline",
60 "New correspondance game:": "New correspondance game:",
61 "New game": "New game",
62 "New problem": "New problem",
63 News: "News",
64 "No subject. Send anyway?": "No subject. Send anyway?",
65 None: "None",
66 "Notifications by email": "Notifications by email",
67 Number: "Number",
68 Observe: "Observe",
69 "Offer draw?": "Offer draw?",
70 "Opponent action": "Opponent action",
71 "Play sounds?": "Play sounds?",
72 "Play with?": "Play with?",
73 Players: "Players",
74 "Please log in to accept corr challenges":
75 "Please log in to accept corr challenges",
76 "Please log in to play correspondance games":
77 "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":
86 "Registration complete! Please check your emails",
87 "Remove game?": "Remove game?",
88 Resign: "Resign",
89 "Resign the game?": "Resign the game?",
90 Result: "Result",
91 Rules: "Rules",
92 Send: "Send",
93 "Self-challenge is forbidden": "Self-challenge is forbidden",
94 "Send challenge": "Send challenge",
95 Settings: "Settings",
96 "Show possible moves?": "Show possible moves?",
97 "Show solution": "Show solution",
98 Solution: "Solution",
99 "Stop game": "Stop game",
100 Subject: "Subject",
101 "Terminate game?": "Terminate game?",
102 "Three repetitions": "Three repetitions",
103 Time: "Time",
104 To: "To",
105 Unknown: "Unknown",
106 Update: "Update",
107 "User name": "User name",
108 Variant: "Variant",
109 Variants: "Variants",
110 Versus: "Versus",
111 "White to move": "White to move",
112 "White win": "White win",
113 "Who's there?": "Who's there?",
114 With: "With",
115 "Write news": "Write news",
116 "Your message": "Your message",
117
118 // Variants boxes:
119 "Balanced sliders & leapers": "Balanced sliders & leapers",
120 "Big board": "Big board",
121 "Board upside down": "Board upside down",
122 "Both sides of the mirror": "Both sides of the mirror",
123 "Capture all of a kind": "Capture all of a kind",
124 "Captures reborn": "Captures reborn",
125 "Exchange pieces positions": "Exchange pieces positions",
126 "Exotic captures": "Exotic captures",
127 "Explosive captures": "Explosive captures",
128 "In the shadow": "In the shadow",
129 "Keep antiking in check": "Keep antiking in check",
130 "Laws of attraction": "Laws of attraction",
131 "Lose all pieces": "Lose all pieces",
132 "Move twice": "Move twice",
133 "Pawns move diagonally": "Pawns move diagonally",
134 "Reverse captures": "Reverse captures",
135 "Shared pieces": "Shared pieces",
136 "Standard rules": "Standard rules"
137 };