Add some translations
authorBenjamin Auder <benjamin.auder@somewhere>
Wed, 1 Apr 2020 20:18:26 +0000 (22:18 +0200)
committerBenjamin Auder <benjamin.auder@somewhere>
Wed, 1 Apr 2020 20:18:26 +0000 (22:18 +0200)
client/src/translations/en.js
client/src/translations/es.js
client/src/translations/fr.js
server/db/populate.sql

index d2ed280..431f3b0 100644 (file)
@@ -181,6 +181,7 @@ export const translations = {
   "Explosive captures": "Explosive captures",
   "Four new pieces": "Four new pieces",
   "In the shadow": "In the shadow",
   "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)",
   "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",
   "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",
   "Push and pull": "Push and pull",
   "Queen disguised as a pawn": "Queen disguised as a pawn",
   "Reuse pieces": "Reuse pieces",
index 9af8c4b..bdcfbf0 100644 (file)
@@ -181,6 +181,7 @@ export const translations = {
   "Explosive captures": "Capturas explosivas",
   "Four new pieces": "Quatro nuevas piezas",
   "In the shadow": "En la sombra",
   "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)",
   "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",
   "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",
   "Push and pull": "Empujar y tirar",
   "Queen disguised as a pawn": "Reina disfrazada de peón",
   "Reuse pieces": "Reutilizar piezas",
index 95d115c..310bcb5 100644 (file)
@@ -181,6 +181,7 @@ export const translations = {
   "Explosive captures": "Captures explosives",
   "Four new pieces": "Quatre nouvelles pièces",
   "In the shadow": "Dans l'ombre",
   "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)",
   "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",
   "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",
   "Push and pull": "Pousser et tirer",
   "Queen disguised as a pawn": "Reine déguisée en pion",
   "Reuse pieces": "Réutiliser les pièces",
index 6a81e1c..45afa38 100644 (file)
@@ -38,6 +38,7 @@ insert or ignore into Variants (name, description) values
   ('Grand', 'Big board'),
   ('Grasshopper', 'Long jumps over pieces'),
   ('Horde', 'A pawns cloud'),
   ('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)'),
   ('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'),
   ('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'),
   ('Tencubed', 'Four new pieces'),
   ('Threechecks', 'Give three checks'),
   ('Twokings', 'Two kings'),