Better challenge link in emails, better text on 'social' button
[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 "Any player": "Any player",
10 "Are you sure?": "Are you sure?",
11 "Authentication successful!": "Authentication successful!",
12 Apply: "Apply",
13 "Back to list": "Back to list",
14 "Black to move": "Black to move",
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!":
25 "Connection token sent. Check your emails!",
26 Contact: "Contact",
27 "Correspondance challenges": "Correspondance challenges",
28 "Correspondance games": "Correspondance games",
29 "Database error:": "Database error:",
30 Delete: "Delete",
31 Download: "Download",
32 Draw: "Draw",
33 "Draw offer only in your turn": "Draw offer only in your turn",
34 Edit: "Edit",
35 Email: "Email",
36 "Email sent!": "Email sent!",
37 "Empty message": "Empty message",
38 "Error while loading database:": "Error while loading database:",
39 "Example game": "Example game",
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 Solution: "Solution",
101 "Stop game": "Stop game",
102 Subject: "Subject",
103 "Terminate game?": "Terminate game?",
104 "Three repetitions": "Three repetitions",
105 Time: "Time",
106 To: "To",
107 Unknown: "Unknown",
108 Update: "Update",
109 "User name": "User name",
110 Variant: "Variant",
111 Variants: "Variants",
112 Versus: "Versus",
113 "White to move": "White to move",
114 "White win": "White win",
115 "Who's there?": "Who's there?",
116 With: "With",
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 };