Skip to content

Commit

Permalink
Translated using Weblate (French)
Browse files Browse the repository at this point in the history
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/
  • Loading branch information
InterN0te authored and hrfee committed Sep 24, 2023
1 parent cf3efe7 commit edd3aeb
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions lang/common/fr-fr.json
Expand Up @@ -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",
Expand Down Expand Up @@ -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.",
Expand All @@ -45,5 +49,18 @@
"error401Unauthorized": "Non autorisé. Essayez d'actualiser la page.",
"errorSaveSettings": "Impossible d'enregistrer les paramètres."
},
"quantityStrings": {}
}
"quantityStrings": {
"year": {
"plural": "{n] années",
"singular": "{n] année"
},
"day": {
"singular": "{n] jour",
"plural": "{n] jours"
},
"month": {
"singular": "{n] mois",
"plural": "{n] mois"
}
}
}

0 comments on commit edd3aeb

Please sign in to comment.