Fix incheck bug
[vchess.git] / client / src / translations / en.js
CommitLineData
98db2082
BA
1export const translations =
2{
602d6bef
BA
3 "Abort": "Abort",
4 "About": "About",
5 "Accept draw?": "Accept draw?",
6 "All": "All",
7 "Analyze": "Analyze",
8 "Analyze in Dark mode makes no sense!": "Analyze in Dark mode makes no sense!",
9 "Apply": "Apply",
10 "Black": "Black",
11 "Black to move": "Black to move",
12 "Black win": "Black win",
13 "Board colors": "Board colors",
14 "Board size": "Board size",
15 "blue": "blue",
16 "brown": "brown",
17 "Challenge declined": "Challenge declined",
18 "Connection token sent. Check your emails!": "Connection token sent. Check your emails!",
19 "Contact": "Contact",
20 "Contact form": "Contact form",
21 "Content": "Content",
22 "Correspondance challenges": "Correspondance challenges",
23 "Correspondance games": "Correspondance games",
24 "Database error:": "Database error:",
25 "Download PGN": "Download PGN",
26 "Draw": "Draw",
dfeb96ea 27 "Draw offer only in your turn": "Draw offer only in your turn",
602d6bef
BA
28 "Email": "Email",
29 "Email sent!": "Email sent!",
30 "Empty message": "Empty message",
31 "Error while loading database:": "Error while loading database:",
32 "Forum": "Forum",
33 "From": "From",
34 "Game retrieval failed:": "Game retrieval failed:",
35 "Game removal failed:": "Game removal failed:",
36 "Go": "Go",
37 "green": "green",
cf2343ce 38 "Hall": "Hall",
602d6bef
BA
39 "Highlight last move and checks?": "Highlight last move and checks?",
40 "Variant": "Variant",
fb54f098 41 "Variants": "Variants",
fb54f098 42 "Language": "Language",
602d6bef
BA
43 "Live challenges": "Live challenges",
44 "Live games": "Live games",
45 "Login": "Login",
46 "Logout": "Logout",
47 "Modifications applied!": "Modifications applied!",
48 "Mutual agreement": "Mutual agreement",
49 "My games": "My games",
50 "Name": "Name",
51 "Name or Email": "Name or Email",
52 "New game": "New game",
53 "No subject. Send anyway?": "No subject. Send anyway?",
54 "None": "None",
55 "Notifications by email": "Notifications by email",
56 "Offer draw?": "Offer draw?",
57 "Play sounds?": "Play sounds?",
58 "Play with?": "Play with?",
59 "Please log in to accept corr challenges": "Please log in to accept corr challenges",
60 "Please log in to play corr games": "Please log in to play corr games",
61 "Please select a variant": "Please select a variant",
62 "Practice": "Practice",
63 "Processing... Please wait": "Processing... Please wait",
64 "participant(s):": "participant(s):",
65 "Register": "Register",
66 "Registration complete! Please check your emails": "Registration complete! Please check your emails",
67 "Resign": "Resign",
68 "Resign the game?": "Resign the game?",
69 "Rules": "Rules",
70 "Sample game": "Sample game",
71 "Send": "Send",
72 "Show possible moves?": "Show possible moves?",
73 "Send challenge": "Send challenge",
74 "Settings": "Settings",
75 "Stop game": "Stop game",
98db2082 76 "Subject": "Subject",
602d6bef
BA
77 "Terminate game?": "Terminate game?",
78 "Three repetitions": "Three repetitions",
79 "Time": "Time",
80 "Time control": "Time control",
81 "To": "To",
82 "Type first letters...": "Type first letters...",
83 "Type here": "Type here",
84 "Unknown": "Unknown",
85 "Warning: target is not connected": "Warning: target is not connected",
86 "Warning: multi-tabs not supported": "Warning: multi-tabs not supported",
87 "White": "White",
88 "White to move": "White to move",
89 "White win": "White win",
90 "Who's there?": "Who's there?",
98db2082 91
98db2082 92 // Variants boxes:
602d6bef
BA
93 "Balanced sliders & leapers": "Balanced sliders & leapers",
94 "Big board": "Big board",
95 "Board upside down": "Board upside down",
98db2082 96 "Both sides of the mirror": "Both sides of the mirror",
98db2082 97 "Capture all of a kind": "Capture all of a kind",
602d6bef 98 "Captures reborn": "Captures reborn",
98db2082
BA
99 "Exchange pieces positions": "Exchange pieces positions",
100 "Exotic captures": "Exotic captures",
602d6bef 101 "Explosive captures": "Explosive captures",
98db2082 102 "In the shadow": "In the shadow",
602d6bef
BA
103 "Keep antiking in check": "Keep antiking in check",
104 "Lose all pieces": "Lose all pieces",
105 "Laws of attraction": "Laws of attraction",
98db2082 106 "Move twice": "Move twice",
602d6bef
BA
107 "Pawns move diagonally": "Pawns move diagonally",
108 "Reverse captures": "Reverse captures",
109 "Shared pieces": "Shared pieces",
110 "Standard rules": "Standard rules",
98db2082 111};