UNPKG

@better-auth-ui/core

Version:

Authentication components and data utilities for [Better Auth](https://better-auth.com), available for React and Solid.

223 lines (222 loc) 8.25 kB
export declare const organizationLocalization: { /** @remarks `"Accept"` */ accept: string; /** @remarks `"Organization invitation"` */ acceptInvitationTitle: string; /** @remarks `"You've been invited to join {{organization}} as {{role}}."` */ acceptInvitationDescription: string; /** @remarks `"Accepted"` */ accepted: string; /** @remarks `"Actions"` */ actions: string; /** @remarks `"Admin"` */ admin: string; /** @remarks `"All"` */ all: string; /** @remarks `"Canceled"` */ canceled: string; /** @remarks `"Cancel invitation"` */ cancelInvitation: string; /** @remarks `"Change logo"` */ changeLogo: string; /** @remarks `"Change role"` */ changeMemberRole: string; /** @remarks `"Choose the roles this member should have in the organization."` */ changeMemberRoleDescription: string; /** @remarks `"Clear"` */ clear: string; /** @remarks `"Create organization"` */ createOrganization: string; /** @remarks `"Delete logo"` */ deleteLogo: string; /** @remarks `"Delete organization"` */ deleteOrganization: string; /** @remarks `"Permanently delete this organization and all of its data. All members will lose access and this cannot be undone."` */ deleteOrganizationDescription: string; /** @remarks `"Invitations"` */ invitations: string; /** @remarks `"Invitation resent"` */ invitationResent: string; /** @remarks `"Invitation unavailable"` */ invitationUnavailable: string; /** @remarks `"This invitation is invalid, expired, or has already been handled."` */ invitationUnavailableDescription: string; /** @remarks `"Invited at"` */ invitedAt: string; /** @remarks `"Invite member"` */ inviteMember: string; /** @remarks `"Member invited successfully"` */ inviteMemberSuccess: string; /** @remarks `"We'll email them a link to join this organization. Choose the role they'll have once they accept."` */ inviteMemberDescription: string; /** @remarks `"You left the organization"` */ leftOrganization: string; /** @remarks `"Leave organization"` */ leaveOrganization: string; /** @remarks `"Leave this organization and lose access to its data and resources. You'll need a new invitation to rejoin."` */ leaveOrganizationDescription: string; /** @remarks `"Logo"` */ logo: string; /** @remarks `"Logo updated successfully"` */ logoChangedSuccess: string; /** @remarks `"Logo removed successfully"` */ logoDeletedSuccess: string; /** @remarks `"Manage"` */ manage: string; /** @remarks `"Member"` */ member: string; /** @remarks `"Member removed"` */ memberRemoved: string; /** @remarks `"Member role updated"` */ memberRoleUpdated: string; /** @remarks `"Members"` */ members: string; /** @remarks `"People"` */ people: string; /** @remarks `"Name"` */ name: string; /** @remarks `"Enter the organization name"` */ namePlaceholder: string; /** @remarks `"No invitations"` */ noInvitations: string; /** @remarks `"No organizations"` */ noOrganizations: string; /** @remarks `"Organization"` */ organization: string; /** @remarks `"Organization deleted"` */ organizationDeleted: string; /** @remarks `"Invite a teammate to collaborate in this organization."` */ organizationInvitationsEmptyDescription: string; /** @remarks `"Organizations"` */ organizations: string; /** @remarks `"Create an organization to collaborate with others and manage shared access."` */ organizationsDescription: string; /** @remarks `"Organization profile"` */ organizationProfile: string; /** @remarks `"Organization updated successfully"` */ organizationUpdatedSuccess: string; /** @remarks `"Owner"` */ owner: string; /** @remarks `"Pending"` */ pending: string; /** @remarks `"Next page"` */ nextPage: string; /** @remarks `"First page"` */ firstPage: string; /** @remarks `"Last page"` */ lastPage: string; /** @remarks `"Page {{page}} of {{pages}}"` */ pageOf: string; /** @remarks `"Rows per page"` */ rowsPerPage: string; /** @remarks `"Columns"` */ columns: string; /** @remarks `"{{count}} selected"` */ selectedCount: string; /** @remarks `"Select row"` */ selectRow: string; /** @remarks `"Select all rows on this page"` */ selectAllRows: string; /** @remarks `"Cancel selected invitations"` */ cancelSelectedInvitations: string; /** @remarks `"Cancel the selected pending invitations?"` */ cancelSelectedInvitationsDescription: string; /** @remarks `"{{count}} invitations canceled"` */ invitationsCanceled: string; /** @remarks `"Remove selected members"` */ removeSelectedMembers: string; /** @remarks `"Remove the selected members from this organization? They will lose access immediately."` */ removeSelectedMembersDescription: string; /** @remarks `"{{count}} members removed"` */ membersRemoved: string; /** @remarks `"Delete selected roles"` */ deleteSelectedRoles: string; /** @remarks `"Delete the selected roles? Roles assigned to members cannot be deleted."` */ deleteSelectedRolesDescription: string; /** @remarks `"{{count}} roles deleted"` */ rolesDeleted: string; /** @remarks `"Personal account"` */ personalAccount: string; /** @remarks `"Previous page"` */ previousPage: string; /** @remarks `"Rejected"` */ rejected: string; /** @remarks `"{{from}}–{{to}} of {{total}}"` */ paginationRange: string; /** @remarks `"Return"` */ return: string; /** @remarks `"Reject invitation"` */ rejectInvitation: string; /** @remarks `"Remove member"` */ removeMember: string; /** @remarks `"Are you sure you want to remove this member from the organization? They will lose access immediately."` */ removeMemberWarning: string; /** @remarks `"Resend invitation"` */ resendInvitation: string; /** @remarks `"Role"` */ role: string; /** @remarks `"Search..."` */ search: string; /** @remarks `"Select at least one role"` */ selectAtLeastOneRole: string; /** @remarks `"Select roles"` */ selectRoles: string; /** @remarks `"Slug"` */ slug: string; /** @remarks `"organization-slug"` */ slugPlaceholder: string; /** @remarks `"Status"` */ status: string; /** @remarks `"Upload logo"` */ uploadLogo: string; /** @remarks `"Invitations to join an organization will show up here."` */ userInvitationsEmptyDescription: string; /** @remarks `"Verify your email to view invitations"` */ verifyEmailToViewInvitations: string; /** @remarks `"For your security, invitations are available after you verify your email address."` */ verifyEmailToViewInvitationsDescription: string; teams: string; team: string; teamsDescription: string; selectTeam: string; allTeams: string; selectMember: string; createTeam: string; renameTeam: string; deleteTeam: string; deleteTeamDescription: string; noTeams: string; noTeamsDescription: string; teamMembers: string; addTeamMember: string; removeTeamMember: string; teamCreated: string; teamUpdated: string; teamDeleted: string; teamLimitReached: string; teamMemberLimitReached: string; lastTeamRemovalDisabled: string; activeTeamRemovalDisabled: string; onlyOwnerActionDisabled: string; limitReached: string; organizationLimitReached: string; membershipLimitReached: string; invitationLimitReached: string; roles: string; rolesDescription: string; createRole: string; editRole: string; deleteRole: string; deleteRoleDescription: string; roleName: string; permissions: string; permissionsLimitedDescription: string; noRoles: string; noRolesDescription: string; roleCreated: string; roleUpdated: string; roleDeleted: string; roleInUse: string; roleNamePlaceholder: string; }; export type OrganizationLocalization = typeof organizationLocalization;