X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Ftranslations%2Fen.js;h=e7fcb24d75c1ef8445affefe1948a382b90c82df;hb=9618937e4a56277f35cbd2dd22078c61bb3f47d4;hp=ff178cd4012e2cf4ea201bfffbe812c88e2a3334;hpb=db1f1f9adb920605c7a16b060a7737e54636ee08;p=vchess.git diff --git a/client/src/translations/en.js b/client/src/translations/en.js index ff178cd4..e7fcb24d 100644 --- a/client/src/translations/en.js +++ b/client/src/translations/en.js @@ -5,10 +5,12 @@ export const translations = { "Accept challenge?": "Accept challenge?", 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?", "Authentication successful!": "Authentication successful!", + "Back to Hall in 3 seconds...": "Back to Hall in 3 seconds...", "Back to list": "Back to list", "Black to move": "Black to move", "Black surrender": "Black surrender", @@ -35,6 +37,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", @@ -52,7 +55,9 @@ 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", @@ -61,7 +66,7 @@ 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", "New connexion detected: tab now offline": "New connexion detected: tab now offline", @@ -89,7 +94,7 @@ export const translations = { "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?", @@ -112,7 +117,9 @@ export const translations = { 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", Variant: "Variant", Variants: "Variants", Versus: "Versus", @@ -143,15 +150,18 @@ 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", + "Queen disguised as a pawn": "Queen disguised as a pawn", "Reuse pieces": "Reuse pieces", "Reverse captures": "Reverse captures", "Run forward": "Run forward", @@ -159,5 +169,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" };