From edd3aeba16552155c71e0406bff7977dd2caf826 Mon Sep 17 00:00:00 2001 From: Someone <7dn1yh5j@debauchez.fr> Date: Tue, 8 Aug 2023 14:47:09 +0000 Subject: [PATCH] Translated using Weblate (French) Currently translated at 100.0% (49 of 49 strings) Translation: jfa-go/Common Strings Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/common-strings/fr/ --- lang/common/fr-fr.json | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/lang/common/fr-fr.json b/lang/common/fr-fr.json index 78abba9..86ae13b 100644 --- a/lang/common/fr-fr.json +++ b/lang/common/fr-fr.json @@ -5,7 +5,7 @@ "strings": { "username": "Nom d'utilisateur", "password": "Mot de passe", - "emailAddress": "Adresse e-mail", + "emailAddress": "Adresse courriel", "name": "Nom", "submit": "Soumettre", "send": "Envoyer", @@ -36,7 +36,11 @@ "add": "Ajouter", "edit": "Éditer", "delete": "Effacer", - "inviteRemainingUses": "Utilisations restantes" + "inviteRemainingUses": "Utilisations restantes", + "accountStatus": "Statut du compte", + "notSet": "Non défini", + "myAccount": "Mon compte", + "contactMethods": "Moyens de contact" }, "notifications": { "errorLoginBlank": "Le nom d'utilisateur et/ou le mot de passe sont vides.", @@ -45,5 +49,18 @@ "error401Unauthorized": "Non autorisé. Essayez d'actualiser la page.", "errorSaveSettings": "Impossible d'enregistrer les paramètres." }, - "quantityStrings": {} -} \ No newline at end of file + "quantityStrings": { + "year": { + "plural": "{n] années", + "singular": "{n] année" + }, + "day": { + "singular": "{n] jour", + "plural": "{n] jours" + }, + "month": { + "singular": "{n] mois", + "plural": "{n] mois" + } + } +}