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