diff --git a/packages/hoppscotch-sh-admin/locales/en.json b/packages/hoppscotch-sh-admin/locales/en.json index b2ea859f0..86830c544 100644 --- a/packages/hoppscotch-sh-admin/locales/en.json +++ b/packages/hoppscotch-sh-admin/locales/en.json @@ -96,7 +96,7 @@ "last_used_on": "Last used on", "no_expiration": "No expiration", "no_expiration_verbose": "This token will never expire!", - "section_description": "Manage your Hoppscotch users through APIs with Infra tokens", + "section_description": "Manage your Hoppscotch users through APIs with Infra tokens.", "section_title": "Infra Tokens", "tab_title": "Infra Tokens", "token_expires_on": "This token will expire on", @@ -247,6 +247,11 @@ "users_to_admin_success": "Selected users are elevated to admin status!!", "users_to_admin_failure": "Failed to elevate selected users to admin status!!" }, + "support": { + "description": "Get help from the Hoppscotch community", + "documentation": "Documentation", + "more_info": "More Info" + }, "teams": { "add_member": "Add Member", "add_members": "Add Members", @@ -325,6 +330,7 @@ "invalid_user": "Invalid User", "invite_load_list_error": "Unable to Load Invited Users List", "invite_user": "Invite User", + "invite_users_description": "Invite your team members to join Hoppscotch.", "invited_by": "Invited By", "invited_on": "Invited On", "invited_users": "Invited Users", @@ -341,6 +347,7 @@ "not_available": "Not Available", "not_found": "User not found", "pending_invites": "Pending Invites", + "pending_invites_description": "Manage and track pending user invitations with clear status and actions.", "remove_admin_privilege": "Remove Admin Privilege", "remove_admin_status": "Remove Admin Status", "rename": "Rename", diff --git a/packages/hoppscotch-sh-admin/src/components.d.ts b/packages/hoppscotch-sh-admin/src/components.d.ts index 42484278d..dfb703fea 100644 --- a/packages/hoppscotch-sh-admin/src/components.d.ts +++ b/packages/hoppscotch-sh-admin/src/components.d.ts @@ -14,6 +14,7 @@ declare module 'vue' { AppSidebar: typeof import('./components/app/Sidebar.vue')['default'] AppToast: typeof import('./components/app/Toast.vue')['default'] DashboardMetricsCard: typeof import('./components/dashboard/MetricsCard.vue')['default'] + FallbackComponent: typeof import('./components/FallbackComponent.vue')['default'] HoppButtonPrimary: typeof import('@hoppscotch/ui')['HoppButtonPrimary'] HoppButtonSecondary: typeof import('@hoppscotch/ui')['HoppButtonSecondary'] HoppSmartAnchor: typeof import('@hoppscotch/ui')['HoppSmartAnchor'] @@ -34,6 +35,7 @@ declare module 'vue' { HoppSmartTabs: typeof import('@hoppscotch/ui')['HoppSmartTabs'] HoppSmartToggle: typeof import('@hoppscotch/ui')['HoppSmartToggle'] IconLucideArrowLeft: typeof import('~icons/lucide/arrow-left')['default'] + IconLucideArrowUpRight: typeof import('~icons/lucide/arrow-up-right')['default'] IconLucideCheck: typeof import('~icons/lucide/check')['default'] IconLucideChevronDown: typeof import('~icons/lucide/chevron-down')['default'] IconLucideHelpCircle: typeof import('~icons/lucide/help-circle')['default'] diff --git a/packages/hoppscotch-sh-admin/src/components/app/Header.vue b/packages/hoppscotch-sh-admin/src/components/app/Header.vue index 577a0f160..7e9b1bf59 100644 --- a/packages/hoppscotch-sh-admin/src/components/app/Header.vue +++ b/packages/hoppscotch-sh-admin/src/components/app/Header.vue @@ -24,6 +24,16 @@
+ {{ t('configs.data_sharing.description') }} +
- {{ t('infra_tokens.section_description') }} -
++ {{ t('infra_tokens.section_description') }} +
++ {{ t('users.invite_users_description') }} +
+ +