{
    "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": "डॅशबोर्ड",
    "Advertising": "जाहिरात",
    "Subscription Reports": "सदस्यता अहवाल",
    "Manage Business": "व्यवसाय व्यवस्थापित करा",
    "Categories": "श्रेण्या",
    "Business List": "व्यवसाय सूची",
    "Manage Plans": "योजना व्यवस्थापित करा",
    "Create Plan": "योजना तयार करा",
    "Staff Management": "कर्मचारी व्यवस्थापन",
    "Create Staff": "कर्मचारी तयार करा",
    "Manage Staff": "कर्मचारी व्यवस्थापित करा",
    "Messages": "संदेश",
    "Manage Messages": "संदेश व्यवस्थापित करा",
    "CMS Manage": "CMS व्यवस्थापित करा",
    "Manage Pages": "पृष्ठे व्यवस्थापित करा",
    "Manage FAQs": "FAQ व्यवस्थापित करा",
    "Terms & Conditions": "अटी आणि शर्ती",
    "Privacy & Policy": "गोपनीयता व धोरण",
    "Testimonials": "साक्षीदार",
    "Features": "वैशिष्ट्ये",
    "Interface": "इंटरफेस",
    "Manage Blogs": "ब्लॉग व्यवस्थापित करा",
    "Newsletters": "संदेशपत्र",
    "Roles & Permissions": "भूमिका आणि परवाने",
    "Roles": "भूमिका",
    "Permissions": "परवाने",
    "Settings": "सेटिंग्ज",
    "Currencies": "चलन",
    "Notifications": "सूचना",
    "SMS Settings": "SMS सेटिंग्ज",
    "Payment Gateway": "पेमेंट गेटवे",
    "System Settings": "सिस्टम सेटिंग्ज",
    "General Settings": "सामान्य सेटिंग्ज",

    "Banner": "बॅनर",
    "Add New Banner": "नवीन बॅनर जोडा",
    "Banner List": "बॅनर सूची",
    "Status": "स्थिती",
    "Image": "प्रतिमा",
    "Active": "सक्रिय",
    "Cancel": "रद्द करा",
    "Save": "जतन करा",
    "Edit Banner": "बॅनर संपादित करा",
    "Advertising List": "जाहिरात सूची",
    "Create Banner": "बॅनर तयार करा",
    "SL": "SL",
    "Create Advertising": "जाहिरात तयार करा",
    "Reset": "रीसेट करा",
    "Edit Advertising": "जाहिरात संपादित करा",
    "Edit": "संपादित करा",
    "Delete": "काढा",
    "Shop": "दुकान",
    "Add new Package": "नवीन पॅकेज जोडा",
    "Shop List": "दुकान सूची",
    "Subscription Plan": "सदस्यता योजना",
    "Select Plan Category": "योजना श्रेणी निवडा",
    "Package Name": "पॅकेजचे नाव",
    "Enter Package Name": "पॅकेजचे नाव प्रविष्ट करा",
    "Business Category": "व्यवसाय श्रेणी",
    "Select Business Category": "व्यवसाय श्रेणी निवडा",
    "Duration in Days": "कालावधी (दिवसांमध्ये)",
    "Enter number": "संख्या प्रविष्ट करा",
    "Offer Price": "ऑफर किंमत",
    "Enter Plan Price": "योजनेची किंमत प्रविष्ट करा",
    "Subscription Price": "सदस्यता किंमत",
    "Enter Subscription Price": "सदस्यता किंमत प्रविष्ट करा",
    "View": "पहा",
    "Upgrade Plan": "योजना अपग्रेड करा",
    "Edit Shop": "दुकान संपादित करा",
    "Select Category": "श्रेणी निवडा",
    "Shop/Business Name": "दुकान/व्यवसायाचे नाव",
    "Enter Shop/Business Name": "दुकान/व्यवसायाचे नाव प्रविष्ट करा",
    "Package": "पॅकेज",
    "Select a package": "एक पॅकेज निवडा",
    "Name": "नाव",
    "Enter Name": "नाव प्रविष्ट करा",
    "Role": "भूमिका",
    "Select a role": "एक भूमिका निवडा",
    "Email": "ई-मेल",
    "Enter Email": "ई-मेल प्रविष्ट करा",
    "Phone": "फोन",
    "Enter Phone Number": "फोन नंबर प्रविष्ट करा",
    "Password": "पासवर्ड",
    "Enter Password": "पासवर्ड प्रविष्ट करा",
    "Confirm password": "पासवर्डची पुष्टी करा",
    "Enter Confirm password": "पासवर्डची पुष्टी प्रविष्ट करा",
    "Address": "पत्ता",
    "Enter Address": "पत्ता प्रविष्ट करा",
    "Select Country": "देश निवडा",
    "Select a Country": "एक देश निवडा",
    "Balance": "शिल्लक",
    "Enter Balance": "शिल्लक प्रविष्ट करा",
    "Search...": "शोधा...",
    "Business Name": "व्यवसायाचे नाव",
    "Last Enroll": "आखरी नोंदणी",
    "Expired Date": "कालबाह्य तारीख",
    "Action": "क्रिया",
    "Select A Plan": "योजना निवडा",
    "Select One": "एक निवडा",
    "Price": "किंमत",
    "Enter plan price or select a plan": "योजनेची किंमत प्रविष्ट करा किंवा योजना निवडा",
    "Payment Gateways": "भुगतान गेटवे",
    "Select A payment gateway": "एक भुगतान गेटवे निवडा",
    "Notes": "टिप्पण्या",
    "Enter notes": "टिप्पण्या प्रविष्ट करा",
    "Business View": "व्यवसाय दृश्य",
    "Created date": "तयार केलेली तारीख",
    "Category": "श्रेणी",
    "Add new Category": "नवीन श्रेणी जोडा",
    "View List": "सूची पहा",
    "Buisness Name": "व्यवसायाचे नाव",
    "Enter Description": "वर्णन प्रविष्ट करा",
    "Description": "वर्णन",
    "Edit Business Category": "व्यवसाय श्रेणी संपादित करा",
    "Enter Buisness Description": "व्यवसायाचे वर्णन प्रविष्ट करा",
    "Business Categories List": "व्यवसाय श्रेणी सूची",
    "Add New": "नवीन जोडा",
    "Reports": "अहवाल",
    "All": "सर्व",
    "Active User": "सक्रिय वापरकर्ता",
    "Deactive User": "निष्क्रिय वापरकर्ता",
    "Date": "तारीख",
    "SL.": "SL.",
    "Invoice": "चालान",
    "Customer Name": "ग्राहकाचे नाव",
    "Amount": "रक्कम",
    "View Report": "अहवाल पहा",
    "Download Report": "अहवाल डाउनलोड करा",
    "User View": "वापरकर्ता दृश्य",
    "Shop Name": "दुकानाचे नाव",
    "Country": "देश",
    "Reason": "कारण",
    "Are You Sure?": "तुम्हाला खात्री आहे का?",
    "You won't be able to revert this!": "तुम्ही हे पूर्ववत करू शकणार नाही!",
    "Yes, Delete It!": "होय, हे काढा!",
    "Add Currency": "चलन जोडा",
    "Code": "कोड",
    "Symbol": "चिन्ह",
    "Position": "पद",
    "Inactive": "निष्क्रिय",
    "Make Default": "डिफॉल्ट बनवा",
    "Edit Currency": "चलन संपादित करा",
    "Currency": "चलन",

    "Total Businesses": "एकूण व्यवसाय",
    "Total Expired Businesses": "एकूण कालबाह्य व्यवसाय",
    "Total Plan Subscribes": "एकूण योजना सदस्यता",
    "Total Business Categories": "एकूण व्यवसाय श्रेणी",
    "Total Plans": "एकूण योजना",
    "Total Staffs": "एकूण कर्मचारी",
    "Finance Overview": "आर्थिक आढावा",

    "Gateway Settings": "गेटवे सेटिंग्ज",
    "Payment Gateway Settings": "भुगतान गेटवे सेटिंग्ज",
    "GATEWAY IMAGE": "गेटवे चित्र",
    "GATEWAY NAME": "गेटवे नाव",
    "Gateway Charge": "गेटवे शुल्क",
    "Gateway Currency": "गेटवे चलन",
    "Gateway Mode": "गेटवे मोड",
    "Is Manual": "हे मॅन्युअल आहे का?",
    "Yes": "होय",
    "No": "नाही",
    "Label": "लेबल",
    "Enter label name": "लेबलचे नाव प्रविष्ट करा",
    "Select Required/Optionl": "आवश्यक/पर्यायी निवडा",
    "Required": "आवश्यक",
    "Optional": "पर्यायी",
    "Add new row": "नवीन पंक्ती जोडा",
    "INSTRUCTIONS": "सूचना",
    "Enter payment instructions here": "येथे भरणा सूचना प्रविष्ट करा",

    "Messages List": "संदेशांची सूची",
    "Search": "शोधा",
    "Company Name": "कंपनीचे नाव",
    "Message": "संदेश",

    "Notifications List": "सूचनांची सूची",
    "Today": "आज",
    "Last 7 Days": "गेल्या 7 दिवसांत",
    "Last 15 Days": "गेल्या 15 दिवसांत",
    "Last Month": "गेल्या महिन्यात",
    "Last Year": "गेल्या वर्षी",
    "Created At": "तयार केलेली तारीख",
    "Read At": "वाचलेली तारीख",
    "Add New Payment Type": "नवीन भरणा प्रकार जोडा",
    "Enter Payment Type": "भरणा प्रकार प्रविष्ट करा",
    "Edit Payment Type": "भरणा प्रकार संपादित करा",
    "Payment Type": "भरणा प्रकार",
    "Add Payment Type": "भरणा प्रकार जोडा",
    "Per Page- 10": "प्रति पृष्ठ- 10",
    "Per Page- 25": "प्रति पृष्ठ- 25",
    "Per Page- 50": "प्रति पृष्ठ- 50",
    "Per Page- 100": "प्रति पृष्ठ- 100",
    "Assigned Role": "नियुक्त केलेला भूमिका",
    "Assign Role To User": "वापरकर्त्याला भूमिका नियुक्त करा",
    "Select User": "वापरकर्ता निवडा",
    "User": "वापरकर्ता",
    "Select Role": "भूमिका निवडा",
    "Add Subscription Plan": "सदस्यता योजना जोडा",
    "Package List": "पॅकेज सूची",
    "Add New Features": "नवीन वैशिष्ट्ये जोडा",
    "Enter features": "वैशिष्ट्ये प्रविष्ट करा",
    "Edit Subscription Plan": "सदस्यता योजना संपादित करा",
    "Edit Package": "पॅकेज संपादित करा",
    "Enter Duration Days": "कालावधीचे दिवस प्रविष्ट करा",
    "Deactive": "निष्क्रिय",
    "Create Plans": "योजना तयार करा",
    "User Profile": "वापरकर्ता प्रोफाइल",
    "Registration Date": "नोंदणी तारीख",
    "Enter Your Name": "तुमचे नाव प्रविष्ट करा",
    "Enter Your Email": "तुमचा ईमेल प्रविष्ट करा",
    "Profile Picture": "प्रोफाइल चित्र",
    "Current Password": "सध्याचे पासवर्ड",
    "Enter Your Current Password": "तुमचा सध्याचा पासवर्ड प्रविष्ट करा",
    "New Password": "नवीन पासवर्ड",
    "Enter New Password": "नवीन पासवर्ड प्रविष्ट करा",
    "Save Changes": "बदल जतन करा",
    "Add New Role": "नवीन भूमिका जोडा",
    "Set role permissions": "भूमिका अनुमती सेट करा",
    "Role Name": "भूमिकेचे नाव",
    "Enter role name": "भूमिकेचे नाव प्रविष्ट करा",
    "Role Permissions": "भूमिका अनुमती",
    "Setup role permissions": "भूमिका अनुमती सेटअप करा",
    "Select All": "सर्व निवडा",
    "Roles List": "भूमिकांची सूची",
    "Add role, if it does not exist": "भूमिका जोडा, जर ती अस्तित्वात नसेल",
    "Edit Role": "भूमिका संपादित करा",
    "Privacy & Policy Settings": "गोपनीयता व धोरण सेटिंग्ज",
    "Update": "अद्यतन",
    "Term & Condition Settings": "अटी व अटी सेटिंग्ज",
    "Title": "शीर्षक",
    "Enter Title": "शीर्षक प्रविष्ट करा",
    "Copy Right": "कॉपी राइट",
    "Admin Footer Text": "अ‍ॅडमिन पायघुडीचा मजकूर",
    "Enter Text": "मजकूर प्रविष्ट करा",
    "Admin Footer Link Text": "अ‍ॅडमिन पायघुडीच्या लिंकचा मजकूर",
    "Admin Footer Link": "अ‍ॅडमिन पायघुडीची लिंक",
    "Enter Link": "लिंक प्रविष्ट करा",
    "Main Header Logo": "मुख्य शीर्षलेख लोगो",
    "Common Header Logo": "सामान्य शीर्षलेख लोगो",
    "Footer Logo": "पायघुडीचा लोगो",
    "Admin Logo": "अ‍ॅडमिन लोगो",
    "Favicon": "फेविकॉन",
    "Don't Use Any Kind Of Space In The Input Fields": "इनपुट फील्डमध्ये कोणतीही जागा वापरू नका",

    "App": "अ‍ॅप",
    "Drivers": "ड्रायव्हर्स",
    "Storage Settings": "साठवण सेटिंग्ज",
    "Mail Configuration": "ई-मेल कॉन्फिगरेशन",
    "Others": "इतर",
    "APP_NAME": "अ‍ॅपचे नाव",
    "APP_KEY": "अ‍ॅप की",
    "APP_DEBUG": "अ‍ॅप डिबग",
    "APP_URL": "अ‍ॅप URL",
    "QUEUE_MAIL": "क्यू मेल",
    "MAIL_DRIVER_TYPE": "ई-मेल ड्राइवर प्रकार",
    "MAIL DRIVER": "ई-मेल ड्राइवर",
    "MAIL_HOST": "ई-मेल होस्ट",
    "MAIL_PORT": "ई-मेल पोर्ट",
    "MAIL_USERNAME": "ई-मेल वापरकर्तानाव",
    "MAIL_PASSWORD": "ई-मेल पासवर्ड",
    "MAIL_ENCRYPTION": "ई-मेल एन्क्रिप्शन",
    "MAIL_FROM_ADDRESS": "ई-मेल पाठवणारा पत्ता",
    "MAIL_FROM_NAME": "ई-मेल पाठवणाऱ्याचे नाव",
    "QUEUE COMMAND Path": "क्यू कमांड पथ",
    "CACHE_DRIVER": "कॅशे ड्राइवर",
    "Recommended": "शिफारस केलेले",
    "QUEUE_CONNECTION": "क्यू कनेक्शन",
    "SESSION_DRIVER": "सत्र ड्राइवर",
    "SESSION_LIFETIME": "सत्र आयुष्य",
    "REDIS_PORT": "रेडिस पोर्ट",
    "REDIS_URL": "रेडिस URL",
    "REDIS_PASSWORD": "रेडिस पासवर्ड",
    "AWS S3 Storage Bucket": "AWS S3 स्टोरेज बकेट",
    "Fill up this credentials if you want to use AWS S3 Storage Bucket": "AWS S3 स्टोरेज बकेट वापरण्यासाठी ही माहिती भरा",
    "Wasabi Storage Bucket": "वसाबी स्टोरेज बकेट",
    "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": "वसाबी स्टोरेज बकेट वापरण्यासाठी ही माहिती भरा",
    "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": "कॅशे आयुष्य",
    "Paid": "भरलेले",
    "Reject": "अस्वीकृती",
    "Why are you reject It?": "तुम्ही हे का अस्वीकार करत आहात?",
    "Enter Reason": "कारण प्रविष्ट करा",
    "Confirm": "पुष्टी करा",
    "Subscriptions List": "सदस्यता सूची",
    "Started": "सुरू",
    "End": "समाप्त",
    "Gateway Method": "गेटवे पद्धत",
    "Are you sure?": "तुम्हाला खात्री आहे का?",
    "Add New Testimonial": "नवीन प्रशंसा जोडा",
    "Client Name": "ग्राहकाचे नाव",
    "Enter Client Name": "ग्राहकाचे नाव प्रविष्ट करा",
    "Stars": "तारे",
    "Works At": "काम करते",
    "Client Image": "ग्राहकाचे चित्र",
    "Review": "आढावा",
    "Enter text": "मजकूर प्रविष्ट करा",
    "Enter review message here": "येथे आढावा संदेश प्रविष्ट करा",
    "Edit Testimonial": "प्रशंसा संपादित करा",
    "Testimonials List": "प्रशंसांची सूची",
    "Create New": "नवीन तयार करा",
    "Add New Staff": "नवीन स्टाफ जोडा",
    "Full Name": "पूर्ण नाव",
    "Enter Email Address": "ई-मेल पत्ता प्रविष्ट करा",
    "Edit Staff": "स्टाफ संपादित करा",
    "Staff List": "स्टाफ सूची",
    "User Email": "वापरकर्त्याचा ई-मेल",
    "User Role": "वापरकर्त्याची भूमिका",
    "Comments": "टिप्पण्या",
    "Comment List": "टिप्पणी सूची",
    "Create Blog": "ब्लॉग तयार करा",
    "Blog List": "ब्लॉग सूची",
    "Select a status": "स्थिती निवडा",
    "Tags": "टॅग",
    "Enter tags name": "टॅगचे नाव प्रविष्ट करा",
    "SEO Meta Tags": "SEO मेटा टॅग",
    "Meta Title": "मेटा शीर्षक",
    "Meta Description": "मेटा वर्णन",
    "Enter meta Description": "मेटा वर्णन प्रविष्ट करा",
    "Comment": "टिप्पणी",
    "Edit Blog": "ब्लॉग संपादित करा",
    "Blogs": "ब्लॉग",
    "Create Faqs": "FAQ तयार करा",
    "Add New FAQs": "नवीन FAQ जोडा",
    "Question": "प्रश्न",
    "InActive": "निष्क्रिय",
    "Answer": "उत्तर",
    "Enter question answer here": "येथे प्रश्नाचे उत्तर प्रविष्ट करा",
    "Edit Faqs": "FAQ संपादित करा",
    "FAQS List": "FAQS यादी",
    "View Details": "तपशील पहा",
    "Create Feature": "फीचर तयार करा",
    "Add New Feature": "नवीन फीचर जोडा",
    "Backgroud Color": "पार्श्वभूमी रंग",
    "Enter Color": "रंग भरा",
    "Edit Feature": "फीचर संपादित करा",
    "Features List": "फीचर्स यादी",
    "Create Interfaces": "इंटरफेस तयार करा",
    "Add New Interface": "नवीन इंटरफेस जोडा",
    "Edit Interface": "इंटरफेस संपादित करा",
    "Interfaces List": "इंटरफेस यादी",
    "Newsletters List": "न्यूजलेटर यादी",
    "Page for Updating Website Sections": "वेबसाइट विभाग अद्यतनित करण्यासाठी पृष्ठ",
    "Slider Section": "स्लाइडर विभाग",
    "Header Section": "हेडर विभाग",
    "Feature Section": "फीचर विभाग",
    "Interface Section": "इंटरफेस विभाग",
    "Watch Section": "वॉच विभाग",
    "Testimonial Section": "प्रशंसा विभाग",
    "Blog Section": "ब्लॉग विभाग",
    "About us Page": "आमच्याबद्दल पृष्ठ",
    "Terms And Conditions": "अटी आणि शर्ते",
    "Privacy Page": "गोपनीयता पृष्ठ",
    "Contuct us Page": "आमच्याशी संपर्क साधा पृष्ठ",
    "Pricing Section": "किंमत विभाग",
    "Footer Section": "फूटर विभाग",
    "Social Medias": "सामाजिक मीडिया",
    "Button One": "बटण एक",
    "Button Text": "बटण मजकूर",
    "Button One Link": "बटण एक दुवा",
    "Button Two": "बटण दोन",
    "Button Two Link": "बटण दोन दुवा",
    "Scanner Text": "स्कॅनर मजकूर",
    "Scanner Image": "स्कॅनर प्रतिमा",
    "Slider Image": "स्लाइडर प्रतिमा",
    "Header Button Text": "हेडर बटण मजकूर",
    "Header Button Link": "हेडर बटण दुवा",
    "Enter Header link": "हेडर दुवा भरा",
    "Section Title": "विभाग शीर्षक",
    "Enter Section Title": "विभाग शीर्षक भरा",
    "Interface Title": "इंटरफेस शीर्षक",
    "Watch Title": "वॉच शीर्षक",
    "Button Link": "बटण दुवा",
    "Watch Image": "वॉच प्रतिमा",
    "Blog Title": "ब्लॉग शीर्षक",
    "Read More Button Text": "आगामी वाचा बटण मजकूर",
    "View All Button Text": "सर्व पहा बटण मजकूर",
    "View All Link": "सर्व पहा दुवा",
    "Testimonial Title": "प्रशंसा शीर्षक",
    "Enter Short Title": "लघु शीर्षक भरा",
    "Long Title": "दीर्घ शीर्षक",
    "About Image": "आमच्याबद्दल प्रतिमा",
    "Description One": "वर्णन एक",
    "Description Two": "वर्णन दोन",
    "Option": "पर्याय",
    "Icon": "आयकॉन",
    "Plan Button Url": "योजना बटण यूआरएल",
    "Short Title": "लघु शीर्षक",
    "Right Footer Title": "उजवा फूटर शीर्षक",
    "Middle Footer Title": "मधला फूटर शीर्षक",
    "Apple App Link": "ऍपल अॅप दुवा",
    "Apple App": "ऍपल अॅप",
    "Google Play Link": "गूगल प्ले दुवा",
    "Google Play App": "गूगल प्ले अॅप",
    "Right Footer": "उजवा फूटर",
    "Link": "दुवा",
    "Middle Footer": "मधला फूटर",
    "Left Footer": "डावा फूटर",
    "Footer Socials": "फूटर सामाजिक",
    "Forgot Password": "पासवर्ड विसरलात",
    "Enter the email address associated with your account": "आपल्या खात्यासोबत संबंधित ईमेल पत्ता भरा",
    "Enter your Email": "आपला ईमेल भरा",
    "Continue": "संपूर्ण",
    "Back to Login": "लॉगिनवर परत",
    "Login": "लॉगिन",
    "Welcome to": "स्वागत आहे",
    "Welcome back, Please login in to your account": "स्वागत आहे, कृपया आपल्या खात्यात लॉगिन करा",
    "Remember me": "माझे लक्ष ठेवा",
    "Forgot Password?": "पासवर्ड विसरलात?",
    "Super Admin": "सुपर व्यवस्थापक",
    "Admin": "व्यवस्थापक",
    "Manager": "व्यवस्थापक",
    "Reset Password": "पासवर्ड रीसेट करा",
    "Change Password": "पासवर्ड बदला",
    "Create new password, it must be Strong password.": "नवीन पासवर्ड तयार करा, तो मजबूत पासवर्ड असावा.",
    "Confirm Password": "पासवर्ड प्रमाणित करा",
    "You Have": "आपल्याकडे",
    "new Notifications": "नवीन सूचनाएं",
    "Mark all Read": "सर्व वाचन करा",
    "View all notifications": "सर्व सूचनाएं पहा",
    "Clear cache": "कॅशे साफ करा",
    "My Profile": "माझा प्रोफाइल",
    "Logout": "लॉगआउट",
    "About Us": "आमच्याबद्दल",
    "Home": "मुख्यपृष्ठ",
    "Pricing": "किंमत",
    "Pages": "पृष्ठे",
    "Blog": "ब्लॉग",
    "Privacy Policy": "गोपनीयता धोरण",
    "Contact Us": "आमच्याशी संपर्क साधा",
    "You are having this email because you have requested for a password reset.": "तुम्हाला हे ईमेल मिळत आहे कारण तुम्ही पासवर्ड रीसेट करण्याची विनंती केली आहे.",
    "Your verification code is:": "तुमचा सत्यापन कोड आहे:",
    "This password reset code will expire in 60 minutes.": "हा पासवर्ड रीसेट कोड 60 मिनिटांत संपुष्टात येईल.",
    "If you did not request a password reset, no further action is required.": "तुम्ही पासवर्ड रीसेट करण्याची विनंती केली नाही तर आणखी कोणतीही कृती आवश्यक नाही.",
    "Regards": "आपला",
    "All right reserved": "सर्व हक्क राखीव आहेत",
    "Hi": "नमस्कार",
    "Dear": "प्रिय",
    "Your OTP code is": "तुमचा OTP कोड आहे",
    "Please do not share this PIN with anyone": "कृपया हा PIN कोणासोबतही शेअर करू नका",
    "Best Regards": "सर्वोत्कृष्ट शुभेच्छा",
    "Gateway Name": "गेटवेचे नाव",
    "Subscription Name": "सदस्यता नाव",
    "Payable Amount": "भरणा रक्कम",
    "Phone Number": "फोन नंबर",
    "Enter your phone number": "तुमचा फोन नंबर प्रविष्ट करा",
    "Pay Now": "आता भरा",
    "Next": "पुढे",
    "Previous": "मागील",
    "Free": "मोफत",
    "Features Of Free Plan": "मोफत योजनेच्या वैशिष्ट्ये",
    "Choose Plan": "योजना निवडा",
    "Blog Details": "ब्लॉग तपशील",
    "Leave a Comment Here": "येथे टिप्पणी द्या",
    "Your email address will not be published": "तुमचा ईमेल पत्ता प्रकाशित केला जाणार नाही",
    "Enter your name": "तुमचे नाव प्रविष्ट करा",
    "Enter your email": "तुमचा ईमेल प्रविष्ट करा",
    "Enter your comment": "तुमचा टिप्पणी प्रविष्ट करा",
    "Recent Posts": "अलीकडील पोस्ट",
    "Create a Free Account": "मोफत खाते तयार करा",
    "Enter full name": "पूर्ण नाव प्रविष्ट करा",
    "Enter phone number": "फोन नंबर प्रविष्ट करा",
    "Enter email address": "ईमेल पत्ता प्रविष्ट करा",
    "Company": "कंपनी",
    "Enter company name": "कंपनीचे नाव प्रविष्ट करा",
    "Enter your message": "तुमचा संदेश प्रविष्ट करा",
    "Pricing Plan": "किमतीची योजना",
    "Subscription Plans": "सदस्यता योजनाएँ",

    "Plan List": "योजना सूची",
    "Work At": "काम करत आहेत",
    "Show- 10": "दिसा- 10",
    "Show- 25": "दिसा- 25",
    "Show- 50": "दिसा- 50",
    "Show- 100": "दिसा- 100",
    "Duration": "कालावधी",
    "Select": "निवडा",
    "Currency List": "चलन सूची",
    "Default": "डीफॉल्ट",
    "Country Name": "देशाचे नाव",
    "View Website": "वेबसाइट पहा",
    "Contact Messages": "संपर्क संदेश",

    "Total Shop": "एकूण दुकान",
    "Expired Businesses": "कालबाह्य व्यवसाय",
    "Plan Subscribes": "योजनेच्या सदस्यता",
    "Total Categories": "एकूण श्रेणी",
    "Recent Register": "अलीकडील नोंदणी",
    "Date & Time": "तारीख आणि वेळ",
    "View All": "सर्व पहा",
    "Add new Business": "नवीन व्यवसाय जोडा",
    "Enter Company Name": "कंपनीचे नाव प्रविष्ट करा",
    "Edit Business": "व्यवसाय संपादित करा",
    "Create Business": "व्यवसाय तयार करा",
    "Enter Buisness Name": "व्यवसायाचे नाव प्रविष्ट करा",
    "Note: Enter embedded video link": "सूचना: समाविष्ट केलेला व्हिडिओ दुवा प्रविष्ट करा",
    "Enter title": "शीर्षक प्रविष्ट करा",
    "Enter Code": "कोड प्रविष्ट करा",
    "Enter Symbol": "सिंबॉल प्रविष्ट करा",
    "Select a position": "स्थान निवडा",
    "left": "डावे",
    "right": "उजवे",
    "TIMEZONE": "टाइमझोन",
    "Note :": "सूचना :",
    "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 :": "क्यू आदेश :",
    "Storage Method": "साठवणूक पद्धत",

    "Brand List": "ब्रँड यादी",
    "Add new Brand": "नवीन ब्रँड जोडा",
    "items show": "आयटम दाखवा",
    "Brand Name": "ब्रँड नाव",
    "Create Brand": "ब्रँड तयार करा",
    "Enter Brand Name": "ब्रँड नाव प्रविष्ट करा",
    "Edit Brand": "ब्रँड संपादित करा",
    "Add New Category": "नवीन श्रेणी जोडा",
    "Enter Category Name": "श्रेणी नाव प्रविष्ट करा",
    "Select Variations": "विकल्प निवडा",
    "Capacity": "क्षमता",
    "Color": "रंग",
    "Size": "आकार",
    "Type": "प्रकार",
    "Weight": "वजन",
    "Edit Category": "श्रेणी संपादित करा",
    "Category List": "श्रेणी यादी",
    "You want to delete everything!": "तुम्ही सर्व काही डिलीट करू इच्छिता!",
    "Total Sales": "एकूण विक्री",
    "Total Purchase": "एकूण खरेदी",
    "Total Income": "एकूण उत्पन्न",
    "This Month": "या महिन्यात",
    "Total Expense": "एकूण खर्च",
    "Total Customer": "एकूण ग्राहक",
    "Total Supplier": "एकूण पुरवठादार",
    "Sales Returns": "विक्री परतावा",
    "Purchase Returns": "खरेदी परतावा",
    "Low Stock": "कमी स्टॉक",
    "Alert Qty": "अलर्ट प्रमाण",
    "Profit": "नफा",
    "Loss": "तोटा",
    "Purchase": "खरेदी",
    "Sales": "विक्री",
    "Income": "उत्पन्न",
    "Expense": "खर्च",
    "Recent Sales": "अलीकडील विक्री",
    "Recent Purchase": "अलीकडील खरेदी",
    "Customer": "ग्राहक",
    "Total": "एकूण",
    "Due": "देय",
    "Collect Due": "देय वसूल करा",
    "Select Invoice": "इनव्हॉइस निवडा",
    "Select an Invoice": "एक इनव्हॉइस निवडा",
    "Total Amount": "एकूण रक्कम",
    "Paid Amount": "भरलेली रक्कम",
    "Due Amount": "देय रक्कम",
    "Select one": "एक निवडा",
    "Cash": "रोख",
    "Card": "कार्ड",
    "Check": "चेक",
    "Mobile Pay": "मोबाइल पे",
    "Due List": "देय यादी",
    "Mobile": "मोबाइल",
    "Sale": "विक्री",
    "Bill To": "बिल करा",
    "Collected By": "वसूल केलेले",
    "Total Due": "एकूण देय",
    "Payment Amount": "पेमेंट रक्कम",
    "Remaining Due": "शिल्लक देय",
    "Powered By": "संचालित केले आहे",
    "Create Expense Catgeory": "खर्च श्रेणी तयार करा",
    "Catgeory Name": "श्रेणी नाव",
    "Enter catgeory Name": "श्रेणी नाव प्रविष्ट करा",
    "Edit Expense Category": "खर्च श्रेणी संपादित करा",
    "Expense Category List": "खर्च श्रेणी यादी",
    "Add new": "नवीन जोडा",
    "Category Name": "श्रेणी नाव",
    "Create Expense": "खर्च तयार करा",
    "Enter Amount": "रक्कम प्रविष्ट करा",
    "Select A Category": "एक श्रेणी निवडा",
    "Expense For": "खर्चाचा हेतू",
    "Enter Expense For": "खर्चाचा हेतू प्रविष्ट करा",
    "Select a payment type": "पेमेंट प्रकार निवडा",
    "Bank": "बँक",
    "Mobile Payment": "मोबाइल पेमेंट",
    "Reference Number": "संदर्भ क्रमांक",
    "Enter reference number": "संदर्भ क्रमांक प्रविष्ट करा",
    "Expense Date": "खर्च तारीख",
    "Note": "नोंद",
    "Enter note": "नोंद प्रविष्ट करा",
    "Edit Expense": "खर्च संपादित करा",
    "Expense List": "खर्च यादी",
    "Expesne For": "खर्चाचा हेतू",
    "Create Income Catgeory": "आय उत्पन्न श्रेणी तयार करा",
    "Enter catgeory name": "श्रेणी नाव प्रविष्ट करा",
    "Edit Income Category": "आय उत्पन्न श्रेणी संपादित करा",
    "Income Category List": "आय उत्पन्न श्रेणी यादी",
    "Create Income": "आय उत्पन्न तयार करा",
    "Enter amount": "रक्कम प्रविष्ट करा",
    "Enter income for": "आय उत्पन्नाचा हेतू प्रविष्ट करा",
    "Income Date": "आय उत्पन्न तारीख",
    "Edit Income": "आय उत्पन्न संपादित करा",
    "Income List": "आय उत्पन्न यादी",
    "Sale New": "नवीन विक्री",
    "Sale List": "विक्री यादी",
    "Sale Return": "विक्री परतावा",
    "Purchases": "खरेदी",
    "Purchase New": "नवीन खरेदी",
    "Purchase List": "खरेदी यादी",
    "Purchase Return": "खरेदी परतावा",
    "Products": "उत्पादने",
    "All Product": "सर्व उत्पादने",
    "Add Product": "उत्पादन जोडा",
    "Brand": "ब्रँड",
    "Unit": "युनिट",
    "Stock List": "स्टॉक यादी",
    "Customers": "ग्राहक",
    "All Customers": "सर्व ग्राहक",
    "Add Customer": "ग्राहक जोडा",
    "Suppliers": "पुरवठादार",
    "All Suppliers": "सर्व पुरवठादार",
    "Add Supplier": "पुरवठादार जोडा",
    "Income Category": "आय उत्पन्न श्रेणी",
    "Expense Category": "खर्च श्रेणी",
    "Subscriptions": "सदस्यता",
    "Profit & Loss List": "नफा तोटा यादी",
    "All Income": "सर्व आय उत्पन्न",
    "All Expense": "सर्व खर्च",
    "Current Stock": "सद्यकालीन स्टॉक",
    "Customer Due": "ग्राहकांचे देय",
    "Supplier Due": "पुरवठादारांचे देय",
    "Loss & Profit": "तोटा नफा",
    "Loss/Profit": "तोटा/नफा",
    "Unpaid": "अदायित",
    "Loss Profit": "तोटा नफा",
    "Loss Profit List": "तोटा नफा यादी",
    "Product List": "उत्पादन यादी",
    "Create Party": "पक्ष तयार करा",
    "List": "यादी",
    "Party Type": "पक्ष प्रकार",
    "Retailer": "किराणा व्यापारी",
    "Dealer": "डिलर",
    "Wholesaler": "थोक विक्रेता",
    "Supplier": "पुरवठादार",
    "Enter Due": "देय प्रविष्ट करा",
    "Edit Party": "पक्ष संपादित करा",
    "Edit ": "संपादित करा",
    " List": " यादी",
    "Parties List": "पक्ष यादी",
    "Add new ": "नवीन जोडा",
    "Create Product": "उत्पादन तयार करा",
    "Add new Product": "नवीन उत्पादन जोडा",
    "Product Name": "उत्पादन नाव",
    "Enter Product Name": "उत्पादन नाव प्रविष्ट करा",
    "Product Category": "उत्पादन श्रेणी",
    "Product Unit": "उत्पादन युनिट",
    "Product Code": "उत्पादन कोड",
    "Enter Product Code": "उत्पादन कोड प्रविष्ट करा",
    "Stock": "स्टॉक",
    "Enter stock qty": "स्टॉक प्रमाण प्रविष्ट करा",
    "Purchase Price": "खरेदी किंमत",
    "Enter purchase price": "खरेदी किंमत प्रविष्ट करा",
    "Sale Price": "विक्री किंमत",
    "Enter sale price": "विक्री किंमत प्रविष्ट करा",
    "Wholesale Price": "थोक विक्री किंमत",
    "Enter wholesale price": "थोक विक्री किंमत प्रविष्ट करा",
    "Dealer Price": "डिलर किंमत",
    "Enter dealer price": "डिलर किंमत प्रविष्ट करा",
    "Manufacturer": "निर्माता",
    "Enter manufacturer name": "निर्माता नाव प्रविष्ट करा",
    "Edit Product": "उत्पादन संपादित करा",
    "Product Brand": "उत्पादन ब्रँड",
    "Purchase price": "खरेदी किंमत",
    "Sale price": "विक्री किंमत",
    "Pos Sale": "PoS विक्री",
    "Invoice no": "इनव्हॉइस क्रमांक",
    "Invoice No": "इनव्हॉइस क्रमांक",
    "Items": "आयटम",
    "Qty": "प्रमाण",
    "Sub Total": "उप-एकूण",
    "Purchase return Amount ": "खरेदी परतावा रक्कम",
    "Confirm Return": "परतावा पक्का करा",
    "Purchase Return List": "खरेदी परतावा यादी",
    "Return Date": "परतावा तारीख",
    "Return Amount": "परतावा रक्कम",
    "Return Qty": "परतावा प्रमाण",
    "Brand list": "ब्रँड यादी",
    "0": "०",
    "Quick Action": "त्वरित कृती",
    "Today Purchase": "आजची खरेदी",
    "Calculator": "कॅल्क्युलेटर",
    "Select Supplier": "पुरवठादार निवडा",
    "Receive Amount": "प्राप्त रक्कम",
    "Search product...": "उत्पादन शोधा...",
    "Due: ": "देय:",
    "Party Name": "पक्ष नाव",
    "Discount": "सूट",
    "Payment": "पेमेंट",
    "INVOICE": "इनव्हॉइस",
    "Sells By": "विक्री केली",
    "Quantity": "प्रमाण",
    "Unit Price": "प्रति युनिट किंमत",
    "Total Price": "एकूण किंमत",
    "Item": "आयटम",
    "Paid by": "भरलेले",
    "Subtotal": "उप-एकूण",
    "Customer Signature": "ग्राहकाची स्वाक्षरी",
    "Authorized Signature": "अधिकृत स्वाक्षरी",
    "Add Items": "आयटम जोडा",
    "Enter Quantity": "प्रमाण प्रविष्ट करा",
    "Enter Purchase Price": "खरेदी किंमत प्रविष्ट करा",
    "Sales Price": "विक्री किंमत",
    "Enter Sales Price": "विक्री किंमत प्रविष्ट करा",
    "WholeSale Price": "थोक विक्री किंमत",
    "Enter WholeSale Price": "थोक विक्री किंमत प्रविष्ट करा",
    "Enter Dealer Price": "डिलर किंमत प्रविष्ट करा",
    "Customer Due Reports": "ग्राहकांचे देय अहवाल",
    "Customer Due List": "ग्राहकांचे देय यादी",
    "Expense Reports": "खर्च अहवाल",
    "Expense Report List": "खर्च अहवाल यादी",
    "Income For": "आय उत्पन्नाचा हेतू",
    "Income Reports": "आय उत्पन्न अहवाल",
    "Income Report List": "आय उत्पन्न अहवाल यादी",
    "Loss Profit Reports": "तोटा नफा अहवाल",
    "From Date": "पासून तारीख",
    "To Date": "पर्यंत तारीख",
    "Loss Profit Report List": "तोटा नफा अहवाल यादी",
    "Discount Amount": "सूट रक्कम",
    "Sale Date": "विक्री तारीख",
    "Purchase Report List": "खरेदी अहवाल यादी",
    "Purchase Reports": "खरेदी अहवाल",
    "Purchase Return Report List": "खरेदी परतावा अहवाल यादी",
    "Purchase Return Reports": "खरेदी परतावा अहवाल",
    "Sales Report List": "विक्री अहवाल यादी",
    "Sale Reports": "विक्री अहवाल",
    "Sale Return Report": "विक्री परतावा अहवाल",
    "Sale Return Reports": "विक्री परतावा अहवाल",
    "Sale Return Report List": "विक्री परतावा अहवाल यादी",
    "Cost": "खर्च",
    "Stock Value": "स्टॉक मूल्य",
    "Stock Report List": "स्टॉक अहवाल यादी",
    "Stock Reports": "स्टॉक अहवाल",
    "Total Quantity": "एकूण प्रमाण",
    "Total Stock Value": "एकूण स्टॉक मूल्य",
    "Supplier Due Reports": "पुरवठादारांचे देय अहवाल",
    "Supplier Due List": "पुरवठादारांचे देय यादी",
    "Profile Edit": "प्रोफाइल संपादित करा",
    "Parties": "पक्ष",
    "Sales List": "विक्री यादी",
    "User Title": "यूजर पदवी",
    "Enter user title": "यूजर पदवी प्रविष्ट करा",
    "Email Address": "ईमेल पत्ता",
    "Edit User Role": "यूजर भूमिका संपादित करा",
    "Add User Role": "यूजर भूमिका जोडा",
    "Sale return Amount ": "विक्री परतावा रक्कम",
    "Sales Return List": "विक्री परतावा यादी",
    "Select Customer": "ग्राहक निवडा",
    "Guest": "पाहुणा",
    "Enter Customer Phone Number": "ग्राहकाचा फोन नंबर प्रविष्ट करा",
    "Type note...": "नोंद टाइप करा...",
    "Sales Return": "विक्री परतावा",
    "Purchases Return": "खरेदी परतावा",
    "Add Vat": "वॅट जोडा",
    "Tax": "कर",
    "Apply": "लागू करा",
    "Select a category": "एक श्रेणी निवडा",
    "Company And Business Name": "कंपनी आणि व्यवसाय नाव",
    "Enter Phone": "फोन प्रविष्ट करा",
    "Logo": "लोगो",
    "Invoice Logo": "इनव्हॉइस लोगो",
    "Purchase Plan": "खरेदी योजना",
    "Days": "दिवस",
    "Already Subscribed": "आधीच सदस्यता घेतली आहे",
    "Buy Now": "आता खरेदी करा",
    "Create Unit": "युनिट तयार करा",
    "Unit Name": "युनिट नाव",
    "Enter Unit Name": "युनिट नाव प्रविष्ट करा",
    "Unit List": "युनिट यादी",
    "Add new Unit": "नवीन युनिट जोडा",
    "Overall Reports": "एकूण अहवाल",
    "Revenue Statistic": "आय उत्पन्न सांख्यिकी",
    "Today Sales": "आजची विक्री",
    "Change Amount": "रक्कम बदल",
    "Vat": "वॅट",
    "Save Product": "उत्पादन सांभाळा",
    "Product": "उत्पादन",
    "Category created successfully": "श्रेणी यशस्वीपणे तयार झाली",
    "Category updated successfully": "श्रेणी यशस्वीपणे अपडेट झाली",
    "Category deleted successfully": "श्रेणी यशस्वीपणे डिलीट झाली",
    "Selected Category deleted successfully": "निवडलेली श्रेणी यशस्वीपणे डिलीट झाली",
    "Something went wrong!": "काहीतरी चुकले!",
    "Brand created cuccessfully": "ब्रँड यशस्वीपणे तयार झाला",
    "Brand updated successfully": "ब्रँड यशस्वीपणे अपडेट झाला",
    "Brand deleted successfully": "ब्रँड यशस्वीपणे डिलीट झाला",
    "Selected Brands deleted successfully": "निवडलेले ब्रँड यशस्वीपणे डिलीट झाले",
    "Something was wrong.": "काहीतरी चुकले.",
    "Default currency activated successfully": "डिफॉल्ट चलन यशस्वीपणे सक्रिय झाले",
    "Failed to set default currency. Please try again.": "डिफॉल्ट चलन सेट करण्यात अपयश आले. कृपया पुन्हा प्रयत्न करा.",
    "Collect Due saved successfully": "वसूल करा यशस्वीपणे सांभाळले गेले",
    "Expense Category saved successfully.": "खर्च श्रेणी यशस्वीपणे सांभाळली गेली.",
    "Expense Category updated successfully.": "खर्च श्रेणी यशस्वीपणे अपडेट झाली.",
    "Expense Category deleted successfully": "खर्च श्रेणी यशस्वीपणे डिलीट झाली",
    "Selected item deleted successfully.": "निवडलेला आयटम यशस्वीपणे डिलीट झाला.",
    "Expense saved successfully.": "खर्च यशस्वीपणे सांभाळला गेला.",
    "Expense updated successfully.": "खर्च यशस्वीपणे अपडेट झाला.",
    "Expense deleted successfully": "खर्च यशस्वीपणे डिलीट झाला",
    "Selected Items deleted successfully.": "निवडलेले आयटम यशस्वीपणे डिलीट झाले.",
    "Income Category saved successfully.": "आय उत्पन्न श्रेणी यशस्वीपणे सांभाळली गेली.",
    "Income Category updated successfully.": "आय उत्पन्न श्रेणी यशस्वीपणे अपडेट झाली.",
    "Income Category deleted successfully": "आय उत्पन्न श्रेणी यशस्वीपणे डिलीट झाली",
    "Income saved successfully.": "आय उत्पन्न यशस्वीपणे सांभाळले गेले.",
    "Income updated successfully.": "आय उत्पन्न यशस्वीपणे अपडेट झाले.",
    "Income deleted successfully": "आय उत्पन्न यशस्वीपणे डिलीट झाले",
    "Premission denied.": "परवानगी नाकारली गेली.",
    "Customer created successfully": "ग्राहक यशस्वीपणे तयार झाला",
    "Supplier created successfully": "पुरवठादार यशस्वीपणे तयार झाला",
    "Supplier deleted successfully": "पुरवठादार यशस्वीपणे डिलीट झाला",
    "Customer deleted successfully": "ग्राहक यशस्वीपणे डिलीट झाला",
    "Selected parties deleted successfully": "निवडलेले पक्ष यशस्वीपणे डिलीट झाले",
    "Product saved successfully.": "उत्पादन यशस्वीपणे सांभाळले गेले.",
    "Data saved successfully.": "डेटा यशस्वीपणे सांभाळला गेला.",
    "Product deleted successfully": "उत्पादन यशस्वीपणे डिलीट झाले",
    "Selected product deleted successfully": "निवडलेले उत्पादन यशस्वीपणे डिलीट झाले",
    "Cart is empty. Add items first!": "कार्ट रिकामी आहे. प्रथम आयटम जोडा!",
    "Purchase created successfully.": "खरेदी यशस्वीपणे तयार झाली.",
    "Somethings went wrong!": "काहीतरी चुकले!",
    "Purchase updated successfully.": "खरेदी यशस्वीपणे अपडेट झाली.",
    "Selected purchases deleted successfully.": "निवडलेल्या खरेदी यशस्वीपणे डिलीट झाल्या.",
    "Sales created successfully.": "विक्री यशस्वीपणे तयार झाली.",
    "You cannot sale in due for a walking customer.": "तुम्ही चालत्या ग्राहकासाठी देय मध्ये विक्री करू शकत नाही.",
    "Sales updated successfully.": "विक्री यशस्वीपणे अपडेट झाली.",
    "Sale deleted successfully.": "विक्री यशस्वीपणे डिलीट झाली.",
    "Selected sales deleted successfully.": "निवडलेल्या विक्री यशस्वीपणे डिलीट झाल्या.",
    "Unit saved successfully": "युनिट यशस्वीपणे सांभाळले गेले",
    "Unit updated successfully": "युनिट यशस्वीपणे अपडेट झाले",
    "Units deleted successfully": "युनिट यशस्वीपणे डिलीट झाले",
    "Unit deleted successfully": "युनिट यशस्वीपणे डिलीट झाले",
    "Quantity and price updated successfully": "प्रमाण आणि किंमत यशस्वीपणे अपडेट झाल्या",
    "Enter valid qty and price": "वैध प्रमाण आणि किंमत प्रविष्ट करा",
    "Item not found in the cart": "आयटम कार्टमध्ये सापडला नाही",
    "The cart does not contain this item": "कार्टमध्ये हा आयटम नाही",
    "Item removed from cart": "आयटम कार्टमधून काढला गेला",
    "All cart removed successfully!": "सर्व कार्ट यशस्वीपणे काढले गेले!",
    "Current Password does not match with old password": "सद्यकालीन पासवर्ड जुना पासवर्डशी जुळत नाही",
    "Profile updated successfully": "प्रोफाइल यशस्वीपणे अपडेट झाली",
    "Purchase returned successfully.": "खरेदी यशस्वीपणे परत झाली.",
    "Business General Setting updated successfully": "व्यवसाय सामान्य सेटिंग यशस्वीपणे अपडेट झाली",
    "User role created successfully": "यूजर भूमिका यशस्वीपणे तयार झाली",
    "User role updated successfully": "यूजर भूमिका यशस्वीपणे अपडेट झाली",
    "User role deleted successfully": "यूजर भूमिका यशस्वीपणे डिलीट झाली",
    "You have no permission to access.": "तुम्हाला प्रवेश करण्याची परवानगी नाही.",
    "Sale returned successfully.": "विक्री यशस्वीपणे परत झाली.",
    "New subscription order successfully.": "नवीन सदस्यता ऑर्डर यशस्वीपणे झाली.",

    "Branch": "शाखा",
    "Warehouse": "गोदाम",
    "Overview": "सर्वेक्षण",
    "Branch List": "शाखांची यादी",
    "Role & permissions": "भूमिका आणि परवानग्या",
    "Warehouses List": "गोदामांची यादी",
    "Stock Qty": "साठा प्रमाण",
    "Create Warehouse": "गोदाम तयार करा",
    "Enter phone": "फोन नंबर प्रविष्ट करा",
    "Enter email": "ईमेल प्रविष्ट करा",
    "Enter address": "पत्ता प्रविष्ट करा",
    "Enter name": "नाव प्रविष्ट करा",
    "Edit Warehouse": "गोदाम संपादित करा",
    "Select Branch": "शाखा निवडा",
    "Rack": "रॅक",
    "Shelf": "शेल्फ",
    "Statement": "प्रस्ताव",
    "Expire Product": "कालबाह्य उत्पादन",
    "Branch Wise Sales": "शाखानुसार विक्री",
    "Branch Wise Purchases": "शाखानुसार खरेदी",
    "Employee Overview": "कर्मचारी सर्वेक्षण",
    "Staffs": "कर्मचारी",
    "Add new Branch": "नवीन शाखा जोडा",
    "Create Branch": "शाखा तयार करा",
    "Opening Balance": "उघडण्याची शिल्लक",
    "Enter balance": "शिल्लक प्रविष्ट करा",
    "Enter description": "वर्णन प्रविष्ट करा",
    "Edit Branch": "शाखा संपादित करा",
    "Example": "उदाहरण",
    "Acnoo": "अॅकनू",
    "in this example": "या उदाहरणात",
    "Previously, you didn’t have a branch section. So, when you create your first branch, another branch will be created automatically using your company/business name.": "पूर्वी, तुमच्याकडे शाखा विभाग नव्हता. म्हणून, जेव्हा तुम्ही तुमची पहिली शाखा तयार कराल, तेव्हा तुमच्या कंपनी/व्यवसायाच्या नावाने दुसरी शाखा आपोआप तयार होईल.",
    "when you create your first branch, another branch will automatically be created with the name": "जेव्हा तुम्ही तुमची पहिली शाखा तयार कराल, तेव्हा दुसरी शाखा आपोआप या नावाने तयार होईल",
    "If your company/business name is": "जर तुमच्या कंपनी/व्यवसायाचे नाव असेल",
    "All your previous data will be assigned to the automatically created branch": "तुमचे सर्व पूर्वीचे डेटा आपोआप तयार झालेल्या शाखेला दिले जातील",
    "You cannot delete the automatically created branch. This is because if a branch is deleted, it is removed from every section, making it impossible to filter branch data. Therefore, the automatically created branch cannot be deleted.": "तुम्ही आपोआप तयार झालेली शाखा हटवू शकत नाही. कारण, जर एखादी शाखा हटवली गेली, तर ती प्रत्येक विभागातून काढली जाते, ज्यामुळे शाखेचा डेटा फिल्टर करणे अशक्य होते. म्हणून, आपोआप तयार झालेली शाखा हटवू शकत नाही.",
    "Role & Permission": "भूमिका आणि परवानगी",
    "Add Role": "भूमिका जोडा",
    "Selected role deleted successfully": "निवडलेली भूमिका यशस्वीरित्या हटवली गेली",
    "Branch saved successfully.": "शाखा यशस्वीरित्या जतन केली गेली.",
    "Branch updated successfully.": "शाखा यशस्वीरित्या अद्यतनित केली गेली.",
    "Selected branch deleted successfully": "निवडलेली शाखा यशस्वीरित्या हटवली गेली",
    "Branch deleted successfully": "शाखा यशस्वीरित्या हटवली गेली",
    "Warehouse saved successfully.": "गोदाम यशस्वीरित्या जतन केले गेले.",
    "Warehouse updated successfully.": "गोदाम यशस्वीरित्या अद्यतनित केले गेले.",
    "Warehouse deleted successfully": "गोदाम यशस्वीरित्या हटवले गेले.",
    "Selected items deleted successfully.": "निवडलेली वस्तू यशस्वीरित्या हटवली गेली.",
    "My Domains": "माझ्या डोमेन",
    "Domain List": "डोमेन यादी",
    "Domains": "डोमेन",
    "Domain Name": "डोमेनचे नाव",
    "Is Verified": "सत्यापित आहे का",
    "Has SSL": "SSL आहे का",
    "Added on": "तारीख जोडली",
    "Add New Domain": "नवीन डोमेन जोडा",
    "Domain Type": "डोमेन प्रकार",
    "Addon Domain": "अॅडऑन डोमेन",
    "Subdomain": "उपडोमेन",
    "Enter your domain name": "तुमचे डोमेनचे नाव प्रविष्ट करा",
    "row selected": "ओळ निवडली",
    "A new sub domain has been added.": "नवीन उपडोमेन जोडले गेले आहे.",
    "A new domain has been added.": "नवीन डोमेन जोडले गेले आहे.",
    "Domain deleted successfully": "डोमेन यशस्वीरित्या हटवले गेले.",
    "Domains deleted successfully": "डोमेन यशस्वीरित्या हटवले गेले.",
    "Domains List": "डोमेन यादी",
    "Get instruction": "सूचना मिळवा",
    "Accept": "स्वीकारा",
    "Pending": "प्रलंबित",
    "Why are you reject it?": "तुम्ही ते का नाकारले?",
    "Enter reason...": "कारण प्रविष्ट करा...",
    "Submit": "सबमिट करा",
    "Instructions": "सूचना",
    "cPanel Domain Setup Instructions": "cPanel डोमेन सेटअप सूचना",
    "Login to your": "तुमच्या लॉगिन करा",
    "cPanel": "cPanel",
    "account": "खाते",
    "Go to": "जाऊन",
    "Domains → Addon Domains": "डोमेन → अॅडऑन डोमेन",
    "Enter your new domain": "तुमचे नवीन डोमेन प्रविष्ट करा",
    "Leave the auto-generated subdirectory and FTP as default": "स्वयंचलितपणे तयार झालेल्या उपनिर्देशिका आणि FTP डिफॉल्ट म्हणून ठेवा",
    "Click": "क्लिक करा",
    "Add Domain": "डोमेन जोडा",
    "Update your domain’s DNS to point to your cPanel nameservers": "तुमच्या डोमेनचे DNS तुमच्या cPanel नेमसर्व्हरकडे निर्देशित करण्यासाठी अद्यतनित करा",
    "Tip": "टीप",
    "If you need SSL, go to": "जर तुम्हाला SSL आवश्यक असेल, तर जा",
    "SSL/TLS": "SSL/TLS",
    "in cPanel and issue a certificate for your new domain (Let’s Encrypt is free).": "cPanel मध्ये आणि तुमच्या नवीन डोमेनसाठी प्रमाणपत्र जारी करा (Let’s Encrypt मोफत आहे).",
    "Apache VPS Configuration": "Apache VPS कॉन्फिगरेशन",
    "Apache Wildcard Domain Setup": "Apache वाइल्डकार्ड डोमेन सेटअप",
    "Create a config file in": "एक कॉन्फिग फाइल तयार करा",
    "How to Add a Domain in cPanel": "cPanel मध्ये डोमेन कसे जोडा",
    "Enable the site and reload Apache": "साइट सक्षम करा आणि Apache पुन्हा लोड करा",
    "Always test config before reload": "पुन्हा लोड करण्यापूर्वी नेहमी कॉन्फिग टेस्ट करा",
    "Replace": "बदलवा",
    "with your actual domain": "तुमच्या वास्तविक डोमेनसह",
    "Ensure correct file permissions (chown/chmod)": "योग्य फाइल परवानग्या सुनिश्चित करा (chown/chmod)",
    "Use": "वापरा",
    "Certbot": "Certbot",
    "for free SSL": "मोफत SSL साठी",
    "Nginx VPS Configuration": "Nginx VPS कॉन्फिगरेशन",
    "Nginx Wildcard Domain Setup": "Nginx वाइल्डकार्ड डोमेन सेटअप",
    "Enable the site and reload Nginx": "साइट सक्षम करा आणि Nginx पुन्हा लोड करा",
    "Important": "महत्त्वाचे",
    "Ensure correct file permissions": "योग्य फाइल परवानग्या सुनिश्चित करा",
    "Domain updated successfully": "डोमेन यशस्वीरित्या अद्यतनित केले गेले",
    "Domain": "डोमेन",
    "Domain has been rejected successfully.": "डोमेन यशस्वीरित्या नाकारले गेले.",
    "Domain has been approved successfully.": "डोमेन यशस्वीरित्या मंजूर केले गेले.",
    "Edit Domain": "डोमेन संपादित करा",
    "Deleted by user": "वापरकर्त्याद्वारे हटवले गेले",

    "installer_messages.title": "POS Pro 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": "POS Pro 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 "
}
