diff --git a/zubhub_frontend/zubhub/public/locales/en/translation.json b/zubhub_frontend/zubhub/public/locales/en/translation.json index 51afb1356..4960f49bd 100644 --- a/zubhub_frontend/zubhub/public/locales/en/translation.json +++ b/zubhub_frontend/zubhub/public/locales/en/translation.json @@ -34,7 +34,7 @@ }, "sidebar":{ "logout": "Logout", - "expoloreActivities":"Explore Activities", + "exploreActivities":"Explore Activities", "teams":"Teams", "bookmarks":"Bookmarks", "myProjects":"My Projects", @@ -43,7 +43,8 @@ "createProject":"Create Project", "profile":"My Profile", "projects":"All Projects", - "settings":"Settings" + "settings":"Settings", + "editProfile": "Account Settings" }, "footer": { diff --git a/zubhub_frontend/zubhub/public/locales/hi/translation.json b/zubhub_frontend/zubhub/public/locales/hi/translation.json index 03af477a0..5fd02582e 100644 --- a/zubhub_frontend/zubhub/public/locales/hi/translation.json +++ b/zubhub_frontend/zubhub/public/locales/hi/translation.json @@ -32,7 +32,20 @@ "unpublishedActivities": "अप्रकाशित गतिविधियाँ", "myActivities": "मेरी गतिविधियां" }, - + "sidebar": { + "logout": "लॉगआउट", + "exploreActivities": "गतिविधियाँ करें", + "teams": "टीमें", + "bookmarks": "बुकमार्क्स", + "myProjects": "मेरे परियोजनाएँ", + "myDrafts": "मेरे मसौदे", + "createActivity": "गतिविधि बनाएं", + "createProject": "परियोजना बनाएं", + "profile": "मेरी प्रोफ़ाइल", + "projects": "सभी परियोजनाएँ", + "settings": "सेटिंग्स", + "editProfile": "खाता सेटिंग्स" + }, "footer": { "privacy": "एकांत", "guidelines": "गोपनीयता नीति", @@ -825,7 +838,7 @@ } }, "actions": { - "submit": "परिवर्तनों को सुरक्षित करें", + "submit": "परिवर्तनों को सुरक्षित करें" }, "delete": { "label": "टीम हटाएं", diff --git a/zubhub_frontend/zubhub/src/components/Sidenav/data.js b/zubhub_frontend/zubhub/src/components/Sidenav/data.js index 9e4337ea8..4be893067 100644 --- a/zubhub_frontend/zubhub/src/components/Sidenav/data.js +++ b/zubhub_frontend/zubhub/src/components/Sidenav/data.js @@ -36,7 +36,8 @@ export const links = ({ draftCount, myProjectCount, auth, t }) => [ }, { label: t('pageWrapper.sidebar.bookmarks'), link: '/projects/saved', icon: Bookmark, requireAuth: true }, ...(TEAM_ENABLED ? [{ label: t('pageWrapper.sidebar.teams'), link: '/teams/all', icon: RiTeamFill }] : []), - { label: t('pageWrapper.sidebar.expoloreActivities'), link: 'https://kriti.unstructured.studio/', target: '_blank', icon: FeaturedPlayList }, + { label: t('pageWrapper.sidebar.exploreActivities'), link: 'https://kriti.unstructured.studio/', target: '_blank', icon: FeaturedPlayList }, + { label: t('pageWrapper.sidebar.editProfile'), link: '/edit-profile', icon: Settings, reactIcon: true, requireAuth: true }, ]; export const bottomLinks = ({ t }) => [