X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Ftranslations%2Fen.js;h=23bb487e9db25940269ec6a0876debd9652f2835;hb=52a8ab55fed35fcbf8d00d4952fb32dd3535f5b7;hp=6f7cab1002e86a61f8d9839183c9838b6089c831;hpb=98db2082fd31e7a7bc0348e31ce119f39dbc31b3;p=vchess.git diff --git a/client/src/translations/en.js b/client/src/translations/en.js index 6f7cab10..23bb487e 100644 --- a/client/src/translations/en.js +++ b/client/src/translations/en.js @@ -1,7 +1,13 @@ export const translations = { - "Language": "Language", + "Hall": "Hall", + "Variants": "Variants", + "My games": "My games", + "Forum": "Forum", "Contact form": "Contact form", + "Source code": "Source code", + + "Language": "Language", "Email": "Email", "Subject": "Subject", "Content": "Content", @@ -38,10 +44,10 @@ export const translations = "Waiting for opponent...": "Waiting for opponent...", "Rules": "Rules", "Play": "Play", - "Problems": "Problems", "White win": "White win", "Black win": "Black win", "Draw": "Draw", + "Unfinished": "Unknown", "New live game": "New live game", "New game versus computer": "New game versus computer", "Analysis mode": "Analysis mode", @@ -68,23 +74,7 @@ export const translations = "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 ", @@ -93,4 +83,8 @@ export const translations = ": unfinished computer game will be erased", ": current analysis will be erased": ": current analysis will be erased", + + "Terminate game?": "Terminate game?", + "Sorry I have to go": "Sorry I have to go", + "Game seems over": "Game seems over", };