Refactor endgame process, start working on game end (abort)
[vchess.git] / client / src / translations / en.js
index 6f7cab1..0e3b668 100644 (file)
@@ -1,7 +1,13 @@
 export const translations =
 {
-  "Language": "Language",
+  "Hall": "Hall",
+  "Variants": "Variants",
+  "My games": "My games",
+  "Problems": "Problems",
   "Contact form": "Contact form",
+  "Source code": "Source code",
+
+  "Language": "Language",
   "Email": "Email",
   "Subject": "Subject",
   "Content": "Content",
@@ -38,7 +44,6 @@ 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",
@@ -93,4 +98,9 @@ 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",
+  "Game is too boring": "Game is too boring",
 };