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