Draft of a problems section + news system
[vchess.git] / client / src / translations / en.js
1 export const translations =
2 {
3 "Abort": "Abort",
4 "About": "About",
5 "Accept draw?": "Accept draw?",
6 "All": "All",
7 "Analyse": "Analyse",
8 "Analyse in Dark mode makes no sense!": "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": "Black",
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!": "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 "Mutual agreement": "Mutual agreement",
56 "My games": "My games",
57 "My problems": "My problems",
58 "Name": "Name",
59 "Name or Email": "Name or Email",
60 "New connexion detected: tab now offline": "New connexion detected: tab now offline",
61 "New correspondance game:": "New correspondance game:",
62 "New game": "New game",
63 "New problem": "New problem",
64 "News": "News",
65 "No subject. Send anyway?": "No subject. Send anyway?",
66 "None": "None",
67 "Notifications by email": "Notifications by email",
68 "Observe": "Observe",
69 "Offer draw?": "Offer draw?",
70 "Opponent action": "Opponent action",
71 "Play sounds?": "Play sounds?",
72 "Play with?": "Play with?",
73 "Please log in to accept corr challenges": "Please log in to accept corr challenges",
74 "Please log in to play correspondance games": "Please log in to play correspondance games",
75 "Please select a variant": "Please select a variant",
76 "Practice": "Practice",
77 "Prefix?": "Prefix?",
78 "Processing... Please wait": "Processing... Please wait",
79 "Problems": "Problems",
80 "participant(s):": "participant(s):",
81 "Register": "Register",
82 "Registration complete! Please check your emails": "Registration complete! Please check your emails",
83 "Remove game?": "Remove game?",
84 "Resign": "Resign",
85 "Resign the game?": "Resign the game?",
86 "Result": "Result",
87 "Rules": "Rules",
88 "Send": "Send",
89 "Self-challenge is forbidden": "Self-challenge is forbidden",
90 "Send challenge": "Send challenge",
91 "Settings": "Settings",
92 "Show possible moves?": "Show possible moves?",
93 "Show solution": "Show solution",
94 "Solution": "Solution",
95 "Stop game": "Stop game",
96 "Subject": "Subject",
97 "Terminate game?": "Terminate game?",
98 "Three repetitions": "Three repetitions",
99 "Time": "Time",
100 "To": "To",
101 "Unknown": "Unknown",
102 "Update": "Update",
103 "Variant": "Variant",
104 "Variants": "Variants",
105 "White": "White",
106 "White to move": "White to move",
107 "White win": "White win",
108 "Who's there?": "Who's there?",
109 "Write news": "Write news",
110 "Your message": "Your message",
111
112 // Variants boxes:
113 "Balanced sliders & leapers": "Balanced sliders & leapers",
114 "Big board": "Big board",
115 "Board upside down": "Board upside down",
116 "Both sides of the mirror": "Both sides of the mirror",
117 "Capture all of a kind": "Capture all of a kind",
118 "Captures reborn": "Captures reborn",
119 "Exchange pieces positions": "Exchange pieces positions",
120 "Exotic captures": "Exotic captures",
121 "Explosive captures": "Explosive captures",
122 "In the shadow": "In the shadow",
123 "Keep antiking in check": "Keep antiking in check",
124 "Laws of attraction": "Laws of attraction",
125 "Lose all pieces": "Lose all pieces",
126 "Move twice": "Move twice",
127 "Pawns move diagonally": "Pawns move diagonally",
128 "Reverse captures": "Reverse captures",
129 "Shared pieces": "Shared pieces",
130 "Standard rules": "Standard rules",
131 };