diff --git a/src/i18n/locales/fr/app/app.json b/src/i18n/locales/fr/app/app.json index 861e3ad5..6bd2aba5 100644 --- a/src/i18n/locales/fr/app/app.json +++ b/src/i18n/locales/fr/app/app.json @@ -1,16 +1,16 @@ { "heading": { - "placeholder": "Heading" + "placeholder": "Titre" }, "item": { - "add": "Add {{- heading}}", + "add": "Ajouter {{- heading}}", "startDate": { - "label": "Start Date", - "placeholder": "March 2018" + "label": "Date de début", + "placeholder": "Mars 2018" }, "endDate": { - "label": "End Date", - "placeholder": "March 2022" + "label": "Date de fin", + "placeholder": "Mars 2022" }, "description": { "label": "Description" @@ -18,8 +18,8 @@ }, "buttons": { "add": { - "label": "Add" + "label": "Ajouter" } }, - "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." + "markdownHelpText": "Vous pouvez utiliser <1>GitHub Flavored Markdown pour styliser cette section du texte." }