Commit | Line | Data |
---|---|---|
98db2082 BA |
1 | export const translations = |
2 | { | |
3 | "Language": "Language", | |
4 | "Contact form": "Contact form", | |
5 | "Email": "Email", | |
6 | "Subject": "Subject", | |
7 | "Content": "Content", | |
8 | "Email sent!": "Email sent!", | |
9 | "Hall": "Hall", | |
10 | "My games": "My games", | |
11 | ||
12 | // Index page: | |
13 | "Help": "Help", | |
14 | "First visit?": "First visit?", | |
15 | ">>> Please read this <<<": ">>> Please read this <<<", | |
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 | "Problems": "Problems", | |
42 | "White win": "White win", | |
43 | "Black win": "Black win", | |
44 | "Draw": "Draw", | |
45 | "New live game": "New live game", | |
46 | "New game versus computer": "New game versus computer", | |
47 | "Analysis mode": "Analysis mode", | |
48 | "Start chat": "Start chat", | |
49 | "Clear current game": "Clear current game", | |
50 | "Settings": "Settings", | |
51 | "Resign": "Resign", | |
52 | "Undo": "Undo", | |
53 | "Flip board": "Flip board", | |
54 | "Game state (FEN):": "Game state (FEN):", | |
55 | "Ok": "Ok", | |
56 | "Random": "Random", | |
57 | "Preferences": "Preferences", | |
58 | "My name is...": "My name is...", | |
59 | "Show hints?": "Show hints?", | |
60 | "Board colors": "Board colors", | |
61 | "brown": "brown", | |
62 | "green": "green", | |
63 | "blue": "blue", | |
64 | "Play sounds?": "Play sounds?", | |
65 | "None": "None", | |
66 | "All": "All", | |
67 | "Chat with ": "Chat with ", | |
68 | "Type here": "Type here", | |
69 | "Send": "Send", | |
70 | "Download PGN": "Download PGN", | |
71 | "Show solution": "Show solution", | |
72 | "Load previous problems": "Load previous problems", | |
73 | "Load next problems": "Load next problems", | |
74 | "New": "New", | |
75 | "Add a problem": "Add a problem", | |
76 | "Full FEN description": "Full FEN description", | |
77 | "Safe HTML tags allowed": "Safe HTML tags allowed", | |
78 | "Instructions": "Instructions", | |
79 | "Describe the problem goal": "Describe the problem goal", | |
80 | "Solution": "Solution", | |
81 | "How to solve the problem?": "How to solve the problem?", | |
82 | "Preview": "Preview", | |
83 | "Cancel": "Cancel", | |
84 | "Solve": "Solve", | |
85 | "Bad FEN description": "Bad FEN description", | |
86 | "Empty instructions": "Empty instructions", | |
87 | "Empty solution": "Empty solution", | |
88 | "Already playing a game in this variant on another tab!": | |
89 | "Already playing a game in this variant on another tab!", | |
90 | "Finish your ": "Finish your ", | |
91 | " game first!": " game first!", | |
92 | ": unfinished computer game will be erased": | |
93 | ": unfinished computer game will be erased", | |
94 | ": current analysis will be erased": | |
95 | ": current analysis will be erased", | |
96 | }; |