From e72bfa36ceb1bd75d7deeffd6bacc4ec08b2b1ee Mon Sep 17 00:00:00 2001 From: William Date: Wed, 29 Jan 2025 21:55:55 +0000 Subject: [PATCH] Translated using Weblate (French) Currently translated at 96.3% (266 of 276 strings) Translation: wger Workout Manager/Mobile App Translate-URL: https://hosted.weblate.org/projects/wger/mobile/fr/ --- lib/l10n/app_fr.arb | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/lib/l10n/app_fr.arb b/lib/l10n/app_fr.arb index ed6483c8..574c5b2d 100644 --- a/lib/l10n/app_fr.arb +++ b/lib/l10n/app_fr.arb @@ -7,7 +7,7 @@ "@weight": { "description": "The weight of a workout log or body weight entry" }, - "confirmDelete": "Êtes-vous sûre de vouloir supprimer « {toDelete} » ?", + "confirmDelete": "Êtes-vous sûre de vouloir supprimer « {toDelete} » ?", "@confirmDelete": { "description": "Confirmation text before the user deletes an object", "type": "text", @@ -853,5 +853,27 @@ "description": "Log a specific meal (imperative form)" }, "done": "Fait", - "@done": {} + "@done": {}, + "lightMode": "Mode clair permanent", + "@lightMode": {}, + "darkMode": "Mode sombre permanent", + "@darkMode": {}, + "systemMode": "Paramètres du système", + "@systemMode": {}, + "chart30DaysTitle": "{name} 30 derniers jours", + "@chart30DaysTitle": { + "description": "last 30 days chart of 'name' (e.g. 'weight', 'body fat' etc.)", + "type": "text", + "placeholders": { + "name": {} + } + }, + "chartAllTimeTitle": "{name} de tous temps", + "@chartAllTimeTitle": { + "description": "All-time chart of 'name' (e.g. 'weight', 'body fat' etc.)", + "type": "text", + "placeholders": { + "name": {} + } + } }