Experimental multi-tabs support (TODO: prevent multi-connect)
[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 "Contact form": "Contact form",
24 "Content": "Content",
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 "Forum": "Forum",
37 "From": "From",
38 "Game retrieval failed:": "Game retrieval failed:",
39 "Game removal failed:": "Game removal failed:",
40 "Go": "Go",
41 "green": "green",
42 "Hall": "Hall",
43 "Highlight last move and checks?": "Highlight last move and checks?",
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 "Name": "Name",
54 "Name or Email": "Name or Email",
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 "Resign": "Resign",
74 "Resign the game?": "Resign the game?",
75 "Result": "Result",
76 "Rules": "Rules",
77 "Send": "Send",
78 "Show possible moves?": "Show possible moves?",
79 "Self-challenge is forbidden": "Self-challenge is forbidden",
80 "Send challenge": "Send challenge",
81 "Settings": "Settings",
82 "Stop game": "Stop game",
83 "Subject": "Subject",
84 "Terminate game?": "Terminate game?",
85 "Three repetitions": "Three repetitions",
86 "Time": "Time",
87 "To": "To",
88 "Type first letters...": "Type first letters...",
89 "Type here": "Type here",
90 "Unknown": "Unknown",
91 "Update": "Update",
92 "Variant": "Variant",
93 "Variants": "Variants",
94 "White": "White",
95 "White to move": "White to move",
96 "White win": "White win",
97 "Who's there?": "Who's there?",
98
99 // Variants boxes:
100 "Balanced sliders & leapers": "Balanced sliders & leapers",
101 "Big board": "Big board",
102 "Board upside down": "Board upside down",
103 "Both sides of the mirror": "Both sides of the mirror",
104 "Capture all of a kind": "Capture all of a kind",
105 "Captures reborn": "Captures reborn",
106 "Exchange pieces positions": "Exchange pieces positions",
107 "Exotic captures": "Exotic captures",
108 "Explosive captures": "Explosive captures",
109 "In the shadow": "In the shadow",
110 "Keep antiking in check": "Keep antiking in check",
111 "Laws of attraction": "Laws of attraction",
112 "Lose all pieces": "Lose all pieces",
113 "Move twice": "Move twice",
114 "Pawns move diagonally": "Pawns move diagonally",
115 "Reverse captures": "Reverse captures",
116 "Shared pieces": "Shared pieces",
117 "Standard rules": "Standard rules",
118 };