UNPKG

@better-auth-ui/core

Version:

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

55 lines (54 loc) 1.7 kB
export declare const apiKeyLocalization: { /** @remarks `"API key"` */ apiKey: string; /** @remarks `"API keys"` */ apiKeys: string; /** @remarks `"Create an API key for programmatic access to your account."` */ apiKeysDescription: string; /** @remarks `"Create API key"` */ createApiKey: string; /** @remarks `"No API keys"` */ noApiKeys: string; /** @remarks `"Name"` */ name: string; /** @remarks `"Expiration"` */ expiration: string; /** @remarks `"day"` */ day: string; /** @remarks `"days"` */ days: string; /** @remarks `"Never"` */ never: string; /** @remarks `"Created"` */ created: string; /** @remarks `"Expires"` */ expires: string; /** @remarks `"Never expires"` */ neverExpires: string; /** @remarks `"New API key"` */ newApiKey: string; /** @remarks `"Copy this key now. For security reasons you will not be able to see it again."` */ newApiKeyWarning: string; /** @remarks `"Delete API key"` */ deleteApiKey: string; /** @remarks `"This action cannot be undone. Any service using this API key will stop working immediately."` */ deleteApiKeyWarning: string; /** @remarks `"I've saved my key"` */ dismissNewKey: string; editApiKey: string; configuration: string; enabled: string; disabled: string; requests: string; remaining: string; lastRequest: string; neverRequested: string; sortBy: string; newest: string; oldest: string; nameAscending: string; nameDescending: string; previousPage: string; nextPage: string; }; export type ApiKeyLocalization = typeof apiKeyLocalization;