X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Ftranslations%2Fen.js;h=7fd40fc5d35b09a0354bb94079a495a71f72ea0b;hb=6808d7a16ec1e761c6a2dffec2281c96953e4d89;hp=37b98a4c978b7013010d4236e6bebbe8f8ad34b6;hpb=b121b2c842c663ca10687145dcdc44ef21ed5a12;p=vchess.git diff --git a/client/src/translations/en.js b/client/src/translations/en.js index 37b98a4c..7fd40fc5 100644 --- a/client/src/translations/en.js +++ b/client/src/translations/en.js @@ -1,101 +1,121 @@ -export const translations = -{ - "Abort": "Abort", - "About": "About", +export const translations = { + Abort: "Abort", + About: "About", "Accept draw?": "Accept draw?", - "All": "All", - "Analyse": "Analyse", - "Analyse in Dark mode makes no sense!": "Analyse in Dark mode makes no sense!", + All: "All", + Analyse: "Analyse", + "Analyse in Dark mode makes no sense!": + "Analyse in Dark mode makes no sense!", + "Are you sure?": "Are you sure?", "Authentication successful!": "Authentication successful!", - "Apply": "Apply", - "Available": "Available", - "Black": "Black", + Apply: "Apply", + "Back to list": "Back to list", "Black to move": "Black to move", "Black win": "Black win", "Board colors": "Board colors", "Board size": "Board size", - "blue": "blue", - "brown": "brown", - "Cadence": "Cadence", + blue: "blue", + brown: "brown", + Cadence: "Cadence", + Challenge: "Challenge", "Challenge declined": "Challenge declined", - "Connection token sent. Check your emails!": "Connection token sent. Check your emails!", - "Contact": "Contact", - "Contact form": "Contact form", - "Content": "Content", + "Chat here": "Chat here", + "Connection token sent. Check your emails!": + "Connection token sent. Check your emails!", + Contact: "Contact", "Correspondance challenges": "Correspondance challenges", "Correspondance games": "Correspondance games", "Database error:": "Database error:", - "Download": "Download", - "Draw": "Draw", + Delete: "Delete", + Download: "Download", + Draw: "Draw", "Draw offer only in your turn": "Draw offer only in your turn", - "Email": "Email", + Edit: "Edit", + Email: "Email", "Email sent!": "Email sent!", "Empty message": "Empty message", "Error while loading database:": "Error while loading database:", "Example game": "Example game", - "Forum": "Forum", - "From": "From", + From: "From", "Game retrieval failed:": "Game retrieval failed:", "Game removal failed:": "Game removal failed:", - "Go": "Go", - "green": "green", - "Hall": "Hall", + Go: "Go", + green: "green", + Hall: "Hall", "Highlight last move and checks?": "Highlight last move and checks?", - "Language": "Language", + Instructions: "Instructions", + Language: "Language", "Live challenges": "Live challenges", "Live games": "Live games", - "Login": "Login", - "Logout": "Logout", + "Load more": "Load more", + Login: "Login", + Logout: "Logout", "Logout successful!": "Logout successful!", "Modifications applied!": "Modifications applied!", + "Move played:": "Move played:", "Mutual agreement": "Mutual agreement", "My games": "My games", - "Name": "Name", + "My problems": "My problems", "Name or Email": "Name or Email", + "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 subject. Send anyway?": "No subject. Send anyway?", - "None": "None", + 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?", - "Playing": "Playing", - "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", + 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", + Practice: "Practice", + "Prefix?": "Prefix?", "Processing... Please wait": "Processing... Please wait", + Problems: "Problems", "participant(s):": "participant(s):", - "Register": "Register", - "Registration complete! Please check your emails": "Registration complete! Please check your emails", - "Resign": "Resign", + Register: "Register", + "Registration complete! Please check your emails": + "Registration complete! Please check your emails", + "Remove game?": "Remove game?", + Resign: "Resign", "Resign the game?": "Resign the game?", - "Result": "Result", - "Rules": "Rules", - "Send": "Send", - "Show possible moves?": "Show possible moves?", + Result: "Result", + Rules: "Rules", + Send: "Send", "Self-challenge is forbidden": "Self-challenge is forbidden", "Send challenge": "Send challenge", - "Settings": "Settings", + Settings: "Settings", + "Show possible moves?": "Show possible moves?", + "Show solution": "Show solution", + Social: "Social", + Solution: "Solution", "Stop game": "Stop game", - "Subject": "Subject", - "Target is not connected": "Target is not connected", + Subject: "Subject", "Terminate game?": "Terminate game?", - "This tab is now offline": "This tab is now offline", "Three repetitions": "Three repetitions", - "Time": "Time", - "To": "To", - "Type first letters...": "Type first letters...", - "Type here": "Type here", - "Unknown": "Unknown", - "Update": "Update", - "Variant": "Variant", - "Variants": "Variants", - "White": "White", + Time: "Time", + To: "To", + Unknown: "Unknown", + Update: "Update", + "User name": "User name", + Variant: "Variant", + Variants: "Variants", + Versus: "Versus", "White to move": "White to move", "White win": "White win", "Who's there?": "Who's there?", + "Write news": "Write news", + "Your message": "Your message", // Variants boxes: "Balanced sliders & leapers": "Balanced sliders & leapers", @@ -115,5 +135,5 @@ export const translations = "Pawns move diagonally": "Pawns move diagonally", "Reverse captures": "Reverse captures", "Shared pieces": "Shared pieces", - "Standard rules": "Standard rules", + "Standard rules": "Standard rules" };