| 1 | export const translations = |
| 2 | { |
| 3 | "Hall": "Hall", |
| 4 | "Variants": "Variants", |
| 5 | "My games": "My games", |
| 6 | "Forum": "Forum", |
| 7 | "Contact form": "Contact form", |
| 8 | "Source code": "Source code", |
| 9 | |
| 10 | "Language": "Language", |
| 11 | "Email": "Email", |
| 12 | "Subject": "Subject", |
| 13 | "Content": "Content", |
| 14 | "Email sent!": "Email sent!", |
| 15 | "Hall": "Hall", |
| 16 | "My games": "My games", |
| 17 | |
| 18 | // Index page: |
| 19 | "Help": "Help", |
| 20 | "First visit?": "First visit?", |
| 21 | ">>> Please read this <<<": ">>> Please read this <<<", |
| 22 | // Variants boxes: |
| 23 | "Both sides of the mirror": "Both sides of the mirror", |
| 24 | "Keep antiking in check": "Keep antiking in check", |
| 25 | "Explosive captures": "Explosive captures", |
| 26 | "Shared pieces": "Shared pieces", |
| 27 | "Standard rules": "Standard rules", |
| 28 | "Captures reborn": "Captures reborn", |
| 29 | "Capture all of a kind": "Capture all of a kind", |
| 30 | "Big board": "Big board", |
| 31 | "Lose all pieces": "Lose all pieces", |
| 32 | "Laws of attraction": "Laws of attraction", |
| 33 | "Exchange pieces positions": "Exchange pieces positions", |
| 34 | "Exotic captures": "Exotic captures", |
| 35 | "Balanced sliders & leapers": "Balanced sliders & leapers", |
| 36 | "Reverse captures": "Reverse captures", |
| 37 | "Pawns move diagonally": "Pawns move diagonally", |
| 38 | "In the shadow": "In the shadow", |
| 39 | "Move twice": "Move twice", |
| 40 | "Board upside down": "Board upside down", |
| 41 | |
| 42 | // Variant page: |
| 43 | "New game": "New game", |
| 44 | "Waiting for opponent...": "Waiting for opponent...", |
| 45 | "Rules": "Rules", |
| 46 | "Play": "Play", |
| 47 | "White win": "White win", |
| 48 | "Black win": "Black win", |
| 49 | "Draw": "Draw", |
| 50 | "New live game": "New live game", |
| 51 | "New game versus computer": "New game versus computer", |
| 52 | "Analysis mode": "Analysis mode", |
| 53 | "Start chat": "Start chat", |
| 54 | "Clear current game": "Clear current game", |
| 55 | "Settings": "Settings", |
| 56 | "Resign": "Resign", |
| 57 | "Undo": "Undo", |
| 58 | "Flip board": "Flip board", |
| 59 | "Game state (FEN):": "Game state (FEN):", |
| 60 | "Ok": "Ok", |
| 61 | "Random": "Random", |
| 62 | "Preferences": "Preferences", |
| 63 | "My name is...": "My name is...", |
| 64 | "Show hints?": "Show hints?", |
| 65 | "Board colors": "Board colors", |
| 66 | "brown": "brown", |
| 67 | "green": "green", |
| 68 | "blue": "blue", |
| 69 | "Play sounds?": "Play sounds?", |
| 70 | "None": "None", |
| 71 | "All": "All", |
| 72 | "Chat with ": "Chat with ", |
| 73 | "Type here": "Type here", |
| 74 | "Send": "Send", |
| 75 | "Download PGN": "Download PGN", |
| 76 | "Cancel": "Cancel", |
| 77 | "Already playing a game in this variant on another tab!": |
| 78 | "Already playing a game in this variant on another tab!", |
| 79 | "Finish your ": "Finish your ", |
| 80 | " game first!": " game first!", |
| 81 | ": unfinished computer game will be erased": |
| 82 | ": unfinished computer game will be erased", |
| 83 | ": current analysis will be erased": |
| 84 | ": current analysis will be erased", |
| 85 | |
| 86 | "Terminate game?": "Terminate game?", |
| 87 | "Sorry I have to go": "Sorry I have to go", |
| 88 | "Game seems over": "Game seems over", |
| 89 | "Game is too boring": "Game is too boring", |
| 90 | }; |