Refactor endgame process, start working on game end (abort)
[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",
6 "Problems": "Problems",
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",
50 "New live game": "New live game",
51 "New game versus computer": "New game versus computer",
52 "Analysis mode": "Analysis mode",
53 "Start chat": "Start chat",
54 "Clear current game": "Clear current game",
55 "Settings": "Settings",
56 "Resign": "Resign",
57 "Undo": "Undo",
58 "Flip board": "Flip board",
59 "Game state (FEN):": "Game state (FEN):",
60 "Ok": "Ok",
61 "Random": "Random",
62 "Preferences": "Preferences",
63 "My name is...": "My name is...",
64 "Show hints?": "Show hints?",
65 "Board colors": "Board colors",
66 "brown": "brown",
67 "green": "green",
68 "blue": "blue",
69 "Play sounds?": "Play sounds?",
70 "None": "None",
71 "All": "All",
72 "Chat with ": "Chat with ",
73 "Type here": "Type here",
74 "Send": "Send",
75 "Download PGN": "Download PGN",
76 "Show solution": "Show solution",
77 "Load previous problems": "Load previous problems",
78 "Load next problems": "Load next problems",
79 "New": "New",
80 "Add a problem": "Add a problem",
81 "Full FEN description": "Full FEN description",
82 "Safe HTML tags allowed": "Safe HTML tags allowed",
83 "Instructions": "Instructions",
84 "Describe the problem goal": "Describe the problem goal",
85 "Solution": "Solution",
86 "How to solve the problem?": "How to solve the problem?",
87 "Preview": "Preview",
88 "Cancel": "Cancel",
89 "Solve": "Solve",
90 "Bad FEN description": "Bad FEN description",
91 "Empty instructions": "Empty instructions",
92 "Empty solution": "Empty solution",
93 "Already playing a game in this variant on another tab!":
94 "Already playing a game in this variant on another tab!",
95 "Finish your ": "Finish your ",
96 " game first!": " game first!",
97 ": unfinished computer game will be erased":
98 ": unfinished computer game will be erased",
99 ": current analysis will be erased":
100 ": current analysis will be erased",
b988c726
BA
101
102 "Terminate game?": "Terminate game?",
103 "Sorry I have to go": "Sorry I have to go",
104 "Game seems over": "Game seems over",
105 "Game is too boring": "Game is too boring",
98db2082 106};