UNPKG

@better-auth-ui/core

Version:

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

136 lines (135 loc) 4.3 kB
export declare const adminLocalization: { /** @remarks `"Access denied"` */ accessDenied: string; /** @remarks `"You do not have permission to manage users."` */ accessDeniedDescription: string; /** @remarks `"Active"` */ active: string; /** @remarks `"Account information"` */ accountInformation: string; /** @remarks `"Administration"` */ admin: string; /** @remarks `"Banned"` */ banned: string; /** @remarks `"Ban duration (days)"` */ banDuration: string; /** @remarks `"Leave blank for a permanent ban."` */ banDurationDescription: string; /** @remarks `"Ban expires"` */ banExpires: string; /** @remarks `"Ban reason"` */ banReason: string; /** @remarks `"Ban user"` */ banUser: string; /** @remarks `"Cancel"` */ cancel: string; /** @remarks `"Close"` */ close: string; /** @remarks `"Copy user ID"` */ copyUserId: string; /** @remarks `"Created"` */ created: string; /** @remarks `"Create user"` */ createUser: string; /** @remarks `"Delete user"` */ deleteUser: string; /** @remarks `"Danger zone"` */ dangerZone: string; /** @remarks `"Email"` */ email: string; /** @remarks `"Email verified"` */ emailVerified: string; /** @remarks `"Ends with"` */ endsWith: string; /** @remarks `"All statuses"` */ filterAllStatuses: string; /** @remarks `"Load users failed"` */ loadUsersError: string; /** @remarks `"Try again or check your Admin plugin configuration."` */ loadUsersErrorDescription: string; /** @remarks `"Name"` */ name: string; /** @remarks `"More actions"` */ moreActions: string; /** @remarks `"No users found"` */ noUsers: string; /** @remarks `"Change the search or create a user."` */ noUsersDescription: string; /** @remarks `"Next page"` */ nextPage: string; /** @remarks `"Previous page"` */ previousPage: string; /** @remarks `"Impersonate user"` */ impersonateUser: string; /** @remarks `"Overview"` */ overview: string; /** @remarks `"Password"` */ password: string; /** @remarks `"Profile and access"` */ profileAndAccess: string; /** @remarks `"Retry"` */ retry: string; /** @remarks `"Role"` */ role: string; /** @remarks `"Search"` */ search: string; /** @remarks `"Search operator"` */ searchOperator: string; /** @remarks `"Contains"` */ searchContains: string; /** @remarks `"Starts with"` */ startsWith: string; /** @remarks `"Search by email"` */ searchByEmail: string; /** @remarks `"Search by name"` */ searchByName: string; /** @remarks `"Sessions"` */ sessions: string; /** @remarks `"No active sessions"` */ noSessions: string; /** @remarks `"Revoke"` */ revoke: string; /** @remarks `"Revoke all sessions"` */ revokeAllSessions: string; /** @remarks `"Save role"` */ saveRole: string; /** @remarks `"Save changes"` */ saveChanges: string; /** @remarks `"Save user"` */ saveUser: string; /** @remarks `"Set password"` */ setPassword: string; /** @remarks `"Security"` */ security: string; /** @remarks `"Status"` */ status: string; /** @remarks `"Sort"` */ sort: string; /** @remarks `"Newest first"` */ sortNewest: string; /** @remarks `"Oldest first"` */ sortOldest: string; /** @remarks `"Name A-Z"` */ sortNameAscending: string; /** @remarks `"Name Z-A"` */ sortNameDescending: string; /** @remarks `"Stop impersonating"` */ stopImpersonating: string; /** @remarks `"User details"` */ userDetails: string; /** @remarks `"User ID"` */ userId: string; /** @remarks `"Unknown admin view"` */ unknownView: string; /** @remarks `"This static admin path is not registered."` */ unknownViewDescription: string; /** @remarks `"Unban user"` */ unbanUser: string; /** @remarks `"Users"` */ users: string; /** @remarks `"Manage user access, roles, and sessions."` */ usersDescription: string; /** @remarks `"{{from}}-{{to}} of {{total}}"` */ usersPaginationRange: string; }; export type AdminLocalization = typeof adminLocalization;