X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Ftranslations%2Fen.js;h=a3f660e7b05e8cfaab409043f23969f76d29c93b;hb=b83a675a3066c67cc7843ae27ad8aeffd15b0976;hp=c80745753e208c2a572729a8bdae612d4ba653dd;hpb=a97bdbda4ecf83645d409b717e36828784d1450d;p=vchess.git diff --git a/client/src/translations/en.js b/client/src/translations/en.js index c8074575..a3f660e7 100644 --- a/client/src/translations/en.js +++ b/client/src/translations/en.js @@ -1,5 +1,6 @@ export const translations = { Abort: "Abort", + "Abort and remove game?": "Abort and Remove game?", About: "About", "Accept draw?": "Accept draw?", "Accept challenge?": "Accept challenge?", @@ -9,6 +10,7 @@ export const translations = { "Any player": "Any player", Apply: "Apply", "Are you sure?": "Are you sure?", + "Asymmetric random": "Asymmetric random", "Authentication successful!": "Authentication successful!", "Back to list": "Back to list", "Black to move": "Black to move", @@ -19,7 +21,9 @@ export const translations = { blue: "blue", brown: "brown", Cadence: "Cadence", + Cancel: "Cancel", Challenge: "Challenge", + "Challenge already exists": "Challenge already exists", "Challenge declined": "Challenge declined", "Chat here": "Chat here", "Clear history": "Clear history", @@ -29,6 +33,7 @@ export const translations = { "Correspondance games": "Correspondance games", "Database error: stop private browsing, or update your browser": "Database error: stop private browsing, or update your browser", Delete: "Delete", + Deterministic: "Deterministic", Download: "Download", Draw: "Draw", "Draw offer only in your turn": "Draw offer only in your turn", @@ -36,6 +41,7 @@ export const translations = { Email: "Email", "Email sent!": "Email sent!", "Empty message": "Empty message", + "Error: try to delete cookies": "Error: try to delete cookies", "Errors in FEN": "Errors in FEN", "Example game": "Example game", Go: "Go", @@ -53,6 +59,7 @@ export const translations = { Login: "Login", Logout: "Logout", "Logout successful!": "Logout successful!", + "Memorize": "Memorize", "Mispelled variant name": "Mispelled variant name", "Missing email": "Missing email", "Missing FEN": "Missing FEN", @@ -64,14 +71,17 @@ export const translations = { "Mutual agreement": "Mutual agreement", "My games": "My games", "My problems": "My problems", - "Name: alphanumerics and underscore": "Name: alphanumerics and underscore", + "Name: alphanumerics, hyphen and underscore": "Name: alphanumerics, hyphen and underscore", "Name or Email": "Name or Email", - Next: "Next", + Next_p: "Next", + Next_g: "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 challenges found :( Click on 'New game'!": "No challenges found :( Click on 'New game'!", + "No games found :( Send a challenge!": "No games found :( Send a challenge!", "No more problems": "No more problems", "No subject. Send anyway?": "No subject. Send anyway?", "Notifications by email": "Notifications by email", @@ -79,30 +89,37 @@ export const translations = { Observe: "Observe", "Offer draw?": "Offer draw?", "Opponent action": "Opponent action", - "Play with?": "Play with?", + "Participant(s):": "Participant(s):", + "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 select a variant": "Please select a variant", Practice: "Practice", "Prefix?": "Prefix?", + "Preset challenges": "Preset challenges", Previous: "Previous", "Processing... Please wait": "Processing... Please wait", Problems: "Problems", - "participant(s):": "participant(s):", + "Random?": "Random?", + "Randomness": "Randomness", + "Randomness against computer": "Randomness against computer", Refuse: "Refuse", Register: "Register", "Registration complete! Please check your emails now": "Registration complete! Please check your emails now", + Rematch: "Rematch", + "Rematch in progress:": "Rematch in progress", "Remove game?": "Remove game?", Resign: "Resign", "Resign the game?": "Resign the game?", + "Resize board": "Resize board", Result: "Result", Rules: "Rules", Send: "Send", "Self-challenge is forbidden": "Self-challenge is forbidden", "Send challenge": "Send challenge", - "Set board size": "Set board size", Settings: "Settings", + "Show next game after move?": "Show next game after move?", "Show possible moves?": "Show possible moves?", "Show solution": "Show solution", Solution: "Solution", @@ -110,12 +127,16 @@ export const translations = { Stop: "Stop", "Stop game": "Stop game", Subject: "Subject", + "Symmetric random": "Symmetric random", "Terminate game?": "Terminate game?", "Three repetitions": "Three repetitions", Time: "Time", "Undetermined result": "Undetermined result", Update: "Update", + "User creation failed. Try again": "User creation failed. Try again", "User name": "User name", + "User name or email already in use": "User name or email already in use", + Validate: "Validate", Variant: "Variant", Variants: "Variants", Versus: "Versus", @@ -146,14 +167,14 @@ export const translations = { "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", + "Kings cross the board": "Kings cross 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 any piece (v1)": "Mate any piece (v1)", + "Mate any piece (v2)": "Mate any piece (v2)", "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", @@ -165,5 +186,6 @@ export const translations = { "Shoot pieces": "Shoot pieces", "Squares disappear": "Squares disappear", "Standard rules": "Standard rules", + "The knight transfers its powers": "The knight transfers its powers", "Unidentified pieces": "Unidentified pieces" };