Will remove Welcome div, finally
[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 "Authentication successful!": "Authentication successful!",
10 "Apply": "Apply",
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 "Cadence": "Cadence",
19 "Challenge": "Challenge",
20 "Challenge declined": "Challenge declined",
21 "Close and show no more": "Close and show no more",
22 "Connection token sent. Check your emails!": "Connection token sent. Check your emails!",
23 "Contact": "Contact",
24 "Contact form": "Contact form",
25 "Content": "Content",
26 "Correspondance challenges": "Correspondance challenges",
27 "Correspondance games": "Correspondance games",
28 "Database error:": "Database error:",
29 "Download": "Download",
30 "Draw": "Draw",
31 "Draw offer only in your turn": "Draw offer only in your turn",
32 "Email": "Email",
33 "Email sent!": "Email sent!",
34 "Empty message": "Empty message",
35 "Error while loading database:": "Error while loading database:",
36 "Example game": "Example game",
37 "Forum": "Forum",
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 "Language": "Language",
46 "Live challenges": "Live challenges",
47 "Live games": "Live games",
48 "Login": "Login",
49 "Logout": "Logout",
50 "Logout successful!": "Logout successful!",
51 "Modifications applied!": "Modifications applied!",
52 "Mutual agreement": "Mutual agreement",
53 "My games": "My games",
54 "Name": "Name",
55 "Name or Email": "Name or Email",
56 "New connexion detected: tab now offline": "New connexion detected: tab now offline",
57 "New correspondance game:": "New correspondance game:",
58 "New game": "New game",
59 "No subject. Send anyway?": "No subject. Send anyway?",
60 "None": "None",
61 "Notifications by email": "Notifications by email",
62 "Observe": "Observe",
63 "Offer draw?": "Offer draw?",
64 "Opponent action": "Opponent action",
65 "Play sounds?": "Play sounds?",
66 "Play with?": "Play with?",
67 "Please log in to accept corr challenges": "Please log in to accept corr challenges",
68 "Please log in to play correspondance games": "Please log in to play correspondance games",
69 "Please select a variant": "Please select a variant",
70 "Practice": "Practice",
71 "Processing... Please wait": "Processing... Please wait",
72 "participant(s):": "participant(s):",
73 "Register": "Register",
74 "Registration complete! Please check your emails": "Registration complete! Please check your emails",
75 "Remove game?": "Remove game?",
76 "Resign": "Resign",
77 "Resign the game?": "Resign the game?",
78 "Result": "Result",
79 "Rules": "Rules",
80 "Send": "Send",
81 "Show possible moves?": "Show possible moves?",
82 "Self-challenge is forbidden": "Self-challenge is forbidden",
83 "Send challenge": "Send challenge",
84 "Settings": "Settings",
85 "Stop game": "Stop game",
86 "Subject": "Subject",
87 "Terminate game?": "Terminate game?",
88 "Three repetitions": "Three repetitions",
89 "Time": "Time",
90 "To": "To",
91 "Type first letters...": "Type first letters...",
92 "Type here": "Type here",
93 "Unknown": "Unknown",
94 "Update": "Update",
95 "Variant": "Variant",
96 "Variants": "Variants",
97 "White": "White",
98 "White to move": "White to move",
99 "White win": "White win",
100 "Who's there?": "Who's there?",
101
102 // Variants boxes:
103 "Balanced sliders & leapers": "Balanced sliders & leapers",
104 "Big board": "Big board",
105 "Board upside down": "Board upside down",
106 "Both sides of the mirror": "Both sides of the mirror",
107 "Capture all of a kind": "Capture all of a kind",
108 "Captures reborn": "Captures reborn",
109 "Exchange pieces positions": "Exchange pieces positions",
110 "Exotic captures": "Exotic captures",
111 "Explosive captures": "Explosive captures",
112 "In the shadow": "In the shadow",
113 "Keep antiking in check": "Keep antiking in check",
114 "Laws of attraction": "Laws of attraction",
115 "Lose all pieces": "Lose all pieces",
116 "Move twice": "Move twice",
117 "Pawns move diagonally": "Pawns move diagonally",
118 "Reverse captures": "Reverse captures",
119 "Shared pieces": "Shared pieces",
120 "Standard rules": "Standard rules",
121 };