Fill About.vue, clean translations
[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",
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
68 // About page:
69 "about_intro1": "This website was born after Patrick Bernier told me about " +
70 "a variant he invented, called 'l'Échiqueté', which involves mixed pieces, " +
71 "half-black and half-white. Back then in 2012, I developed a small website " +
72 "allowing to play by correspondance with this variant only. I already had " +
73 "in mind other variants to be added to the website, 'Zen chess' being the " +
74 "first on the list because it changed so much the thinking process that I " +
75 "was very curious to play it.",
76 "about_intro2": "After a long break, a prototype website allowing to play " +
77 "live games was tested in the end of 2017, with only a few players. " +
78 "One year later the first version of the final website was published: " +
79 "it offered three modes, against a human, a computer engine or analyzing, " +
80 "with about twenty variants available. The current website is a more modern " +
81 "rewriting of this initial version: it now has the basic features expected " +
82 "from a chess playing website :)",
83 "about_sitemap": "From the main Hall, you can see and talk to online players, " +
84 "send and accept challenges (live or correspondance), and also watch current " +
85 "games. If this is your first contact with chess variants, you probably should " +
86 "start with the 'Variants' page from the top menu: it explains all the rules " +
87 "and allows to observe sample games or play against basic bots. Finally, " +
88 "at any moment in a game you can click on the FEN string at the bottom to " +
89 "analyze the position. Try not to do that in live games ;)",
90 "about_contrib": "<a href='https://github.com/yagu0/vchess'>The source code</a> " +
91 "is freely available on Github: the main ingredients are Express, Node.js, " +
92 "Vue and Webpack. The chosen DBMS is SQLite for now because of its simplicity. " +
93 "It can be easily changed if needed later. All contributions are welcome: " +
94 "<ul><li>Translations: see client/src/translations/ folder</li> " +
95 "<li>Styling: client/src/stylesheets/ and &lt;style&gt; part of .vue " +
96 "files in client/src/{components,views}</li> " +
97 "<li>Back-end and front-end code: a lot can be improved! Feel free to send " +
98 "pull requests :)</li></ul>",
99 "about_thanks": "A considerable number of people helped for this website, " +
100 "testing, giving ideas, motivating me to achieve this project. Thanks in " +
101 "relatively random order to Patrick Bernier, Frédéric Fradet, Olive Martin, " +
102 "Bevis Martin, Laurent Nouhaud and Christian Poisson for early testing and " +
103 "advices from 2012; to Yovann Gatineau and Anatole Vlachos for their " +
104 "enthusiasm about the website; to Jérôme Auclair who told me about the " +
105 "Dynamo variant; to Nathalie Merlin and lichess players O42, oceansideview, " +
106 "okei and opperwezen who tested " +
107 "<a href='https://lichess.org/forum/general-chess-discussion/" +
108 "vchessclub--play-chess-variants?page=10'>the 2018/12 version</a>; " +
109 "and of course to the websites " +
110 "<a href='https://schemingmind.com/'>schemingmind.com</a> and " +
111 "<a href='https://www.chessvariants.com/'>chessvariants.com</a> which are " +
112 "two great resources about variants. If I forget someone in this list, " +
113 "sorry and please tell me!",
98db2082 114};