From bb30a65574786911a2b216f02be9a135cf51740d Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 1 Apr 2020 16:38:11 +0530 Subject: [PATCH] New translations actions.json (French) --- src/i18n/locales/fr/rightSidebar/actions.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/i18n/locales/fr/rightSidebar/actions.json b/src/i18n/locales/fr/rightSidebar/actions.json index 7e1379ef..ba5d6f6e 100644 --- a/src/i18n/locales/fr/rightSidebar/actions.json +++ b/src/i18n/locales/fr/rightSidebar/actions.json @@ -9,12 +9,11 @@ "export": "Exporter" } }, - "printResume": { - "heading": "Imprimer votre CV", - "body": "Vous pouvez cliquer sur le bouton ci-dessous pour générer un PDF instantanément. Vous pouvez également utiliser <1>Cmd/Ctrl + P mais cela aura des effets différents.", + "downloadResume": { + "heading": "Téléchargez votre CV", + "body": "Vous pouvez cliquer sur le bouton ci-dessous pour télécharger instantanément une version PDF de votre CV. Pour de meilleurs résultats, veuillez utiliser la dernière version de Google Chrome.", "buttons": { - "export": "Exporter", - "print": "Imprimer" + "saveAsPdf": "Enregistrer en PDF" } }, "loadDemoData": {