X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=views%2Ftranslations%2Fen.pug;fp=views%2Ftranslations%2Fen.pug;h=9630efc34cc0c7a8ea6da18a130380956f7e75b4;hp=0000000000000000000000000000000000000000;hb=247356cde3f4e36004942c5f57187d667f7ef27c;hpb=05084186679f39cf7e85d3e87a2d4d69a1fdddb3 diff --git a/views/translations/en.pug b/views/translations/en.pug new file mode 100644 index 00000000..9630efc3 --- /dev/null +++ b/views/translations/en.pug @@ -0,0 +1,73 @@ +- + var translations = + { + // Index page: + "Help": "Help", + "First visit?": "First visit?", + ">>> Please read this <<<": ">>> Please read this <<<", + // Variants boxes: + "Both sides of the mirror": "Both sides of the mirror", + "Keep antiking in check": "Keep antiking in check", + "Explosive captures": "Explosive captures", + "Shared pieces": "Shared pieces", + "Standard rules": "Standard rules", + "Captures reborn": "Captures reborn", + "Capture all of a kind": "Capture all of a kind", + "Big board": "Big board", + "Lose all pieces": "Lose all pieces", + "Laws of attraction": "Laws of attraction", + "Exchange pieces positions": "Exchange pieces positions", + "Exotic captures": "Exotic captures", + "Balanced sliders & leapers": "Balanced sliders & leapers", + "Reverse captures": "Reverse captures", + + // Variant page: + "New game": "New game", + "Waiting for opponent...": "Waiting for opponent...", + "Rules": "Rules", + "Play!": "Play!", + "Problems": "Problems", + "White win": "White win", + "Black win": "Black win", + "Draw": "Draw", + "New online game": "New online 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", + "Settings": "Settings", + "Resign": "Resign", + "Undo": "Undo", + "Play": "Play", + "Flip": "Flip", + "Position + flags (FEN):": "Position + flags (FEN):", + "Ok": "Ok", + "Random": "Random", + "Preferences": "Preferences", + "My name is...": "My name is...", + "Show hints?": "Show hints?", + "Board colors": "Board colors", + "brown": "brown", + "green": "green", + "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", + "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", + "Safe HTML tags allowed": "Safe HTML tags allowed", + "Instructions": "Instructions", + "Solution": "Solution", + "Preview": "Preview", + "Cancel": "Cancel", + "Solve": "Solve", + };