Remove some titles, improve style. TODO: bug start new corr games
[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 "Authentication successful!": "Authentication successful!",
10 "Apply": "Apply",
11 "Black": "Black",
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 "Connection token sent. Check your emails!": "Connection token sent. Check your emails!",
22 "Contact": "Contact",
23 "Content": "Content",
24 "Correspondance challenges": "Correspondance challenges",
25 "Correspondance games": "Correspondance games",
26 "Database error:": "Database error:",
27 "Download": "Download",
28 "Draw": "Draw",
29 "Draw offer only in your turn": "Draw offer only in your turn",
30 "Email": "Email",
31 "Email sent!": "Email sent!",
32 "Empty message": "Empty message",
33 "Error while loading database:": "Error while loading database:",
34 "Example game": "Example game",
35 "Forum": "Forum",
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 "Language": "Language",
44 "Live challenges": "Live challenges",
45 "Live games": "Live games",
46 "Login": "Login",
47 "Logout": "Logout",
48 "Logout successful!": "Logout successful!",
49 "Modifications applied!": "Modifications applied!",
50 "Mutual agreement": "Mutual agreement",
51 "My games": "My games",
52 "Name": "Name",
53 "Name or Email": "Name or Email",
54 "New connexion detected: tab now offline": "New connexion detected: tab now offline",
55 "New correspondance game:": "New correspondance game:",
56 "New game": "New game",
57 "No subject. Send anyway?": "No subject. Send anyway?",
58 "None": "None",
59 "Notifications by email": "Notifications by email",
60 "Observe": "Observe",
61 "Offer draw?": "Offer draw?",
62 "Opponent action": "Opponent action",
63 "Play sounds?": "Play sounds?",
64 "Play with?": "Play with?",
65 "Please log in to accept corr challenges": "Please log in to accept corr challenges",
66 "Please log in to play correspondance games": "Please log in to play correspondance games",
67 "Please select a variant": "Please select a variant",
68 "Practice": "Practice",
69 "Processing... Please wait": "Processing... Please wait",
70 "participant(s):": "participant(s):",
71 "Register": "Register",
72 "Registration complete! Please check your emails": "Registration complete! Please check your emails",
73 "Remove game?": "Remove game?",
74 "Resign": "Resign",
75 "Resign the game?": "Resign the game?",
76 "Result": "Result",
77 "Rules": "Rules",
78 "Send": "Send",
79 "Show possible moves?": "Show possible moves?",
80 "Self-challenge is forbidden": "Self-challenge is forbidden",
81 "Send challenge": "Send challenge",
82 "Settings": "Settings",
83 "Stop game": "Stop game",
84 "Subject": "Subject",
85 "Terminate game?": "Terminate game?",
86 "Three repetitions": "Three repetitions",
87 "Time": "Time",
88 "To": "To",
89 "Type first letters...": "Type first letters...",
90 "Type here": "Type here",
91 "Unknown": "Unknown",
92 "Update": "Update",
93 "Variant": "Variant",
94 "Variants": "Variants",
95 "White": "White",
96 "White to move": "White to move",
97 "White win": "White win",
98 "Who's there?": "Who's there?",
99
100 // Variants boxes:
101 "Balanced sliders & leapers": "Balanced sliders & leapers",
102 "Big board": "Big board",
103 "Board upside down": "Board upside down",
104 "Both sides of the mirror": "Both sides of the mirror",
105 "Capture all of a kind": "Capture all of a kind",
106 "Captures reborn": "Captures reborn",
107 "Exchange pieces positions": "Exchange pieces positions",
108 "Exotic captures": "Exotic captures",
109 "Explosive captures": "Explosive captures",
110 "In the shadow": "In the shadow",
111 "Keep antiking in check": "Keep antiking in check",
112 "Laws of attraction": "Laws of attraction",
113 "Lose all pieces": "Lose all pieces",
114 "Move twice": "Move twice",
115 "Pawns move diagonally": "Pawns move diagonally",
116 "Reverse captures": "Reverse captures",
117 "Shared pieces": "Shared pieces",
118 "Standard rules": "Standard rules",
119 };