Commit | Line | Data |
---|---|---|
98db2082 BA |
1 | export const translations = |
2 | { | |
602d6bef BA |
3 | "Abort": "Abort", |
4 | "About": "About", | |
5 | "Accept draw?": "Accept draw?", | |
6 | "All": "All", | |
7 | "Analyze": "Analyze", | |
8 | "Analyze in Dark mode makes no sense!": "Analyze in Dark mode makes no sense!", | |
9 | "Apply": "Apply", | |
10 | "Black": "Black", | |
11 | "Black to move": "Black to move", | |
12 | "Black win": "Black win", | |
13 | "Board colors": "Board colors", | |
14 | "Board size": "Board size", | |
15 | "blue": "blue", | |
16 | "brown": "brown", | |
17 | "Challenge declined": "Challenge declined", | |
18 | "Connection token sent. Check your emails!": "Connection token sent. Check your emails!", | |
19 | "Contact": "Contact", | |
20 | "Contact form": "Contact form", | |
21 | "Content": "Content", | |
22 | "Correspondance challenges": "Correspondance challenges", | |
23 | "Correspondance games": "Correspondance games", | |
24 | "Database error:": "Database error:", | |
25 | "Download PGN": "Download PGN", | |
26 | "Draw": "Draw", | |
27 | "Email": "Email", | |
28 | "Email sent!": "Email sent!", | |
29 | "Empty message": "Empty message", | |
30 | "Error while loading database:": "Error while loading database:", | |
31 | "Forum": "Forum", | |
32 | "From": "From", | |
33 | "Game retrieval failed:": "Game retrieval failed:", | |
34 | "Game removal failed:": "Game removal failed:", | |
35 | "Go": "Go", | |
36 | "green": "green", | |
cf2343ce | 37 | "Hall": "Hall", |
602d6bef BA |
38 | "Highlight last move and checks?": "Highlight last move and checks?", |
39 | "Variant": "Variant", | |
fb54f098 | 40 | "Variants": "Variants", |
fb54f098 | 41 | "Language": "Language", |
602d6bef BA |
42 | "Live challenges": "Live challenges", |
43 | "Live games": "Live games", | |
44 | "Login": "Login", | |
45 | "Logout": "Logout", | |
46 | "Modifications applied!": "Modifications applied!", | |
47 | "Mutual agreement": "Mutual agreement", | |
48 | "My games": "My games", | |
49 | "Name": "Name", | |
50 | "Name or Email": "Name or Email", | |
51 | "New game": "New game", | |
52 | "No subject. Send anyway?": "No subject. Send anyway?", | |
53 | "None": "None", | |
54 | "Notifications by email": "Notifications by email", | |
55 | "Offer draw?": "Offer draw?", | |
56 | "Play sounds?": "Play sounds?", | |
57 | "Play with?": "Play with?", | |
58 | "Please log in to accept corr challenges": "Please log in to accept corr challenges", | |
59 | "Please log in to play corr games": "Please log in to play corr games", | |
60 | "Please select a variant": "Please select a variant", | |
61 | "Practice": "Practice", | |
62 | "Processing... Please wait": "Processing... Please wait", | |
63 | "participant(s):": "participant(s):", | |
64 | "Register": "Register", | |
65 | "Registration complete! Please check your emails": "Registration complete! Please check your emails", | |
66 | "Resign": "Resign", | |
67 | "Resign the game?": "Resign the game?", | |
68 | "Rules": "Rules", | |
69 | "Sample game": "Sample game", | |
70 | "Send": "Send", | |
71 | "Show possible moves?": "Show possible moves?", | |
72 | "Send challenge": "Send challenge", | |
73 | "Settings": "Settings", | |
74 | "Stop game": "Stop game", | |
98db2082 | 75 | "Subject": "Subject", |
602d6bef BA |
76 | "Terminate game?": "Terminate game?", |
77 | "Three repetitions": "Three repetitions", | |
78 | "Time": "Time", | |
79 | "Time control": "Time control", | |
80 | "To": "To", | |
81 | "Type first letters...": "Type first letters...", | |
82 | "Type here": "Type here", | |
83 | "Unknown": "Unknown", | |
84 | "Warning: target is not connected": "Warning: target is not connected", | |
85 | "Warning: multi-tabs not supported": "Warning: multi-tabs not supported", | |
86 | "White": "White", | |
87 | "White to move": "White to move", | |
88 | "White win": "White win", | |
89 | "Who's there?": "Who's there?", | |
98db2082 | 90 | |
98db2082 | 91 | // Variants boxes: |
602d6bef BA |
92 | "Balanced sliders & leapers": "Balanced sliders & leapers", |
93 | "Big board": "Big board", | |
94 | "Board upside down": "Board upside down", | |
98db2082 | 95 | "Both sides of the mirror": "Both sides of the mirror", |
98db2082 | 96 | "Capture all of a kind": "Capture all of a kind", |
602d6bef | 97 | "Captures reborn": "Captures reborn", |
98db2082 BA |
98 | "Exchange pieces positions": "Exchange pieces positions", |
99 | "Exotic captures": "Exotic captures", | |
602d6bef | 100 | "Explosive captures": "Explosive captures", |
98db2082 | 101 | "In the shadow": "In the shadow", |
602d6bef BA |
102 | "Keep antiking in check": "Keep antiking in check", |
103 | "Lose all pieces": "Lose all pieces", | |
104 | "Laws of attraction": "Laws of attraction", | |
98db2082 | 105 | "Move twice": "Move twice", |
602d6bef BA |
106 | "Pawns move diagonally": "Pawns move diagonally", |
107 | "Reverse captures": "Reverse captures", | |
108 | "Shared pieces": "Shared pieces", | |
109 | "Standard rules": "Standard rules", | |
98db2082 | 110 | }; |