|
5 | 5 | "books": "Books" |
6 | 6 | } |
7 | 7 | }, |
| 8 | + "auth": { |
| 9 | + "login": { |
| 10 | + "title": "Login", |
| 11 | + "email": "Email", |
| 12 | + "password": "Password", |
| 13 | + "emailPlaceholder": "your.email@example.com", |
| 14 | + "passwordPlaceholder": "Enter your password", |
| 15 | + "submit": "Login", |
| 16 | + "submitting": "Logging in...", |
| 17 | + "success": "Login successful", |
| 18 | + "invalid": "Invalid email or password", |
| 19 | + "serverError": "Server error. Please try again later.", |
| 20 | + "noAccount": "Don't have an account?", |
| 21 | + "signupLink": "Sign up" |
| 22 | + }, |
| 23 | + "signup": { |
| 24 | + "title": "Sign Up", |
| 25 | + "fullName": "Full Name", |
| 26 | + "email": "Email", |
| 27 | + "password": "Password", |
| 28 | + "fullNamePlaceholder": "John Doe", |
| 29 | + "emailPlaceholder": "your.email@example.com", |
| 30 | + "passwordPlaceholder": "Enter your password", |
| 31 | + "submit": "Sign Up", |
| 32 | + "submitting": "Creating account...", |
| 33 | + "success": "Account created successfully", |
| 34 | + "emailExists": "Email already exists", |
| 35 | + "serverError": "Server error. Please try again later.", |
| 36 | + "hasAccount": "Already have an account?", |
| 37 | + "loginLink": "Login" |
| 38 | + }, |
| 39 | + "logout": { |
| 40 | + "button": "Logout", |
| 41 | + "success": "Logged out successfully" |
| 42 | + }, |
| 43 | + "form": { |
| 44 | + "error": { |
| 45 | + "emailRequired": "Email is required", |
| 46 | + "emailInvalid": "Email must be a valid email address", |
| 47 | + "passwordRequired": "Password is required", |
| 48 | + "passwordTooShort": "Password must be at least 6 characters long", |
| 49 | + "fullNameRequired": "Full name is required", |
| 50 | + "fullNameTooShort": "Full name must be at least 2 characters long", |
| 51 | + "fullNameTooLong": "Full name cannot exceed 100 characters" |
| 52 | + } |
| 53 | + } |
| 54 | + }, |
8 | 55 | "actions": { |
9 | 56 | "book": { |
10 | 57 | "addSuccess": "Book created successfully", |
|
0 commit comments