Add last 2 variants in DB - still small bugs - will fix tomorrow
authorBenjamin Auder <benjamin.auder@somewhere>
Sat, 16 Jan 2021 02:26:15 +0000 (03:26 +0100)
committerBenjamin Auder <benjamin.auder@somewhere>
Sat, 16 Jan 2021 02:26:15 +0000 (03:26 +0100)
client/src/translations/en.js
client/src/translations/es.js
client/src/translations/fr.js
client/src/translations/variants/en.pug
client/src/translations/variants/es.pug
client/src/translations/variants/fr.pug
server/db/populate.sql

index 9608ef1..9501efe 100644 (file)
@@ -167,6 +167,7 @@ export const translations = {
   "64 pieces on the board": "64 pieces on the board",
   "A Clockwork Orange": "A Clockwork Orange",
   "A pawns cloud": "A pawns cloud",
+  "A quantum story": "A quantum story",
   "A wizard in the corner": "A wizard in the corner",
   "Absorb powers": "Absorb powers",
   "All of the same color": "All of the same color",
@@ -198,6 +199,7 @@ export const translations = {
   "Dance with the King": "Dance with the King",
   "Dangerous captures": "Dangerous captures",
   "Dangerous collisions": "Dangerous collisions",
+  "Do not play that!": "Do not play that!",
   "Double moves (v1)": "Double moves (v1)",
   "Double moves (v2)": "Double moves (v2)",
   "Dynasty versus Kingdom": "Dynasty versus Kingdom",
index 980f6f9..152ee64 100644 (file)
@@ -167,6 +167,7 @@ export const translations = {
   "64 pieces on the board": "64 piezas en el tablero",
   "A Clockwork Orange": "Naranja Mecánica",
   "A pawns cloud": "Une nube de peones",
+  "A quantum story": "Una historia cuántica",
   "A wizard in the corner": "Un mago en la esquina",
   "Absorb powers": "Absorber poderes",
   "All of the same color": "Todo el mismo color",
@@ -198,6 +199,7 @@ export const translations = {
   "Dance with the King": "Baila con el Rey",
   "Dangerous captures": "Capturas peligrosas",
   "Dangerous collisions": "Colisiones peligrosas",
+  "Do not play that!": "¡No juegues eso!",
   "Double moves (v1)": "Jugadas doble (v1)",
   "Double moves (v2)": "Jugadas doble (v2)",
   "Dynasty versus Kingdom": "Dinastía contra Reino",
index 6484ba0..2c6809a 100644 (file)
@@ -167,6 +167,7 @@ export const translations = {
   "64 pieces on the board": "64 pièces sur l'échiquier",
   "A Clockwork Orange": "Orange Mécanique",
   "A pawns cloud": "Une nuée de pions",
+  "A quantum story": "Une histoire quantique",
   "A wizard in the corner": "Un sorcier dans le coin",
   "Absorb powers": "Absorber les pouvoirs",
   "All of the same color": "Tout de la même couleur",
@@ -198,6 +199,7 @@ export const translations = {
   "Dance with the King": "Dansez avec le Roi",
   "Dangerous captures": "Captures dangeureuses",
   "Dangerous collisions": "Collisions dangeureuses",
+  "Do not play that!": "Ne joue pas ça !",
   "Double moves (v1)": "Coups doubles (v1)",
   "Double moves (v2)": "Coups doubles (v2)",
   "Dynasty versus Kingdom": "Dynastie contre Royaume",
index af4c550..aea01ff 100644 (file)
@@ -442,6 +442,7 @@ p.
   var varlist = [
     "Alice",
     "Ambiguous",
+    "Bario",
     "Bicolour",
     "Evolution",
     "Forward",
@@ -449,6 +450,7 @@ p.
     "Hamilton",
     "Kingsmaker",
     "Magnetic",
+    "Refusal",
     "Relayup",
     "Rollerball",
     "Takenmake",
index b638617..e087a42 100644 (file)
@@ -452,6 +452,7 @@ p.
   var varlist = [
     "Alice",
     "Ambiguous",
+    "Bario",
     "Bicolour",
     "Evolution",
     "Forward",
@@ -459,6 +460,7 @@ p.
     "Hamilton",
     "Kingsmaker",
     "Magnetic",
+    "Refusal",
     "Relayup",
     "Rollerball",
     "Takenmake",
index 9ce0160..bb640db 100644 (file)
@@ -450,6 +450,7 @@ p.
   var varlist = [
     "Alice",
     "Ambiguous",
+    "Bario",
     "Bicolour",
     "Evolution",
     "Forward",
@@ -457,6 +458,7 @@ p.
     "Hamilton",
     "Kingsmaker",
     "Magnetic",
+    "Refusal",
     "Relayup",
     "Rollerball",
     "Takenmake",
index b274032..122224d 100644 (file)
@@ -26,6 +26,7 @@ insert or ignore into Variants (name, description) values
   ('Avalanche', 'Pawnfalls'),
   ('Ball', 'Score a goal'),
   ('Balaklava', 'Meet the Mammoth'),
+  ('Bario', 'A quantum story'),
   ('Baroque', 'Exotic captures'),
   ('Benedict', 'Change colors'),
   ('Berolina', 'Pawns move diagonally'),
@@ -119,6 +120,7 @@ insert or ignore into Variants (name, description) values
   ('Relayup', 'Upgrade pieces'),
   ('Rifle', 'Shoot pieces'),
   ('Recycle', 'Reuse pieces'),
+  ('Refusal', 'Do not play that!'),
   ('Rollerball', 'As in the movie'),
   ('Rococo', 'Capture on the edge'),
   ('Rookpawns', 'Rook versus pawns'),