Translated using Weblate (French)
Currently translated at 96.8% (607 of 627 strings) Translation: Vikunja/Frontend Translate-URL: https://hosted.weblate.org/projects/vikunja/frontend/fr/
This commit is contained in:
parent
4123d739d9
commit
b0827e2ba8
1 changed files with 9 additions and 8 deletions
|
@ -149,8 +149,8 @@
|
||||||
"weeks": "Semaines",
|
"weeks": "Semaines",
|
||||||
"days": "Jours",
|
"days": "Jours",
|
||||||
"hours": "Heures",
|
"hours": "Heures",
|
||||||
"specifyAmount": "Indique un montant…",
|
"specifyAmount": "Indique un nombre…",
|
||||||
"each": "Chaque",
|
"each": "Tous/toutes les",
|
||||||
"fromCurrentDate": "À partir de la date actuelle",
|
"fromCurrentDate": "À partir de la date actuelle",
|
||||||
"monthly": "Mensuel",
|
"monthly": "Mensuel",
|
||||||
"mode": "Mode de répétition",
|
"mode": "Mode de répétition",
|
||||||
|
@ -207,7 +207,7 @@
|
||||||
"delete": "Supprimer ce commentaire",
|
"delete": "Supprimer ce commentaire",
|
||||||
"comment": "Commentaire",
|
"comment": "Commentaire",
|
||||||
"placeholder": "Ajoute ton commentaire…",
|
"placeholder": "Ajoute ton commentaire…",
|
||||||
"creating": "Créer un commentaire…",
|
"creating": "Création d’un commentaire…",
|
||||||
"edited": "modifié {date}",
|
"edited": "modifié {date}",
|
||||||
"loading": "Chargement des commentaires…",
|
"loading": "Chargement des commentaires…",
|
||||||
"title": "Commentaires"
|
"title": "Commentaires"
|
||||||
|
@ -288,15 +288,15 @@
|
||||||
},
|
},
|
||||||
"show": {
|
"show": {
|
||||||
"noTasks": "Rien à faire – Passe une bonne journée !",
|
"noTasks": "Rien à faire – Passe une bonne journée !",
|
||||||
"nextMonth": "Mois prochain",
|
"nextMonth": "Le mois prochain",
|
||||||
"nextWeek": "Semaine prochaine",
|
"nextWeek": "La semaine prochaine",
|
||||||
"today": "Aujourd’hui",
|
"today": "Aujourd’hui",
|
||||||
"until": "jusqu’au",
|
"until": "au",
|
||||||
"from": "Tâches du",
|
"from": "Tâches du",
|
||||||
"titleCurrent": "Tâches actuelles",
|
"titleCurrent": "Tâches actuelles",
|
||||||
"current": "Tâches actuelles",
|
"current": "Tâches actuelles",
|
||||||
"noDates": "Afficher les tâches sans date",
|
"noDates": "Afficher les tâches sans date",
|
||||||
"titleDates": "Tâches de {from} à {to}"
|
"titleDates": "Tâches du {from} au {to}"
|
||||||
},
|
},
|
||||||
"openDetail": "Ouvrir la vue détaillée de la tâche",
|
"openDetail": "Ouvrir la vue détaillée de la tâche",
|
||||||
"undoneSuccess": "La tâche a bien été dé-marquée comme terminée.",
|
"undoneSuccess": "La tâche a bien été dé-marquée comme terminée.",
|
||||||
|
@ -758,7 +758,8 @@
|
||||||
"altFormatShort": "j M Y",
|
"altFormatShort": "j M Y",
|
||||||
"altFormatLong": "j M Y H:i",
|
"altFormatLong": "j M Y H:i",
|
||||||
"ago": "il y a {date}",
|
"ago": "il y a {date}",
|
||||||
"in": "en {date}"
|
"in": "en {date}",
|
||||||
|
"locale": "fr"
|
||||||
},
|
},
|
||||||
"migrate": {
|
"migrate": {
|
||||||
"confirm": "Je suis sûr·e, commencer à migrer maintenant !",
|
"confirm": "Je suis sûr·e, commencer à migrer maintenant !",
|
||||||
|
|
Loading…
Reference in a new issue