'update'
[vchess.git] / client / src / translations / en.js
1 export const translations =
2 {
3 "Hall": "Hall",
4 "Variants": "Variants",
5 "My games": "My games",
6 "Forum": "Forum",
7 "Contact": "Contact",
8 "About": "About",
9
10 "Language": "Language",
11 "Email": "Email",
12 "Subject": "Subject",
13 "Content": "Content",
14 "Email sent!": "Email sent!",
15
16 // Variants boxes:
17 "Both sides of the mirror": "Both sides of the mirror",
18 "Keep antiking in check": "Keep antiking in check",
19 "Explosive captures": "Explosive captures",
20 "Shared pieces": "Shared pieces",
21 "Standard rules": "Standard rules",
22 "Captures reborn": "Captures reborn",
23 "Capture all of a kind": "Capture all of a kind",
24 "Big board": "Big board",
25 "Lose all pieces": "Lose all pieces",
26 "Laws of attraction": "Laws of attraction",
27 "Exchange pieces positions": "Exchange pieces positions",
28 "Exotic captures": "Exotic captures",
29 "Balanced sliders & leapers": "Balanced sliders & leapers",
30 "Reverse captures": "Reverse captures",
31 "Pawns move diagonally": "Pawns move diagonally",
32 "In the shadow": "In the shadow",
33 "Move twice": "Move twice",
34 "Board upside down": "Board upside down",
35
36 // Variant page:
37 "New game": "New game",
38 "Waiting for opponent...": "Waiting for opponent...",
39 "Rules": "Rules",
40 "Play": "Play",
41 "White win": "White win",
42 "Black win": "Black win",
43 "Draw": "Draw",
44 "Unfinished": "Unknown",
45 "Settings": "Settings",
46 "Resign": "Resign",
47 "Undo": "Undo",
48 "Flip board": "Flip board",
49 "Ok": "Ok",
50 "Random": "Random",
51 "Preferences": "Preferences",
52 "My name is...": "My name is...",
53 "Show hints?": "Show hints?",
54 "Board colors": "Board colors",
55 "brown": "brown",
56 "green": "green",
57 "blue": "blue",
58 "Play sounds?": "Play sounds?",
59 "None": "None",
60 "All": "All",
61 "Type here": "Type here",
62 "Send": "Send",
63 "Download PGN": "Download PGN",
64 "Analyze": "Analyze",
65 "Cancel": "Cancel",
66
67 // Game page:
68
69 };