X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Ftranslations%2Fen.js;h=0e3b668c1c303896dd25504da644c4c14df15dcb;hb=88667455b8793075a0266d4477fa0f4d03257cb0;hp=28c83dd328d012b2f38005f1f87f6470da44746c;hpb=fb54f098a565034c09c111f1141d2c60073b4a61;p=vchess.git diff --git a/client/src/translations/en.js b/client/src/translations/en.js index 28c83dd3..0e3b668c 100644 --- a/client/src/translations/en.js +++ b/client/src/translations/en.js @@ -1,6 +1,6 @@ export const translations = { - "Home": "Home", + "Hall": "Hall", "Variants": "Variants", "My games": "My games", "Problems": "Problems", @@ -98,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", };