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