X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Ftranslations%2Ffr.js;h=95fb5c447f2805afeaab745a5e9a909188f3702f;hp=a35c4ca4af5d0300ec29404287e95d25f479df01;hb=2bb4666e276e837add0958554a11b38f7f4d9357;hpb=eaab401ea14ebbde1e49ede7c639bc3b6556bf08 diff --git a/client/src/translations/fr.js b/client/src/translations/fr.js index a35c4ca4..95fb5c44 100644 --- a/client/src/translations/fr.js +++ b/client/src/translations/fr.js @@ -234,6 +234,7 @@ export const translations = { "Non-conformism and utopia": "Non-conformisme et utopie", "Occupy the enemy palace": "Occuper le palais ennemi", "Paralyzed pieces": "Pièces paralysées", + "Pawns capture backward": "Les pions capturent en arrière", "Pawns move diagonally": "Les pions vont en diagonale", "Pieces upside down": "Pièces à l'envers", "Play at the same time": "Jouer en même temps", @@ -272,5 +273,6 @@ export const translations = { "Two royal pieces": "Deux pièces royales", "Unidentified pieces": "Pièces non identifiées", "Walk on a graph": "Marche sur un graphe", - "White move twice": "Les blancs jouent deux fois" + "White move twice": "Les blancs jouent deux fois", + "Win by castling long": "Gagnez en jouant grand roque" };