From fc2f4578c09ba377c345b1974d71ef82c9757b9b Mon Sep 17 00:00:00 2001 From: Camille L Date: Mon, 20 May 2024 15:47:10 +0000 Subject: [PATCH] Translated using Weblate (French) Currently translated at 97.2% (1261 of 1297 strings) Translation: Grist/client Translate-URL: https://hosted.weblate.org/projects/grist/client/fr/ --- static/locales/fr.client.json | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/static/locales/fr.client.json b/static/locales/fr.client.json index 0a08458c..453f4fca 100644 --- a/static/locales/fr.client.json +++ b/static/locales/fr.client.json @@ -296,7 +296,9 @@ "Ok": "OK", "Manage Webhooks": "Gérer les points d’ancrage Web", "Webhooks": "Points d’ancrage Web", - "API Console": "Console de l'API" + "API Console": "Console de l'API", + "Reload": "Recharger", + "Python": "Python" }, "DocumentUsage": { "Usage statistics are only available to users with full access to the document data.": "Les statistiques d'utilisation ne sont disponibles qu'aux utilisateurs ayant un accès complet aux données du document.", @@ -565,7 +567,8 @@ }, "OnBoardingPopups": { "Finish": "Terminer", - "Next": "Suivant" + "Next": "Suivant", + "Previous": "Précédent" }, "OpenVideoTour": { "YouTube video player": "Lecteur vidéo YouTube", @@ -1543,5 +1546,20 @@ "Error in dropdown condition": "Erreur dans la condition de la liste déroulant", "No choices matching condition": "Aucun choix correspondant à la condition", "No choices to select": "Aucun choix à sélectionner" + }, + "FormRenderer": { + "Submit": "Soumettre", + "Select...": "Sélectionner...", + "Search": "Rechercher", + "Reset": "Réinitialiser" + }, + "widgetTypesMap": { + "Table": "Table", + "Form": "Formulaire", + "Custom": "Personnalisée", + "Chart": "Graphique", + "Card List": "Liste de fiches", + "Card": "Fiche", + "Calendar": "Calendrier" } }