X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=views%2Ftranslations%2Ffr.pug;h=78b10744ba710d703b4bf85abceab34262ad1229;hp=ee2e18298a8ea47d60adabf9dbb55faf9d5ff1ed;hb=b6487fb9c41705187cf97215fc9e8f86a59057c7;hpb=d289b0439d795580a6fcdc4b73521f246cd81450 diff --git a/views/translations/fr.pug b/views/translations/fr.pug index ee2e1829..78b10744 100644 --- a/views/translations/fr.pug +++ b/views/translations/fr.pug @@ -1,6 +1,8 @@ - var translations = { + "Language": "Langue", + // Index page: "Help": "Aide", "First visit?": "Première visite ?", @@ -11,7 +13,7 @@ "Explosive captures": "Captures explosives", "Shared pieces": "Pièces partagées", "Standard rules": "Règles usuelles", - "Captures reborn": "Captures ressucitées", + "Captures reborn": "Les captures renaissent", "Capture all of a kind": "Capturez tout d'un même type", "Big board": "Grand échiquier", "Lose all pieces": "Perdez toutes les pièces", @@ -20,27 +22,30 @@ "Exotic captures": "Captures exotiques", "Balanced sliders & leapers": "Modes de déplacement équilibrés", "Reverse captures": "Captures inversées", + "Pawns move diagonally": "Les pions vont en diagonale", + "In the shadow": "Dans l'ombre", + "Move twice": "Jouer deux coups", + "Head upside down": "La tête à l'envers", // Variant page: "New game": "Nouvelle partie", "Waiting for opponent...": "En attente d'un adversaire...", "Rules": "Règles", - "Play!": "Jouer!", + "Play": "Jouer", "Problems": "Problèmes", "White win": "Les blancs gagnent", "Black win": "Les noirs gagnent", "Draw": "Match nul", - "New online game": "Nouvelle partie en direct", + "New live game": "Nouvelle partie en direct", "New game versus computer": "Nouvelle partie contre l'ordinateur", "Analysis mode": "Mode analyse", "Start chat": "Démarrer le chat", - "Clear game versus computer": "Effacer la partie contre l'ordinateur", + "Clear current game": "Effacer la partie courante", "Settings": "Réglages", "Resign": "Abandonner", "Undo": "Annuler", - "Play": "Jouer", - "Flip": "Retourner", - "Position + flags (FEN):": "Position + drapeaux (FEN) :", + "Flip board": "Tourner l'échiquier", + "Game state (FEN):": "État de la partie (FEN) :", "Ok": "Ok", "Random": "Aléatoire", "Preferences": "Préférences", @@ -52,18 +57,17 @@ "blue": "bleu", "Play sounds?": "Jouer les sons ?", "None": "Aucun", - "New game": "Nouvelle partie", "All": "Tous", "Chat with ": "Discuter avec ", "Type here": "Écrivez ici", "Send": "Envoyer", - "Download game": "Télécharger la partie", + "Download PGN": "Télécharger le PGN", "Show solution": "Montrer la solution", "Load previous problems": "Charger les problèmes précédents", "Load next problems": "Charger les problèmes suivants", "New": "Nouveau", "Add a problem": "Ajouter un problème", - "Full FEN string": "Chaîne FEN complète", + "Full FEN description": "Description FEN complète", "Safe HTML tags allowed": "HTML 'sûr' autorisé", "Instructions": "Instructions", "Describe the problem goal": "Décrire le but du problème", @@ -72,4 +76,15 @@ "Preview": "Prévisualiser", "Cancel": "Annuler", "Solve": "Résoudre", + "Bad FEN string": "Mauvaise description FEN", + "Empty instructions": "Instructions vides", + "Empty solution": "Solution vide", + "Already playing a game in this variant on another tab!": + "Une partie est en cours sur cette variante dans un autre onglet !", + "Finish your ": "Terminez votre ", + " game first!": " partie d'abord !", + ": unfinished computer game will be erased": + " : une partie inachevée contre l'ordinateur sera effacée", + ": current analysis will be erased": + " : l'analyse en cours sera effacée", };