<?php

return [

    /*
    |--------------------------------------------------------------------------
    | All Titles and static string in blade files - English Language
    |--------------------------------------------------------------------------
    |
    */
    //menu.blade keys

    'pdf' => [
        'date' => 'Date',
        'number' => 'Number',
        'payment_status' => 'Payment Status',
        'customer_info' => 'Customer Info',
        'name' => 'Name',
        'phone' => 'Phone',
        'address' => 'Address',
        'email' => 'Email',
        'company_info' => 'Company Info',
        'product' => 'Product',
        'unit_price' => 'Unit Price',
        'quantity' => 'Quantity',
        'discount' => 'Discount',
        'tax' => 'Tax',
        'total' => 'Total',
        'order_tax' => 'Order Tax',
        'shipping' => 'Shipping',
        'paid_amount' => 'Paid Amount',
        'signature' => 'Signature',
        'status' => 'Status',
        'supplier_info' => 'Supplier Info',
        'unit_cost' => 'Unit Cost',
        'customer' => 'customer',
        'total_sales' => 'Total Sales',
        'total_purchases' => 'Total Purchases',
        'total_amount' => 'Total Amount',
        'total_paid' => 'Total Paid',
        'total_sale_due' => 'Total Sale Due',
        'reference' => 'Reference',
        'due_amount' => 'Due Amount',
        'customer_pdf' => 'Customer Pdf',
        'customer_sales_pdf' => 'Customer Sales Pdf',
        'sale_list' => 'Sale List',
        'customer_name' => 'Customer Name',
        'customer_quotations_pdf' => 'Customer Quotations Pdf',
        'quotation_list' => 'Quotation List',
        'customer_returns_pdf' => 'Customer Returns Pdf',
        'return_list' => 'Return List',
        'customer_payments_pdf' => 'Customer Payments Pdf',
        'payment_list' => 'Payment List',
        'received_amount' => 'Received Amount',
        'payment_type' => 'Payment Type',
        'sale_reference' => 'Sale Reference',
        'top_customers_list' => 'Top Customers List',
        'top_customers_pdf' => 'Top Customers Pdf',
        'supplier' => 'Supplier',
        'warehouse' => 'warehouse',
        'amount' => 'Amount',
        'category' => 'Category',
        'code' => 'Code',
        'brand' => 'Brand',
        'price' => 'Price',
        'product_unit' => 'Product unit',
        'in_stock' => 'In stock',
        'created_on' => 'Created on',
        'client' => 'Client',
        'sub_total' => 'Sub Total',
        'paid' => 'Paid',
        'due' => 'Due',
        'cost' => 'Cost',
        'current_stock' => 'Current Stock',
        'product_code' => 'Product Code',
        'product_name' => 'Product Name',
        'unpaid' => 'Unpaid',
        'received' => 'Received',
        'ordered' => 'Ordered',
        'pending' => 'Pending',
        'cash' => 'Cash',
        'cheque' => 'Cheque',
        'bank_transfer' => 'Bank Transfer',
        'other' => 'Other',
        'sent' => 'Sent',
        'partial' => 'Partial',
        'no_record_found' => 'No records found.',
        'user' => 'User',
        'title' => 'Title',
        'notes' => 'Notes',
        'variation' => 'Variation',
        'variation_type' => 'Variation Type',
    ],

    'error' => [
        'product_cant_deleted' => 'Product can\'t be deleted',
        'code_taken' => 'The code has already been taken.',
        'default_warehouse_cant_delete' => 'Default warehouse can\'t be deleted.',
        'warehouse_cant_delete' => 'Warehouse can\'t be deleted.',
        'default_user_cant_delete' => 'Default user can\'t be deleted.',
        'this_action_is_not_allowed_for_default_record' => 'This action is not allowed for default record.',
        'invalid_username_password' => 'Invalid email or password.',
        'email_not_verified' => 'Please verify your email before login.',
        'email_taken' => 'The email has already been taken.',
        'purchase_available_quantity' => ':reference_code has insufficient stock for ":product_name". Quantity must be less than available quantity.',
        'product_category_can_not_delete' => 'Product category can\'t be deleted.',
        'shipping_amount_not_be_greater' => 'Shipping amount should not be greater than total.',
        'status_inactive' => 'Your account is inactive.',
        'images_max_size' => 'The images must not be greater than 1MB.',
        'invalid_image' => 'The uploaded file must be a valid image.',
        'allowed_image_types' => 'Only JPG, JPEG, and PNG formats are allowed.',
        'uses_language_cant_delete' => 'Uses Language can\'t be deleted.',
        'default_language_cant_change' => 'Default Language can\'t be change.',
        'default_language_cant_delete' => 'Default Language can\'t be deleted.',
        'default_language_cant_disable' => 'Default Language can\'t be disabled.',
        'language_in_use_cant_disable' => 'Language currently in use can\'t be disabled.',
        'currency_not_supported_paypal' => 'This currency is not supported by PayPal for making payments.',
        'iso_code_unique' => 'The ISO code has already been taken.',
        'current_password_not_match' => 'Current password does not match.',
        'password_confirm_password_same' => 'New password and confirm password must be same.',
        'password_length' => 'The new password field must be at least 6 characters.',
        'currency_in_use' => 'Currency is in use and can\'t be deleted.',
        'variation_in_use' => 'This Variation is already in use.',
        'brand_in_use' => 'Brand is in use and can\'t be deleted.',
        'default_base_unit_cant_delete' => 'Default Base unit can\'t be deleted.',
        'base_unit_in_use' => 'Base unit is in use and can\'t be deleted.',
        'supplier_in_use' => 'Supplier is in use and can\'t be deleted.',
        'user_cant_delete' => 'User can\'t be deleted.',
        'user_cant_updated' => 'User can\'t be updated.',
        'default_customer_cant_delete' => 'Default customer can\'t be deleted.',
        'role_cant_delete' => ":role role can't be deleted.",
        'user_not_found' => "We can't find a user with that e-mail address.",
        'user_id_required' => 'User id is required.',
        'user_with_id_not_found' => "We can't find a user with that id.",
        'wait_try_again' => "Please Wait Before Trying.",
        'email_already_verified' => "Your email address is already verified.",
        'email_verify_link_expired' => "The verification link is invalid or has expired.",
        'email_verify_link_invalid' => "The email verification link is invalid. Please check your email or request a new link.",
        'cannot_delete_assigned_store' => "You cannot delete this store. It is already assigned to users.",
        'cannot_delete_active_store' => "You can not delete your active store.",
        'cannot_change_store_status' => "You cannot change the status of this store.",
        'cannot_deactivate_active_store' => "You cannot deactivate your currently active store.",
        'cannot_disable_already_assigned_store' => "You cannot disable this store. It is already assigned to users.",
        'cannot_activate_store_plan_limit' => "You cannot activate this store. You’ve reached your plan’s store limit.",
        'cannot_delete_store_with_pending_payment' => "Store deletion is not allowed while your manual payment request is pending.",
        'you_can_not_enable_more_than_4_taxes' => "You can not enable more than 4 taxes.",
        'cannot_change_status_used_payment_method' => "Payment method status can't be changed because it is used in :module.",
        'unit_in_use' => 'Unit is in use and can\'t be deleted.',
        'unit_deleted' => 'Unit deleted successfully.',
        'units_deleted' => 'Units deleted successfully.',
    ],

    'success' => [
        'cache_clear_successfully' => 'Cache cleared Successfully',
        'product_category_delete' => 'Product category deleted successfully.',
        'status_updated' => 'Status updated successfully.',
        'contact_us_deleted' => 'Inquiry Deleted Successfully.',
        'hero_section_updated' => 'Hero Section Updated Successfully.',
        'service_updated' => 'Service Updated Successfully.',
        'partner_created' => 'Partner Created Successfully.',
        'partner_updated' => 'Partner Updated Successfully.',
        'partner_deleted' => 'Partner Deleted Successfully.',
        'why_choose_us_updated' => 'Why Choose Us Updated Successfully.',
        'faq_created' => 'FAQ Created Successfully.',
        'faq_updated' => 'FAQ Updated Successfully.',
        'faq_deleted' => 'FAQ Deleted Successfully.',
        'testimonial_created' => 'Testimonial Created Successfully.',
        'testimonial_updated' => 'Testimonial Updated Successfully.',
        'testimonial_deleted' => 'Testimonial Deleted Successfully.',
        'pages_updated' => 'Pages Updated Successfully.',
        'setting_updated' => 'Setting data updated successfully.',
        'payment_settings_updated' => 'Payment Setting data updated successfully.',
        'password_updated' => 'Password updated successfully.',
        'default_plan_updated' => 'Default Plan updated successfully.',
        'variation_deleted' => 'Variation deleted successfully.',
        'variations_deleted' => 'Variations deleted successfully.',
        'hold_deleted' => 'Hold Deleted successfully.',
        'subscription_created' => 'Subscription created successfully.',
        'suppliers_imported' => 'Suppliers imported successfully.',
        'customers_imported' => 'Customers imported successfully.',
        'feature_updated' => 'Feature updated successfully.',
        'step_updated' => 'Step updated successfully.',
        'email_verified_successfully' => "Thank you! Your email has been successfully verified. You can now log in to your account.",
        'store_deleted' => 'Store deleted successfully.',
        'active_store_changed' => 'Active store changed successfully.',
        'store_status_changed' => 'Store status changed successfully.',
        'tax_status_changed' => 'Tax status changed successfully.',
        'pos_settings_updated' => 'POS Settings updated successfully.',
        'dual_screen_settings_updated' => 'Dual Screen Settings updated successfully.',
        'payment_method_status_updated' => 'Payment method status updated successfully.'
    ],

    'heading_discount' => 'Discount',
    'heading_total' => 'Total',
    'sale_pdf' => 'Sale Pdf',
    'purchase_pdf' => 'Purchase PDF',
    'sale_return_pdf' => 'Sale Return PDF',
    'purchase_return_pdf' => 'Purchase Return PDF',
    'quotation_pdf' => 'Quotation PDF',
    'sales' => 'Sales',
    'purchases' => 'Purchases',
    'sales_return' => 'Sales Return',
    'purchases_return' => 'Purchases Return',
    'sales_payments' => 'Sales Payments',

    'email' => [
        'hello' => 'Hello',
        'regards' => 'Regards,',
        'reset_password' => 'Reset Password',
        'reset_password_subject' => 'Reset Password Notification',
        'reset_password_first_line' => "You are receiving this email because we received a password reset request for your account. Click the button below to reset your password:",
        'reset_password_second_line' => "If you did not request a password reset, no further action is required.",
    ],

    'plan' => [
        "choose_a_plan_that's_right_for_you" => "Choose a plan that's right for you",
        'trial_plan' => 'Trial Plan',
        'days' => 'Days',
        'pos_management' => 'POS Management',
        'reports' => 'Reports',
        'emails_support' => 'Emails Support',
        'sms_support' => 'SMS Support',
        'inventory_management' => 'Inventory Management',
        'adjustments' => 'Adjustments',
        'roles_permission' => 'Roles & Permission Support',
        'weekly' => 'Weekly',
        'monthly' => 'Monthly',
        'yearly' => 'Yearly',
        'unlimited' => 'Unlimited',
        'currently_active' => 'Currently Active',
        'switch_plan' => 'Switch Plan',
        'choose_plan' => 'Choose Plan',
        'renew_plan' => 'Renew Plan',
    ],

    'front_web' => [
        'home' => 'Home',
        'service' => 'Service',
        'pricing' => 'Pricing',
        'contact_us' => 'Contact Us',
        'faqs' => 'FAQs',
        'dashboard' => 'Dashboard',
        'login' => 'Log In',
        'signup' => 'Sign Up',
        'terms_and_conditions' => 'Terms & Conditions',
        'privacy_policy' => 'Privacy Policy',
        'return_and_refund_policy' => 'Return & Refund Policy',
        'launch_store' => ' Launch Your Store Today',
        'why_choose' => 'Why Choose',
        'streamline_your_operations' => ' Streamline Your Operations',
        'efficiently_optimize_your_retail_operations' => 'Efficiently optimize your retail operations with our streamlined cloud based solutions.',
        'cloud_based_pos_solution' => 'Cloud-based POS solution',
        'eliminate_manual_processes' => 'Eliminate manual processes',
        'reduce_errors' => 'Reduce errors',
        'focus_on_serving_customers' => 'Focus on serving customers and growing business',
        'seamless_integrations' => ' Seamless Integrations',
        '24_7_support' => ' 24/7 Support& Assistance',
        'future_proof_your_business' => 'Future-Proof Your Business',
        'streamline_your' => 'Streamline Your',
        'operation' => 'Operation',
        'seamless' => 'Seamless',
        'integrations' => 'Integrations',
        'support' => '24/7 Support&',
        'assistance' => 'Assistance',
        'future_proof_your' => 'Future-Proof Your',
        'business' => 'Business',
        'step_1' => 'Step 1',
        'start_for_free' => 'Start For Free',
        'get_started' => 'Sign up online to create your account. Enjoy a 30-day free trial with no commitment.Access essential features to get started.',
        'step_2' => 'Step 2',
        'set_up_your_store' => 'Set Up Your Store',
        'log_in_to_your_account' => 'Log in to your account securely. Enter business and store details. Customize settings to match your needs.',
        'step_3' => 'Step 3',
        'set_up_your_inventory' => 'Set Up Your Inventory',
        'add_new_inventory' => 'Add new inventory or import existing data. Sync customer and sales information. Organize products for seamless management.',
        'step_4' => 'Step 4',
        'install_app_on_your_tablet_terminal' => 'Install App on Your Tablet/Terminal',
        'download_the_app_from_the_app_store' => 'Download the app from the app store. Log in and start selling instantly. Upgrade subscription and order additional equipment.',
        'faqs_title' => 'Frequently Asked Questions',
        'learn_more' => 'Learn More',
        'first_name' => 'First Name',
        'enter_your_name' => 'Enter your name',
        'email_address' => 'Email Address',
        'enter_your_email' => 'Enter Your Email',
        'subject' => 'Subject',
        'message' => 'Message',
        'enter_your_message' => 'Enter your message',
        'send_message' => 'Send Message',
        'language' => 'Language',
        'go_to_login' => 'Go to Login',
        'number_of_stores' => 'Number of stores: (:stores)',
    ]
];
