From a2a5caf85b79b362b6b07d9291b0f3af773f09e1 Mon Sep 17 00:00:00 2001 From: Camille L Date: Wed, 20 Mar 2024 10:33:51 +0000 Subject: [PATCH] Translated using Weblate (French) Currently translated at 100.0% (1125 of 1125 strings) Translation: Grist/client Translate-URL: https://hosted.weblate.org/projects/grist/client/fr/ --- static/locales/fr.client.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/static/locales/fr.client.json b/static/locales/fr.client.json index 5aa601cb..74135d33 100644 --- a/static/locales/fr.client.json +++ b/static/locales/fr.client.json @@ -1379,5 +1379,15 @@ "FormSuccessPage": { "Form Submitted": "Formulaire envoyé", "Thank you! Your response has been recorded.": "Nous vous remercions. Votre réponse a été enregistrée." + }, + "DateRangeOptions": { + "Last 30 days": "30 derniers jours", + "Next 7 days": "7 prochains jours", + "Last 7 days": "7 derniers jours", + "Last Week": "Semaine passée", + "This month": "Ce mois-ci", + "This week": "Cette semaine", + "This year": "Cette année", + "Today": "Aujourd'hui" } }