X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Ftranslations%2Fen.js;h=ce0bf5c6c04cc269764787f05e7eba0666a40d74;hb=72ccbd6730241771e6ba86b6a5b62597b4c7e2f4;hp=44e35539239ce9f87c1f4f253f283287e6464ca4;hpb=cf2343cee5729c011770ace6d5b4f79d1ac3a2b6;p=vchess.git diff --git a/client/src/translations/en.js b/client/src/translations/en.js index 44e35539..ce0bf5c6 100644 --- a/client/src/translations/en.js +++ b/client/src/translations/en.js @@ -3,22 +3,16 @@ export const translations = "Hall": "Hall", "Variants": "Variants", "My games": "My games", - "Problems": "Problems", - "Contact form": "Contact form", - "Source code": "Source code", + "Forum": "Forum", + "Contact": "Contact", + "About": "About", "Language": "Language", "Email": "Email", "Subject": "Subject", "Content": "Content", "Email sent!": "Email sent!", - "Hall": "Hall", - "My games": "My games", - // Index page: - "Help": "Help", - "First visit?": "First visit?", - ">>> Please read this <<<": ">>> Please read this <<<", // Variants boxes: "Both sides of the mirror": "Both sides of the mirror", "Keep antiking in check": "Keep antiking in check", @@ -47,16 +41,11 @@ export const translations = "White win": "White win", "Black win": "Black win", "Draw": "Draw", - "New live game": "New live game", - "New game versus computer": "New game versus computer", - "Analysis mode": "Analysis mode", - "Start chat": "Start chat", - "Clear current game": "Clear current game", + "Unfinished": "Unknown", "Settings": "Settings", "Resign": "Resign", "Undo": "Undo", "Flip board": "Flip board", - "Game state (FEN):": "Game state (FEN):", "Ok": "Ok", "Random": "Random", "Preferences": "Preferences", @@ -69,33 +58,11 @@ export const translations = "Play sounds?": "Play sounds?", "None": "None", "All": "All", - "Chat with ": "Chat with ", "Type here": "Type here", "Send": "Send", "Download PGN": "Download PGN", - "Show solution": "Show solution", - "Load previous problems": "Load previous problems", - "Load next problems": "Load next problems", - "New": "New", - "Add a problem": "Add a problem", - "Full FEN description": "Full FEN description", - "Safe HTML tags allowed": "Safe HTML tags allowed", - "Instructions": "Instructions", - "Describe the problem goal": "Describe the problem goal", - "Solution": "Solution", - "How to solve the problem?": "How to solve the problem?", - "Preview": "Preview", "Cancel": "Cancel", - "Solve": "Solve", - "Bad FEN description": "Bad FEN description", - "Empty instructions": "Empty instructions", - "Empty solution": "Empty solution", - "Already playing a game in this variant on another tab!": - "Already playing a game in this variant on another tab!", - "Finish your ": "Finish your ", - " game first!": " game first!", - ": unfinished computer game will be erased": - ": unfinished computer game will be erased", - ": current analysis will be erased": - ": current analysis will be erased", + + // Game page: + };