Fixes
[vchess.git] / client / src / translations / en.js
1 export const translations = {
2 Abort: "Abort",
3 About: "About",
4 "Accept draw?": "Accept draw?",
5 All: "All",
6 Analyse: "Analyse",
7 "Any player": "Any player",
8 "Are you sure?": "Are you sure?",
9 "Authentication successful!": "Authentication successful!",
10 Apply: "Apply",
11 "Back to list": "Back to list",
12 "Black to move": "Black to move",
13 "Black surrender": "Black surrender",
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!":
24 "Connection token sent. Check your emails!",
25 Contact: "Contact",
26 "Correspondance challenges": "Correspondance challenges",
27 "Correspondance games": "Correspondance games",
28 "Database error: stop private browsing, or update your browser":
29 "Database error: stop private browsing, or update your browser",
30 Delete: "Delete",
31 Download: "Download",
32 Draw: "Draw",
33 "Draw offer only in your turn": "Draw offer only in your turn",
34 Edit: "Edit",
35 Email: "Email",
36 "Email sent!": "Email sent!",
37 "Empty message": "Empty message",
38 "Example game": "Example game",
39 Go: "Go",
40 green: "green",
41 Hall: "Hall",
42 "Highlight last move and checks?": "Highlight last move and checks?",
43 Instructions: "Instructions",
44 "is not online": "is not online",
45 Language: "Language",
46 "Live challenges": "Live challenges",
47 "Live games": "Live games",
48 "Load more": "Load more",
49 Login: "Login",
50 Logout: "Logout",
51 "Logout successful!": "Logout successful!",
52 "Modifications applied!": "Modifications applied!",
53 "Move played:": "Move played:",
54 "Mutual agreement": "Mutual agreement",
55 "My games": "My games",
56 "My problems": "My problems",
57 "Name or Email": "Name or Email",
58 "New connexion detected: tab now offline":
59 "New connexion detected: tab now offline",
60 "New correspondance game:": "New correspondance game:",
61 "New game": "New game",
62 "New problem": "New problem",
63 News: "News",
64 "No subject. Send anyway?": "No subject. Send anyway?",
65 None: "None",
66 "Notifications by email": "Notifications by email",
67 Number: "Number",
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":
75 "Please log in to accept corr challenges",
76 "Please log in to play correspondance games":
77 "Please log in to play correspondance games",
78 "Please select a variant": "Please select a variant",
79 Practice: "Practice",
80 "Prefix?": "Prefix?",
81 "Processing... Please wait": "Processing... Please wait",
82 Problems: "Problems",
83 "participant(s):": "participant(s):",
84 Register: "Register",
85 "Registration complete! Please check your emails":
86 "Registration complete! Please check your emails",
87 "Remove game?": "Remove game?",
88 Resign: "Resign",
89 "Resign the game?": "Resign the game?",
90 Result: "Result",
91 Rules: "Rules",
92 Send: "Send",
93 "Self-challenge is forbidden": "Self-challenge is forbidden",
94 "Send challenge": "Send challenge",
95 Settings: "Settings",
96 "Show possible moves?": "Show possible moves?",
97 "Show solution": "Show solution",
98 Solution: "Solution",
99 Stop: "Stop",
100 "Stop game": "Stop game",
101 Subject: "Subject",
102 "Terminate game?": "Terminate game?",
103 "Three repetitions": "Three repetitions",
104 Time: "Time",
105 To: "To",
106 Unknown: "Unknown",
107 Update: "Update",
108 "User name": "User name",
109 Variant: "Variant",
110 Variants: "Variants",
111 Versus: "Versus",
112 "White to move": "White to move",
113 "White surrender": "White surrender",
114 "White win": "White win",
115 "Who's there?": "Who's there?",
116 With: "With",
117 "Write news": "Write news",
118 "Your message": "Your message",
119
120 // Variants boxes:
121 "Balanced sliders & leapers": "Balanced sliders & leapers",
122 "Big board": "Big board",
123 "Board upside down": "Board upside down",
124 "Both sides of the mirror": "Both sides of the mirror",
125 "Capture all of a kind": "Capture all of a kind",
126 "Captures reborn": "Captures reborn",
127 "Exchange pieces positions": "Exchange pieces positions",
128 "Exotic captures": "Exotic captures",
129 "Explosive captures": "Explosive captures",
130 "In the shadow": "In the shadow",
131 "Keep antiking in check": "Keep antiking in check",
132 "Laws of attraction": "Laws of attraction",
133 "Lose all pieces": "Lose all pieces",
134 "Move twice": "Move twice",
135 "Pawns move diagonally": "Pawns move diagonally",
136 "Reverse captures": "Reverse captures",
137 "Shared pieces": "Shared pieces",
138 "Standard rules": "Standard rules"
139 };