From d4419e1c88915b2fd109d053f3f8966f0578f0ce Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Tue, 21 Apr 2020 19:09:38 +0530 Subject: [PATCH] New translations profile.json (Tamil) --- src/i18n/locales/ta/leftSidebar/profile.json | 27 ++++++++------------ 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/src/i18n/locales/ta/leftSidebar/profile.json b/src/i18n/locales/ta/leftSidebar/profile.json index b7f889c2..b47c534f 100644 --- a/src/i18n/locales/ta/leftSidebar/profile.json +++ b/src/i18n/locales/ta/leftSidebar/profile.json @@ -1,40 +1,35 @@ { "photoUrl": { - "label": "Photo URL" + "label": "புகைப்படம் URL" }, "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": "ஈமெயில் முகவரி" } }