Small fix
[vchess.git] / client / src / translations / en.js
CommitLineData
98db2082
BA
1export const translations =
2{
cf2343ce 3 "Hall": "Hall",
fb54f098
BA
4 "Variants": "Variants",
5 "My games": "My games",
afd3240d 6 "Forum": "Forum",
98db2082 7 "Contact form": "Contact form",
fb54f098
BA
8 "Source code": "Source code",
9
10 "Language": "Language",
98db2082
BA
11 "Email": "Email",
12 "Subject": "Subject",
13 "Content": "Content",
14 "Email sent!": "Email sent!",
15 "Hall": "Hall",
16 "My games": "My games",
17
18 // Index page:
19 "Help": "Help",
20 "First visit?": "First visit?",
21 ">>> Please read this <<<": ">>> Please read this <<<",
22 // Variants boxes:
23 "Both sides of the mirror": "Both sides of the mirror",
24 "Keep antiking in check": "Keep antiking in check",
25 "Explosive captures": "Explosive captures",
26 "Shared pieces": "Shared pieces",
27 "Standard rules": "Standard rules",
28 "Captures reborn": "Captures reborn",
29 "Capture all of a kind": "Capture all of a kind",
30 "Big board": "Big board",
31 "Lose all pieces": "Lose all pieces",
32 "Laws of attraction": "Laws of attraction",
33 "Exchange pieces positions": "Exchange pieces positions",
34 "Exotic captures": "Exotic captures",
35 "Balanced sliders & leapers": "Balanced sliders & leapers",
36 "Reverse captures": "Reverse captures",
37 "Pawns move diagonally": "Pawns move diagonally",
38 "In the shadow": "In the shadow",
39 "Move twice": "Move twice",
40 "Board upside down": "Board upside down",
41
42 // Variant page:
43 "New game": "New game",
44 "Waiting for opponent...": "Waiting for opponent...",
45 "Rules": "Rules",
46 "Play": "Play",
98db2082
BA
47 "White win": "White win",
48 "Black win": "Black win",
49 "Draw": "Draw",
52a8ab55 50 "Unfinished": "Unknown",
98db2082
BA
51 "New live game": "New live game",
52 "New game versus computer": "New game versus computer",
53 "Analysis mode": "Analysis mode",
54 "Start chat": "Start chat",
55 "Clear current game": "Clear current game",
56 "Settings": "Settings",
57 "Resign": "Resign",
58 "Undo": "Undo",
59 "Flip board": "Flip board",
60 "Game state (FEN):": "Game state (FEN):",
61 "Ok": "Ok",
62 "Random": "Random",
63 "Preferences": "Preferences",
64 "My name is...": "My name is...",
65 "Show hints?": "Show hints?",
66 "Board colors": "Board colors",
67 "brown": "brown",
68 "green": "green",
69 "blue": "blue",
70 "Play sounds?": "Play sounds?",
71 "None": "None",
72 "All": "All",
73 "Chat with ": "Chat with ",
74 "Type here": "Type here",
75 "Send": "Send",
76 "Download PGN": "Download PGN",
98db2082 77 "Cancel": "Cancel",
98db2082
BA
78 "Already playing a game in this variant on another tab!":
79 "Already playing a game in this variant on another tab!",
80 "Finish your ": "Finish your ",
81 " game first!": " game first!",
82 ": unfinished computer game will be erased":
83 ": unfinished computer game will be erased",
84 ": current analysis will be erased":
85 ": current analysis will be erased",
b988c726
BA
86
87 "Terminate game?": "Terminate game?",
88 "Sorry I have to go": "Sorry I have to go",
89 "Game seems over": "Game seems over",
98db2082 90};