X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Ftranslations%2Fen.js;h=2a50968cfb10395aff8b7c8eef8d9909092f8a48;hb=603b8a8b4a854efb168953da70e7b43ae99b50d9;hp=28c83dd328d012b2f38005f1f87f6470da44746c;hpb=fb54f098a565034c09c111f1141d2c60073b4a61;p=vchess.git diff --git a/client/src/translations/en.js b/client/src/translations/en.js index 28c83dd3..2a50968c 100644 --- a/client/src/translations/en.js +++ b/client/src/translations/en.js @@ -1,11 +1,11 @@ export const translations = { - "Home": "Home", + "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", @@ -47,6 +47,7 @@ export const translations = "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", @@ -73,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 ", @@ -98,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", };