X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Ftranslations%2Fen.js;h=09fa92febc055030172885e990155c86dbfb1269;hb=e3e2cc443054cfb273b28b3ba46f559117c5ceae;hp=0b2d7892e1aefb16ee13161a406f695a4a69d6b3;hpb=8477e53d8e78606e4c4e4bf91c77b1011aab583c;p=vchess.git diff --git a/client/src/translations/en.js b/client/src/translations/en.js index 0b2d7892..09fa92fe 100644 --- a/client/src/translations/en.js +++ b/client/src/translations/en.js @@ -2,12 +2,13 @@ export const translations = { Abort: "Abort", About: "About", "Accept draw?": "Accept draw?", + "Accept challenge?": "Accept challenge?", All: "All", Analyse: "Analyse", "Any player": "Any player", + Apply: "Apply", "Are you sure?": "Are you sure?", "Authentication successful!": "Authentication successful!", - Apply: "Apply", "Back to list": "Back to list", "Black to move": "Black to move", "Black surrender": "Black surrender", @@ -20,13 +21,11 @@ export const translations = { Challenge: "Challenge", "Challenge declined": "Challenge declined", "Chat here": "Chat here", - "Connection token sent. Check your emails!": - "Connection token sent. Check your emails!", + "Connection token sent. Check your emails!": "Connection token sent. Check your emails!", Contact: "Contact", "Correspondance challenges": "Correspondance challenges", "Correspondance games": "Correspondance games", - "Database error: stop private browsing, or update your browser": - "Database error: stop private browsing, or update your browser", + "Database error: stop private browsing, or update your browser": "Database error: stop private browsing, or update your browser", Delete: "Delete", Download: "Download", Draw: "Draw", @@ -35,12 +34,14 @@ export const translations = { Email: "Email", "Email sent!": "Email sent!", "Empty message": "Empty message", + "Errors in FEN": "Errors in FEN", "Example game": "Example game", Go: "Go", green: "green", Hall: "Hall", "Highlight last move and checks?": "Highlight last move and checks?", Instructions: "Instructions", + "Invalid email": "Invalid email", "is not online": "is not online", Language: "Language", "Live challenges": "Live challenges", @@ -49,18 +50,24 @@ export const translations = { Login: "Login", Logout: "Logout", "Logout successful!": "Logout successful!", + "Missing email": "Missing email", + "Missing instructions": "Missing instructions", + "Missing name": "Missing name", + "Missing solution": "Missing solution", "Modifications applied!": "Modifications applied!", "Move played:": "Move played:", "Mutual agreement": "Mutual agreement", "My games": "My games", "My problems": "My problems", + "Name: alphanumerics and underscore": "Name: alphanumerics and underscore", "Name or Email": "Name or Email", - "New connexion detected: tab now offline": - "New connexion detected: tab now offline", + Next: "Next", + "New connexion detected: tab now offline": "New connexion detected: tab now offline", "New correspondance game:": "New correspondance game:", "New game": "New game", "New problem": "New problem", News: "News", + "No more problems": "No more problems", "No subject. Send anyway?": "No subject. Send anyway?", None: "None", "Notifications by email": "Notifications by email", @@ -71,19 +78,18 @@ export const translations = { "Play sounds?": "Play sounds?", "Play with?": "Play with?", Players: "Players", - "Please log in to accept corr challenges": - "Please log in to accept corr challenges", - "Please log in to play correspondance games": - "Please log in to play correspondance games", + "Please log in to accept corr challenges": "Please log in to accept corr challenges", + "Please log in to play correspondance games": "Please log in to play correspondance games", "Please select a variant": "Please select a variant", Practice: "Practice", "Prefix?": "Prefix?", + Previous: "Previous", "Processing... Please wait": "Processing... Please wait", Problems: "Problems", "participant(s):": "participant(s):", + Refuse: "Refuse", Register: "Register", - "Registration complete! Please check your emails": - "Registration complete! Please check your emails", + "Registration complete! Please check your emails": "Registration complete! Please check your emails", "Remove game?": "Remove game?", Resign: "Resign", "Resign the game?": "Resign the game?", @@ -102,8 +108,7 @@ export const translations = { "Terminate game?": "Terminate game?", "Three repetitions": "Three repetitions", Time: "Time", - To: "To", - Unknown: "Unknown", + "Undetermined result": "Undetermined result", Update: "Update", "User name": "User name", Variant: "Variant", @@ -114,16 +119,22 @@ export const translations = { "White win": "White win", "Who's there?": "Who's there?", With: "With", + with: "with", "Write news": "Write news", + "Wrong time control": "Wrong time control", "Your message": "Your message", // Variants boxes: + "Attract opposite king": "Attract opposite king", "Balanced sliders & leapers": "Balanced sliders & leapers", "Big board": "Big board", "Board upside down": "Board upside down", "Both sides of the mirror": "Both sides of the mirror", "Capture all of a kind": "Capture all of a kind", + "Capture en passant": "Capture en passant", "Captures reborn": "Captures reborn", + "Change colors": "Change colors", + "Dangerous collisions": "Dangerous collisions", "Exchange pieces positions": "Exchange pieces positions", "Exotic captures": "Exotic captures", "Explosive captures": "Explosive captures", @@ -131,9 +142,13 @@ export const translations = { "Keep antiking in check": "Keep antiking in check", "Laws of attraction": "Laws of attraction", "Lose all pieces": "Lose all pieces", + "Mate any piece": "Mate any piece", "Move twice": "Move twice", "Pawns move diagonally": "Pawns move diagonally", + "Reuse pieces": "Reuse pieces", "Reverse captures": "Reverse captures", + "Run forward": "Run forward", "Shared pieces": "Shared pieces", - "Standard rules": "Standard rules" + "Standard rules": "Standard rules", + "Unidentified pieces": "Unidentified pieces" };