From 5b958911a93d212aa6ca300a948ac48510cbb227 Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Tue, 7 Apr 2020 00:22:55 +0200 Subject: [PATCH] Add translations for Ambiguous chess --- client/src/translations/en.js | 1 + client/src/translations/es.js | 1 + client/src/translations/fr.js | 1 + server/db/populate.sql | 1 + 4 files changed, 4 insertions(+) diff --git a/client/src/translations/en.js b/client/src/translations/en.js index 0aa822f1..b1e67f95 100644 --- a/client/src/translations/en.js +++ b/client/src/translations/en.js @@ -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", diff --git a/client/src/translations/es.js b/client/src/translations/es.js index 4c2bb994..121f5886 100644 --- a/client/src/translations/es.js +++ b/client/src/translations/es.js @@ -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", diff --git a/client/src/translations/fr.js b/client/src/translations/fr.js index 663d4b8a..6a659c72 100644 --- a/client/src/translations/fr.js +++ b/client/src/translations/fr.js @@ -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", diff --git a/server/db/populate.sql b/server/db/populate.sql index 46e8eb75..8ff3fde1 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -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'), -- 2.44.0