Add translations

This commit is contained in:
Jeremie Pardou-Piquemal 2020-12-20 15:56:53 +01:00 committed by Jérémie Pardou-Piquemal
parent b123924383
commit f2672b4165
3 changed files with 22 additions and 13 deletions

View file

@ -24,7 +24,6 @@ describe("Selection action", () => {
button: 0, button: 0,
clientX: 350, clientX: 350,
clientY: 500, clientY: 500,
button: 0,
isPrimary: true, isPrimary: true,
}) })
.trigger("pointermove", { .trigger("pointermove", {

View file

@ -152,13 +152,18 @@
"Switch to move mode": "Switch to move mode", "Switch to move mode": "Switch to move mode",
"Select mode": "Select mode", "Select mode": "Select mode",
"Switch to select mode": "Switch to select mode", "Switch to select mode": "Switch to select mode",
"Color 1": "__NOT_TRANSLATED__", "Color 1": "Color 1",
"Color 2": "__NOT_TRANSLATED__", "Color 2": "Color 2",
"Column count": "__NOT_TRANSLATED__", "Column count": "Column count",
"Row count": "__NOT_TRANSLATED__", "Row count": "Row count",
"Pawn": "__NOT_TRANSLATED__", "Pawn": "Pawn",
"Checkerboard": "__NOT_TRANSLATED__", "Checkerboard": "Checkerboard",
"Magnetic Grid size": "__NOT_TRANSLATED__", "Magnetic Grid size": "Magnetic grid size",
"Start a game now": "__NOT_TRANSLATED__", "Start a game now": "Start a game now",
"<0>Play board games online<1></1>with your friends - for free!</0><1>Choose from our selection or create your own.<1></1>No need to sign up. Just start a game and share the link with your friends.</1>": "<0>Play board games online<1></1>with your friends - for free!</0><1>Choose from our selection or create your own.<1></1>No need to sign up. Just start a game and share the link with your friends.</1>" "Rotate randomly 30": "Rotate randomly 30°",
"Rotate randomly 45": "Rotate randomly 45°",
"Rotate randomly 90": "Rotate randomly 90°",
"Rotate randomly 180": "Rotate randomly 180°",
"Baseline": "Baseline",
"baseline": "<0>Play board games online<1></1>with your friends - for free!</0><1>Choose from our selection or create your own.<1></1>No need to sign up. Just start a game and share the link with your friends.</1>"
} }

View file

@ -98,7 +98,7 @@
"No image": "Pas d'image", "No image": "Pas d'image",
"Sending file...": "Envoi en cours…", "Sending file...": "Envoi en cours…",
"Click or drag'n'drop file here": "Cliquez ou déposez des fichiers dans cette zone", "Click or drag'n'drop file here": "Cliquez ou déposez des fichiers dans cette zone",
"Create new game": "Créer un jeu", "Create new game": "Nouveau jeu",
"Game loading...": "Chargement…", "Game loading...": "Chargement…",
"Go to home": "Accueil", "Go to home": "Accueil",
"Configure game": "Configurer le jeu", "Configure game": "Configurer le jeu",
@ -159,5 +159,10 @@
"Checkerboard": "Damier", "Checkerboard": "Damier",
"Magnetic Grid size": "Taille de la grille", "Magnetic Grid size": "Taille de la grille",
"Start a game now": "Commencez à jouer", "Start a game now": "Commencez à jouer",
"baseline": "<0>Jouez aux jeux de société en ligne<1></1>avec vos amis - gratuitement !</0><1>Choisissez parmi notre sélection ou ajoutez le votre.<1></1>Pas besoin de compte, démarrez un jeu et partagez le lien avec vos amis.</1>" "baseline": "<0>Jouez aux jeux de société en ligne<1></1>avec vos amis - gratuitement !</0><1>Choisissez parmi notre sélection ou ajoutez le votre.<1></1>Pas besoin de compte, démarrez un jeu et partagez le lien avec vos amis.</1>",
"Rotate randomly 30": "Rotation aléatoire de 30°",
"Rotate randomly 45": "Rotation aléatoire de 45°",
"Rotate randomly 90": "Rotation aléatoire de 90°",
"Rotate randomly 180": "Rotation aléatoire de 180°",
"Baseline": "Baseline"
} }