X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Ftranslations%2Fen.js;h=ff178cd4012e2cf4ea201bfffbe812c88e2a3334;hb=db1f1f9adb920605c7a16b060a7737e54636ee08;hp=f2495d8f97fae4bae46b8755064fe62101d05ccb;hpb=e9b736ee3e72e2ddb9bf4da0c0f1e22a70f7448f;p=vchess.git diff --git a/client/src/translations/en.js b/client/src/translations/en.js index f2495d8f..ff178cd4 100644 --- a/client/src/translations/en.js +++ b/client/src/translations/en.js @@ -3,8 +3,8 @@ export const translations = { About: "About", "Accept draw?": "Accept draw?", "Accept challenge?": "Accept challenge?", - All: "All", Analyse: "Analyse", + "Analysis mode": "Analysis mode", "Any player": "Any player", Apply: "Apply", "Are you sure?": "Are you sure?", @@ -21,6 +21,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 +43,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", @@ -69,13 +71,11 @@ export const translations = { 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", @@ -98,10 +98,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", @@ -125,6 +127,8 @@ 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", @@ -134,18 +138,26 @@ export const translations = { "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", "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", "Lose all pieces": "Lose all pieces", "Mate any piece": "Mate any piece", + "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", "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" };