Draft of problems section
[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 "Black": "Black",
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!": "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 "Download": "Download",
29 "Draw": "Draw",
30 "Draw offer only in your turn": "Draw offer only in your turn",
31 "Email": "Email",
32 "Email sent!": "Email sent!",
33 "Empty message": "Empty message",
34 "Error while loading database:": "Error while loading database:",
35 "Example game": "Example game",
36 "From": "From",
37 "Game retrieval failed:": "Game retrieval failed:",
38 "Game removal failed:": "Game removal failed:",
39 "Go": "Go",
40 "green": "green",
41 "Hall": "Hall",
42 "Highlight last move and checks?": "Highlight last move and checks?",
43 "Instructions": "Instructions",
44 "Language": "Language",
45 "Live challenges": "Live challenges",
46 "Live games": "Live games",
47 "Login": "Login",
48 "Logout": "Logout",
49 "Logout successful!": "Logout successful!",
50 "Modifications applied!": "Modifications applied!",
51 "Mutual agreement": "Mutual agreement",
52 "My games": "My games",
53 "My problems": "My problems",
54 "Name": "Name",
55 "Name or Email": "Name or Email",
56 "New connexion detected: tab now offline": "New connexion detected: tab now offline",
57 "New correspondance game:": "New correspondance game:",
58 "New game": "New game",
59 "New problem": "New problem",
60 "No subject. Send anyway?": "No subject. Send anyway?",
61 "None": "None",
62 "Notifications by email": "Notifications by email",
63 "Observe": "Observe",
64 "Offer draw?": "Offer draw?",
65 "Opponent action": "Opponent action",
66 "Play sounds?": "Play sounds?",
67 "Play with?": "Play with?",
68 "Please log in to accept corr challenges": "Please log in to accept corr challenges",
69 "Please log in to play correspondance games": "Please log in to play correspondance games",
70 "Please select a variant": "Please select a variant",
71 "Practice": "Practice",
72 "Prefix?": "Prefix?",
73 "Processing... Please wait": "Processing... Please wait",
74 "Problems": "Problems",
75 "participant(s):": "participant(s):",
76 "Register": "Register",
77 "Registration complete! Please check your emails": "Registration complete! Please check your emails",
78 "Remove game?": "Remove game?",
79 "Resign": "Resign",
80 "Resign the game?": "Resign the game?",
81 "Result": "Result",
82 "Rules": "Rules",
83 "Send": "Send",
84 "Self-challenge is forbidden": "Self-challenge is forbidden",
85 "Send challenge": "Send challenge",
86 "Send problem": "Send problem",
87 "Settings": "Settings",
88 "Show possible moves?": "Show possible moves?",
89 "Solution": "Solution",
90 "Stop game": "Stop game",
91 "Subject": "Subject",
92 "Terminate game?": "Terminate game?",
93 "Three repetitions": "Three repetitions",
94 "Time": "Time",
95 "To": "To",
96 "Unknown": "Unknown",
97 "Update": "Update",
98 "Variant": "Variant",
99 "Variants": "Variants",
100 "White": "White",
101 "White to move": "White to move",
102 "White win": "White win",
103 "Who's there?": "Who's there?",
104 "Your message": "Your message",
105
106 // Variants boxes:
107 "Balanced sliders & leapers": "Balanced sliders & leapers",
108 "Big board": "Big board",
109 "Board upside down": "Board upside down",
110 "Both sides of the mirror": "Both sides of the mirror",
111 "Capture all of a kind": "Capture all of a kind",
112 "Captures reborn": "Captures reborn",
113 "Exchange pieces positions": "Exchange pieces positions",
114 "Exotic captures": "Exotic captures",
115 "Explosive captures": "Explosive captures",
116 "In the shadow": "In the shadow",
117 "Keep antiking in check": "Keep antiking in check",
118 "Laws of attraction": "Laws of attraction",
119 "Lose all pieces": "Lose all pieces",
120 "Move twice": "Move twice",
121 "Pawns move diagonally": "Pawns move diagonally",
122 "Reverse captures": "Reverse captures",
123 "Shared pieces": "Shared pieces",
124 "Standard rules": "Standard rules",
125 };