Commit | Line | Data |
---|---|---|
98db2082 BA |
1 | export const translations = |
2 | { | |
cf2343ce | 3 | "Hall": "Hall", |
fb54f098 BA |
4 | "Variants": "Variants", |
5 | "My games": "My games", | |
afd3240d | 6 | "Forum": "Forum", |
603b8a8b BA |
7 | "Contact": "Contact", |
8 | "About": "About", | |
fb54f098 BA |
9 | |
10 | "Language": "Language", | |
98db2082 BA |
11 | "Email": "Email", |
12 | "Subject": "Subject", | |
13 | "Content": "Content", | |
14 | "Email sent!": "Email sent!", | |
98db2082 | 15 | |
98db2082 BA |
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", | |
98db2082 BA |
41 | "White win": "White win", |
42 | "Black win": "Black win", | |
43 | "Draw": "Draw", | |
52a8ab55 | 44 | "Unfinished": "Unknown", |
98db2082 BA |
45 | "Settings": "Settings", |
46 | "Resign": "Resign", | |
47 | "Undo": "Undo", | |
48 | "Flip board": "Flip board", | |
98db2082 BA |
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", | |
98db2082 BA |
61 | "Type here": "Type here", |
62 | "Send": "Send", | |
63 | "Download PGN": "Download PGN", | |
98db2082 | 64 | "Cancel": "Cancel", |
b988c726 | 65 | |
7dec8d87 BA |
66 | // Game page: |
67 | ||
98db2082 | 68 | }; |