X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=views%2Ftranslations%2Fen.pug;h=fe67aba95514987a36614f9e4fa0467e67b09096;hp=49e06c05d05c59681e9e44fb5a3baf6b55421f7c;hb=b6487fb9c41705187cf97215fc9e8f86a59057c7;hpb=6b5517b4cdd12d7480b811c94c134982c16d3814 diff --git a/views/translations/en.pug b/views/translations/en.pug index 49e06c05..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,27 +22,30 @@ "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", "Waiting for opponent...": "Waiting for opponent...", "Rules": "Rules", - "Play!": "Play!", + "Play": "Play", "Problems": "Problems", "White win": "White win", "Black win": "Black win", "Draw": "Draw", - "New online game": "New online game", + "New live game": "New live game", "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", - "Play": "Play", - "Flip": "Flip", - "Position + flags (FEN):": "Position + flags (FEN):", + "Flip board": "Flip board", + "Game state (FEN):": "Game state (FEN):", "Ok": "Ok", "Random": "Random", "Preferences": "Preferences", @@ -52,18 +57,17 @@ "blue": "blue", "Play sounds?": "Play sounds?", "None": "None", - "New game": "New game", "All": "All", "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", "New": "New", "Add a problem": "Add a problem", - "Full FEN string": "Full FEN string", + "Full FEN description": "Full FEN description", "Safe HTML tags allowed": "Safe HTML tags allowed", "Instructions": "Instructions", "Describe the problem goal": "Describe the problem goal", @@ -72,7 +76,7 @@ "Preview": "Preview", "Cancel": "Cancel", "Solve": "Solve", - "Bad FEN string": "Bad FEN string", + "Bad FEN description": "Bad FEN description", "Empty instructions": "Empty instructions", "Empty solution": "Empty solution", "Already playing a game in this variant on another tab!": @@ -81,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", };