X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=views%2Ftranslations%2Fen.pug;h=fe67aba95514987a36614f9e4fa0467e67b09096;hp=5253c9761708847a9eee4c18f5e0696dcdb6eb78;hb=b6487fb9c41705187cf97215fc9e8f86a59057c7;hpb=e081ffe361b06ca74db0a36bf72dd73602abf57b diff --git a/views/translations/en.pug b/views/translations/en.pug index 5253c976..fe67aba9 100644 --- a/views/translations/en.pug +++ b/views/translations/en.pug @@ -1,6 +1,8 @@ - var translations = { + "Language": "Language", + // Index page: "Help": "Help", "First visit?": "First visit?", @@ -20,6 +22,10 @@ "Exotic captures": "Exotic captures", "Balanced sliders & leapers": "Balanced sliders & leapers", "Reverse captures": "Reverse captures", + "Pawns move diagonally": "Pawns move diagonally", + "In the shadow": "In the shadow", + "Move twice": "Move twice", + "Head upside down": "Head upside down", // Variant page: "New game": "New game", @@ -34,7 +40,7 @@ "New game versus computer": "New game versus computer", "Analysis mode": "Analysis mode", "Start chat": "Start chat", - "Clear game versus computer": "Clear game versus computer", + "Clear current game": "Clear current game", "Settings": "Settings", "Resign": "Resign", "Undo": "Undo", @@ -55,7 +61,7 @@ "Chat with ": "Chat with ", "Type here": "Type here", "Send": "Send", - "Download game": "Download game", + "Download PGN": "Download PGN", "Show solution": "Show solution", "Load previous problems": "Load previous problems", "Load next problems": "Load next problems", @@ -79,4 +85,6 @@ " game first!": " game first!", ": unfinished computer game will be erased": ": unfinished computer game will be erased", + ": current analysis will be erased": + ": current analysis will be erased", };