diff --git a/src/i18n/locales/fr/leftSidebar/profile.json b/src/i18n/locales/fr/leftSidebar/profile.json index b7f889c2..665e3ba4 100644 --- a/src/i18n/locales/fr/leftSidebar/profile.json +++ b/src/i18n/locales/fr/leftSidebar/profile.json @@ -1,40 +1,40 @@ { "photoUrl": { - "label": "Photo URL" + "label": "URL de la photo" }, "firstName": { - "label": "First Name", + "label": "Prénom", "placeholder": "Jane" }, "lastName": { - "label": "Last Name", + "label": "Nom", "placeholder": "Doe" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Full Stack Web Developer" + "label": "Sous-titre", + "placeholder": "Développeur Web Full Stack" }, "address": { "line1": { - "label": "Address Line 1", - "placeholder": "Palladium Complex" + "label": "Adresse ligne 1", + "placeholder": "Complexe de Palladium" }, "line2": { - "label": "Address Line 2", + "label": "Adresse ligne 2", "placeholder": "140 E 14th St" }, "line3": { - "label": "Address Line 3", - "placeholder": "New York, NY 10003 USA" + "label": "Adresse ligne 3", + "placeholder": "New York, NY 10003 États-Unis" } }, "phone": { - "label": "Phone Number" + "label": "Numéro de téléphone" }, "website": { - "label": "Website" + "label": "Site Web" }, "email": { - "label": "Email Address" + "label": "Adresse e-mail" } }