mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-12-22 17:10:10 +00:00
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/
This commit is contained in:
parent
cf3efe770d
commit
edd3aeba16
@ -5,7 +5,7 @@
|
|||||||
"strings": {
|
"strings": {
|
||||||
"username": "Nom d'utilisateur",
|
"username": "Nom d'utilisateur",
|
||||||
"password": "Mot de passe",
|
"password": "Mot de passe",
|
||||||
"emailAddress": "Adresse e-mail",
|
"emailAddress": "Adresse courriel",
|
||||||
"name": "Nom",
|
"name": "Nom",
|
||||||
"submit": "Soumettre",
|
"submit": "Soumettre",
|
||||||
"send": "Envoyer",
|
"send": "Envoyer",
|
||||||
@ -36,7 +36,11 @@
|
|||||||
"add": "Ajouter",
|
"add": "Ajouter",
|
||||||
"edit": "Éditer",
|
"edit": "Éditer",
|
||||||
"delete": "Effacer",
|
"delete": "Effacer",
|
||||||
"inviteRemainingUses": "Utilisations restantes"
|
"inviteRemainingUses": "Utilisations restantes",
|
||||||
|
"accountStatus": "Statut du compte",
|
||||||
|
"notSet": "Non défini",
|
||||||
|
"myAccount": "Mon compte",
|
||||||
|
"contactMethods": "Moyens de contact"
|
||||||
},
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"errorLoginBlank": "Le nom d'utilisateur et/ou le mot de passe sont vides.",
|
"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.",
|
"error401Unauthorized": "Non autorisé. Essayez d'actualiser la page.",
|
||||||
"errorSaveSettings": "Impossible d'enregistrer les paramètres."
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user