export const auth = { welcome: 'Welcome', checkEmail: 'Check your email', signInSubtitle: 'Sign in to sync your nutrition data across devices.', sentCodeTo: (email: string) => `We sent a 6-digit code to ${email}`, codePlaceholder: '000000', emailPlaceholder: 'your@email.com', differentEmail: 'Use a different email', signIn: 'Sign In', signOut: 'Sign Out', signOutConfirmTitle: 'Sign Out', signOutConfirmMessage: 'Are you sure you want to sign out?', verifyCode: 'Verify Code', sessionExpiredTitle: "You've been signed out", sessionExpiredMessage: 'Please sign in again.', networkError: 'Network error', errors: { invalidEmail: 'Please enter a valid email address.', invalidCode: 'Please enter a valid verification code.', sendFailed: 'Failed to send verification code.', invalidCodeBackend: 'Invalid code.', }, };