From 63bfa09bfeb6e095a40ce3810a2e31d911272e54 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Tue, 31 Mar 2020 15:31:49 +0530 Subject: [PATCH] New translations work.json (French) --- src/i18n/locales/fr/leftSidebar/work.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/i18n/locales/fr/leftSidebar/work.json b/src/i18n/locales/fr/leftSidebar/work.json index 776d7d58..13e62d46 100644 --- a/src/i18n/locales/fr/leftSidebar/work.json +++ b/src/i18n/locales/fr/leftSidebar/work.json @@ -1,13 +1,13 @@ { "name": { - "label": "Name", - "placeholder": "Amazon (US)" + "label": "Nom", + "placeholder": "Amazon (É.-U.)" }, "role": { - "label": "Role", - "placeholder": "Front-end Web Developer" + "label": "Rôle", + "placeholder": "Développeur Front-end" }, "description": { - "placeholder": "You can write about what you specialized in while working at the company and what projects you were a part of." + "placeholder": "Vous pouvez écrire sur les compétences que vous avez acquises en travaillant au sein de l'entreprise et sur quels projets vous étiez impliqués." } }