X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Ftranslations%2Fen.js;h=0e3b668c1c303896dd25504da644c4c14df15dcb;hb=b988c726df078aa456bd47709f6eee0f73dc5abd;hp=6f7cab1002e86a61f8d9839183c9838b6089c831;hpb=98db2082fd31e7a7bc0348e31ce119f39dbc31b3;p=vchess.git diff --git a/client/src/translations/en.js b/client/src/translations/en.js index 6f7cab10..0e3b668c 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", + "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", };