| 1 | export const translations = |
| 2 | { |
| 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 | "Draw offer only in your turn": "Draw offer only in your turn", |
| 28 | "Email": "Email", |
| 29 | "Email sent!": "Email sent!", |
| 30 | "Empty message": "Empty message", |
| 31 | "Error while loading database:": "Error while loading database:", |
| 32 | "Forum": "Forum", |
| 33 | "From": "From", |
| 34 | "Game retrieval failed:": "Game retrieval failed:", |
| 35 | "Game removal failed:": "Game removal failed:", |
| 36 | "Go": "Go", |
| 37 | "green": "green", |
| 38 | "Hall": "Hall", |
| 39 | "Highlight last move and checks?": "Highlight last move and checks?", |
| 40 | "Language": "Language", |
| 41 | "Live challenges": "Live challenges", |
| 42 | "Live games": "Live games", |
| 43 | "Login": "Login", |
| 44 | "Logout": "Logout", |
| 45 | "Modifications applied!": "Modifications applied!", |
| 46 | "Mutual agreement": "Mutual agreement", |
| 47 | "My games": "My games", |
| 48 | "Name": "Name", |
| 49 | "Name or Email": "Name or Email", |
| 50 | "New game": "New game", |
| 51 | "No subject. Send anyway?": "No subject. Send anyway?", |
| 52 | "None": "None", |
| 53 | "Notifications by email": "Notifications by email", |
| 54 | "Offer draw?": "Offer draw?", |
| 55 | "Opponent action": "Opponent action", |
| 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", |
| 75 | "Subject": "Subject", |
| 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 | "Variant": "Variant", |
| 85 | "Variant:": "Variant:", |
| 86 | "Variants": "Variants", |
| 87 | "Warning: target is not connected": "Warning: target is not connected", |
| 88 | "Warning: multi-tabs not supported": "Warning: multi-tabs not supported", |
| 89 | "White": "White", |
| 90 | "White to move": "White to move", |
| 91 | "White win": "White win", |
| 92 | "Who's there?": "Who's there?", |
| 93 | |
| 94 | // Variants boxes: |
| 95 | "Balanced sliders & leapers": "Balanced sliders & leapers", |
| 96 | "Big board": "Big board", |
| 97 | "Board upside down": "Board upside down", |
| 98 | "Both sides of the mirror": "Both sides of the mirror", |
| 99 | "Capture all of a kind": "Capture all of a kind", |
| 100 | "Captures reborn": "Captures reborn", |
| 101 | "Exchange pieces positions": "Exchange pieces positions", |
| 102 | "Exotic captures": "Exotic captures", |
| 103 | "Explosive captures": "Explosive captures", |
| 104 | "In the shadow": "In the shadow", |
| 105 | "Keep antiking in check": "Keep antiking in check", |
| 106 | "Lose all pieces": "Lose all pieces", |
| 107 | "Laws of attraction": "Laws of attraction", |
| 108 | "Move twice": "Move twice", |
| 109 | "Pawns move diagonally": "Pawns move diagonally", |
| 110 | "Reverse captures": "Reverse captures", |
| 111 | "Shared pieces": "Shared pieces", |
| 112 | "Standard rules": "Standard rules", |
| 113 | }; |