Still logging an issue when transitioning Hall <--> Game (button Available/Playing...
[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",
9335d45b 10 "Available": "Available",
602d6bef
BA
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 "Challenge declined": "Challenge declined",
19 "Connection token sent. Check your emails!": "Connection token sent. Check your emails!",
20 "Contact": "Contact",
21 "Contact form": "Contact form",
22 "Content": "Content",
23 "Correspondance challenges": "Correspondance challenges",
24 "Correspondance games": "Correspondance games",
25 "Database error:": "Database error:",
26 "Download PGN": "Download PGN",
27 "Draw": "Draw",
dfeb96ea 28 "Draw offer only in your turn": "Draw offer only in your turn",
602d6bef
BA
29 "Email": "Email",
30 "Email sent!": "Email sent!",
31 "Empty message": "Empty message",
32 "Error while loading database:": "Error while loading database:",
33 "Forum": "Forum",
34 "From": "From",
35 "Game retrieval failed:": "Game retrieval failed:",
36 "Game removal failed:": "Game removal failed:",
37 "Go": "Go",
38 "green": "green",
cf2343ce 39 "Hall": "Hall",
602d6bef 40 "Highlight last move and checks?": "Highlight last move and checks?",
fb54f098 41 "Language": "Language",
602d6bef
BA
42 "Live challenges": "Live challenges",
43 "Live games": "Live games",
44 "Login": "Login",
45 "Logout": "Logout",
46 "Modifications applied!": "Modifications applied!",
47 "Mutual agreement": "Mutual agreement",
48 "My games": "My games",
49 "Name": "Name",
50 "Name or Email": "Name or Email",
51 "New game": "New game",
52 "No subject. Send anyway?": "No subject. Send anyway?",
53 "None": "None",
54 "Notifications by email": "Notifications by email",
55 "Offer draw?": "Offer draw?",
77c50966 56 "Opponent action": "Opponent action",
602d6bef
BA
57 "Play sounds?": "Play sounds?",
58 "Play with?": "Play with?",
9335d45b 59 "Playing": "Playing",
602d6bef
BA
60 "Please log in to accept corr challenges": "Please log in to accept corr challenges",
61 "Please log in to play corr games": "Please log in to play corr games",
62 "Please select a variant": "Please select a variant",
63 "Practice": "Practice",
64 "Processing... Please wait": "Processing... Please wait",
65 "participant(s):": "participant(s):",
66 "Register": "Register",
67 "Registration complete! Please check your emails": "Registration complete! Please check your emails",
68 "Resign": "Resign",
69 "Resign the game?": "Resign the game?",
70 "Rules": "Rules",
71 "Sample game": "Sample game",
72 "Send": "Send",
73 "Show possible moves?": "Show possible moves?",
74 "Send challenge": "Send challenge",
75 "Settings": "Settings",
76 "Stop game": "Stop game",
98db2082 77 "Subject": "Subject",
602d6bef
BA
78 "Terminate game?": "Terminate game?",
79 "Three repetitions": "Three repetitions",
80 "Time": "Time",
81 "Time control": "Time control",
82 "To": "To",
83 "Type first letters...": "Type first letters...",
84 "Type here": "Type here",
85 "Unknown": "Unknown",
77c50966
BA
86 "Variant": "Variant",
87 "Variant:": "Variant:",
88 "Variants": "Variants",
602d6bef
BA
89 "Warning: target is not connected": "Warning: target is not connected",
90 "Warning: multi-tabs not supported": "Warning: multi-tabs not supported",
91 "White": "White",
92 "White to move": "White to move",
93 "White win": "White win",
94 "Who's there?": "Who's there?",
98db2082 95
98db2082 96 // Variants boxes:
602d6bef
BA
97 "Balanced sliders & leapers": "Balanced sliders & leapers",
98 "Big board": "Big board",
99 "Board upside down": "Board upside down",
98db2082 100 "Both sides of the mirror": "Both sides of the mirror",
98db2082 101 "Capture all of a kind": "Capture all of a kind",
602d6bef 102 "Captures reborn": "Captures reborn",
98db2082
BA
103 "Exchange pieces positions": "Exchange pieces positions",
104 "Exotic captures": "Exotic captures",
602d6bef 105 "Explosive captures": "Explosive captures",
98db2082 106 "In the shadow": "In the shadow",
602d6bef
BA
107 "Keep antiking in check": "Keep antiking in check",
108 "Lose all pieces": "Lose all pieces",
109 "Laws of attraction": "Laws of attraction",
98db2082 110 "Move twice": "Move twice",
602d6bef
BA
111 "Pawns move diagonally": "Pawns move diagonally",
112 "Reverse captures": "Reverse captures",
113 "Shared pieces": "Shared pieces",
114 "Standard rules": "Standard rules",
98db2082 115};