{
  "brand": "OTLOB",
  "currency": "SAR",
  "not_found": {
    "badge": "404 - Not Found",
    "title": "Page not found",
    "description": "The link may be incorrect or the page may have been moved. Try going back home or browsing restaurants.",
    "hint": "If you got here from an ad or a restaurant page, try searching again.",
    "tip_title": "Quick tip",
    "quick_links": "Quick links:",
    "actions": {
      "back": "Go back",
      "home": "Home",
      "browse": "Browse restaurants"
    },
    "card": {
      "title": "Content unavailable",
      "subtitle": "Try choosing another section from the home page",
      "badge": "OTLOB",
      "code": "ERROR 404",
      "message": "We couldn’t find the page you requested",
      "pill1": "Offers",
      "pill2": "Restaurants",
      "pill3": "Meals"
    }
  },
  "categoryPage": {
     "api_error_fallback": "Could not load data from server. Showing demo data for now.",
    "tabs": {
      "restaurants": "Restaurants",
      "meals": "Meals"
    },
    "subtitle": {
      "restaurants": "Restaurants in {{categoryName}} category",
      "meals": "Meals in {{categoryName}} category"
    },
    "cta": {
      "viewRestaurant": "View Restaurant"
    },
    "empty": {
       "meals_title": "No meals found in this category",
      "meals_subtitle": "Try another category or come back later.",
      "restaurants_title": "No restaurants found in this category",
      "restaurants_subtitle": "Try another category or come back later."
    },
    "fallback": {
      "categoryName": "Asian Cuisine",
      "restaurants": [
        {
          "name": "Orient Restaurant",
          "location": "Dubai",
          "description": "Asian dishes with premium quality."
        },
        {
          "name": "Sushi Roll House",
          "location": "Dubai",
          "description": "Fresh sushi daily with many options."
        },
        {
          "name": "Thai Flavors",
          "location": "Dubai",
          "description": "Authentic Thai with balanced spices."
        }
      ],
      "meals": [
        {
          "name": "Sushi Platter",
          "description": "A mixed sushi platter for two.",
          "badge": "20% Off"
        },
        {
          "name": "Pad Thai",
          "description": "Thai noodles with tamarind sauce."
        },
        {
          "name": "Pho Soup",
          "description": "Vietnamese soup rich with herbs."
        }
      ]
    }
  },
  
    "checkout_all": {
    "title": "How would you like to receive your order?",
    "subtitle": "Enter delivery/pickup details to confirm the order.",

    "pickup": "Pickup",
    "delivery": "Delivery",

    "saved_addresses": "Saved addresses",
    "loading_addresses": "Loading addresses...",
    "select_address": "Select an address (optional)",
    "no_saved_addresses": "No saved addresses yet.",
    "address_book_failed": "Failed to load saved addresses",

    "phone": "Phone number",
    "phone_placeholder": "09xxxxxxxx",

    "secondary_phone": "Secondary phone (optional)",
    "secondary_phone_placeholder": "Optional",

    "addressLine": "Delivery address",
    "addressLine_placeholder": "City, Area, Street, Building",

    "notes": "Notes (optional)",
    "notes_placeholder": "Add a note for the courier",

    "summary": {
      "restaurants": "Restaurants",
      "total": "Total"
    },

    "actions": {
      "back_to_cart": "Back to cart",
      "confirm": "Confirm order"
    },

    "errors": {
      "phone_required": "Phone is required",
      "phone_invalid": "Invalid phone number",
      "secondary_phone_invalid": "Invalid secondary phone",
      "address_required": "Delivery address is required"
    },

    "toast": {
      "submitting": "Confirming order...",
      "success": "Order created successfully",
      "failed": "Checkout failed, please try again"
    }
  },
  
 
  "addresses": {
    "title": "Manage Addresses",
    "add_new": "Add New Address",

    "add_title": "Add New Address",
    "add_subtitle": "Save an address to make your orders faster.",
    "edit_title": "Edit Address",
    "edit_subtitle": "Update your saved address details.",

    "empty_title": "No saved addresses",
    "empty_desc": "Add your home/work address to make checkout faster.",

    "load_failed": "Failed to load addresses",
    "save_failed": "Failed to add address",
    "update_failed": "Failed to update address",
    "delete_failed": "Failed to delete address",

    "saving": "Saving...",
    "saved": "Address added",
    "updated": "Address updated",
    "deleting": "Deleting...",
    "deleted": "Address deleted",

    "delete_confirm": "Are you sure you want to delete this address?",
    "untitled": "Untitled",

    "secondary_phone_short": "Alt",
    "secondary_phone_empty": "Alt: —",

    "notes_short": "Notes",
    "notes_empty": "—",

    "fields": {
      "label": "Label",
      "addressLine": "Address",
      "phone": "Phone",
      "secondaryPhone": "Secondary Phone (Optional)",
      "notes": "Notes (Optional)"
    },

    "placeholders": {
      "label": "Home / Work",
      "addressLine": "City, Area, Street, Building",
      "phone": "09xxxxxxxx",
      "secondaryPhone": "Optional",
      "notes": "e.g. back entrance"
    },

    "errors": {
      "label_required": "Label is required",
      "address_required": "Address is required",
      "phone_required": "Phone is required",
      "phone_invalid": "Invalid phone number",
      "secondary_phone_invalid": "Invalid secondary phone"
    }
  },

 
  "partner": {
    "title": "Become a Partner",
    "desc": "Partner with us and grow your restaurant’s orders through our platform.",
    "cta": "Chat on WhatsApp",
    "error": "Couldn't generate WhatsApp link.",
    "whatsapp_message_en": "Hi 👋 I’m interested in partnering with your restaurant project. Can you share details about collaboration and onboarding?",
    "whatsapp_message_ar": "مرحباً 👋 أنا مهتم بالشراكة في مشروع المطاعم. ممكن تزوّدني بتفاصيل التعاون وخطوات الانضمام؟"
  },
  "nav": {
    "home": "Home",
    "restaurants": "Restaurants",
    "offers": "Offers",
    "favorites": "Favorites",
    "orders": "Orders",
    "cart": "Cart",
    "join": "Join",
    "login": "Log in",
    "lang": "English",
    "search_ph": "Search restaurants or dishes...",
    "back": "Back",
    "profile": "Profile",
    "logout": "Logout",
    "cancel": "Cancel",
    "logout_confirm_title": "Are you sure you want to log out?",
    "logout_confirm_desc": "You will need to sign in again to use your account features."
  },
  "profile": {
    "title": "My Profile",
    "not_signed_in_title": "You're not signed in",
    "not_signed_in_desc": "Please Login / Sign Up to access your profile and account settings.",
    "login_signup": "Login / Sign Up",
    "your_name": "Your Name",
    "name_placeholder": "Name of user",
    "your_email": "Your Email",
    "email_placeholder": "Email",
    "email_address": "Email Address",
    "your_phone": "Your Phone Number",
    "phone_placeholder": "Phone",
    "password": "Password",
    "password_placeholder": "Enter your password",
    "save": "Save",
    "saving": "Saving changes...",
    "saved": "Profile updated successfully",
    "save_failed": "Failed to update profile",
    "password_security_title": "Password & Security",
    "password_security_desc": "Manage your password securely and keep your account safe.",
    "edit_password": "Edit Password",
    "change_password_desc": "Choose a strong password and keep it safe.",
    "current_password": "Current Password",
    "current_password_ph": "Enter current password",
    "current_password_required": "Current password is required",
    "new_password": "New Password",
    "password_updating": "Updating password...",
    "new_password_ph": "Enter new password",
    "new_password_required": "New password is required",
    "confirm_password": "Confirm New Password",
    "confirm_password_ph": "Re-enter new password",
    "confirm_password_required": "Please confirm your new password",
    "update_password": "Update",
    "password_updated": "Password updated successfully",
    "password_update_failed": "Failed to update password",
    "danger_zone_title": "Danger Zone",
    "danger_zone_desc": "Deleting your account is a permanent action. You will not be able to restore your data after this operation.",
    "delete_account": "Delete Account",
    "delete_warning": "⚠️ Before deletion: If you have any pending orders or outstanding invoices, please make sure to complete them or download a copy.",
    "delete_title": "Permanently Delete Account",
    "delete_desc": "This is an irreversible action. Your profile data will be deleted and your access disabled. Some records may be retained for legal or accounting purposes according to our policy.",
    "delete_reason": "Reason for deletion (optional)",
    "delete_reason_ph": "Enter your reason",
    "delete_feedback": "Feedback / Suggestions (optional)",
    "delete_feedback_ph": "Help us improve",
    "delete_agree": "I agree to delete my account and all associated data (understanding that the system may retain limited backups or legal records as per the policy).",
    "type_delete": "Type DELETE to confirm:",
    "type_delete_ph": "Type DELETE here",
    "delete_submit": "Permanently Delete Account",
    "delete_failed": "Failed to delete account. Please try again later.",
    "deleting": "Deleting your account...",
    "delete_success": "Account deleted successfully"
  },
  "home": {
    "hero": {
      "title": "Taste the Pleasure of International Flavors",
      "subtitle": "Discover the best restaurants and exclusive offers near you"
    },
    "add": "Add",
     "delivery_time_single": "{{min}} min",
    "sponsored": "Sponsored",
    "order_now": "Order Now",
    "browse_restaurants": "Browse Restaurants",
    "view_menu": "View Menu",
    "add_to_cart": "Add to Cart",
    "delivery_time": "{{min}}-{{max}} min",
    "special_offer": {
      "banner": "Special Offer: 20% discount on your first order from Al Saada Restaurant"
    },
    "sections": {
      "browse_cuisine": "Browse by Cuisine",
      "nearby_restaurants": "Restaurants Near You",
      "personalized": "Especially for You",
      "ai_suggestions": "What to Eat?",
      "featured_restaurants": "Featured Restaurants This Week",
      "most_ordered": "Most Ordered Meals",
      "daily_offers": "Today's Offers"
    },
    "cuisines": {
      "pizza": "Pizza",
      "japanese": "Japanese",
      "grills": "Grills",
      "healthy": "Healthy",
      "coffee": "Coffee",
      "desserts": "Desserts",
      "arabic": "Arabic",
      "seafood": "Seafood"
    },
    "restaurants": {
      "golden_palm": "Golden Palm Restaurant",
      "evening_cafe": "Evening Cafe",
      "wok_roll": "Wok & Roll",
      "la_parisienne": "La Parisienne Bakery",
      "taste_palace": "Taste Palace Restaurant",
      "la_pizza": "La Pizza Italiana",
      "sushi_roll": "Sushi Roll"
    },
    "meals": {
      "favorite_meal": "Your Favorite Meal with Special Discount",
      "favorite_meal_desc": "Enjoy the delicious classic burger meal with crispy fries and a refreshing drink",
      "sushi_experience": "Luxurious Sushi Experience",
      "sushi_experience_desc": "A selection of the most famous types of sushi and maki",
      "chicken_kabsa": "Chicken Kabsa",
      "pasta_alfredo": "Pasta Alfredo",
      "chicken_shawarma": "Chicken Shawarma",
      "falafel_plate": "Falafel Plate"
    },
    "offers": {
      "second_meal_discount": "50% Discount on Second Meal",
      "second_meal_discount_desc": "Enjoy a big discount on ordering two meals of your choice today",
      "free_delivery": "Free Delivery for Orders +100 SAR",
      "free_delivery_desc": "Get free delivery for all orders exceeding 100 SAR",
      "double_points": "Double Loyalty Points",
     "off": "OFF",
    "limited_time": "Limited Time",
    "get_offer": "Get Offer",

    "cta_view_meal": "View Meal",
    "cta_view_restaurant": "View Restaurant",
    "cta_view_offers": "View Offer",

    "badge_fixed": "{{amt}} {{currency}} OFF",
    "badge_percentage": "{{amt}}% OFF",
    "badge_special": "Special Offer",

    "badge_restaurant": "Restaurant Offer",
    "badge_restaurant_coupons": "Restaurant Coupons",
    "badge_cart": "Platform Coupon",

    "platform_coupon": "Platform Coupon",
    "untitled": "Offer",
    "card_desc": "Special offer just for you",

    "validity_range": "Valid: {{start}} - {{end}}",
    "scope": "Scope: {{scope}}",
    "active": "Active",
    "inactive": "Inactive",

    "cart_amount": "{{amt}} {{currency}}",
    "cart_discount": "Discount: {{v}}",

    "coupon": "Coupon",
    "more_coupons": "+{{n}} more",
      "double_points_desc": "Collect more loyalty points with every order and redeem them for free meals"
    },
    "tags": {
      "most_requested": "Most Requested",
      "exclusive": "Exclusive",
      "offers": "Offers",
      "limited_time": "Limited Time",
      "for_you_only": "For You Only"
    },
    "ai_suggestions": {
      "description": "Let our AI suggest great meals and restaurants based on your preferences and daily mood",
      "get_suggestions": "Get Suggestions",
      "chef_grills": "Chef's Grills",
      "palace_desserts": "Palace Desserts",
      "health_restaurant": "Health Restaurant",
      "indian_spices": "Indian Spices"
    },
    "restaurant_owner": {
      "title": "Do you own a restaurant? Join us today",
      "description": "Join our platform and reach thousands of new customers. We provide you with the necessary tools to increase your sales and expand your business",
      "cta": "Register Your Restaurant Now"
    }
  },
  "restaurants": {
    "hero": {
      "title": "Discover the Best Restaurants Around You",
      "subtitle": "Explore our wide selection of restaurants, and order your favorite meal to reach you wherever you are"
    },
    "filters": {
      "additional": "Additional Filters",
      "rating": "Rating",
      "category": "Category"
    },
    "badges": {
      "sponsored": "Sponsored",
      "new": "New",
      "exclusive": "Exclusive",
      "discount": "{{percent}}% Off"
    },
    "free_delivery": "Free Delivery",
    "sections": {
      "featured": "Featured Restaurants",
      "popular_categories": "Most Popular Categories",
      "all_restaurants": "All Restaurants",
      "all_restaurants_desc": "Showing {{count}} restaurants"
    },
    "cuisines": {
      "burger": "Burger",
      "american": "American",
      "cafe": "Cafe",
      "italian": "Italian",
      "asian": "Asian"
    },
    "all": {
      "sham_taste": "Sham Taste Restaurant",
      "burger_house": "Burger House",
      "quiet_corner": "Quiet Corner Cafe",
      "roma_pizza": "Roma Pizza",
      "saad_sweets": "Saad Sweets",
      "grills": "Grills"
    },
    "featured": {
      "premium_grill": "Premium Chef Grills",
      "sea_food_palace": "Sea Food Palace",
      "asian_fusion": "Asian Fusion"
    },
    "no_results": "No restaurants found matching your search",
    "no_sponsored": "No sponsored restaurants available",
    "clear_filters": "Clear Filters",
    "apply_filters": "Apply Filters",
    "loading": "Loading restaurants...",
    "error": {
      "load_failed": "Failed to load restaurants. Please try again."
    }
  },
  "common": {
    "loading": "Loading...",
    "retry": "Retry",
     "required": "Required",
         "edit": "Edit",
    "delete": "Delete",
    "save": "Save",
    "deleting": "Deleting",
    "back_to_cart": "Back to cart",
     "apply_filters": "Apply Filters",
    "error": {
      "title": "Oops!",
      "generic": "Something went wrong"
    }
  },
  "restaurant_details": {
    "restaurant_name": "The Golden Olive Kitchen",
    "open": "Open",
    "closed": "Closed",
    "reviews_count": "reviews",
    "call_restaurant": "Call Restaurant",
    "build_meal_ai": "Build Your Meal with AI",
    "follow_us": "Follow Us",
    "add": "Add",
    "search_dish": "Search for a dish...",
    "menu_categories": "Menu Categories",
    "sponsored_ad": "Sponsored Ad",
    "sponsored_ad_text": "20% discount on your first order, use code: WELCOME20",
    "order_now": "Order Now",
    "special_offer_banner": "Special Offer - Get 15% discount on all desserts this week",
    "no_meals_found": "No meals found matching your search",
    "tabs": {
      "menu": "Menu",
      "information": "Information",
      "reviews": "Reviews"
    },
    "partners": {
      "title": "Partner Restaurants You Might Like",
      "subtitle": "Discover other restaurants partnered with this restaurant.",
      "view_menu": "View Menu",
      "has_coupons": "Coupons available",
      "no_coupons": "No coupons"
    },
    "categories": {
      "appetizers": "Appetizers",
      "main_dishes": "Main Dishes",
      "seafood": "Seafood",
      "desserts": "Desserts",
      "drinks": "Drinks",
      "title": "Menu Categories",
      "all": "All"
    },
    "meals": {
      "hummus_meat": "Hummus with Meat",
      "hummus_meat_desc": "Creamy hummus with delicious minced meat",
      "tabbouleh": "Tabbouleh",
      "tabbouleh_desc": "Fresh tabbouleh salad with parsley and tomatoes",
      "grape_leaves": "Grape Leaves",
      "grape_leaves_desc": "Grape leaves stuffed with rice and meat",
      "fattoush": "Fattoush",
      "fattoush_desc": "Fattoush salad with toasted bread",
      "grilled_chicken": "Grilled Chicken",
      "grilled_chicken_desc": "Grilled chicken with Eastern spices",
      "kabsa": "Kabsa",
      "kabsa_desc": "Traditional chicken kabsa with basmati rice"
    },
    "badges": {
      "delicious": "Delicious",
      "vegetarian": "Vegetarian",
      "cold": "Cold",
      "refreshing": "Refreshing",
      "spicy": "Spicy",
      "hot": "Hot",
        "offer": "Offer",
      "sponsored": "Sponsored"
    },
    "information": {
      "title": "Restaurant Information",
      "description": "The Golden Olive Kitchen offers authentic Eastern dishes with high quality and unforgettable taste. We use the freshest ingredients to provide you with an exceptional dining experience.",
      "location": "Location",
      "hours": "Working Hours",
      "hours_value": "Daily from 12:00 PM to 12:00 AM",
      "phone": "Phone",
       "taxes": "Taxes"
    },
      "home": {
    "delivery_time_single": "{{min}} min"
  },
    "reviews": {
      "title": "Reviews & Ratings",
      "coming_soon": "Coming Soon: You'll be able to view all reviews and ratings here"
    },
     "filters": {
      "apply_hint": "Change filters then press Apply.",
      "pending_changes": "You have unapplied changes.",
      "apply": "Apply",
      "clear_all": "Clear all",
      "title": "Filters",
      "min_price": "Min price",
      "max_price": "Max price",
      "rate_min": "Min rate",
      "rate_max": "Max rate",
      "has_offer": "Offers only",
      "note": "Price filter uses discounted price (newPrice)."
    },  
      "search": {
      "placeholder": "Search for a dish..."
    },
      "sort": {
      "title": "Sort",
      "none": "No sorting",
      "price_low": "Price: Low to High",
      "price_high": "Price: High to Low",
      "name_az": "Name: A → Z",
      "name_za": "Name: Z → A"
    }
  },
  "meal_details": {
    "breadcrumbs": {
      "restaurant": "Restaurant",
      "menu": "Menu"
    },
    "meal": {
      "name": "Special Burger Meal",
      "description": "Enjoy our special meal of fresh burger, made from 100% Angus beef, with melted cheddar cheese, fresh lettuce, sliced tomatoes, and pickled cucumber, all stuffed in a golden brioche bun. Served with crispy french fries and a special sauce"
    },
    "tags": {
      "spicy": "Spicy",
      "vegetarian_optional": "Vegetarian Optional",
      "favorite": "Favorite"
    },
    "price_includes_tax": "Prices include tax",
    "you_might_like": "You Might Also Like",
    "quantity": "Quantity",
    "add_to_cart": "Add to Cart",
    "added_success": "Added to cart successfully",
    "add_error": "Failed to add to cart",
    "special_notes": {
      "title": "Special Notes",
      "placeholder": "Add any special notes for the order (e.g., no pickles, extra sauce)"
    },
    "share": "Share",
    "share_copied": "Link copied to clipboard!",
    "favorite": "Favorite",
    "options": {
      "title": "Meal Options",
      "size": "Size",
      "addons": "Add-ons",
      "max": "Max {{count}}",
      "no_options": "No options available"
    },
    "sizes": {
      "small": "Small",
      "medium": "Medium",
      "large": "Large"
    },
    "addons": {
      "extra_cheese": "Extra Cheese",
      "bacon": "Bacon",
      "fried_egg": "Fried Egg",
      "hot_sauce": "Hot Sauce",
      "ranch_sauce": "Ranch Sauce"
    },
    "reviews": {
      "title": "Customer Reviews",
      "count": "{{count}} reviews",
      "no_reviews": "No reviews yet",
      "view_all": "View All Reviews",
      "add_review": "Add your review",
      "your_rating": "Your Rating",
      "placeholder": "Write your experience here...",
      "submit": "Submit Review",
      "already_reviewed": "You have already reviewed this product",
      "login_to_review": "Please login to submit a review",
      "reviewers": {
        "ahmed": "Ahmed Saeed",
        "fatima": "Fatima Al-Zahraa",
        "mohammed": "Mohammed Khalid",
        "laila": "Laila Jassim",
        "sara": "Sara Ali"
      },
      "time": {
        "days_ago": "{{count}} days ago",
        "week_ago": "a week ago",
        "month_ago": "a month ago"
      },
      "comments": {
        "ahmed": "Amazing meal! The burger is fresh and the meat is very delicious. The fries are crispy and the sauce is excellent. I will definitely order it again.",
        "fatima": "Excellent experience. The meal is large and the taste is delicious. Delivery was fast and the food arrived hot.",
        "mohammed": "Best burger I've tried! The meat is fresh and the cheese is perfectly melted. The vegetables are fresh and the service is excellent.",
        "laila": "The meal is very delicious and the quantity is appropriate. The prices are reasonable and the quality is excellent. I highly recommend it.",
        "sara": "Great burger with crispy fries. The taste is authentic and the service is fast. I will order it again soon."
      }
    },
    "review_error": "Failed to submit review. Please try again.",
    "review_already_submitted": "You have already submitted a review for this product",
    "review_login_required": "Please login to submit a review",
    "review_submitting": "Submitting your review...",
    "review_success": "Thank you for your review!",
    "related": {
      "title": "You Might Also Like",
      "meals": {
        "grilled_chicken": "Grilled Chicken Sandwich",
        "caesar_salad": "Chicken Caesar Salad",
        "chicken_nuggets": "Crispy Chicken Nuggets"
      }
    },
    "add": "Add"
  },
  "cart": {
    "title": "Shopping Cart",
     "delivery_time_minutes": "{{min}} min",
    "fees": {
      "applied_note": "Fees applied",
      "total": "Fees total",
      "taxes": "Taxes",
    "delivery fees": "Delivery fees"
    },
    "total_backend_note": "Total is calculated by the restaurant (includes discounts/fees if any).",
    "added_modal_title": "Added to Cart",
    "adding": "Adding to cart...",
    "added_success": "Added to cart successfully",
    "added_modal_desc": "Item has been added to your cart successfully.",
    "view_cart": "View Cart",
    "continue_shopping": "Continue Shopping",
    "subtitle": "{{count}} restaurants in cart",
     "toast": {
      "updating_qty": "Updating quantity...",
      "updated_qty": "Quantity updated",
      "update_qty_failed": "Failed to update quantity",

      "removing_item": "Removing item...",
      "removed_item": "Item removed from cart",
      "remove_item_failed": "Failed to remove item",

      "removing_restaurant": "Removing restaurant...",
      "removed_restaurant": "Restaurant removed from cart",
      "remove_restaurant_failed": "Failed to remove restaurant",

      "applying_coupon": "Applying coupon...",
      "applied_coupon": "Coupon applied",
      "apply_coupon_failed": "Failed to apply coupon",

      "removing_coupon": "Removing coupon...",
      "removed_coupon": "Coupon removed",
      "remove_coupon_failed": "Failed to remove coupon",
       "checkout_loading": "Creating your order...",
      "checkout_success": "Order created successfully",
      "checkout_failed": "Checkout failed, please try again"

    },
    "empty": {
      "title": "Your cart is empty",
      "description": "You haven't added any items to your cart yet",
      "browse_restaurants": "Browse Restaurants"
    },
    "unauthorized": {
      "title": "Login Required",
      "message": "Please log in to view your cart.",
      "login_button": "Go to Login"
    },
    "remove_restaurant": "Remove Restaurant",
    "subtotal": "Subtotal",
    "delivery_fee": "Delivery Fee",
    "tax": "Tax",
    "discount": "Discount",
    "total": "Total",
    "free": "Free",
    "coupon": {
      "question": "Do you have a coupon for {{restaurant}}?",
      "placeholder": "Enter coupon code",
      "apply": "Apply",
      "applied": "Coupon {{code}} applied - {{discount}}% discount",
      "remove": "Remove"
    },
    "summary": {
      "title": "Order Summary",
      "note": "Delivery fees will be calculated separately for each restaurant"
    },
    "confirm_order": "Confirm Order",
    "restaurants": {
      "delicious_dishes": "Delicious Dishes Restaurant",
      "italian_pizza": "Italian Pizza"
    },
    "items": {
      "premium_burger": "Premium Beef Burger",
      "french_fries": "French Fries",
      "orange_juice": "Fresh Orange Juice",
      "pepperoni_pizza": "Pepperoni Pizza",
      "green_salad": "Green Salad"
    },
    "discount_badge": "{{percent}}% Off"
  },
   "orders": {
    "title": "My Orders",
    "subtitle": "Track your current and previous orders",

    "tabs": {
      "all": "All",
      "pending": "Pending",
      "in_progress": "In progress",
      "in_delivery": "In delivery",
      "cancelled": "Cancelled",
      "completed": "Completed"
    },

    "empty": {
      "title": "No orders yet",
      "desc": "When you place an order, it will appear here.",
      "cta": "Browse restaurants"
    },

    "unauthorized": {
      "title": "Login Required",
      "message": "Please log in to view your orders.",
      "login_button": "Go to Login"
    },

    "pagination": {
      "prev": "Previous",
      "next": "Next",
      "page": "Page",
      "total": "Total"
    },

    "toast": {
      "cancelling": "Cancelling order...",
      "cancelled": "Order cancelled",
      "cancel_failed": "Failed to cancel order",
      "loading": "Loading orders...",
      "refreshing": "Refreshing..."
    },

    "status": {
      "pending": "Pending",
      "in_progress": "In progress",
      "in_delivery": "In delivery",
      "cancelled": "Cancelled",
      "completed": "Completed",
      "unknown": "Unknown"
    },

    "card": {
      "order_number": "Order #{{id}}",
      "date": "Date",
      "total": "Total",
      "items": "Items",
      "view_details": "View details",
      "cancel": "Cancel ",
      "currency": "SAR"
    },

    "details": {
      "title": "Order Details",
      "back": "Back",
      "refresh": "Refresh",
      "restaurant": "Restaurant",
      "status": "Status",
      "created_at": "Created at",
      "updated_at": "Updated at",
      "location": "Location",
      "coupon": "Coupon",
      "items_title": "Items",
      "addons": "Add-ons",
      "qty": "Qty",
      "price_before": "Price before",
      "price_after": "Price after",
      "subtotal": "Subtotal",
      "total_before": "Total before",
      "total_after": "Total after",
      "no_location": "Not provided",
      "no_coupon": "No coupon"
    },

    "product": {
      "unknown": "Unknown product"
    }
  },
  "favorites": {
    "title": "Favorites",
    "subtitle": "Browse your favorite restaurants and dishes",
    "sections": {
      "restaurants": "Favorite Restaurants",
      "dishes": "Favorite Dishes"
    },
    "count": "{{count}} items",
    "remove_restaurant": "Remove restaurant from favorites",
    "remove_dish": "Remove dish from favorites",
    "removing_dish": "Removing from favorites...",
    "removed_dish": "Removed from favorites",
    "adding_dish": "Adding to favorites...",
    "added_dish": "Added to favorites",
    "toggle_error": "Failed to update favorites. Please try again.",
    "view_details": "View Details",
    "unauthorized": {
      "title": "Login Required",
      "message": "Please log in to view your favorites.",
      "login_button": "Go to Login"
    },
    "empty": {
      "restaurants": "No favorite restaurants yet",
      "dishes": "No favorite dishes yet"
    },
    "restaurants": {
      "heaven_cafe": "Heaven Cafe & Bakery",
      "pizza_roma": "Pizza Roma",
      "golden_rice": "Golden Rice Restaurant",
      "chef_kitchen": "Chef's Kitchen",
      "sushi_yama": "Sushi Yama",
      "burger_king": "Burger King",
      "indian_spices": "Indian Spices Restaurant",
      "mexican_restaurant": "Mexican Restaurant"
    },
    "dishes": {
      "tandoori_chicken": "Tandoori Chicken",
      "alfredo_pasta": "Alfredo Pasta",
      "salmon_sushi": "Salmon Sushi",
      "classic_burger": "Classic Burger",
      "quinoa_salad": "Quinoa Salad",
      "chicken_taco": "Chicken Taco",
      "macaroni_cheese": "Macaroni with Cheese",
      "lentil_soup": "Lentil Soup"
    },
    "cuisines": {
      "pastries": "Pastries",
      "international": "International",
      "fast_food": "Fast Food"
    }
  },
  "auth": {
    "login": {
      "title": "Sign In",
      "subtitle": "Welcome back!",
      "email": "Email",
      "email_placeholder": "Enter your email",
      "password": "Password",
      "password_placeholder": "Enter your password",
      "remember_me": "Remember me",
      "forgot_password": "Forgot password?",
      "submit": "Sign In",
      "submitting": "Signing in...",
      "or": "Or",
      "continue_with_google": "Continue with Google",
      "no_account": "Don't have an account?",
      "register_link": "Sign up now",
      "errors": {
        "email_required": "Email is required",
        "email_invalid": "Invalid email address",
        "password_required": "Password is required",
        "password_min": "Password must be at least 6 characters",
        "submit": "An error occurred during sign in. Please try again"
      }
    },
    "forgot": {
      "title": "Forgot Password?",
      "subtitle": "Enter your email and we will send you a verification code.",
      "send": "Send code",
      "failed": "Failed to send code"
    },
    "verify": {
      "title": "Verify Code",
      "subtitle": "Enter the code sent to your email.",
      "code": "Verification Code",
      "code_ph": "Enter code",
      "continue": "Continue",
      "failed": "Verification failed",
      "code_required": "Code is required",
      "code_invalid": "Invalid code",
      "code_length": "Code must be {{len}} digits",
      "email_missing": "Email is missing. Please retry."
    },
    "reset": {
      "title": "Reset Password",
      "subtitle": "Create a new password for your account.",
      "new_password": "New Password",
      "new_password_ph": "Enter new password",
      "confirm_password": "Confirm Password",
      "confirm_password_ph": "Confirm new password",
      "submit": "Reset Password",
      "success": "Password updated successfully",
      "failed": "Failed to reset password",
      "invalid_link": "Invalid reset link",
      "invalid_desc": "Please request a new password reset code.",
      "back_to_login": "Back to Login"
    },
    "register": {
      "title": "Create Account",
      "subtitle": "Join us and start ordering now",
      "name": "Full Name",
      "name_placeholder": "Enter your full name",
      "email": "Email",
      "email_placeholder": "Enter your email",
      "phone": "Phone Number",
      "phone_placeholder": "Enter your phone number",
      "password": "Password",
      "password_placeholder": "Enter your password",
      "confirm_password": "Confirm Password",
      "confirm_password_placeholder": "Re-enter your password",
      "agree_to_terms": "I agree to the",
      "terms_link": "Terms and Conditions",
      "submit": "Create Account",
      "submitting": "Creating account...",
      "or": "Or",
      "continue_with_google": "Continue with Google",
      "have_account": "Already have an account?",
      "login_link": "Sign in",
      "errors": {
        "name_required": "Name is required",
        "name_min": "Name must be at least 3 characters",
        "email_required": "Email is required",
        "email_invalid": "Invalid email address",
        "phone_required": "Phone number is required",
        "phone_invalid": "Invalid phone number",
        "password_required": "Password is required",
        "password_min": "Password must be at least 8 characters",
        "password_weak": "Password must contain uppercase, lowercase, and numbers",
        "confirm_required": "Password confirmation is required",
        "password_mismatch": "Passwords do not match",
        "terms_required": "You must agree to the terms and conditions",
        "submit": "An error occurred during registration. Please try again",
        "google_failed": "Google authentication failed. Please try again",
        "google_not_loaded": "Google authentication is not available. Please refresh the page"
      },
      "google_loading": "Signing in with Google..."
    },
    "login_required": "Please login to continue"
  },

    "offers": {
    "title": "Offers & Discounts",
    "subtitle": "Enjoy the best exclusive offers and discounts",

    "filters": {
      "all": "All",
      "discount": "Discounts",
      "restaurant": "Restaurant",
      "platform": "Platform"
    },

    "sort": {
      "newest": "Newest",
      "discount": "Best Discount"
    },

    "filter_by_restaurant": "Filter by restaurant",
    "select_restaurant": "All restaurants",
    "search_restaurant": "Search restaurant...",
    "filtered_by_restaurant": "Restaurant",
    "clear": "Clear",
    "clear_restaurant_filter": "Clear restaurant filter",

    "platform_desc": "Use this coupon on your cart total.",
    "restaurant_coupon_title": "Restaurant Coupon",
    "restaurant_coupon_desc": "Apply this coupon in the restaurant checkout.",

    "api_error": "Could not load offers from server.",
    "no_offers": "No offers available",
    "no_offers_hint": "Try changing filters or come back later."
  },
  "footer": {
    "brand_blurb": "Mat3ami, where authenticity meets elegance for a memorable dining experience.",
    "company": "Company",
    "resources": "Resources",
    "products": "Products",
    "links": {
      "about": "About",
      "careers": "Careers",
      "partners": "Our Partners",
      "blog": "Blog",
      "faq": "FAQ",
      "support": "Support",
      "menu": "Menu",
      "offers": "Offers",
      "ingredients": "Ingredients"
    },
    "rights": "All rights reserved"
  }
}
