From 18bc1ccf14ea03a163d3319f3bbd2e31eb9e7be8 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 30 Mar 2020 17:53:07 +0530 Subject: [PATCH] New translations profile.json (Assamese) --- src/i18n/locales/as/leftSidebar/profile.json | 40 ++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/i18n/locales/as/leftSidebar/profile.json diff --git a/src/i18n/locales/as/leftSidebar/profile.json b/src/i18n/locales/as/leftSidebar/profile.json new file mode 100644 index 00000000..b7f889c2 --- /dev/null +++ b/src/i18n/locales/as/leftSidebar/profile.json @@ -0,0 +1,40 @@ +{ + "photoUrl": { + "label": "Photo URL" + }, + "firstName": { + "label": "First Name", + "placeholder": "Jane" + }, + "lastName": { + "label": "Last Name", + "placeholder": "Doe" + }, + "subtitle": { + "label": "Subtitle", + "placeholder": "Full Stack Web Developer" + }, + "address": { + "line1": { + "label": "Address Line 1", + "placeholder": "Palladium Complex" + }, + "line2": { + "label": "Address Line 2", + "placeholder": "140 E 14th St" + }, + "line3": { + "label": "Address Line 3", + "placeholder": "New York, NY 10003 USA" + } + }, + "phone": { + "label": "Phone Number" + }, + "website": { + "label": "Website" + }, + "email": { + "label": "Email Address" + } +}