X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Ftranslations%2Fen.js;h=dbbddd8df196eb29472a073cd162da9adcaa2888;hb=dee4b6379caa8fdeff4768ec5c08d70ffc60887d;hp=2a50968cfb10395aff8b7c8eef8d9909092f8a48;hpb=603b8a8b4a854efb168953da70e7b43ae99b50d9;p=vchess.git diff --git a/client/src/translations/en.js b/client/src/translations/en.js index 2a50968c..dbbddd8d 100644 --- a/client/src/translations/en.js +++ b/client/src/translations/en.js @@ -1,5 +1,8 @@ export const translations = { + //jugada ou movimiento ? + //fin de la partida au lieu de final de partida ? + "Hall": "Hall", "Variants": "Variants", "My games": "My games", @@ -12,13 +15,7 @@ export const translations = "Subject": "Subject", "Content": "Content", "Email sent!": "Email sent!", - "Hall": "Hall", - "My games": "My games", - // Index page: - "Help": "Help", - "First visit?": "First visit?", - ">>> Please read this <<<": ">>> Please read this <<<", // Variants boxes: "Both sides of the mirror": "Both sides of the mirror", "Keep antiking in check": "Keep antiking in check", @@ -48,16 +45,10 @@ export const translations = "Black win": "Black win", "Draw": "Draw", "Unfinished": "Unknown", - "New live game": "New live game", - "New game versus computer": "New game versus computer", - "Analysis mode": "Analysis mode", - "Start chat": "Start chat", - "Clear current game": "Clear current game", "Settings": "Settings", "Resign": "Resign", "Undo": "Undo", "Flip board": "Flip board", - "Game state (FEN):": "Game state (FEN):", "Ok": "Ok", "Random": "Random", "Preferences": "Preferences", @@ -70,21 +61,12 @@ export const translations = "Play sounds?": "Play sounds?", "None": "None", "All": "All", - "Chat with ": "Chat with ", "Type here": "Type here", "Send": "Send", "Download PGN": "Download PGN", + "Analyze": "Analyze", "Cancel": "Cancel", - "Already playing a game in this variant on another tab!": - "Already playing a game in this variant on another tab!", - "Finish your ": "Finish your ", - " game first!": " game first!", - ": unfinished computer game will be erased": - ": unfinished computer game will be erased", - ": current analysis will be erased": - ": current analysis will be erased", - "Terminate game?": "Terminate game?", - "Sorry I have to go": "Sorry I have to go", - "Game seems over": "Game seems over", + // Game page: + };