export const en = {
    common: {
        home: 'Home',
        products: 'Products',
        cart: 'Cart',
        searchPlaceholder: 'Search products…',
        searchMobile: 'Search…',
        addToCart: 'Add to Cart',
        buyNow: 'Buy Now (Cash on Delivery)',
        shopNow: 'Shop Now →',
        viewDetails: 'View Details',
        continueShopping: 'Continue Shopping',
        backToHome: 'Back to Home',
        inStock: 'In Stock',
        outOfStock: 'Out of Stock',
        free: 'Free',
    },
    nav: {
        announcement: 'Free delivery on orders above ৳1000 | COD available all over Bangladesh',
        quickLinks: 'Quick Links',
        contact: 'Contact',
        available: 'Available 9am – 9pm, 7 days a week',
        allRights: 'All rights reserved.',
        allProducts: 'All Products',
        about: 'About Us',
        blog: 'Blog',
        trusted: "Bangladesh's trusted online store. Fast delivery, genuine products, COD available.",
    },
    home: {
        welcomeTitle: 'Welcome to Kapor Bikreta',
        welcomeSubtitle: 'Premium products. Fast delivery. COD available.',
        featured: '🌟 Featured Products',
        bestSellers: '🔥 Best Sellers',
        newArrivals: '✨ New Arrivals',
        trending: '📈 Trending Now',
        viewAll: 'View all →',
        codTitle: 'Cash on Delivery Available',
        codSubtitle: 'Order now, pay when it arrives. No advance payment needed.',
        adding: 'Adding…',
    },
    products: {
        title: 'All Products',
        search: 'Search',
        keywords: 'Keywords…',
        category: 'Category',
        all: 'All',
        sortBy: 'Sort By',
        newest: 'Newest',
        priceLowHigh: 'Price: Low → High',
        priceHighLow: 'Price: High → Low',
        applyFilters: 'Apply Filters',
        filters: 'Filters',
        noProducts: 'No products found.',
        noImage: 'No image',
    },
    productShow: {
        variant: 'Variant',
        description: 'Description',
        details: 'Details',
        sku: 'SKU',
        weight: 'Weight',
        category: 'Category',
        brand: 'Brand',
        relatedProducts: 'Related Products',
        noDescription: 'No description provided.',
        added: 'Added!',
        adding: 'Adding…',
        available: 'available',
        noImage: 'No image',
        home: 'Home',
        kg: 'kg',
    },
    cart: {
        title: 'Shopping Cart',
        items: 'items',
        empty: 'Your cart is empty',
        emptySubtitle: 'Browse our products and add something you like!',
        shopNow: 'Shop Now',
        clearAll: 'Clear All',
        couponCode: 'Coupon Code',
        enterCode: 'Enter code…',
        apply: 'Apply',
        couponApplied: 'Coupon applied!',
        invalidCoupon: 'Invalid coupon.',
        couponFailed: 'Failed to apply coupon. Try again.',
        orderSummary: 'Order Summary',
        subtotal: 'Subtotal',
        discount: 'Discount',
        shipping: 'Shipping',
        total: 'Total',
        proceedToCheckout: 'Proceed to Checkout',
        noImg: 'No img',
    },
    checkout: {
        title: 'Checkout',
        customerInfo: 'Customer Information',
        fullName: 'Full Name *',
        fullNamePlaceholder: 'Your full name',
        phoneNumber: 'Phone Number *',
        phonePlaceholder: '01XXXXXXXXX',
        email: 'Email (optional)',
        emailPlaceholder: 'your@email.com',
        deliveryAddress: 'Delivery Address',
        fullAddress: 'Full Address *',
        addressPlaceholder: 'House no, Road no, Area...',
        city: 'City / District',
        cityPlaceholder: 'Dhaka',
        deliveryMethod: 'Delivery Method',
        orderNote: 'Order Note (Optional)',
        notePlaceholder: 'Any special instructions for delivery...',
        orderSummary: 'Order Summary',
        subtotal: 'Subtotal',
        discount: 'Discount',
        shipping: 'Shipping',
        total: 'Total',
        paymentMethod: 'Payment Method',
        cod: '💵 Cash on Delivery',
        codSubtitle: 'Pay when you receive your order',
        placeOrder: 'Place Order',
        placingOrder: 'Placing Order…',
        terms: 'By placing your order, you agree to our terms of service.',
        emptyCart: 'Your cart is empty.',
    },
    success: {
        title: 'Order Confirmed!',
        heading: 'Order Placed Successfully!',
        subtitle: "Thank you for your order. We'll contact you soon for delivery confirmation.",
        invoiceNumber: 'Invoice Number',
        customer: 'Customer',
        phone: 'Phone',
        deliveryAddress: 'Delivery Address',
        items: 'Items',
        subtotal: 'Subtotal',
        discount: 'Discount',
        shipping: 'Shipping',
        total: 'Total',
        cod: 'Cash on Delivery',
        codReadyPrefix: 'Please keep ৳',
        codReadySuffix: ' ready when the courier arrives.',
        whatsNext: 'What happens next?',
        step1: 'Our team will confirm your order shortly.',
        step2: 'Your order will be packed and handed to the courier.',
        step3: "You'll receive a call before delivery.",
        step4: 'Pay when you receive — simple!',
        needHelp: 'Need help? Call or WhatsApp us and quote your invoice',
        continueShopping: 'Continue Shopping',
        backToHome: 'Back to Home',
        sku: 'SKU',
    },
};

export type Translations = typeof en;
