Started code review + some fixes (unfinished)
[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 "Analyse in Dark mode makes no sense!":
8 "Analyse in Dark mode makes no sense!",
9 "Are you sure?": "Are you sure?",
10 "Authentication successful!": "Authentication successful!",
11 Apply: "Apply",
12 "Back to list": "Back to list",
13 "Black to move": "Black to move",
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!":
24 "Connection token sent. Check your emails!",
25 Contact: "Contact",
26 "Correspondance challenges": "Correspondance challenges",
27 "Correspondance games": "Correspondance games",
28 "Database error:": "Database error:",
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 "Error while loading database:": "Error while loading database:",
38 "Example game": "Example game",
39 From: "From",
40 "Game retrieval failed:": "Game retrieval failed:",
41 "Game removal failed:": "Game removal failed:",
42 Go: "Go",
43 green: "green",
44 Hall: "Hall",
45 "Highlight last move and checks?": "Highlight last move and checks?",
46 Instructions: "Instructions",
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 "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 or Email": "Name or Email",
60 "New connexion detected: tab now offline":
61 "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":
77 "Please log in to accept corr challenges",
78 "Please log in to play correspondance games":
79 "Please log in to play correspondance games",
80 "Please select a variant": "Please select a variant",
81 Practice: "Practice",
82 "Prefix?": "Prefix?",
83 "Processing... Please wait": "Processing... Please wait",
84 Problems: "Problems",
85 "participant(s):": "participant(s):",
86 Register: "Register",
87 "Registration complete! Please check your emails":
88 "Registration complete! Please check your emails",
89 "Remove game?": "Remove game?",
90 Resign: "Resign",
91 "Resign the game?": "Resign the game?",
92 Result: "Result",
93 Rules: "Rules",
94 Send: "Send",
95 "Self-challenge is forbidden": "Self-challenge is forbidden",
96 "Send challenge": "Send challenge",
97 Settings: "Settings",
98 "Show possible moves?": "Show possible moves?",
99 "Show solution": "Show solution",
100 Social: "Social",
101 Solution: "Solution",
102 "Stop game": "Stop game",
103 Subject: "Subject",
104 "Terminate game?": "Terminate game?",
105 "Three repetitions": "Three repetitions",
106 Time: "Time",
107 To: "To",
108 Unknown: "Unknown",
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 win": "White win",
116 "Who's there?": "Who's there?",
117 "Write news": "Write news",
118 "Your message": "Your message",
119
120 // Variants boxes:
121 "Balanced sliders & leapers": "Balanced sliders & leapers",
122 "Big board": "Big board",
123 "Board upside down": "Board upside down",
124 "Both sides of the mirror": "Both sides of the mirror",
125 "Capture all of a kind": "Capture all of a kind",
126 "Captures reborn": "Captures reborn",
127 "Exchange pieces positions": "Exchange pieces positions",
128 "Exotic captures": "Exotic captures",
129 "Explosive captures": "Explosive captures",
130 "In the shadow": "In the shadow",
131 "Keep antiking in check": "Keep antiking in check",
132 "Laws of attraction": "Laws of attraction",
133 "Lose all pieces": "Lose all pieces",
134 "Move twice": "Move twice",
135 "Pawns move diagonally": "Pawns move diagonally",
136 "Reverse captures": "Reverse captures",
137 "Shared pieces": "Shared pieces",
138 "Standard rules": "Standard rules"
139 };