Add translations for Ambiguous chess
authorBenjamin Auder <benjamin.auder@somewhere>
Mon, 6 Apr 2020 22:22:55 +0000 (00:22 +0200)
committerBenjamin Auder <benjamin.auder@somewhere>
Mon, 6 Apr 2020 22:22:55 +0000 (00:22 +0200)
client/src/translations/en.js
client/src/translations/es.js
client/src/translations/fr.js
server/db/populate.sql

index 0aa822f..b1e67f9 100644 (file)
@@ -205,6 +205,7 @@ export const translations = {
   "Occupy the enemy palace": "Occupy the enemy palace",
   "Pawns move diagonally": "Pawns move diagonally",
   "Play at the same time": "Play at the same time",
+  "Play opponent's pieces": "Play opponent's pieces",
   "Powerful pieces": "Powerful pieces",
   "Prolongated captures": "Prolongated captures",
   "Push and pull": "Push and pull",
index 4c2bb99..121f588 100644 (file)
@@ -205,6 +205,7 @@ export const translations = {
   "Occupy the enemy palace": "Ocupar el palacio enemigo",
   "Pawns move diagonally": "Peones se mueven en diagonal",
   "Play at the same time": "Jugar al mismo tiempo",
+  "Play opponent's pieces": "Jugar piezas opuestas",
   "Powerful pieces": "Piezas poderosas",
   "Prolongated captures": "Capturas extendidas",
   "Push and pull": "Empujar y tirar",
index 663d4b8..6a659c7 100644 (file)
@@ -205,6 +205,7 @@ export const translations = {
   "Occupy the enemy palace": "Occuper le palais ennemi",
   "Pawns move diagonally": "Les pions vont en diagonale",
   "Play at the same time": "Jouer en même temps",
+  "Play opponent's pieces": "Jouez les pièces adverses",
   "Powerful pieces": "Pièces puissantes",
   "Prolongated captures": "Captures prolongées",
   "Push and pull": "Pousser et tirer",
index 46e8eb7..8ff3fde 100644 (file)
@@ -11,6 +11,7 @@ insert or ignore into Variants (name, description) values
   ('Alice', 'Both sides of the mirror'),
   ('Allmate1', 'Mate any piece (v1)'),
   ('Allmate2', 'Mate any piece (v2)'),
+  ('Ambiguous', 'Play opponent''s pieces'),
   ('Antiking1', 'Keep antiking in check (v1)'),
   ('Antiking2', 'Keep antiking in check (v2)'),
   ('Antimatter', 'Dangerous collisions'),