Fixes + implement Cylinder Chess
[vchess.git] / client / src / translations / en.js
index ef9f291..963380a 100644 (file)
@@ -42,6 +42,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",
@@ -51,7 +52,9 @@ export const translations = {
   Logout: "Logout",
   "Logout successful!": "Logout successful!",
   "Missing email": "Missing email",
+  "Missing instructions": "Missing instructions",
   "Missing name": "Missing name",
+  "Missing solution": "Missing solution",
   "Modifications applied!": "Modifications applied!",
   "Move played:": "Move played:",
   "Mutual agreement": "Mutual agreement",
@@ -59,11 +62,13 @@ export const translations = {
   "My problems": "My problems",
   "Name: alphanumerics and underscore": "Name: alphanumerics and underscore",
   "Name or Email": "Name or Email",
+  Next: "Next",
   "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 more problems": "No more problems",
   "No subject. Send anyway?": "No subject. Send anyway?",
   None: "None",
   "Notifications by email": "Notifications by email",
@@ -79,6 +84,7 @@ export const translations = {
   "Please select a variant": "Please select a variant",
   Practice: "Practice",
   "Prefix?": "Prefix?",
+  Previous: "Previous",
   "Processing... Please wait": "Processing... Please wait",
   Problems: "Problems",
   "participant(s):": "participant(s):",
@@ -120,12 +126,16 @@ export const translations = {
   "Your message": "Your message",
 
   // Variants boxes:
+  "Attract opposite king": "Attract opposite king",
   "Balanced sliders & leapers": "Balanced sliders & leapers",
   "Big board": "Big board",
   "Board upside down": "Board upside down",
   "Both sides of the mirror": "Both sides of the mirror",
   "Capture all of a kind": "Capture all of a kind",
+  "Capture en passant": "Capture en passant",
   "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",
@@ -133,9 +143,14 @@ export const translations = {
   "Keep antiking in check": "Keep antiking in check",
   "Laws of attraction": "Laws of attraction",
   "Lose all pieces": "Lose all pieces",
+  "Mate any piece": "Mate any piece",
   "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"
+  "Standard rules": "Standard rules",
+  "Unidentified pieces": "Unidentified pieces"
 };