X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Ftranslations%2Fen.js;h=c80745753e208c2a572729a8bdae612d4ba653dd;hb=a97bdbda4ecf83645d409b717e36828784d1450d;hp=ef9f291ed79ed5f65a77d0f1ecf94a14112dc373;hpb=725da57f8e2983d744629b524f9084516a43cbac;p=vchess.git diff --git a/client/src/translations/en.js b/client/src/translations/en.js index ef9f291e..c8074575 100644 --- a/client/src/translations/en.js +++ b/client/src/translations/en.js @@ -3,8 +3,9 @@ export const translations = { About: "About", "Accept draw?": "Accept draw?", "Accept challenge?": "Accept challenge?", - All: "All", Analyse: "Analyse", + "Analysis mode": "Analysis mode", + "Analysis disabled for this variant": "Analysis disabled for this variant", "Any player": "Any player", Apply: "Apply", "Are you sure?": "Are you sure?", @@ -21,6 +22,7 @@ export const translations = { Challenge: "Challenge", "Challenge declined": "Challenge declined", "Chat here": "Chat here", + "Clear history": "Clear history", "Connection token sent. Check your emails!": "Connection token sent. Check your emails!", Contact: "Contact", "Correspondance challenges": "Correspondance challenges", @@ -42,6 +44,7 @@ export const translations = { "Highlight last move and checks?": "Highlight last move and checks?", Instructions: "Instructions", "Invalid email": "Invalid email", + "It's your turn!": "It's your turn!", "is not online": "is not online", Language: "Language", "Live challenges": "Live challenges", @@ -50,8 +53,12 @@ export const translations = { Login: "Login", Logout: "Logout", "Logout successful!": "Logout successful!", + "Mispelled variant name": "Mispelled variant name", "Missing email": "Missing email", + "Missing FEN": "Missing FEN", + "Missing instructions": "Missing instructions", "Missing name": "Missing name", + "Missing solution": "Missing solution", "Modifications applied!": "Modifications applied!", "Move played:": "Move played:", "Mutual agreement": "Mutual agreement", @@ -59,19 +66,19 @@ export const translations = { "My problems": "My problems", "Name: alphanumerics and underscore": "Name: alphanumerics and underscore", "Name or Email": "Name or Email", + 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", Number: "Number", Observe: "Observe", "Offer draw?": "Offer draw?", "Opponent action": "Opponent action", - "Play sounds?": "Play sounds?", "Play with?": "Play with?", Players: "Players", "Please log in to accept corr challenges": "Please log in to accept corr challenges", @@ -79,12 +86,13 @@ export const translations = { "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 now": "Registration complete! Please check your emails now", "Remove game?": "Remove game?", Resign: "Resign", "Resign the game?": "Resign the game?", @@ -93,10 +101,12 @@ export const translations = { Send: "Send", "Self-challenge is forbidden": "Self-challenge is forbidden", "Send challenge": "Send challenge", + "Set board size": "Set board size", Settings: "Settings", "Show possible moves?": "Show possible moves?", "Show solution": "Show solution", Solution: "Solution", + "Sound alert when game starts?": "Sound alert when game starts?", Stop: "Stop", "Stop game": "Stop game", Subject: "Subject", @@ -120,22 +130,40 @@ export const translations = { "Your message": "Your message", // Variants boxes: + "Ancient rules": "Ancient rules", + "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", - "Exchange pieces positions": "Exchange pieces positions", + "Change colors": "Change colors", + "Dangerous collisions": "Dangerous collisions", "Exotic captures": "Exotic captures", "Explosive captures": "Explosive captures", "In the shadow": "In the shadow", + "Give three checks": "Give three checks", "Keep antiking in check": "Keep antiking in check", + "King crosses the board": "King crosses the board", "Laws of attraction": "Laws of attraction", + "Long jumps over pieces": "Long jumps over pieces", "Lose all pieces": "Lose all pieces", + "Mate any piece": "Mate any piece", + "Mate the knight": "Mate the knight", + "Middle battle": "Middle battle", + "Move like a knight": "Move like a knight", "Move twice": "Move twice", + "Neverending rows": "Neverending rows", "Pawns move diagonally": "Pawns move diagonally", + "Queen disguised as a pawn": "Queen disguised as a pawn", + "Reuse pieces": "Reuse pieces", "Reverse captures": "Reverse captures", + "Run forward": "Run forward", "Shared pieces": "Shared pieces", - "Standard rules": "Standard rules" + "Shoot pieces": "Shoot pieces", + "Squares disappear": "Squares disappear", + "Standard rules": "Standard rules", + "Unidentified pieces": "Unidentified pieces" };