From 67a8f3f97cdff42bc45d7e4ecbd23de1726bc25f Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 6 May 2020 23:01:45 +0530 Subject: [PATCH] New translations profile.json (Hebrew) --- src/i18n/locales/he/leftSidebar/profile.json | 27 ++++++++------------ 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/src/i18n/locales/he/leftSidebar/profile.json b/src/i18n/locales/he/leftSidebar/profile.json index b7f889c2..acd0e6ce 100644 --- a/src/i18n/locales/he/leftSidebar/profile.json +++ b/src/i18n/locales/he/leftSidebar/profile.json @@ -1,40 +1,35 @@ { "photoUrl": { - "label": "Photo URL" + "label": "קישור לתמונה" }, "firstName": { - "label": "First Name", - "placeholder": "Jane" + "label": "שם פרטי" }, "lastName": { - "label": "Last Name", - "placeholder": "Doe" + "label": "שם משפחה" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Full Stack Web Developer" + "label": "תרגום" }, "address": { + "label": "כתובת", "line1": { - "label": "Address Line 1", - "placeholder": "Palladium Complex" + "label": "כתובת שורה 1" }, "line2": { - "label": "Address Line 2", - "placeholder": "140 E 14th St" + "label": "כתובת שורה 2" }, "line3": { - "label": "Address Line 3", - "placeholder": "New York, NY 10003 USA" + "label": "כתובת שורה 3" } }, "phone": { - "label": "Phone Number" + "label": "מספר טלפון" }, "website": { - "label": "Website" + "label": "אתר" }, "email": { - "label": "Email Address" + "label": "כתובת אימייל" } }