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