'ShubraVeil', 'welcome' => 'Welcome to ShubraVeil', 'home' => 'Home', 'products' => 'Products', 'about' => 'About', 'contact' => 'Contact', 'search' => 'Search', 'cart' => 'Cart', 'account' => 'My Account', // Authentication 'login' => 'Login', 'register' => 'Register', 'logout' => 'Logout', 'email' => 'Email', 'password' => 'Password', 'confirm_password' => 'Confirm Password', 'forgot_password' => 'Forgot Password?', 'remember_me' => 'Remember Me', // Products 'product_name' => 'Product Name', 'price' => 'Price', 'quantity' => 'Quantity', 'description' => 'Description', 'add_to_cart' => 'Add to Cart', 'out_of_stock' => 'Out of Stock', 'reviews' => 'Reviews', 'write_review' => 'Write a Review', // Shopping Cart 'shopping_cart' => 'Shopping Cart', 'total' => 'Total', 'checkout' => 'Checkout', 'continue_shopping' => 'Continue Shopping', 'empty_cart' => 'Your cart is empty', // Payment 'payment' => 'Payment', 'payment_method' => 'Payment Method', 'card_number' => 'Card Number', 'expiry_date' => 'Expiry Date', 'cvv' => 'CVV', 'pay_now' => 'Pay Now', // Orders 'orders' => 'Orders', 'order_number' => 'Order Number', 'order_date' => 'Order Date', 'order_status' => 'Order Status', 'order_total' => 'Order Total', // Notifications 'notifications' => 'Notifications', 'no_notifications' => 'No notifications', 'mark_as_read' => 'Mark as Read', 'mark_all_as_read' => 'Mark All as Read', // Profile 'profile' => 'Profile', 'edit_profile' => 'Edit Profile', 'name' => 'Name', 'phone' => 'Phone', 'address' => 'Address', 'save_changes' => 'Save Changes', // Messages 'success' => 'Success', 'error' => 'Error', 'confirm' => 'Confirm', 'cancel' => 'Cancel', 'loading' => 'Loading...', // Errors 'required_field' => 'This field is required', 'invalid_email' => 'Invalid email address', 'password_mismatch' => 'Passwords do not match', 'invalid_credentials' => 'Invalid credentials', // Reviews 'rating' => 'Rating', 'comment' => 'Comment', 'submit_review' => 'Submit Review', 'edit_review' => 'Edit Review', 'delete_review' => 'Delete Review', // Shipping 'shipping' => 'Shipping', 'shipping_address' => 'Shipping Address', 'shipping_method' => 'Shipping Method', 'shipping_cost' => 'Shipping Cost', // Invoices 'invoice' => 'Invoice', 'invoice_number' => 'Invoice Number', 'invoice_date' => 'Invoice Date', 'download_invoice' => 'Download Invoice', // Support 'support' => 'Support', 'faq' => 'FAQ', 'contact_support' => 'Contact Support', 'submit_ticket' => 'Submit Ticket', ];