Modal to accept/refuse challenge + diagrams preview when creating challenge
[vchess.git] / client / src / translations / en.js
1 export const translations = {
2 Abort: "Abort",
3 About: "About",
4 "Accept draw?": "Accept draw?",
5 "Accept challenge?": "Accept challenge?",
6 All: "All",
7 Analyse: "Analyse",
8 "Any player": "Any player",
9 Apply: "Apply",
10 "Are you sure?": "Are you sure?",
11 "Authentication successful!": "Authentication successful!",
12 "Back to list": "Back to list",
13 "Black to move": "Black to move",
14 "Black surrender": "Black surrender",
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: stop private browsing, or update your browser": "Database error: stop private browsing, or update your browser",
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 "Errors in FEN": "Errors in FEN",
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 "Invalid email": "Invalid email",
45 "is not online": "is not online",
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 "Missing email": "Missing email",
54 "Missing name": "Missing name",
55 "Modifications applied!": "Modifications applied!",
56 "Move played:": "Move played:",
57 "Mutual agreement": "Mutual agreement",
58 "My games": "My games",
59 "My problems": "My problems",
60 "Name: alphanumerics and underscore": "Name: alphanumerics and underscore",
61 "Name or Email": "Name or Email",
62 "New connexion detected: tab now offline": "New connexion detected: tab now offline",
63 "New correspondance game:": "New correspondance game:",
64 "New game": "New game",
65 "New problem": "New problem",
66 News: "News",
67 "No subject. Send anyway?": "No subject. Send anyway?",
68 None: "None",
69 "Notifications by email": "Notifications by email",
70 Number: "Number",
71 Observe: "Observe",
72 "Offer draw?": "Offer draw?",
73 "Opponent action": "Opponent action",
74 "Play sounds?": "Play sounds?",
75 "Play with?": "Play with?",
76 Players: "Players",
77 "Please log in to accept corr challenges": "Please log in to accept corr challenges",
78 "Please log in to play correspondance games": "Please log in to play correspondance games",
79 "Please select a variant": "Please select a variant",
80 Practice: "Practice",
81 "Prefix?": "Prefix?",
82 "Processing... Please wait": "Processing... Please wait",
83 Problems: "Problems",
84 "participant(s):": "participant(s):",
85 Refuse: "Refuse",
86 Register: "Register",
87 "Registration complete! Please check your emails": "Registration complete! Please check your emails",
88 "Remove game?": "Remove game?",
89 Resign: "Resign",
90 "Resign the game?": "Resign the game?",
91 Result: "Result",
92 Rules: "Rules",
93 Send: "Send",
94 "Self-challenge is forbidden": "Self-challenge is forbidden",
95 "Send challenge": "Send challenge",
96 Settings: "Settings",
97 "Show possible moves?": "Show possible moves?",
98 "Show solution": "Show solution",
99 Solution: "Solution",
100 Stop: "Stop",
101 "Stop game": "Stop game",
102 Subject: "Subject",
103 "Terminate game?": "Terminate game?",
104 "Three repetitions": "Three repetitions",
105 Time: "Time",
106 "Undetermined result": "Undetermined result",
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 with: "with",
118 "Write news": "Write news",
119 "Wrong time control": "Wrong time control",
120 "Your message": "Your message",
121
122 // Variants boxes:
123 "Balanced sliders & leapers": "Balanced sliders & leapers",
124 "Big board": "Big board",
125 "Board upside down": "Board upside down",
126 "Both sides of the mirror": "Both sides of the mirror",
127 "Capture all of a kind": "Capture all of a kind",
128 "Captures reborn": "Captures reborn",
129 "Exchange pieces positions": "Exchange pieces positions",
130 "Exotic captures": "Exotic captures",
131 "Explosive captures": "Explosive captures",
132 "In the shadow": "In the shadow",
133 "Keep antiking in check": "Keep antiking in check",
134 "Laws of attraction": "Laws of attraction",
135 "Lose all pieces": "Lose all pieces",
136 "Move twice": "Move twice",
137 "Pawns move diagonally": "Pawns move diagonally",
138 "Reverse captures": "Reverse captures",
139 "Shared pieces": "Shared pieces",
140 "Standard rules": "Standard rules"
141 };