From 0b1405c43bfab8f86ae5740058d86eacf360f4cd Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Wed, 1 Apr 2020 22:18:26 +0200 Subject: [PATCH] Add some translations --- client/src/translations/en.js | 2 ++ client/src/translations/es.js | 2 ++ client/src/translations/fr.js | 2 ++ server/db/populate.sql | 2 ++ 4 files changed, 8 insertions(+) diff --git a/client/src/translations/en.js b/client/src/translations/en.js index d2ed2803..431f3b0d 100644 --- a/client/src/translations/en.js +++ b/client/src/translations/en.js @@ -181,6 +181,7 @@ export const translations = { "Explosive captures": "Explosive captures", "Four new pieces": "Four new pieces", "In the shadow": "In the shadow", + "Interweaved colorbound teams": "Interweaved colorbound teams", "Get strong at self-mate": "Get strong at self-mate", "Give three checks": "Give three checks", "Keep antiking in check (v1)": "Keep antiking in check (v1)", @@ -205,6 +206,7 @@ export const translations = { "Pawns move diagonally": "Pawns move diagonally", "Play at the same time": "Play at the same time", "Powerful pieces": "Powerful pieces", + "Prolongated captures", "Prolongated captures", "Push and pull": "Push and pull", "Queen disguised as a pawn": "Queen disguised as a pawn", "Reuse pieces": "Reuse pieces", diff --git a/client/src/translations/es.js b/client/src/translations/es.js index 9af8c4b8..bdcfbf06 100644 --- a/client/src/translations/es.js +++ b/client/src/translations/es.js @@ -181,6 +181,7 @@ export const translations = { "Explosive captures": "Capturas explosivas", "Four new pieces": "Quatro nuevas piezas", "In the shadow": "En la sombra", + "Interweaved colorbound teams": "Equipos unicolores entrelazados", "Get strong at self-mate": "Progreso en mates asistidos", "Give three checks": "Dar tres jaques", "Keep antiking in check (v1)": "Mantener el antirey en jaque (v1)", @@ -205,6 +206,7 @@ export const translations = { "Pawns move diagonally": "Peones se mueven en diagonal", "Play at the same time": "Jugar al mismo tiempo", "Powerful pieces": "Piezas poderosas", + "Prolongated captures": "Capturas extendidas", "Push and pull": "Empujar y tirar", "Queen disguised as a pawn": "Reina disfrazada de peón", "Reuse pieces": "Reutilizar piezas", diff --git a/client/src/translations/fr.js b/client/src/translations/fr.js index 95d115c6..310bcb5f 100644 --- a/client/src/translations/fr.js +++ b/client/src/translations/fr.js @@ -181,6 +181,7 @@ export const translations = { "Explosive captures": "Captures explosives", "Four new pieces": "Quatre nouvelles pièces", "In the shadow": "Dans l'ombre", + "Interweaved colorbound teams": "Équipes unicolores entremêlées", "Get strong at self-mate": "Progressez en mats aidés", "Give three checks": "Donnez trois échecs", "Keep antiking in check (v1)": "Gardez l'antiroi en échec (v1)", @@ -205,6 +206,7 @@ export const translations = { "Pawns move diagonally": "Les pions vont en diagonale", "Play at the same time": "Jouer en même temps", "Powerful pieces": "Pièces puissantes", + "Prolongated captures": "Captures prolongées", "Push and pull": "Pousser et tirer", "Queen disguised as a pawn": "Reine déguisée en pion", "Reuse pieces": "Réutiliser les pièces", diff --git a/server/db/populate.sql b/server/db/populate.sql index 6a81e1ca..45afa386 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -38,6 +38,7 @@ insert or ignore into Variants (name, description) values ('Grand', 'Big board'), ('Grasshopper', 'Long jumps over pieces'), ('Horde', 'A pawns cloud'), + ('Interweave', 'Interweaved colorbound teams'), ('Knightmate', 'Mate the knight'), ('Knightrelay1', 'Move like a knight (v1)'), ('Knightrelay2', 'Move like a knight (v2)'), @@ -60,6 +61,7 @@ insert or ignore into Variants (name, description) values ('Shatranj', 'Ancient rules'), ('Suicide', 'Lose all pieces'), ('Suction', 'Attract opposite king'), + ('Takenmake', 'Prolongated captures'), ('Tencubed', 'Four new pieces'), ('Threechecks', 'Give three checks'), ('Twokings', 'Two kings'), -- 2.44.0