{
    "auth.failed": "These credentials do not match our records.",
    "auth.password": "The provided password is incorrect.",
    "auth.throttle": "Too many login attempts. Please try again in :seconds seconds.",
    "pagination.previous": "&laquo; Previous",
    "pagination.next": "Next &raquo;",
    "passwords.reset": "Your password has been reset!",
    "passwords.sent": "We have emailed your password reset link!",
    "passwords.throttled": "Please wait before retrying.",
    "passwords.token": "This password reset token is invalid.",
    "passwords.user": "We can't find a user with that email address.",
    "validation.accepted": "The :attribute must be accepted.",
    "validation.accepted_if": "The :attribute must be accepted when :other is :value.",
    "validation.active_url": "The :attribute is not a valid URL.",
    "validation.after": "The :attribute must be a date after :date.",
    "validation.after_or_equal": "The :attribute must be a date after or equal to :date.",
    "validation.alpha": "The :attribute must only contain letters.",
    "validation.alpha_dash": "The :attribute must only contain letters, numbers, dashes and underscores.",
    "validation.alpha_num": "The :attribute must only contain letters and numbers.",
    "validation.array": "The :attribute must be an array.",
    "validation.before": "The :attribute must be a date before :date.",
    "validation.before_or_equal": "The :attribute must be a date before or equal to :date.",
    "validation.between.array": "The :attribute must have between :min and :max items.",
    "validation.between.file": "The :attribute must be between :min and :max kilobytes.",
    "validation.between.numeric": "The :attribute must be between :min and :max.",
    "validation.between.string": "The :attribute must be between :min and :max characters.",
    "validation.boolean": "The :attribute field must be true or false.",
    "validation.confirmed": "The :attribute confirmation does not match.",
    "validation.current_password": "The password is incorrect.",
    "validation.date": "The :attribute is not a valid date.",
    "validation.date_equals": "The :attribute must be a date equal to :date.",
    "validation.date_format": "The :attribute does not match the format :format.",
    "validation.declined": "The :attribute must be declined.",
    "validation.declined_if": "The :attribute must be declined when :other is :value.",
    "validation.different": "The :attribute and :other must be different.",
    "validation.digits": "The :attribute must be :digits digits.",
    "validation.digits_between": "The :attribute must be between :min and :max digits.",
    "validation.dimensions": "The :attribute has invalid image dimensions.",
    "validation.distinct": "The :attribute field has a duplicate value.",
    "validation.email": "The :attribute must be a valid email address.",
    "validation.ends_with": "The :attribute must end with one of the following: :values.",
    "validation.enum": "The selected :attribute is invalid.",
    "validation.exists": "The selected :attribute is invalid.",
    "validation.file": "The :attribute must be a file.",
    "validation.filled": "The :attribute field must have a value.",
    "validation.gt.array": "The :attribute must have more than :value items.",
    "validation.gt.file": "The :attribute must be greater than :value kilobytes.",
    "validation.gt.numeric": "The :attribute must be greater than :value.",
    "validation.gt.string": "The :attribute must be greater than :value characters.",
    "validation.gte.array": "The :attribute must have :value items or more.",
    "validation.gte.file": "The :attribute must be greater than or equal to :value kilobytes.",
    "validation.gte.numeric": "The :attribute must be greater than or equal to :value.",
    "validation.gte.string": "The :attribute must be greater than or equal to :value characters.",
    "validation.image": "The :attribute must be an image.",
    "validation.in": "The selected :attribute is invalid.",
    "validation.in_array": "The :attribute field does not exist in :other.",
    "validation.integer": "The :attribute must be an integer.",
    "validation.ip": "The :attribute must be a valid IP address.",
    "validation.ipv4": "The :attribute must be a valid IPv4 address.",
    "validation.ipv6": "The :attribute must be a valid IPv6 address.",
    "validation.json": "The :attribute must be a valid JSON string.",
    "validation.lt.array": "The :attribute must have less than :value items.",
    "validation.lt.file": "The :attribute must be less than :value kilobytes.",
    "validation.lt.numeric": "The :attribute must be less than :value.",
    "validation.lt.string": "The :attribute must be less than :value characters.",
    "validation.lte.array": "The :attribute must not have more than :value items.",
    "validation.lte.file": "The :attribute must be less than or equal to :value kilobytes.",
    "validation.lte.numeric": "The :attribute must be less than or equal to :value.",
    "validation.lte.string": "The :attribute must be less than or equal to :value characters.",
    "validation.mac_address": "The :attribute must be a valid MAC address.",
    "validation.max.array": "The :attribute must not have more than :max items.",
    "validation.max.file": "The :attribute must not be greater than :max kilobytes.",
    "validation.max.numeric": "The :attribute must not be greater than :max.",
    "validation.max.string": "The :attribute must not be greater than :max characters.",
    "validation.mimes": "The :attribute must be a file of type: :values.",
    "validation.mimetypes": "The :attribute must be a file of type: :values.",
    "validation.min.array": "The :attribute must have at least :min items.",
    "validation.min.file": "The :attribute must be at least :min kilobytes.",
    "validation.min.numeric": "The :attribute must be at least :min.",
    "validation.min.string": "The :attribute must be at least :min characters.",
    "validation.multiple_of": "The :attribute must be a multiple of :value.",
    "validation.not_in": "The selected :attribute is invalid.",
    "validation.not_regex": "The :attribute format is invalid.",
    "validation.numeric": "The :attribute must be a number.",
    "validation.present": "The :attribute field must be present.",
    "validation.prohibited": "The :attribute field is prohibited.",
    "validation.prohibited_if": "The :attribute field is prohibited when :other is :value.",
    "validation.prohibited_unless": "The :attribute field is prohibited unless :other is in :values.",
    "validation.prohibits": "The :attribute field prohibits :other from being present.",
    "validation.regex": "The :attribute format is invalid.",
    "validation.required": "The :attribute field is required.",
    "validation.required_array_keys": "The :attribute field must contain entries for: :values.",
    "validation.required_if": "The :attribute field is required when :other is :value.",
    "validation.required_unless": "The :attribute field is required unless :other is in :values.",
    "validation.required_with": "The :attribute field is required when :values is present.",
    "validation.required_with_all": "The :attribute field is required when :values are present.",
    "validation.required_without": "The :attribute field is required when :values is not present.",
    "validation.required_without_all": "The :attribute field is required when none of :values are present.",
    "validation.same": "The :attribute and :other must match.",
    "validation.size.array": "The :attribute must contain :size items.",
    "validation.size.file": "The :attribute must be :size kilobytes.",
    "validation.size.numeric": "The :attribute must be :size.",
    "validation.size.string": "The :attribute must be :size characters.",
    "validation.starts_with": "The :attribute must start with one of the following: :values.",
    "validation.string": "The :attribute must be a string.",
    "validation.timezone": "The :attribute must be a valid timezone.",
    "validation.unique": "The :attribute has already been taken.",
    "validation.uploaded": "The :attribute failed to upload.",
    "validation.url": "The :attribute must be a valid URL.",
    "validation.uuid": "The :attribute must be a valid UUID.",
    "validation.custom.attribute-name.rule-name": "custom-message",
    "Dashboard": "Dashboard",
    "Advertising": "Advertising",
    "Subscription Report": "Subscription Report",
    "Manage Business": "Manage Business",
    "Categories": "Categories",
    "Business List": "Business List",
    "Manage Plans": "Manage Plans",
    "Create Plan": "Create Plan",
    "Staff Management": "Staff Management",
    "Create Staff": "Create Staff",
    "Manage Staff": "Manage Staff",
    "Messages": "Messages",
    "Manage Messages": "Manage Messages",
    "CMS Manage": "CMS Manage",
    "Manage Pages": "Manage Pages",
    "Manage FAQs": "Manage FAQs",
    "Terms & Conditions": "Terms & Conditions",
    "Privacy & Policy": "Privacy & Policy",
    "Testimonials": "Testimonials",
    "Features": "Features",
    "Interface": "Interface",
    "Manage Blogs": "Manage Blogs",
    "Newsletters": "Newsletters",
    "Roles & Permissions": "Roles & Permissions",
    "Roles": "Roles",
    "Permissions": "Permissions",
    "Settings": "Settings",
    "Currencies": "Currencies",
    "Notifications": "Notifications",
    "SMS Settings": "SMS Settings",
    "Payment Gateway": "Payment Gateway",
    "System Settings": "System Settings",
    "General Settings": "General Settings",
    "Banner": "Banner",
    "Add New Banner": "Add New Banner",
    "Banner List": "Banner List",
    "Status": "Status",
    "Image": "Image",
    "Active": "Active",
    "Cancel": "Cancel",
    "Save": "Save",
    "Edit Banner": "Edit Banner",
    "Advertising List": "Advertising List",
    "Create Banner": "Create Banner",
    "SL": "SL",
    "Create Advertising": "Create Advertising",
    "Reset": "Reset",
    "Edit Advertising": "Edit Advertising",
    "Edit": "Edit",
    "Delete": "Delete",
    "Shop": "Shop",
    "Add new Package": "Add new Package",
    "Shop List": "Shop List",
    "Subscription Plan": "Subscription Plan",
    "Select Plan Category": "Select Plan Category",
    "Package Name": "Package Name",
    "Enter Package Name": "Enter Package Name",
    "Business Category": "Business Category",
    "Select Business Category": "Select Business Category",
    "Duration in Days": "Duration in Days",
    "Enter number": "Enter number",
    "Offer Price": "Offer Price",
    "Enter Plan Price": "Enter Plan Price",
    "Subscription Price": "Subscription Price",
    "Enter Subscription Price": "Enter Subscription Price",
    "View": "View",
    "Upgrade Plan": "Upgrade Plan",
    "Edit Shop": "Edit Shop",
    "Select Category": "Select Category",
    "Shop/Business Name": "Shop/Business Name",
    "Enter Shop/Business Name": "Enter Shop/Business Name",
    "Package": "Package",
    "Select a package": "Select a package",
    "Name": "Name",
    "Enter Name": "Enter Name",
    "Role": "Role",
    "Select a role": "Select a role",
    "Email": "Email",
    "Enter Email": "Enter Email",
    "Phone": "Phone",
    "Enter Phone Number": "Enter Phone Number",
    "Password": "Password",
    "Enter Password": "Enter Password",
    "Confirm password": "Confirm password",
    "Enter Confirm password": "Enter Confirm password",
    "Address": "Address",
    "Enter Address": "Enter Address",
    "Select Country": "Select Country",
    "Select a Country": "Select a Country",
    "Balance": "Balance",
    "Enter Balance": "Enter Balance",
    "Search...": "Search...",
    "Business Name": "Business Name",
    "Last Enroll": "Last Enroll",
    "Expired Date": "Expired Date",
    "Action": "Action",
    "Select A Plan": "Select A Plan",
    "Select One": "Select One",
    "Price": "Price",
    "Enter plan price or select a plan": "Enter plan price or select a plan",
    "Payment Gateways": "Payment Gateways",
    "Select A payment gateway": "Select A payment gateway",
    "Notes": "Notes",
    "Enter notes": "Enter notes",
    "Business View": "Business View",
    "Created date": "Created date",
    "Category": "Category",
    "Add new Category": "Add new Category",
    "View List": "View List",
    "Buisness Name": "Buisness Name",
    "Enter Description": "Enter Description",
    "Description": "Description",
    "Edit Business Category": "Edit Business Category",
    "Enter Buisness Description": "Enter Buisness Description",
    "Business Categories List": "Business Categories List",
    "Add New": "Add New",
    "Reports": "Reports",
    "All": "All",
    "Active User": "Active User",
    "Deactive User": "Deactive User",
    "Date": "Date",
    "SL.": "SL.",
    "Invoice": "Invoice",
    "Customer Name": "Customer Name",
    "Amount": "Amount",
    "View Report": "View Report",
    "Download Report": "Download Report",
    "User View": "User View",
    "Shop Name": "Shop Name",
    "Country": "Country",
    "Reason": "Reason",
    "Are You Sure?": "Are You Sure?",
    "You won't be able to revert this!": "You won't be able to revert this!",
    "Yes, Delete It!": "Yes, Delete It!",
    "Add Currency": "Add Currency",
    "Code": "Code",
    "Symbol": "Symbol",
    "Position": "Position",
    "Inactive": "Inactive",
    "Make Default": "Make Default",
    "Edit Currency": "Edit Currency",
    "Currency": "Currency",
    "Total Businesses": "Total Businesses",
    "Total Expired Businesses": "Total Expired Businesses",
    "Total Plan Subscribes": "Total Plan Subscribes",
    "Total Business Categories": "Total Business Categories",
    "Total Plans": "Total Plans",
    "Total Staffs": "Total Staffs",
    "Finance Overview": "Finance Overview",
    "Gateway Settings": "Gateway Settings",
    "Payment Gateway Settings": "Payment Gateway Settings",
    "GATEWAY IMAGE": "GATEWAY IMAGE",
    "GATEWAY NAME": "GATEWAY NAME",
    "Gateway Charge": "Gateway Charge",
    "Gateway Currency": "Gateway Currency",
    "Gateway Mode": "Gateway Mode",
    "Is Manual": "Is Manual",
    "Yes": "Yes",
    "No": "No",
    "Label": "Label",
    "Enter label name": "Enter label name",
    "Select Required/Optionl": "Select Required/Optionl",
    "Required": "Required",
    "Optional": "Optional",
    "Add new row": "Add new row",
    "INSTRUCTIONS": "INSTRUCTIONS",
    "Enter payment instructions here": "Enter payment instructions here",
    "Messages List": "Messages List",
    "Search": "Search",
    "Company Name": "Company Name",
    "Message": "Message",
    "Notifications List": "Notifications List",
    "Today": "Today",
    "Last 7 Days": "Last 7 Days",
    "Last 15 Days": "Last 15 Days",
    "Last Month": "Last Month",
    "Last Year": "Last Year",
    "Created At": "Created At",
    "Read At": "Read At",
    "Add New Payment Type": "Add New Payment Type",
    "Enter Payment Type": "Enter Payment Type",
    "Edit Payment Type": "Edit Payment Type",
    "Payment Type": "Payment Type",
    "Add Payment Type": "Add Payment Type",
    "Per Page- 10": "Per Page- 10",
    "Per Page- 25": "Per Page- 25",
    "Per Page- 50": "Per Page- 50",
    "Per Page- 100": "Per Page- 100",
    "Assigned Role": "Assigned Role",
    "Assign Role To User": "Assign Role To User",
    "Select User": "Select User",
    "User": "User",
    "Select Role": "Select Role",
    "Add Subscription Plan": "Add Subscription Plan",
    "Package List": "Package List",
    "Add New Features": "Add New Features",
    "Enter features": "Enter features",
    "Edit Subscription Plan": "Edit Subscription Plan",
    "Edit Package": "Edit Package",
    "Enter Duration Days": "Enter Duration Days",
    "Deactive": "Deactive",
    "Create Plans": "Create Plans",
    "User Profile": "User Profile",
    "Registration Date": "Registration Date",
    "Enter Your Name": "Enter Your Name",
    "Enter Your Email": "Enter Your Email",
    "Profile Picture": "Profile Picture",
    "Current Password": "Current Password",
    "Enter Your Current Password": "Enter Your Current Password",
    "New Password": "New Password",
    "Enter New Password": "Enter New Password",
    "Save Changes": "Save Changes",
    "Add New Role": "Add New Role",
    "Set role permissions": "Set role permissions",
    "Role Name": "Role Name",
    "Enter role name": "Enter role name",
    "Role Permissions": "Role Permissions",
    "Setup role permissions": "Setup role permissions",
    "Select All": "Select All",
    "Roles List": "Roles List",
    "Add role, if it does not exist": "Add role, if it does not exist",
    "Edit Role": "Edit Role",
    "Privacy & Policy Settings": "Privacy & Policy Settings",
    "Update": "Update",
    "Term & Condition Settings": "Term & Condition Settings",
    "Title": "Title",
    "Enter Title": "Enter Title",
    "Copy Right": "Copy Right",
    "Admin Footer Text": "Admin Footer Text",
    "Enter Text": "Enter Text",
    "Admin Footer Link Text": "Admin Footer Link Text",
    "Admin Footer Link": "Admin Footer Link",
    "Enter Link": "Enter Link",
    "Main Header Logo": "Main Header Logo",
    "Common Header Logo": "Common Header Logo",
    "Footer Logo": "Footer Logo",
    "Admin Logo": "Admin Logo",
    "Favicon": "Favicon",
    "Don't Use Any Kind Of Space In The Input Fields": "Don't Use Any Kind Of Space In The Input Fields",
    "App": "App",
    "Drivers": "Drivers",
    "Storage Settings": "Storage Settings",
    "Mail Configuration": "Mail Configuration",
    "Others": "Others",
    "APP_NAME": "APP_NAME",
    "APP_KEY": "APP_KEY",
    "APP_DEBUG": "APP_DEBUG",
    "APP_URL": "APP_URL",
    "QUEUE_MAIL": "QUEUE_MAIL",
    "MAIL_DRIVER_TYPE": "MAIL_DRIVER_TYPE",
    "MAIL DRIVER": "MAIL DRIVER",
    "MAIL_HOST": "MAIL_HOST",
    "MAIL_PORT": "MAIL_PORT",
    "MAIL_USERNAME": "MAIL_USERNAME",
    "MAIL_PASSWORD": "MAIL_PASSWORD",
    "MAIL_ENCRYPTION": "MAIL_ENCRYPTION",
    "MAIL_FROM_ADDRESS": "MAIL_FROM_ADDRESS",
    "MAIL_FROM_NAME": "MAIL_FROM_NAME",
    "QUEUE COMMAND Path": "QUEUE COMMAND Path",
    "CACHE_DRIVER": "CACHE_DRIVER",
    "Recommended": "Recommended",
    "QUEUE_CONNECTION": "QUEUE_CONNECTION",
    "SESSION_DRIVER": "SESSION_DRIVER",
    "SESSION_LIFETIME": "SESSION_LIFETIME",
    "REDIS_PORT": "REDIS_PORT",
    "REDIS_URL": "REDIS_URL",
    "REDIS_PASSWORD": "REDIS_PASSWORD",
    "AWS S3 Storage Bucket'": "AWS S3 Storage Bucket",
    "Fill up this credentials if you want to use AWS S3 Storage Bucket": "Fill up this credentials if you want to use AWS S3 Storage Bucket",
    "Wasabi Storage Bucket": "Wasabi Storage Bucket",
    "public (uploads folder)": "public (uploads folder)",
    "AWS_ACCESS_KEY_ID": "AWS_ACCESS_KEY_ID",
    "AWS_SECRET_ACCESS_KEY": "AWS_SECRET_ACCESS_KEY",
    "AWS_DEFAULT_REGION": "AWS_DEFAULT_REGION",
    "AWS_BUCKET": "AWS_BUCKET",
    "Fill up this credentials if you want to use Wasabi Storage Bucket": "Fill up this credentials if you want to use Wasabi Storage Bucket",
    "WAS_ACCESS_KEY_ID": "WAS_ACCESS_KEY_ID",
    "WAS_SECRET_ACCESS_KEY": "WAS_SECRET_ACCESS_KEY",
    "WAS_DEFAULT_REGION": "WAS_DEFAULT_REGION",
    "WAS_BUCKET": "WAS_BUCKET",
    "WAS_ENDPOINT": "WAS_ENDPOINT",
    "CACHE_LIFETIME": "CACHE_LIFETIME",
    "Paid": "Paid",
    "Reject": "Reject",
    "Why are you reject It?": "Why are you reject It?",
    "Enter Reason": "Enter Reason",
    "Confirm": "Confirm",
    "Subscriptions List": "Subscriptions List",
    "Started": "Started",
    "End": "End",
    "Gateway Method": "Gateway Method",
    "Are you sure?": "Are you sure?",
    "Add New Testimonial": "Add New Testimonial",
    "Client Name": "Client Name",
    "Enter Client Name": "Enter Client Name",
    "Stars": "Stars",
    "Works At": "Works At",
    "Client Image": "Client Image",
    "Review": "Review",
    "Enter text": "Enter text",
    "Enter review message here": "Enter review message here",
    "Edit Testimonial": "Edit Testimonial",
    "Testimonials List": "Testimonials List",
    "Create New": "Create New",
    "Add New Staff": "Add New Staff",
    "Full Name": "Full Name",
    "Enter Email Address": "Enter Email Address",
    "Edit Staff": "Edit Staff",
    "Staff List": "Staff List",
    "User Email": "User Email",
    "User Role": "User Role",
    "Comments": "Comments",
    "Comment List": "Comment List",
    "Create Blog": "Create Blog",
    "Blog List": "Blog List",
    "Select a status": "Select a status",
    "Tags": "Tags",
    "Enter tags name": "Enter tags name",
    "SEO Meta Tags": "SEO Meta Tags",
    "Meta Title": "Meta Title",
    "Meta Description": "Meta Description",
    "Enter meta Description": "Enter meta Description",
    "Comment": "Comment",
    "Edit Blog": "Edit Blog",
    "Blogs": "Blogs",
    "Create Faqs": "Create Faqs",
    "Add New FAQs": "Add New FAQs",
    "Question": "Question",
    "InActive": "InActive",
    "Answer": "Answer",
    "Enter question answer here": "Enter question answer here",
    "Edit Faqs": "Edit Faqs",
    "FAQS List": "FAQS List",
    "View Details": "View Details",
    "Create Feature": "Create Feature",
    "Add New Feature": "Add New Feature",
    "Backgroud Color": "Backgroud Color",
    "Enter Color": "Enter Color",
    "Edit Feature": "Edit Feature",
    "Features List": "Features List",
    "Create Interfaces": "Create Interfaces",
    "Add New Interface": "Add New Interface",
    "Edit Interface": "Edit Interface",
    "Interfaces List": "Interfaces List",
    "Newsletters List": "Newsletters List",
    "Page for Updating Website Sections": "Page for Updating Website Sections",
    "Slider Section": "Slider Section",
    "Header Section": "Header Section",
    "Feature Section": "Feature Section",
    "Interface Section": "Interface Section",
    "Watch Section": "Watch Section",
    "Testimonial Section": "Testimonial Section",
    "Blog Section": "Blog Section",
    "About us Page": "About us Page",
    "Terms And Conditions": "Terms And Conditions",
    "Privacy Page": "Privacy Page",
    "Contuct us Page": "Contuct us Page",
    "Pricing Section": "Pricing Section",
    "Footer Section": "Footer Section",
    "Social Medias": "Social Medias",
    "Button One": "Button One",
    "Button Text": "Button Text",
    "Button One Link": "Button One Link",
    "Button Two": "Button Two",
    "Button Two Link": "Button Two Link",
    "Scanner Text": "Scanner Text",
    "Scanner Image": "Scanner Image",
    "Slider Image": "Slider Image",
    "Header Button Text": "Header Button Text",
    "Header Button Link": "Header Button Link",
    "Enter Header link": "Enter Header link",
    "Section Title": "Section Title",
    "Enter Section Title": "Enter Section Title",
    "Interface Title": "Interface Title",
    "Watch Title": "Watch Title",
    "Button Link": "Button Link",
    "Watch Image": "Watch Image",
    "Blog Title": "Blog Title",
    "Read More Button Text": "Read More Button Text",
    "View All Button Text": "View All Button Text",
    "View All Link": "View All Link",
    "Testimonial Title": "Testimonial Title",
    "Enter Short Title": "Enter Short Title",
    "Long Title": "Long Title",
    "About Image": "About Image",
    "Description One": "Description One",
    "Description Two": "Description Two",
    "Option": "Option",
    "Icon": "Icon",
    "Plan Button Url": "Plan Button Url",
    "Short Title": "Short Title",
    "Right Footer Title": "Right Footer Title",
    "Middle Footer Title": "Middle Footer Title",
    "Apple App Link": "Apple App Link",
    "Apple App": "Apple App",
    "Google Play Link": "Google Play Link",
    "Google Play App": "Google Play App",
    "Right Footer": "Right Footer",
    "Link": "Link",
    "Middle Footer": "Middle Footer",
    "Left Footer": "Left Footer",
    "Footer Socials": "Footer Socials",
    "Forgot Password": "Forgot Password",
    "Enter the email address associated with your account": "Enter the email address associated with your account",
    "Enter your Email": "Enter your Email",
    "Continue": "Continue",
    "Back to Login": "Back to Login",
    "Login": "Login",
    "Welcome to": "Welcome to",
    "Welcome back, Please login in to your account": "Welcome back, Please login in to your account",
    "Remember me": "Remember me",
    "Forgot Password?": "Forgot Password?",
    "Super Admin": "Super Admin",
    "Admin": "Admin",
    "Manager": "Manager",
    "Reset Password": "Reset Password",
    "Change Password": "Change Password",
    "Create new password, it must be Strong password.": "Create new password, it must be Strong password.",
    "Confirm Password": "Confirm Password",
    "You Have": "You Have",
    "new Notifications": "new Notifications",
    "Mark all Read": "Mark all Read",
    "View all notifications": "View all notifications",
    "Clear cache": "Clear cache",
    "My Profile": "My Profile",
    "Logout": "Logout",
    "About Us": "About Us",
    "Home": "Home",
    "Pricing": "Pricing",
    "Pages": "Pages",
    "Blog": "Blog",
    "Privacy Policy": "Privacy Policy",
    "Contact Us": "Contact Us",
    "You are having this email because you have requested for a password reset.": "You are having this email because you have requested for a password reset.",
    "Your verification code is:": "Your verification code is:",
    "This password reset code will expire in 60 minutes.": "This password reset code will expire in 60 minutes.",
    "If you did not request a password reset, no further action is required.": "If you did not request a password reset, no further action is required.",
    "Regards": "Regards",
    "All right reserved": "All right reserved",
    "Hi": "Hi",
    "Dear": "Dear",
    "your OTP code is": "your OTP code is",
    "Please do not share this PIN with anyone": "Please do not share this PIN with anyone",
    "Best Regards": "Best Regards",
    "Gateway Name": "Gateway Name",
    "Subscription Name": "Subscription Name",
    "Payable Amount": "Payable Amount",
    "Phone Number": "Phone Number",
    "Enter your phone number": "Enter your phone number",
    "Pay Now": "Pay Now",
    "Next": "Next",
    "Previous": "Previous",
    "Free": "Free",
    "Features Of Free Plan": "Features Of Free Plan",
    "Choose Plan": "Choose Plan",
    "Blog Details": "Blog Details",
    "Leave a Comment Here": "Leave a Comment Here",
    "Your email address will not be published": "Your email address will not be published",
    "Enter your name": "Enter your name",
    "Enter your email": "Enter your email",
    "Enter your comment": "Enter your comment",
    "Recent Posts": "Recent Posts",
    "Create a Free Account": "Create a Free Account",
    "Enter full name": "Enter full name",
    "Enter phone number": "Enter phone number",
    "Enter email address": "Enter email address",
    "Company": "Company",
    "Enter company name": "Enter company name",
    "Enter your message": "Enter your message",
    "Pricing Plan": "Pricing Plan",
    "Subscription Plans": "Subscription Plans",
    "Plan List": "Plan List",
    "Work At": "Work At",
    "Show- 10": "Show- 10",
    "Show- 25": "Show- 25",
    "Show- 50": "Show- 50",
    "Show- 100": "Show- 100",
    "Duration": "Duration",
    "Select": "Select",
    "Currency List": "Currency List",
    "Default": "Default",
    "Country Name": "Country Name",
    "View Website": "View Website",
    "Contact Messages": "Contact Messages",
    "Total Shop": "Total Shop",
    "Expired Businesses": "Expired Businesses",
    "Plan Subscribes": "Plan Subscribes",
    "Total Categories": "Total Categories",
    "Recent Register": "Recent Register",
    "Date & Time": "Date & Time",
    "View All": "View All",
    "Add new Business": "Add new Business",
    "Enter Company Name": "Enter Company Name",
    "Edit Business": "Edit Business",
    "Create Business": "Create Business",
    "Enter Buisness Name": "Enter Buisness Name",
    "Note: Enter embedded video link": "Note: Enter embedded video link",
    "Enter title": "Enter title",
    "Enter Code": "Enter Code",
    "Enter Symbol": "Enter Symbol",
    "Select a position": "Select a position",
    "left": "left",
    "right": "right",
    "TIMEZONE": "TIMEZONE",
    "Note :": "Note :",
    "If you are using MAIL QUEUE after Changing The Mail Settings You Need To Restart Your Supervisor From Your Server": "If you are using MAIL QUEUE after Changing The Mail Settings You Need To Restart Your Supervisor From Your Server",
    "QUEUE COMMAND Path :": "QUEUE COMMAND Path :",
    "QUEUE COMMAND :": "QUEUE COMMAND :",
    "Storage Method": "Storage Method",
    "New Register user": "New Register user",
    "Add Advertising": "Add Advertising",
    "Add New Advertising": "Add New Advertising",
    "Store List": "Store List",
    "Add Store": "Add Store",
    "Add new Store": "Add new Store",
    "Upgrade Date": "Upgrade Date",
    "Shop Opening Balance": "Shop Opening Balance",
    "Add New Role & Permission": "Add New Role & Permission",
    "Select Permission": "Select Permission",
    "Permission": "Permission",
    "Addons": "Addons",
    "Addons List": "Addons List",
    "Add New Addon": "Add New Addon",
    "Install Addon": "Install Addon",
    "Upload addons zip file": "Upload addons zip file",
    "Install": "Install",
    "Get App Section": "Get App Section",
    "Middle Title": "Middle Title",
    "End Title": "End Title",
    "Start Title": "Start Title",
    "Download Button Text": "Download Button Text",
    "Download Button Link": "Download Button Link",
    "Payment Image": "Payment Image",
    "Payment Section": "Payment Section",
    "Footer Image": "Footer Image",
    "Total Subscription Amount:": "Total Subscription Amount:",
    "Advertising Name": "Advertising Name",
    "Pending": "Pending",
    "Accept": "Accept",
    "Why are you reject it?": "Why are you reject it?",
    "Rejected": "Rejected",
    "Enroll Date": "Enroll Date",
    "Expire date": "Expire date",
    "Subscriber View": "Subscriber View",
    "Total :count users": "Total :count users",
    "Landing Module": "Landing Module",
    "Interfaces": "Interfaces",
    "Rate": "Rate",
    "Enter Rate": "Enter Rate",
    "Frontend Logo": "Frontend Logo",
    "Our App Features": "Our App Features",
    "Quick Links": "Quick Links",
    "Create a": "Create a",
    "account": "account",
    "Company/Business Name": "Company/Business Name",
    "Enter business/store Name": "Enter business/store Name",
    "Email Address": "Email Address",
    "Company Address": "Company Address",
    "Enter Company Address": "Enter Company Address",
    "Opening Balance": "Opening Balance",
    "Enter Opening Balance": "Enter Opening Balance",
    "Close": "Close",
    "Email Verification": "Email Verification",
    "we sent an OTP in your email address": "we sent an OTP in your email address",
    "Code send in": "Code send in",
    "Resend code": "Resend code",
    "Verify": "Verify",
    "Successfully!": "Successfully!",
    "Congratulations, Your account has been": "Congratulations, Your account has been",
    "successfully created": "successfully created",
    "Download Apk": "Download Apk",
    "Log In": "Log In",
    "Back to Home": "Back to Home",
    "Create an account.": "Create an account.",
    "Frontend Module": "Frontend Module",
    "Category List": "Category List",
    "Manual Payment": "Manual Payment",
    "Expired Shop": "Expired Shop",
    "Pending Shop": "Pending Shop",
    "Staff Manage": "Staff Manage",
    "Manual Payment List": "Manual Payment List",
    "Expired Store List": "Expired Store List",
    "Pending Store List": "Pending Store List",
    "Plan": "Plan",
    "INVOICE": "INVOICE",
    "Print": "Print",
    "Manual Payment Report": "Manual Payment Report",
    "Active Store List": "Active Store List",
    "Active Store": "Active Store",
    "Expired Store": "Expired Store",
    "Showing": "Showing",
    "to": "to",
    "of": "of",
    "results": "results",
    "items selected": "items selected",
    "Mobile": "Mobile",
    "Bill To": "Bill To",
    "Store Name": "Store Name",
    "Store View": "Store View",
    "Edit Store": "Edit Store",
    "Add Category": "Add Category",
    "Edit Category": "Edit Category",
    "Category Name": "Category Name",
    "Start Date": "Start Date",
    "End Date": "End Date",
    "Join Date": "Join Date",
    "Accept Image": "Accept Image",
    "Login Page Text": "Login Page Text",

    "Sales": "Sales",
    "Sale New": "Sale New",
    "Sale List": "Sale List",
    "Sales Return": "Sales Return",
    "Purchases": "Purchases",
    "Purchase New": "Purchase New",
    "Purchase List": "Purchase List",
    "Purchase Return": "Purchase Return",
    "Products": "Products",
    "All Product": "All Product",
    "Add Product": "Add Product",
    "Expired Products": "Expired Products",
    "Print Labels": "Print Labels",
    "Unit": "Unit",
    "Medicine Types": "Medicine Types",
    "Manufacturers": "Manufacturers",
    "Box Sizes": "Box Sizes",
    "Stock List": "Stock List",
    "All Stock": "All Stock",
    "Low Stock": "Low Stock",
    "Customers": "Customers",
    "All Customers": "All Customers",
    "Add Customer": "Add Customer",
    "Suppliers": "Suppliers",
    "All Suppliers": "All Suppliers",
    "Add Supplier": "Add Supplier",
    "Incomes": "Incomes",
    "Income": "Income",
    "Income Category": "Income Category",
    "Expenses": "Expenses",
    "Expense": "Expense",
    "Expense Category": "Expense Category",
    "Tax": "Tax",
    "Due List": "Due List",
    "Subscriptions": "Subscriptions",
    "Profit & Loss List": "Profit & Loss List",
    "Sale": "Sale",
    "Sale Return": "Sale Return",
    "Purchase": "Purchase",
    "All Income": "All Income",
    "All Expense": "All Expense",
    "Current Stock": "Current Stock",
    "Customer Due": "Customer Due",
    "Supplier Due": "Supplier Due",
    "Loss & Profit": "Loss & Profit",
    "Due Transaction": "Due Transaction",
    "Expired Product": "Expired Product",
    "Upgrade Now": "Upgrade Now",
    "Invoice No": "Invoice No",
    "Party Name": "Party Name",
    "Total": "Total",
    "Due": "Due",
    "Payment": "Payment",
    "Product Name": "Product Name",
    "Purchase price": "Purchase price",
    "Sale price": "Sale price",
    "Dealer price": "Dealer price",
    "Stock": "Stock",
    "Product Image": "Product Image",
    "Wholesale Price": "Wholesale Price",
    "Dealer Price": "Dealer Price",
    "Expire Date": "Expire Date",
    "Manufacturer": "Manufacturer",
    "Enter Product Name": "Enter Product Name",
    "Product Code": "Product Code",
    "Enter Product Code": "Enter Product Code",
    "Product Category": "Product Category",
    "Medicine Type": "Medicine Type",
    "Select one": "Select one",
    "Box Size": "Box Size",
    "Product Unit": "Product Unit",
    "Strength": "Strength",
    "Enter Strength": "Enter Strength",
    "Generic Name": "Generic Name",
    "Enter Generic Name": "Enter Generic Name",
    "Shelf": "Shelf",
    "Enter Shelf": "Enter Shelf",
    "Enter stock qty": "Enter stock qty",
    "Low Stock Qty": "Low Stock Qty",
    "Enter alert qty": "Enter alert qty",
    "Batch no.": "Batch no.",
    "Enter Batch Number": "Enter Batch Number",
    "Tax Type": "Tax Type",
    "Select Tax": "Select Tax",
    "Purchase Exclusive Price": "Purchase Exclusive Price",
    "Enter purchase price": "Enter purchase price",
    "Purchase Inclusive Price": "Purchase Inclusive Price",
    "Profit Margin": "Profit Margin",
    "Enter profit margin": "Enter profit margin",
    "Sale Price": "Sale Price",
    "Enter sale price": "Enter sale price",
    "Enter wholesale price": "Enter wholesale price",
    "Enter Dealer price": "Enter Dealer price",
    "Medicine Details": "Medicine Details",
    "Enter Medicine Details": "Enter Medicine Details",
    "Add Image": "Add Image",
    "Total Customer": "Total Customer",
    "Total Supplier": "Total Supplier",
    "Stock Medicine": "Stock Medicine",
    "Expired Medicine": "Expired Medicine",
    "Profit / Loss": "Profit / Loss",
    "Profit": "Profit",
    "Loss": "Loss",
    "Sales & purchase": "Sales & purchase",
    "Today's Report": "Today's Report",
    "Today's Profit": "Today's Profit",
    "Top 5 Product": "Top 5 Product",
    "Batch": "Batch",
    "Top 5 Customer": "Top 5 Customer",
    "Select a category": "Select a category",
    "Select manufacturer": "Select manufacturer",
    "Search product...": "Search product...",
    "Quick Action": "Quick Action",
    "Today Sales": "Today Sales",
    "Calculator": "Calculator",
    "Select Customer": "Select Customer",
    "Item": "Item",
    "Batch No.": "Batch No.",
    "Unit Price": "Unit Price",
    "Qty": "Qty",
    "Sub Total": "Sub Total",
    "Receive Amount": "Receive Amount",
    "Change Amount": "Change Amount",
    "Due Amount": "Due Amount",
    "Note": "Note",
    "Discount": "Discount",
    "Delivery Charge": "Delivery Charge",
    "Total Amount": "Total Amount",
    "Save & Print": "Save & Print",
    "Create Customer": "Create Customer",
    "Party Type": "Party Type",
    "Enter Due": "Enter Due",
    "Add Tax": "Add Tax",
    "Apply": "Apply",
    "Type note...": "Type note...",
    "Sales List": "Sales List",
    "items show": "items show",
    "sales invoice": "sales invoice",
    "Time": "Time",
    "Sales By": "Sales By",
    "Product": "Product",
    "QTY": "QTY",
    "U.Price": "U.Price",
    "Product sold will not be Exchanged Without invoice": "Product sold will not be Exchanged Without invoice",
    "Sub-Total": "Sub-Total",
    "Vat": "Vat",
    "Delivery charge": "Delivery charge",
    "Rounding(+/-)": "Rounding(+/-)",
    "Total Payable": "Total Payable",
    "Return Product": "Return Product",
    "Developed by": "Developed by",
    "No product found": "No product found",
    "Thank you for allowing us to serve you": "Thank you for allowing us to serve you",
    "GST/BIN": "GST/BIN",
    "Sales Return List": "Sales Return List",
    "Return Amount": "Return Amount",
    "purchase invoice": "purchase invoice",
    "Add Items": "Add Items",
    "Quantity": "Quantity",
    "Enter Quantity": "Enter Quantity",
    "Enter Exclusive Purchase Price": "Enter Exclusive Purchase Price",
    "Enter Inclusive Purchase Price": "Enter Inclusive Purchase Price",
    "Profit Percent": "Profit Percent",
    "Enter Profit Percent": "Enter Profit Percent",
    "Enter Sales Price": "Enter Sales Price",
    "WholeSale Price": "WholeSale Price",
    "Enter WholeSale Price": "Enter WholeSale Price",
    "Enter Dealer Price": "Enter Dealer Price",
    "Enter Batch No.": "Enter Batch No.",
    "Create Supplier": "Create Supplier",
    "Supplier": "Supplier",
    "Confirm Return": "Confirm Return",
    "Return Amount ": "Return Amount ",
    "Return Qty": "Return Qty",
    "Company / Business Name": "Company / Business Name",
    "Plan Expire Date": "Plan Expiry Date",
    "Shop Remaining Balance": "Shop Remaining Balance",
    "Purchase Return List": "Purchase Return List",
    "Add new Product": "Add New Product",
    "Product List": "Product List",
    "Edit Product": "Edit Product",
    "Create Product": "Create Product",
    "Expired Product List": "Expired Product List",
    "Barcode Generate": "Generate Barcode",
    "Select Product": "Select Product",
    "Items": "Items",
    "Available Stock": "Available Stock",
    "Qty / No of label": "Quantity / Number of Labels",
    "Packing Date": "Packing Date",
    "Information to show in labels": "Information to Show in Labels",
    "Product Price": "Product Price",
    "Print packing date": "Print Packing Date",
    "Size": "Size",
    "Preview": "Preview",
    "Barcode Type": "Barcode Type",
    "Barcode Print Paper Setting": "Barcode Print Paper Setting",
    "Add New Category": "Add New Category",
    "Enter Category Name": "Enter Category Name",
    "Enter Category Description": "Enter Category Description",
    "Exclusive": "Exclusive",
    "Inclusive": "Inclusive",
    "Add new Unit": "Add New Unit",
    "Unit List": "Unit List",
    "Unit Name": "Unit Name",
    "Create Unit": "Create Unit",
    "Enter Unit Name": "Enter Unit Name",
    "Edit Unit": "Edit Unit",
    "Medicine Type List": "Medicine Type List",
    "Edit Medicine Type": "Edit Medicine Type",
    "Add New Medicine Type": "Add New Medicine Type",
    "Manufacturer List": "Manufacturer List",
    "Add New Manufacturer": "Add New Manufacturer",
    "Edit Manufacturer": "Edit Manufacturer",
    "Box Size List": "Box Size List",
    "Edit Box Size": "Edit Box Size",
    "Add New Box Size": "Add New Box Size",
    "Total Quantity": "Total Quantity",
    "Stock Value": "Stock Value",
    "Cost": "Cost",
    "Total Stock Value": "Total Stock Value",
    "Customer List": "Customer List",
    "Supplier List": "Supplier List",
    "Type": "Type",
    "Income List": "Income List",
    "Add new": "Add New",
    "Create Income": "Create Income",
    "Edit Income": "Edit Income",
    "Income For": "Income For",
    "Reference Number": "Reference Number",
    "Income Date": "Income Date",
    "Enter amount": "Enter Amount",
    "Enter Amount": "Enter Amount",
    "Select A Category": "Select a Category",
    "Enter income for": "Enter Income Purpose",
    "Select a payment type": "Select a Payment Type",
    "Enter reference number": "Enter Reference Number",
    "Enter note": "Enter Note",
    "Income Category List": "Income Category List",
    "Create Income Catgeory": "Create Income Category",
    "Catgeory Name": "Category Name",
    "Enter category name": "Enter Category Name",
    "Edit Income Category": "Edit Income Category",
    "Expense List": "Expense List",
    "Create Expense": "Create Expense",
    "Expense For": "Expense For",
    "Expense Date": "Expense Date",
    "Enter Expense For": "Enter Expense Purpose",
    "Edit Expense": "Edit Expense",
    "Enter catgeory Name": "Enter Category Name",
    "Create Expense Catgeory": "Create Expense Category",
    "Expense Category List": "Expense Category List",
    "Edit Expense Category": "Edit Expense Category",
    "Tax List": "Tax List",
    "Add New Tax": "Add New Tax",
    "Tax Rate": "Tax Rate",
    "Add Tax Rate": "Add Tax Rate",
    "Enter rate - %": "Enter rate - %",
    "Edit Tax": "Edit Tax",
    "Tax groups ( Combination of multiple taxes )": "Tax groups (Combination of multiple taxes)",
    "Add New Tax Group": "Add New Tax Group",
    "Tax Group List": "Tax Group List",
    "Tax Group Name": "Tax Group Name",
    "Select taxes": "Select taxes",
    "Edit Tax Group": "Edit Tax Group",
    "Sub taxes": "Sub taxes",
    "Collect Due": "Collect Due",
    "due collection invoice": "Due Collection Invoice",
    "Total Due": "Total Due",
    "Pay Amt": "Pay Amount",
    "Due Amt": "Due Amount",
    "Received Amount": "Received Amount",
    "Select Invoice": "Select Invoice",
    "Select an Invoice": "Select an Invoice",
    "Supplier Name": "Supplier Name",
    "Paid Amount": "Paid Amount",
    "Alert Qty": "Alert Quantity",
    "Taxes": "Taxes",
    "Tax Group": "Tax Group",
    "List": "List",
    "Edit Customer": "Edit Customer",
    "Edit Supplier": "Edit Supplier",
    "Purchase Plan": "Purchase Plan",
    "Days": "Days",
    "Current Plan": "Current Plan",
    "Buy Now": "Buy Now",
    "Loss Profit List": "Loss Profit List",
    "Loss Profit": "Loss Profit",
    "Loss/Profit": "Loss/Profit",
    "Yesterday": "Yesterday",
    "Last 30 Days": "Last 30 Days",
    "Current Month": "Current Month",
    "Current Year": "Current Year",
    "Custom Date": "Custom Date",
    "Total Sale": "Total Sale",
    "Sale Reports": "Sale Reports",
    "Discount Amount": "Discount Amount",
    "Sale Date": "Sale Date",
    "Sales Report List": "Sales Report List",
    "Total Sale Return": "Total Sale Return",
    "Sale Return Report List": "Sale Return Report List",
    "Sale Return Reports": "Sale Return Reports",
    "Purchase Report List": "Purchase Report List",
    "Purchase Reports": "Purchase Reports",
    "Total Purchase": "Total Purchase",
    "Total Purchase Return": "Total Purchase Return",
    "Purchase Return Report List": "Purchase Return Report List",
    "Purchase Return Reports": "Purchase Return Reports",
    "Income Report List": "Income Report List",
    "Income Reports": "Income Reports",
    "Expense Report List": "Expense Report List",
    "Expense Reports": "Expense Reports",
    "Stock Report List": "Stock Report List",
    "Stock Reports": "Stock Reports",
    "Customer Due List": "Customer Due List",
    "Customer Due Reports": "Customer Due Reports",
    "Supplier Due List": "Supplier Due List",
    "Supplier Due Reports": "Supplier Due Reports",
    "Loss Profit Report List": "Loss Profit Report List",
    "Loss Profit Reports": "Loss Profit Reports",
    "Due Collection Transactions": "Due Collection Transactions",
    "Transaction Reports": "Transaction Reports",
    "Subscription Reports": "Subscription Reports",
    "Invoice Number": "Invoice Number",
    "Pay Due Amount": "Pay Due Amount",
    "Payment Date": "Payment Date",
    "Customer": "Customer",
    ":type List": ":type List",
    "Add new :type": "Add new :type",
    "Edit :type": "Edit :type",
    "Enter Company / Business Name": "Enter Company / Business Name",
    "Enter Phone": "Enter Phone",
    "TAX/GST Title": "TAX/GST Title",
    "Enter TAX/GST Title": "Enter TAX/GST Title",
    "TAX/GST Number": "TAX/GST Number",
    "Enter TAX/GST Number": "Enter TAX/GST Number",
    "Sale Rounding Option": "Sale Rounding Option",
    "None": "None",
    "Round Up to whole number": "Round Up to whole number",
    "Round to nearest whole number": "Round to nearest whole number",
    "Round to nearest decimal (0.05)": "Round to nearest decimal (0.05)",
    "Round to nearest decimal (0.1)": "Round to nearest decimal (0.1)",
    "Round to nearest decimal (0.5)": "Round to nearest decimal (0.5)",
    "Invoice Logo": "Invoice Logo",
    "Add User Role": "Add User Role",
    "User Title": "User Title",
    "Enter user title": "Enter user title",
    "Payment Type List": "Payment Type List",
    "Add new Payemnt Type": "Add new Payment Type",
    "Hello": "Hello",
    "Today Purchases": "Today Purchases",
    "Invoice no": "Invoice no",
    "Select Supplier": "Select Supplier",
    "Flat": "Flat",
    "Percent (%)": "Percent (%)",
    "Purchase By": "Purchase By",
    "purchase": "Purchase",
    "Purchases Return": "Purchases Return",
    "Purchase Price": "Purchase Price",
    "Returned Qty": "Returned Quantity",
    "Total Return Amount": "Total Return Amount",
    "invoice": "Invoice",
    "Pos Sale": "POS Sale",
    "receipt": "Receipt",
    
    "You want to delete everything!": "You want to delete everything!",
    "User Create": "Create User",
    "User Edit": "Edit User",
    "Add-ons": "Add-ons",
    "User Roles": "User Roles",
    "Install / Update Addon": "Install / Update Addon",
    "Version": "Version",
    "Enter purchase code": "Enter Purchase Code",
    "Enter addon purchase code": "Enter Addon Purchase Code",
    "MAIL MAILER": "Mail Mailer",
    "App Link": "App Link",
    "Login Page Settings": "Login Page Settings",
    "Login Page Icon": "Login Page Icon",
    "Slug": "Slug",
    "Section Short Title": "Section Short Title",
    "Overall Report": "Overall Report",
    "Select a manufacturer": "Select a Manufacturer",
    "Scan / search product by code or name": "Scan / Search Product by Code or Name",
    "Delivery Cost": "Delivery Cost",
    "Add Payment": "Add Payment",
    "Percent": "Percent",
    "Net Payable": "Net Payable",
    "Total Return": "Total Return",
    "Payable": "Payable",
    "View Payments": "View Payments",
    "Reference": "Reference",
    "Paid By": "Paid By",
    "No items found": "No Items Found",
    "Expired": "Expired",
    "Low Stock Alert": "Low Stock Alert",
    "EX: 5": "EX: 5",
    "Product Price, Stock": "Product Price, Stock",
    "EX: 10": "EX: 10",
    "Ex: 10": "EX: 10",
    "Cost exc. tax": "Cost excl. Tax",
    "Enter Purchase Price": "Enter Purchase Price",
    "Cost inc. tax": "Cost incl. Tax",
    "Profit (%)": "Profit (%)",
    "MRP/Sales Price": "MRP/Sales Price",
    "Manufacturing Date": "Manufacturing Date",
    "Single": "Single",
    "Batch No": "Batch No",
    "Add": "Add",
    "Sales Price": "Sales Price",
    "Wholesale": "Wholesale",
    "Dealer": "Dealer",
    "Manufacture": "Manufacturer",
    "Ex: 50": "EX: 50",
    "25%": "25%",
    "Ex: 3": "EX: 3",
    "Ex: 200": "EX: 200",
    "Bulk Upload": "Bulk Upload",
    "Save & Published": "Save & Publish",
    "Add Stock": "Add Stock",
    "View Stock": "View Stock",
    "Purchase Without TAX": "Purchase Without Tax",
    "Purchase With TAX": "Purchase With Tax",
    "MRP": "MRP",
    "Select Batch": "Select Batch",
    "Select tax": "Select Tax",
    "Premium Tax Group": "Premium Tax Group",
    "Purchase Price Exclusive": "Purchase Price Exclusive",
    "Purchase Price Inclusive": "Purchase Price Inclusive",
    "Profit Percentage": "Profit Percentage",
    "Enter dealer price": "Enter Dealer Price",
    "Submit": "Submit",
    "Download File": "Download File",
    "Instructions": "Instructions",
    "Please follow the instructions below to upload your file.": "Please follow the instructions below to upload your file.",
    "Download the sample file first and add all your products to it.": "Download the sample file first and add all your products to it.",
    "Indicates a required field. If you do not provide the required fields, the system will ignore the product.": "Indicates a required field. If you do not provide the required fields, the system will ignore the product.",
    "After adding all your products, please save the file and then upload the updated version.": "After adding all your products, please save the file and then upload the updated version.",
    "Field Name": "Field Name",
    "The name of the product you are adding (e.g., \"Banana\").": "The name of the product you are adding (e.g., \"Banana\").",
    "The category under which the product falls (e.g., Beverages, Electronics).": "The category under which the product falls (e.g., Beverages, Electronics).",
    "If the system does not find this, it will automatically create a new one.": "If the system does not find this, it will automatically create a new one.",
    "The measurement unit used for the product (e.g., Piece, Kg, Litre, Box).": "The measurement unit used for the product (e.g., Piece, Kg, Litre, Box).",
    "Brand Name": "Brand Name",
    "The brand or manufacturer associated with the product (e.g., Samsung, Nestlé).": "The brand or manufacturer associated with the product (e.g., Samsung, Nestlé).",
    "Stock Quantity": "Stock Quantity",
    "The available quantity of the product currently in inventory.": "The current quantity of the product available in inventory.",
    "A unique code for the product, often used for barcodes or easy search.": "A unique code for the product, commonly used for barcodes or quick search.",
    "Product codes must be unique. If a code is already in use and you include a non-unique product code in the file, the system will ignore that product.": "Product codes must be unique. If a code is already in use and you add a non-unique product code in the file, the system will ignore that product.",
    "The cost price of the product without including VAT.": "The cost price of the product excluding VAT.",
    "Maximum Retail Price — the highest price allowed to sell the product to customers.": "Maximum Retail Price — the maximum allowed price to sell the product to customers.",
    "Special discounted price for resellers or dealers who buy in large quantities.": "Special discounted price for resellers or dealers purchasing in bulk.",
    "The price offered for bulk purchases, typically lower than the MRP.": "The price offered for bulk purchases, usually lower than the MRP.",
    "VAT Name": "VAT Name",
    "The name of the VAT (Value Added Tax) applied to the product.": "The name of the VAT applied to the product.",
    "If the system does not find an existing VAT entry, it will automatically create a new one and set the rate based on the VAT (%) value you have provided in the column.": "If the system does not find an existing VAT entry, it will automatically create a new one and set the rate based on the VAT (%) value provided in the column.",
    "VAT": "VAT",
    "The percentage of VAT (Value Added Tax) applied to the product.": "The percentage of VAT applied to the product.",
    "Vat Type (exclusive / inclusive)": "VAT Type (exclusive / inclusive)",
    "Whether the VAT is added on top of the price (exclusive) or already included in the price (inclusive).": "Indicates whether VAT is added on top of the price (exclusive) or already included in the price (inclusive).",
    "The quantity threshold to alert when stock is low (e.g., if stock drops below 10 units).": "The quantity threshold to trigger an alert when stock is low (e.g., below 10 units).",
    "The name of the company or entity that produces the product.": "The name of the company or entity manufacturing the product.",
    "The expiry date for the product, useful especially for perishable goods.": "The product's expiry date, particularly important for perishable goods.",
    "After adding all your parties, please save the file and then upload the updated version.": "After adding all your parties, save the file and then upload the updated version.",
    "Enter the official name of the party you are adding.": "Enter the official name of the party you are adding.",
    "Select the type of party. (For Customers: Retailer / Wholesaler / Dealer; For Supplier: Supplier)": "Select the type of party. (For Customers: Retailer / Wholesaler / Dealer; For Supplier: Supplier)",
    "Enter the phone number of the party (optional).": "Enter the party's phone number (optional).",
    "Enter a valid email address for the party (optional).": "Enter a valid email address for the party (optional).",
    "Enter the due amount for this party (optional).": "Enter the due amount for this party (optional).",
    "All Due": "Total Due",
    "Cash Due": "Cash Due",
    "Pay Due": "Pay Due",
    "Cash Due List": "Cash Due List",
    "Customer Type": "Customer Type",
    "From Date": "From Date",
    "To Date": "To Date",
    "Transaction": "Transaction",
    "28 Labels, Sheet: 8.27\" X 11.69\", Label: 2\" X 1.25\"": "28 Labels, Sheet: 8.27\" X 11.69\", Label: 2\" X 1.25\"",
    "View and update currency settings": "View and update currency settings",
    "Configure the fundamental information of the site.": "Configure the basic information of the site.",
    "Control and configure overall notification systems": "Control and configure the overall notification systems",
    "Manage payment method for purchase.": "Manage payment methods for purchases.",
    "Add new users, Provide role and Permission": "Add new users, assign roles and permissions",
    "Role & Permission": "Role & Permission",
    "All Settings": "All Settings",
    "General": "General",
    "Invoice Print": "Invoice Print",
    "Printer A4": "Printer A4",
    "Thermal: 3 inch 80mm": "Thermal: 3 inch 80mm",
    "Create Payment Type": "Create Payment Type",
    "Invoice Note": "Invoice Note",
    "Enter invoice note": "Enter invoice note",
    "Add Role": "Add Role",
    "Enter name": "Enter Name",
    "Enter email": "Enter Email",
    "Update Password": "Update Password",
    "Product Settings": "Product Settings",
    "Add Product Settings": "Add Product Settings",
    "Additional Product Field": "Additional Product Field",
    "Purchase Settings": "Purchase Settings",
    "MRP/PRICE": "MRP/Price",
    "Product Stock": "Product Stock",
    "Product Brand": "Product Brand",
    "Model No": "Model No",
    "Product Manufacturer": "Product Manufacturer",
    "Product Shelf": "Product Shelf",
    "TAX ID": "TAX ID",
    "TAX Type": "TAX Type",
    "Exclusive Price": "Exclusive Price",
    "Inclusive Price": "Inclusive Price",
    "Batch Tracking": "Batch Tracking",
    "Product Type": "Product Type",
    "Enter Sale Price": "Enter Sale Price",
    "Enter Wholesale Price": "Enter Wholesale Price",
    "Day / Month / Year": "Day / Month / Year",
    "Month / Year": "Month / Year",
    "Expiry Date": "Expiry Date",
    "Mfg Date": "Mfg Date",

    "installer_messages.title": "Acnoo Pharmacy Installer",
    "installer_messages.next": "Next Step",
    "installer_messages.back": "Previous",
    "installer_messages.finish": "Install",
    "installer_messages.forms.errorTitle": "The Following errors occurred:",
    "installer_messages.welcome.templateTitle": "Welcome",
    "installer_messages.welcome.title": "Acnoo Pharmacy Installer",
    "installer_messages.welcome.message": "Easy Installation and Setup Wizard.",
    "installer_messages.welcome.next": "Check Requirements",
    "installer_messages.requirements.templateTitle": "Step 1 | Server Requirements",
    "installer_messages.requirements.title": "Server Requirements",
    "installer_messages.requirements.next": "Check Permissions",
    "installer_messages.permissions.templateTitle": "Step 2 | Permissions",
    "installer_messages.permissions.title": "Permissions",
    "installer_messages.permissions.next": "Configure Environment",
    "installer_messages.environment.menu.templateTitle": "Step 3 | Environment Settings",
    "installer_messages.environment.menu.title": "Environment Settings",
    "installer_messages.environment.menu.desc": "Please select how you want to configure the apps .env file.",
    "installer_messages.environment.menu.wizard-button": "Form Wizard Setup",
    "installer_messages.environment.menu.classic-button": "Classic Text Editor",
    "installer_messages.environment.wizard.templateTitle": "Step 3 | Environment Settings | Guided Wizard",
    "installer_messages.environment.wizard.title": "Guided .env Wizard",
    "installer_messages.environment.wizard.tabs.environment": "Environment",
    "installer_messages.environment.wizard.tabs.database": "Database",
    "installer_messages.environment.wizard.tabs.application": "Application",
    "installer_messages.environment.wizard.form.name_required": "An environment name is required.",
    "installer_messages.environment.wizard.form.app_name_label": "Website name",
    "installer_messages.environment.wizard.form.app_name_placeholder": "Enter your website name",
    "installer_messages.environment.wizard.form.app_environment_label": "App Environment",
    "installer_messages.environment.wizard.form.app_environment_label_local": "Local",
    "installer_messages.environment.wizard.form.app_environment_label_developement": "Development",
    "installer_messages.environment.wizard.form.app_environment_label_qa": "Qa",
    "installer_messages.environment.wizard.form.app_environment_label_production": "Production",
    "installer_messages.environment.wizard.form.app_environment_label_other": "Other",
    "installer_messages.environment.wizard.form.app_environment_placeholder_other": "Enter your environment...",
    "installer_messages.environment.wizard.form.app_debug_label": "App Debug",
    "installer_messages.environment.wizard.form.app_debug_label_true": "True",
    "installer_messages.environment.wizard.form.app_debug_label_false": "False",
    "installer_messages.environment.wizard.form.app_log_level_label": "App Log Level",
    "installer_messages.environment.wizard.form.app_log_level_label_debug": "debug",
    "installer_messages.environment.wizard.form.app_log_level_label_info": "info",
    "installer_messages.environment.wizard.form.app_log_level_label_notice": "notice",
    "installer_messages.environment.wizard.form.app_log_level_label_warning": "warning",
    "installer_messages.environment.wizard.form.app_log_level_label_error": "error",
    "installer_messages.environment.wizard.form.app_log_level_label_critical": "critical",
    "installer_messages.environment.wizard.form.app_log_level_label_alert": "alert",
    "installer_messages.environment.wizard.form.app_log_level_label_emergency": "emergency",
    "installer_messages.environment.wizard.form.app_url_label": "App Url",
    "installer_messages.environment.wizard.form.app_url_placeholder": "App Url",
    "installer_messages.environment.wizard.form.db_connection_failed": "Could not connect to the database.",
    "installer_messages.environment.wizard.form.db_connection_label": "Database Connection",
    "installer_messages.environment.wizard.form.db_connection_label_mysql": "mysql",
    "installer_messages.environment.wizard.form.db_connection_label_sqlite": "sqlite",
    "installer_messages.environment.wizard.form.db_connection_label_pgsql": "pgsql",
    "installer_messages.environment.wizard.form.db_connection_label_sqlsrv": "sqlsrv",
    "installer_messages.environment.wizard.form.db_host_label": "Database Host",
    "installer_messages.environment.wizard.form.db_host_placeholder": "Database Host",
    "installer_messages.environment.wizard.form.db_port_label": "Database Port",
    "installer_messages.environment.wizard.form.db_port_placeholder": "Database Port",
    "installer_messages.environment.wizard.form.db_name_label": "Database Name",
    "installer_messages.environment.wizard.form.db_name_placeholder": "Database Name",
    "installer_messages.environment.wizard.form.db_username_label": "Database User Name",
    "installer_messages.environment.wizard.form.db_username_placeholder": "Database User Name",
    "installer_messages.environment.wizard.form.db_password_label": "Database Password",
    "installer_messages.environment.wizard.form.db_password_placeholder": "Database Password",
    "installer_messages.environment.wizard.form.app_tabs.more_info": "More Info",
    "installer_messages.environment.wizard.form.app_tabs.broadcasting_title": "Broadcasting, Caching, Session, &amp; Queue",
    "installer_messages.environment.wizard.form.app_tabs.broadcasting_label": "Broadcast Driver",
    "installer_messages.environment.wizard.form.app_tabs.broadcasting_placeholder": "Broadcast Driver",
    "installer_messages.environment.wizard.form.app_tabs.cache_label": "Cache Driver",
    "installer_messages.environment.wizard.form.app_tabs.cache_placeholder": "Cache Driver",
    "installer_messages.environment.wizard.form.app_tabs.session_label": "Session Driver",
    "installer_messages.environment.wizard.form.app_tabs.session_placeholder": "Session Driver",
    "installer_messages.environment.wizard.form.app_tabs.queue_label": "Queue Driver",
    "installer_messages.environment.wizard.form.app_tabs.queue_placeholder": "Queue Driver",
    "installer_messages.environment.wizard.form.app_tabs.redis_label": "Redis Driver",
    "installer_messages.environment.wizard.form.app_tabs.redis_host": "Redis Host",
    "installer_messages.environment.wizard.form.app_tabs.redis_password": "Redis Password",
    "installer_messages.environment.wizard.form.app_tabs.redis_port": "Redis Port",
    "installer_messages.environment.wizard.form.app_tabs.mail_label": "Mail",
    "installer_messages.environment.wizard.form.app_tabs.mail_driver_label": "Mail Driver",
    "installer_messages.environment.wizard.form.app_tabs.mail_driver_placeholder": "Mail Driver",
    "installer_messages.environment.wizard.form.app_tabs.mail_host_label": "Mail Host",
    "installer_messages.environment.wizard.form.app_tabs.mail_host_placeholder": "Mail Host",
    "installer_messages.environment.wizard.form.app_tabs.mail_port_label": "Mail Port",
    "installer_messages.environment.wizard.form.app_tabs.mail_port_placeholder": "Mail Port",
    "installer_messages.environment.wizard.form.app_tabs.mail_username_label": "Mail Username",
    "installer_messages.environment.wizard.form.app_tabs.mail_username_placeholder": "Mail Username",
    "installer_messages.environment.wizard.form.app_tabs.mail_password_label": "Mail Password",
    "installer_messages.environment.wizard.form.app_tabs.mail_password_placeholder": "Mail Password",
    "installer_messages.environment.wizard.form.app_tabs.mail_encryption_label": "Mail Encryption",
    "installer_messages.environment.wizard.form.app_tabs.mail_encryption_placeholder": "Mail Encryption",
    "installer_messages.environment.wizard.form.app_tabs.pusher_label": "Pusher",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_id_label": "Pusher App Id",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_id_palceholder": "Pusher App Id",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_key_label": "Pusher App Key",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_key_palceholder": "Pusher App Key",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_secret_label": "Pusher App Secret",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_secret_palceholder": "Pusher App Secret",
    "installer_messages.environment.wizard.form.buttons.setup_database": "Setup Database",
    "installer_messages.environment.wizard.form.buttons.setup_application": "Setup Application",
    "installer_messages.environment.wizard.form.buttons.install": "Install",
    "installer_messages.environment.classic.templateTitle": "Step 3 | Environment Settings | Classic Editor",
    "installer_messages.environment.classic.title": "Classic Environment Editor",
    "installer_messages.environment.classic.save": "Save .env",
    "installer_messages.environment.classic.back": "Use Form Wizard",
    "installer_messages.environment.classic.install": "Save and Install",
    "installer_messages.environment.success": "Your .env file settings have been saved.",
    "installer_messages.environment.errors": "Unable to save the .env file, Please create it manually.",
    "installer_messages.install": "Install",
    "installer_messages.installed.success_log_message": "Laravel Installer successfully INSTALLED on ",
    "installer_messages.final.title": "Installation Finished",
    "installer_messages.final.templateTitle": "Installation Finished",
    "installer_messages.final.finished": "Application has been successfully installed.",
    "installer_messages.final.migration": "Migration &amp; Seed Console Output:",
    "installer_messages.final.console": "Application Console Output:",
    "installer_messages.final.log": "Installation Log Entry:",
    "installer_messages.final.env": "Final .env File:",
    "installer_messages.final.exit": "Click here to exit",
    "installer_messages.updater.title": "Laravel Updater",
    "installer_messages.updater.welcome.title": "Welcome To The Updater",
    "installer_messages.updater.welcome.message": "Welcome to the update wizard.",
    "installer_messages.updater.overview.title": "Overview",
    "installer_messages.updater.overview.message": "There is 1 update.|There are :number updates.",
    "installer_messages.updater.overview.install_updates": "Install Updates",
    "installer_messages.updater.final.title": "Finished",
    "installer_messages.updater.final.finished": "Application's database has been successfully updated.",
    "installer_messages.updater.final.exit": "Click here to exit",
    "installer_messages.updater.log.success_message": "Laravel Installer successfully UPDATED on "
}
