X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Ftranslations%2Fen.js;h=9a938055920514d18e8cff4b0fb9183629add8b2;hb=f35b9960e1c527fc400ebac85321bd4712459da3;hp=190b4127b898b7134f8346b57ec324d3d885fbde;hpb=f0c68a04e31bb6a4b2f8b94a532ef3ca2eebbe3e;p=vchess.git diff --git a/client/src/translations/en.js b/client/src/translations/en.js index 190b4127..9a938055 100644 --- a/client/src/translations/en.js +++ b/client/src/translations/en.js @@ -9,6 +9,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 Hall in 3 seconds...": "Back to Hall in 3 seconds...", "Back to list": "Back to list", @@ -30,6 +31,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", @@ -92,6 +94,9 @@ export const translations = { "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", @@ -112,6 +117,7 @@ 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", @@ -150,14 +156,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", @@ -169,5 +175,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" };