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" + } +}