2029 lines
94 KiB
JSON
2029 lines
94 KiB
JSON
{
|
||
"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": "« Previous",
|
||
"pagination.next": "Next »",
|
||
"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 Reports": "Subscription Reports",
|
||
"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",
|
||
|
||
"Brand List": "Brand List",
|
||
"Add new Brand": "Add new Brand",
|
||
"items show": "items show",
|
||
"Brand Name": "Brand Name",
|
||
"Create Brand": "Create Brand",
|
||
"Enter Brand Name": "Enter Brand Name",
|
||
"Edit Brand": "Edit Brand",
|
||
"Add New Category": "Add New Category",
|
||
"Enter Category Name": "Enter Category Name",
|
||
"Select Variations": "Select Variations",
|
||
"Capacity": "Capacity",
|
||
"Color": "Color",
|
||
"Size": "Size",
|
||
"Type": "Type",
|
||
"Weight": "Weight",
|
||
"Edit Category": "Edit Category",
|
||
"Category List": "Category List",
|
||
"You want to delete everything!": "You want to delete everything!",
|
||
"Total Sales": "Total Sales",
|
||
"Total Purchase": "Total Purchase",
|
||
"Total Income": "Total Income",
|
||
"This Month": "This Month",
|
||
"Total Expense": "Total Expense",
|
||
"Total Customer": "Total Customer",
|
||
"Total Supplier": "Total Supplier",
|
||
"Sales Returns": "Sales Returns",
|
||
"Purchase Returns": "Purchase Returns",
|
||
"Low Stock": "Low Stock",
|
||
"Alert Qty": "Alert Qty",
|
||
"Profit": "Profit",
|
||
"Loss": "Loss",
|
||
"Purchase": "Purchase",
|
||
"Sales": "Sales",
|
||
"Income": "Income",
|
||
"Expense": "Expense",
|
||
"Recent Sales": "Recent Sales",
|
||
"Recent Purchase": "Recent Purchase",
|
||
"Customer": "Customer",
|
||
"Total": "Total",
|
||
"Due": "Due",
|
||
"Collect Due": "Collect Due",
|
||
"Select Invoice": "Select Invoice",
|
||
"Select an Invoice": "Select an Invoice",
|
||
"Total Amount": "Total Amount",
|
||
"Paid Amount": "Paid Amount",
|
||
"Due Amount": "Due Amount",
|
||
"Select one": "Select one",
|
||
"Cash": "Cash",
|
||
"Card": "Card",
|
||
"Check": "Check",
|
||
"Mobile Pay": "Mobile Pay",
|
||
"Due List": "Due List",
|
||
"Mobile": "Mobile",
|
||
"Sale": "Sale",
|
||
"Bill To": "Bill To",
|
||
"Collected By": "Collected By",
|
||
"Total Due": "Total Due",
|
||
"Payment Amount": "Payment Amount",
|
||
"Remaining Due": "Remaining Due",
|
||
"Powered By": "Powered By",
|
||
"Create Expense Catgeory": "Create Expense Catgeory",
|
||
"Catgeory Name": "Catgeory Name",
|
||
"Enter catgeory Name": "Enter catgeory Name",
|
||
"Edit Expense Category": "Edit Expense Category",
|
||
"Expense Category List": "Expense Category List",
|
||
"Add new": "Add new",
|
||
"Category Name": "Category Name",
|
||
"Create Expense": "Create Expense",
|
||
"Enter Amount": "Enter Amount",
|
||
"Select A Category": "Select A Category",
|
||
"Expense For": "Expense For",
|
||
"Enter Expense For": "Enter Expense For",
|
||
"Select a payment type": "Select a payment type",
|
||
"Bank": "Bank",
|
||
"Mobile Payment": "Mobile Payment",
|
||
"Reference Number": "Reference Number",
|
||
"Enter reference number": "Enter reference number",
|
||
"Expense Date": "Expense Date",
|
||
"Note": "Note",
|
||
"Enter note": "Enter note",
|
||
"Edit Expense": "Edit Expense",
|
||
"Expense List": "Expense List",
|
||
"Expesne For": "Expesne For",
|
||
"Create Income Catgeory": "Create Income Catgeory",
|
||
"Enter catgeory name": "Enter catgeory name",
|
||
"Edit Income Category": "Edit Income Category",
|
||
"Income Category List": "Income Category List",
|
||
"Create Income": "Create Income",
|
||
"Enter amount": "Enter amount",
|
||
"Enter income for": "Enter income for",
|
||
"Income Date": "Income Date",
|
||
"Edit Income": "Edit Income",
|
||
"Income List": "Income List",
|
||
"Sale New": "Sale New",
|
||
"Sale List": "Sale List",
|
||
"Sale Return": "Sale 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",
|
||
"Brand": "Brand",
|
||
"Unit": "Unit",
|
||
"Stock List": "Stock List",
|
||
"Customers": "Customers",
|
||
"All Customers": "All Customers",
|
||
"Add Customer": "Add Customer",
|
||
"Suppliers": "Suppliers",
|
||
"All Suppliers": "All Suppliers",
|
||
"Add Supplier": "Add Supplier",
|
||
"Income Category": "Income Category",
|
||
"Expense Category": "Expense Category",
|
||
"Subscriptions": "Subscriptions",
|
||
"Profit & Loss List": "Profit & Loss List",
|
||
"All Income": "All Income",
|
||
"All Expense": "All Expense",
|
||
"Current Stock": "Current Stock",
|
||
"Customer Due": "Customer Due",
|
||
"Supplier Due": "Supplier Due",
|
||
"Loss & Profit": "Loss & Profit",
|
||
"Loss/Profit": "Loss/Profit",
|
||
"Unpaid": "Unpaid",
|
||
"Loss Profit": "Loss Profit",
|
||
"Loss Profit List": "Loss Profit List",
|
||
"Product List": "Product List",
|
||
"Create Party": "Create Party",
|
||
"List": "List",
|
||
"Party Type": "Party Type",
|
||
"Retailer": "Retailer",
|
||
"Dealer": "Dealer",
|
||
"Wholesaler": "Wholesaler",
|
||
"Supplier": "Supplier",
|
||
"Enter Due": "Enter Due",
|
||
"Edit Party": "Edit Party",
|
||
"Edit ": "Edit ",
|
||
" List": " List",
|
||
"Parties List": "Parties List",
|
||
"Add new ": "Add new ",
|
||
"Create Product": "Create Product",
|
||
"Add new Product": "Add new Product",
|
||
"Product Name": "Product Name",
|
||
"Enter Product Name": "Enter Product Name",
|
||
"Product Category": "Product Category",
|
||
"Product Unit": "Product Unit",
|
||
"Product Code": "Product Code",
|
||
"Enter Product Code": "Enter Product Code",
|
||
"Stock": "Stock",
|
||
"Enter stock qty": "Enter stock qty",
|
||
"Purchase Price": "Purchase Price",
|
||
"Enter purchase price": "Enter purchase price",
|
||
"Sale Price": "Sale Price",
|
||
"Enter sale price": "Enter sale price",
|
||
"Wholesale Price": "Wholesale Price",
|
||
"Enter wholesale price": "Enter wholesale price",
|
||
"Dealer Price": "Dealer Price",
|
||
"Enter dealer price": "Enter dealer price",
|
||
"Manufacturer": "Manufacturer",
|
||
"Enter manufacturer name": "Enter manufacturer name",
|
||
"Edit Product": "Edit Product",
|
||
"Product Brand": "Product Brand",
|
||
"Purchase price": "Purchase price",
|
||
"Sale price": "Sale price",
|
||
"Pos Sale": "Pos Sale",
|
||
"Invoice no": "Invoice no",
|
||
"Invoice No": "Invoice No",
|
||
"Items": "Items",
|
||
"Qty": "Qty",
|
||
"Sub Total": "Sub Total",
|
||
"Purchase return Amount ": "Purchase return Amount ",
|
||
"Confirm Return": "Confirm Return",
|
||
"Purchase Return List": "Purchase Return List",
|
||
"Return Date": "Return Date",
|
||
"Return Amount": "Return Amount",
|
||
"Return Qty": "Return Qty",
|
||
"Brand list": "Brand list",
|
||
"0": "0",
|
||
"Quick Action": "Quick Action",
|
||
"Today Purchase": "Today Purchase",
|
||
"Calculator": "Calculator",
|
||
"Select Supplier": "Select Supplier",
|
||
"Receive Amount": "Receive Amount",
|
||
"Search product...": "Search product...",
|
||
"Due: ": "Due: ",
|
||
"Party Name": "Party Name",
|
||
"Discount": "Discount",
|
||
"Payment": "Payment",
|
||
"INVOICE": "INVOICE",
|
||
"Sells By": "Sells By",
|
||
"Quantity": "Quantity",
|
||
"Unit Price": "Unit Price",
|
||
"Total Price": "Total Price",
|
||
"Item": "Item",
|
||
"Paid by": "Paid by",
|
||
"Subtotal": "Subtotal",
|
||
"Customer Signature": "Customer Signature",
|
||
"Authorized Signature": "Authorized Signature",
|
||
"Add Items": "Add Items",
|
||
"Enter Quantity": "Enter Quantity",
|
||
"Enter Purchase Price": "Enter Purchase Price",
|
||
"Sales Price": "Sales Price",
|
||
"Enter Sales Price": "Enter Sales Price",
|
||
"WholeSale Price": "WholeSale Price",
|
||
"Enter WholeSale Price": "Enter WholeSale Price",
|
||
"Enter Dealer Price": "Enter Dealer Price",
|
||
"Customer Due Reports": "Customer Due Reports",
|
||
"Customer Due List": "Customer Due List",
|
||
"Expense Reports": "Expense Reports",
|
||
"Expense Report List": "Expense Report List",
|
||
"Income For": "Income For",
|
||
"Income Reports": "Income Reports",
|
||
"Income Report List": "Income Report List",
|
||
"Loss Profit Reports": "Loss Profit Reports",
|
||
"From Date": "From Date",
|
||
"To Date": "To Date",
|
||
"Loss Profit Report List": "Loss Profit Report List",
|
||
"Discount Amount": "Discount Amount",
|
||
"Sale Date": "Sale Date",
|
||
"Purchase Report List": "Purchase Report List",
|
||
"Purchase Reports": "Purchase Reports",
|
||
"Purchase Return Report List": "Purchase Return Report List",
|
||
"Purchase Return Reports": "Purchase Return Reports",
|
||
"Sales Report List": "Sales Report List",
|
||
"Sale Reports": "Sale Reports",
|
||
"Sale Return Report": "Sale Return Report",
|
||
"Sale Return Reports": "Sale Return Reports",
|
||
"Sale Return Report List": "Sale Return Report List",
|
||
"Cost": "Cost",
|
||
"Stock Value": "Stock Value",
|
||
"Stock Report List": "Stock Report List",
|
||
"Stock Reports": "Stock Reports",
|
||
"Total Quantity": "Total Quantity",
|
||
"Total Stock Value": "Total Stock Value",
|
||
"Supplier Due Reports": "Supplier Due Reports",
|
||
"Supplier Due List": "Supplier Due List",
|
||
"Profile Edit": "Profile Edit",
|
||
"Parties": "Parties",
|
||
"Sales List": "Sales List",
|
||
"User Title": "User Title",
|
||
"Enter user title": "Enter user title",
|
||
"Email Address": "Email Address",
|
||
"Edit User Role": "Edit User Role",
|
||
"Add User Role": "Add User Role",
|
||
"Sale return Amount ": "Sale return Amount ",
|
||
"Sales Return List": "Sales Return List",
|
||
"Select Customer": "Select Customer",
|
||
"Guest": "Guest",
|
||
"Enter Customer Phone Number": "Enter Customer Phone Number",
|
||
"Type note...": "Type note...",
|
||
"Sales Return": "Sales Return",
|
||
"Purchases Return": "Purchases Return",
|
||
"Add Vat": "Add Vat",
|
||
"Tax": "Tax",
|
||
"Apply": "Apply",
|
||
"Select a category": "Select a category",
|
||
"Company And Business Name": "Company And Business Name",
|
||
"Enter Phone": "Enter Phone",
|
||
"Logo": "Logo",
|
||
"Invoice Logo": "Invoice Logo",
|
||
"Purchase Plan": "Purchase Plan",
|
||
"Days": "Days",
|
||
"Already Subscribed": "Already Subscribed",
|
||
"Buy Now": "Buy Now",
|
||
"Create Unit": "Create Unit",
|
||
"Unit Name": "Unit Name",
|
||
"Enter Unit Name": "Enter Unit Name",
|
||
"Unit List": "Unit List",
|
||
"Add new Unit": "Add new Unit",
|
||
"Overall Reports": "Overall Reports",
|
||
"Revenue Statistic": "Revenue Statistic",
|
||
"Today Sales": "Today Sales",
|
||
"Change Amount": "Change Amount",
|
||
"Vat": "Vat",
|
||
"Save Product": "Save Product",
|
||
"Product": "Product",
|
||
"Category created successfully": "Category created successfully",
|
||
"Category updated successfully": "Category updated successfully",
|
||
"Category deleted successfully": "Category deleted successfully",
|
||
"Selected Category deleted successfully": "Selected Category deleted successfully",
|
||
"Something went wrong!": "Something went wrong!",
|
||
"Brand created cuccessfully": "Brand created cuccessfully",
|
||
"Brand updated successfully": "Brand updated successfully",
|
||
"Brand deleted successfully": "Brand deleted successfully",
|
||
"Selected Brands deleted successfully": "Selected Brands deleted successfully",
|
||
"Something went wrong.": "Something went wrong.",
|
||
"Default currency activated successfully": "Default currency activated successfully",
|
||
"Failed to set default currency. Please try again.": "Failed to set default currency. Please try again.",
|
||
"Collect Due saved successfully": "Collect Due saved successfully",
|
||
"Expense Category saved successfully.": "Expense Category saved successfully.",
|
||
"Expense Category updated successfully.": "Expense Category updated successfully.",
|
||
"Expense Category deleted successfully": "Expense Category deleted successfully",
|
||
"Selected item deleted successfully.": "Selected item deleted successfully.",
|
||
"Expense saved successfully.": "Expense saved successfully.",
|
||
"Expense updated successfully.": "Expense updated successfully.",
|
||
"Expense deleted successfully": "Expense deleted successfully",
|
||
"Selected Items deleted successfully.": "Selected Items deleted successfully.",
|
||
"Income Category saved successfully.": "Income Category saved successfully.",
|
||
"Income Category updated successfully.": "Income Category updated successfully.",
|
||
"Income Category deleted successfully": "Income Category deleted successfully",
|
||
"Income saved successfully.": "Income saved successfully.",
|
||
"Income updated successfully.": "Income updated successfully.",
|
||
"Income deleted successfully": "Income deleted successfully",
|
||
"Premission denied.": "Premission denied.",
|
||
"Customer created successfully": "Customer created successfully",
|
||
"Supplier created successfully": "Supplier created successfully",
|
||
"Supplier deleted successfully": "Supplier deleted successfully",
|
||
"Customer deleted successfully": "Customer deleted successfully",
|
||
"Selected parties deleted successfully": "Selected parties deleted successfully",
|
||
"Product saved successfully.": "Product saved successfully.",
|
||
"Data saved successfully.": "Data saved successfully.",
|
||
"Product deleted successfully": "Product deleted successfully",
|
||
"Selected product deleted successfully": "Selected product deleted successfully",
|
||
"Cart is empty. Add items first!": "Cart is empty. Add items first!",
|
||
"Purchase created successfully.": "Purchase created successfully.",
|
||
"Somethings went wrong!": "Somethings went wrong!",
|
||
"Purchase updated successfully.": "Purchase updated successfully.",
|
||
"Selected purchases deleted successfully.": "Selected purchases deleted successfully.",
|
||
"Sales created successfully.": "Sales created successfully.",
|
||
"You cannot sale in due for a walking customer.": "You cannot sale in due for a walking customer.",
|
||
"Sales updated successfully.": "Sales updated successfully.",
|
||
"Sale deleted successfully.": "Sale deleted successfully.",
|
||
"Selected sales deleted successfully.": "Selected sales deleted successfully.",
|
||
"Unit saved successfully": "Unit saved successfully",
|
||
"Unit updated successfully": "Unit updated successfully",
|
||
"Units deleted successfully": "Units deleted successfully",
|
||
"Unit deleted successfully": "Unit deleted successfully",
|
||
"Quantity and price updated successfully": "Quantity and price updated successfully",
|
||
"Enter valid qty and price": "Enter valid qty and price",
|
||
"Item not found in the cart": "Item not found in the cart",
|
||
"The cart does not contain this item": "The cart does not contain this item",
|
||
"Item removed from cart": "Item removed from cart",
|
||
"All cart removed successfully!": "All cart removed successfully!",
|
||
"Current Password does not match with old password": "Current Password does not match with old password",
|
||
"Profile updated successfully": "Profile updated successfully",
|
||
"Purchase returned successfully.": "Purchase returned successfully.",
|
||
"Business General Setting updated successfully": "Business General Setting updated successfully",
|
||
"User role created successfully": "User role created successfully",
|
||
"User role updated successfully": "User role updated successfully",
|
||
"User role deleted successfully": "User role deleted successfully",
|
||
"You have no permission to access.": "You have no permission to access.",
|
||
"Sale returned successfully.": "Sale returned successfully.",
|
||
"New subscription order successfully.": "New subscription order successfully.",
|
||
|
||
"Branch": "Branch",
|
||
"Warehouse": "Warehouse",
|
||
"Overview": "Overview",
|
||
"Branch List": "Branch List",
|
||
"Role & permissions": "Role & Permissions",
|
||
"Warehouses List": "Warehouses List",
|
||
"Stock Qty": "Stock Quantity",
|
||
"Create Warehouse": "Create Warehouse",
|
||
"Enter phone": "Enter Phone",
|
||
"Enter email": "Enter Email",
|
||
"Enter address": "Enter Address",
|
||
"Enter name": "Enter Name",
|
||
"Edit Warehouse": "Edit Warehouse",
|
||
"Select Branch": "Select Branch",
|
||
"Rack": "Rack",
|
||
"Shelf": "Shelf",
|
||
"Statement": "Statement",
|
||
"Expire Product": "Expired Product",
|
||
"Branch Wise Sales": "Branch Wise Sales",
|
||
"Branch Wise Purchases": "Branch Wise Purchases",
|
||
"Employee Overview": "Employee Overview",
|
||
"Staffs": "Staff",
|
||
"Add new Branch": "Add New Branch",
|
||
"Create Branch": "Create Branch",
|
||
"Opening Balance": "Opening Balance",
|
||
"Enter balance": "Enter Balance",
|
||
"Enter description": "Enter Description",
|
||
"Edit Branch": "Edit Branch",
|
||
"Example": "Example",
|
||
"Acnoo": "Acnoo",
|
||
"in this example": "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.": "Previously, you didn't have a branch section. Therefore, when you create your first branch, another branch will be automatically created using your company/business name.",
|
||
"when you create your first branch, another branch will automatically be created with the name": "When you create your first branch, another branch will automatically be created with the name",
|
||
"If your company/business name is": "If your company/business name is",
|
||
"All your previous data will be assigned to the automatically created branch": "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.": "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": "Role & Permission",
|
||
"Add Role": "Add Role",
|
||
"Selected role deleted successfully": "Selected role deleted successfully",
|
||
"Branch saved successfully.": "Branch saved successfully.",
|
||
"Branch updated successfully.": "Branch updated successfully.",
|
||
"Selected branch deleted successfully": "Selected branch deleted successfully",
|
||
"Branch deleted successfully": "Branch deleted successfully",
|
||
"Warehouse saved successfully.": "Warehouse saved successfully.",
|
||
"Warehouse updated successfully.": "Warehouse updated successfully.",
|
||
"Warehouse deleted successfully": "Warehouse deleted successfully",
|
||
"Selected items deleted successfully.": "Selected items deleted successfully.",
|
||
"My Domains": "My Domains",
|
||
"Domain List": "Domain List",
|
||
"Domains": "Domains",
|
||
"Domain Name": "Domain Name",
|
||
"Is Verified": "Is Verified",
|
||
"Has SSL": "Has SSL",
|
||
"Added on": "Added on",
|
||
"Add New Domain": "Add New Domain",
|
||
"Domain Type": "Domain Type",
|
||
"Addon Domain": "Addon Domain",
|
||
"Subdomain": "Subdomain",
|
||
"Enter your domain name": "Enter your domain name",
|
||
"row selected": "Row selected",
|
||
"A new sub domain has been added.": "A new subdomain has been added.",
|
||
"A new domain has been added.": "A new domain has been added.",
|
||
"Domain deleted successfully": "Domain deleted successfully",
|
||
"Domains deleted successfully": "Domains deleted successfully",
|
||
"Domains List": "Domains List",
|
||
"Get instruction": "Get Instruction",
|
||
"Accept": "Accept",
|
||
"Pending": "Pending",
|
||
"Why are you reject it?": "Why are you rejecting it?",
|
||
"Enter reason...": "Enter reason...",
|
||
"Submit": "Submit",
|
||
"Instructions": "Instructions",
|
||
"cPanel Domain Setup Instructions": "cPanel Domain Setup Instructions",
|
||
"Login to your": "Login to your",
|
||
"cPanel": "cPanel",
|
||
"account": "Account",
|
||
"Go to": "Go to",
|
||
"Domains → Addon Domains": "Domains → Addon Domains",
|
||
"Enter your new domain": "Enter your new domain",
|
||
"Leave the auto-generated subdirectory and FTP as default": "Leave the auto-generated subdirectory and FTP as default",
|
||
"Click": "Click",
|
||
"Add Domain": "Add Domain",
|
||
"Update your domain’s DNS to point to your cPanel nameservers": "Update your domain’s DNS to point to your cPanel nameservers",
|
||
"Tip": "Tip",
|
||
"If you need SSL, go to": "If you need SSL, go to",
|
||
"SSL/TLS": "SSL/TLS",
|
||
"in cPanel and issue a certificate for your new domain (Let’s Encrypt is free).": "in cPanel and issue a certificate for your new domain (Let’s Encrypt is free).",
|
||
"Apache VPS Configuration": "Apache VPS Configuration",
|
||
"Apache Wildcard Domain Setup": "Apache Wildcard Domain Setup",
|
||
"Create a config file in": "Create a config file in",
|
||
"How to Add a Domain in cPanel": "How to Add a Domain in cPanel",
|
||
"Enable the site and reload Apache": "Enable the site and reload Apache",
|
||
"Always test config before reload": "Always test config before reload",
|
||
"Replace": "Replace",
|
||
"with your actual domain": "with your actual domain",
|
||
"Ensure correct file permissions (chown/chmod)": "Ensure correct file permissions (chown/chmod)",
|
||
"Use": "Use",
|
||
"Certbot": "Certbot",
|
||
"for free SSL": "for free SSL",
|
||
"Nginx VPS Configuration": "Nginx VPS Configuration",
|
||
"Nginx Wildcard Domain Setup": "Nginx Wildcard Domain Setup",
|
||
"Enable the site and reload Nginx": "Enable the site and reload Nginx",
|
||
"Important": "Important",
|
||
"Ensure correct file permissions": "Ensure correct file permissions",
|
||
"Domain updated successfully": "Domain updated successfully",
|
||
"Domain": "Domain",
|
||
"Domain has been rejected successfully.": "Domain has been rejected successfully.",
|
||
"Domain has been approved successfully.": "Domain has been approved successfully.",
|
||
"Edit Domain": "Edit Domain",
|
||
"Deleted by user": "Deleted by user",
|
||
|
||
"Add Purchase": "Add Purchase",
|
||
"Returns List": "Returns List",
|
||
"Combo Products": "Combo Products",
|
||
"Partial Paid": "Partial Paid",
|
||
"Bulk Upload": "Bulk Upload",
|
||
"Save & Published": "Save & Published",
|
||
"Product price, stock": "Product price, stock",
|
||
"Expired Products": "Expired Products",
|
||
"Print Labels": "Print Labels",
|
||
"Model": "Model",
|
||
"Variation": "Variation",
|
||
"Racks": "Racks",
|
||
"Shelfs": "Shelfs",
|
||
"Product Image": "Product Image",
|
||
"Expire Date": "Expire Date",
|
||
"Barcode Generate": "Barcode Generate",
|
||
"Available Stock": "Available Stock",
|
||
"Qty / No of label": "Qty / No of label",
|
||
"Packing Date": "Packing Date",
|
||
"Information to show in labels": "Information to show in labels",
|
||
"Product Price": "Product Price",
|
||
"Print packing date": "Print packing date",
|
||
"Show Price": "Show Price",
|
||
"Barcode Type *": "Barcode Type *",
|
||
"Barcode Print Paper Setting": "Barcode Print Paper Setting",
|
||
"Preview": "Preview",
|
||
"Download File": "Download File",
|
||
"Field Name": "Field Name",
|
||
"Add new Model": "Add new Model",
|
||
"Model List": "Model List",
|
||
"Model Name": "Model Name",
|
||
"Create Model": "Create Model",
|
||
"Variations List": "Variations List",
|
||
"Values": "Values",
|
||
"Edit Variation": "Edit Variation",
|
||
"Rack List": "Rack List",
|
||
"Add new rack": "Add new rack",
|
||
"Shelf List": "Shelf List",
|
||
"Add shelf": "Add shelf",
|
||
"Edit shelf": "Edit shelf",
|
||
"Transfer List": "Transfer List",
|
||
"From Branch": "From Branch",
|
||
"To Branch": "To Branch",
|
||
"From Warehouse": "From Warehouse",
|
||
"To Warehouse": "To Warehouse",
|
||
"Add New Transfer": "Add New Transfer",
|
||
"Transfer Note": "Transfer Note",
|
||
"All Stock": "All Stock",
|
||
"Party Credit Limit": "Party Credit Limit",
|
||
"Billing Address": "Billing Address",
|
||
"City": "City",
|
||
"State": "State",
|
||
"Zip Code": "Zip Code",
|
||
"Shipping Address": "Shipping Address",
|
||
"Supplier Name": "Supplier Name",
|
||
"Vat List": "Vat List",
|
||
"Add New Vat": "Add New Vat",
|
||
"Tax Setting": "Tax Setting",
|
||
"Add New Vat Group": "Add New Vat Group",
|
||
"Vat Group List": "Vat Group List",
|
||
"Vat Group Name": "Vat Group Name",
|
||
"Select vats": "Select vats",
|
||
"All List": "All List",
|
||
"Guest Due": "Guest Due",
|
||
"Retailer Due": "Retailer Due",
|
||
"Dealer Due": "Dealer Due",
|
||
"Wholesaler Due": "Wholesaler Due",
|
||
"Guest Due List": "Guest Due List",
|
||
"Invoice Number": "Invoice Number",
|
||
"Bank Account": "Bank Account",
|
||
"Cash In Hand": "Cash In Hand",
|
||
"Cheques": "Cheques",
|
||
"Transactions": "Transactions",
|
||
"Day Book": "Day Book",
|
||
"Cash Flow": "Cash Flow",
|
||
"Bill Wise Profit": "Bill Wise Profit",
|
||
"Expenses": "Expenses",
|
||
"Bank Accounts": "Bank Accounts",
|
||
"Deposit & Withdraws": "Deposit & Withdraws",
|
||
"Add Bank": "Add Bank",
|
||
"Account Name": "Account Name",
|
||
"Account Number": "Account Number",
|
||
"Bank Name": "Bank Name",
|
||
"Branch Name": "Branch Name",
|
||
"Holder Name": "Holder Name",
|
||
"Add New Bank": "Add New Bank",
|
||
"Account Display Name": "Account Display Name",
|
||
"As of Date": "As of Date",
|
||
"Routing Number": "Routing Number",
|
||
"UPI ID for QR Code": "UPI ID for QR Code",
|
||
"Account Holder Name": "Account Holder Name",
|
||
"Add more fields": "Add more fields",
|
||
"Print Bank details on invoices": "Print Bank details on invoices",
|
||
"Bank to Bank Transfer": "Bank to Bank Transfer",
|
||
"Bank to Cash Transfer": "Bank to Cash Transfer",
|
||
"Adjust Bank Balance": "Adjust Bank Balance",
|
||
"Adjust Cash": "Adjust Cash",
|
||
"Cash to Bank Transfer": "Cash to Bank Transfer",
|
||
"From": "From",
|
||
"To": "To",
|
||
"Transfer Date": "Transfer Date",
|
||
"Cheques List": "Cheques List",
|
||
"Profit & Loss": "Profit & Loss",
|
||
"Gross Profit": "Gross Profit",
|
||
"Total Expenses": "Total Expenses",
|
||
"Income Types": "Income Types",
|
||
"Expenses Types": "Expenses Types",
|
||
"Net Profit": "Net Profit",
|
||
"Money In": "Money In",
|
||
"Money Out": "Money Out",
|
||
"Transaction List": "Transaction List",
|
||
"Reference": "Reference",
|
||
"Transaction Type": "Transaction Type",
|
||
"Due Pay": "Due Pay",
|
||
"Due Collect": "Due Collect",
|
||
"All Party": "All Party",
|
||
"Transaction By": "Transaction By",
|
||
"Total :": "Total :",
|
||
"Cash In": "Cash In",
|
||
"Cash Out": "Cash Out",
|
||
"Running Cash": "Running Cash",
|
||
"Bill Wise Profit List": "Bill Wise Profit List",
|
||
"Sales Amount": "Sales Amount",
|
||
"Sale Amount": "Sale Amount",
|
||
"Create Expense Category": "Create Expense Category",
|
||
"Department": "Department",
|
||
"Designation": "Designation",
|
||
"Shift": "Shift",
|
||
"Employee": "Employee",
|
||
"Leave Request": "Leave Request",
|
||
"Holiday": "Holiday",
|
||
"Attendance": "Attendance",
|
||
"Payroll": "Payroll",
|
||
"Department List": "Department List",
|
||
"Add Department": "Add Department",
|
||
"Create Department": "Create Department",
|
||
"Designation List": "Designation List",
|
||
"Add Designation": "Add Designation",
|
||
"Create Designation": "Create Designation",
|
||
"Shift List": "Shift List",
|
||
"Add new Shift": "Add new Shift",
|
||
"Start Time": "Start Time",
|
||
"End Time": "End Time",
|
||
"Break Time": "Break Time",
|
||
"Break Duration": "Break Duration",
|
||
"Create Shift": "Create Shift",
|
||
"Select Name": "Select Name",
|
||
"Break Status": "Break Status",
|
||
"Start Break Time": "Start Break Time",
|
||
"End Break Time": "End Break Time",
|
||
"Employee List": "Employee List",
|
||
"Add new Employee": "Add new Employee",
|
||
"shift": "shift",
|
||
"Salary": "Salary",
|
||
"Gender": "Gender",
|
||
"Birth Date": "Birth Date",
|
||
"Join Date": "Join Date",
|
||
"Leave Type": "Leave Type",
|
||
"Leave": "Leave",
|
||
"Leave Type List": "Leave Type List",
|
||
"Add Leave Type": "Add Leave Type",
|
||
"Create Leave Type": "Create Leave Type",
|
||
"Leave List": "Leave List",
|
||
"Add new Leave": "Add new Leave",
|
||
"Month": "Month",
|
||
"Start Date": "Start Date",
|
||
"End Date": "End Date",
|
||
"Leave Duration": "Leave Duration",
|
||
"Select employee": "Select employee",
|
||
"All month": "All month",
|
||
"Create Leave": "Create Leave",
|
||
"Holiday List": "Holiday List",
|
||
"Add new Holiday": "Add new Holiday",
|
||
"Create Holiday": "Create Holiday",
|
||
"Tax Report": "Tax Report",
|
||
"Loss/Profit Details": "Loss/Profit Details",
|
||
"Profit Loss": "Profit Loss",
|
||
"Product Porfit/Loss": "Product Porfit/Loss",
|
||
"Due Transaction": "Due Transaction",
|
||
"Subscription Report": "Subscription Report",
|
||
"Top 5 Customer": "Top 5 Customer",
|
||
"Top 5 Supplier": "Top 5 Supplier",
|
||
"Top 5 Product": "Top 5 Product",
|
||
"Combo Product": "Combo Product",
|
||
"Discount Product": "Discount Product",
|
||
"Product Wise Purchase": "Product Wise Purchase",
|
||
"Product Wise Sale": "Product Wise Sale",
|
||
"Expired Product": "Expired Product",
|
||
"Customer Ledger": "Customer Ledger",
|
||
"Supplier Ledger": "Supplier Ledger",
|
||
"Party Loss/Profit": "Party Loss/Profit",
|
||
"SMS Template": "SMS Template",
|
||
"Android Gateway": "Android Gateway",
|
||
"API Gateway": "API Gateway",
|
||
"Balance Sheet": "Balance Sheet",
|
||
"All Due": "All Due",
|
||
"Attendance List": "Attendance List",
|
||
"Party Profit & Loss": "Party Profit & Loss",
|
||
"Add new Attendance": "Add new Attendance",
|
||
"Time In": "Time In",
|
||
"Time Out": "Time Out",
|
||
"Payroll List": "Payroll List",
|
||
"Add new Payroll": "Add new Payroll",
|
||
"Payment Year": "Payment Year",
|
||
"Receipt No": "Receipt No",
|
||
"date": "Date",
|
||
"Attendance Report": "Attendance Report",
|
||
"Payroll Report": "Payroll Report",
|
||
"Slip No": "Slip No",
|
||
"Leave Report": "Leave Report",
|
||
"Total Sale": "Total Sale",
|
||
"Total Sale Return": "Total Sale Return",
|
||
"Total Purchase Return": "Total Purchase Return",
|
||
"Tax Report List": "Tax Report List",
|
||
"Payment Method": "Payment Method",
|
||
"Loss/Profit Report Details": "Loss/Profit Report Details",
|
||
"Opening Stock": "Opening Stock",
|
||
"(By purchase price)": "(By purchase price)",
|
||
"(By sale price)": "(By sale price)",
|
||
"Total purchase:": "Total Purchase:",
|
||
"Total purchase shipping charge:": "Total Purchase Shipping Charge:",
|
||
"Total Sell discount:": "Total Sell Discount:",
|
||
"Total Sell Return:": "Total Sell Return:",
|
||
"Closing stock": "Closing Stock",
|
||
"Total Sales:": "Total Sales:",
|
||
"Total sell shipping charge:": "Total Sell Shipping Charge:",
|
||
"Total Purchase Return:": "Total Purchase Return:",
|
||
"Total Purchase discount:": "Total Purchase Discount:",
|
||
"Total sell round off:": "Total Sell Round Off:",
|
||
"Credit Limit": "Credit Limit",
|
||
"Due Collection Transactions": "Due Collection Transactions",
|
||
"Pay Due Amount": "Pay Due Amount",
|
||
"Top 5 Customers": "Top 5 Customers",
|
||
"Top 5 Suppliers": "Top 5 Suppliers",
|
||
"Total Purchases": "Total Purchases",
|
||
"Top 5 Products": "Top 5 Products",
|
||
"Cost Price": "Cost Price",
|
||
"Sales price": "Sales Price",
|
||
"Product Wise Discount": "Product Wise Discount",
|
||
"Product Purchases": "Product Purchases",
|
||
"Purchase QTY": "Purchase Quantity",
|
||
"Product Sales": "Product Sales",
|
||
"Sale QTY": "Sale Quantity",
|
||
"Total Sale Due": "Total Sale Due",
|
||
"Total Purchase Due": "Total Purchase Due",
|
||
"Party Wise Loss & Profit": "Party Wise Loss & Profit",
|
||
"Gateway List": "Gateway List",
|
||
"Gateway ID.": "Gateway ID",
|
||
"Gateway Type": "Gateway Type",
|
||
"Device List": "Device List",
|
||
"Add Device": "Add Device",
|
||
"Device ID": "Device ID",
|
||
"Device Version": "Device Version",
|
||
"App Version": "App Version",
|
||
"Total Messages": "Total Messages",
|
||
"Created Date": "Created Date",
|
||
"All Settings": "All Settings",
|
||
"General": "General",
|
||
"Invoice Print": "Invoice Print",
|
||
"Currencies Settings": "Currencies Settings",
|
||
"SMS Gateway Settings": "SMS Gateway Settings",
|
||
"Languages Settings": "Languages Settings",
|
||
"Add, Edit, Update, Delete Languages.": "Add, Edit, Update, Delete Languages.",
|
||
"Configure the fundamental information of the site.": "Configure the fundamental information of the site.",
|
||
"Control and configure overall notification systems": "Control and configure overall notification systems",
|
||
"View and update currency settings": "View and update currency settings",
|
||
"Add new users, Provide role and Permission": "Add new users, provide role and permission",
|
||
"View and update gateway settings": "View and update gateway settings",
|
||
"VAT/GST Title": "VAT/GST Title",
|
||
"VAT/GST Number": "VAT/GST Number",
|
||
"Sale Rounding Option": "Sale Rounding Option",
|
||
"Product Profit Option": "Product Profit Option",
|
||
"Post Sale Message": "Post Sale Message",
|
||
"Invoice Note Label": "Invoice Note Label",
|
||
"Invoice Note": "Invoice Note",
|
||
"Warranty Void Label": "Warranty Void Label",
|
||
"Warranty Void": "Warranty Void",
|
||
"A4 Page Invoice Logo": "A4 Page Invoice Logo",
|
||
"Thermal Invoice Logo": "Thermal Invoice Logo",
|
||
"Invoice Scanner Logo": "Invoice Scanner Logo",
|
||
"Select SMS Gateway": "Select SMS Gateway",
|
||
"Language Settings": "Language Settings",
|
||
"Locale": "Locale",
|
||
"Flag": "Flag",
|
||
"Add New Language": "Add New Language",
|
||
"Is Active": "Is Active",
|
||
"Is Default": "Is Default",
|
||
"Product Settings": "Product Settings",
|
||
"Currency Setting": "Currency Setting",
|
||
"Select Currency": "Select Currency",
|
||
"Total Assets": "Total Assets",
|
||
"Liabilities": "Liabilities",
|
||
"Assets": "Assets",
|
||
"Payment In": "Payment In",
|
||
"Equities & Liabilities": "Equities & Liabilities",
|
||
"Create Supplier": "Create Supplier",
|
||
"Batch No.": "Batch No",
|
||
"Cost exc. tax": "Cost excl. Tax",
|
||
"Cost inc. tax": "Cost incl. Tax",
|
||
"Wholesale": "Wholesale",
|
||
"View Combo Product": "View Combo Product",
|
||
"Add new Transfer": "Add new Transfer",
|
||
"Stock Values": "Stock Values",
|
||
"Drag & drop your Image": "Drag & Drop Your Image",
|
||
"Browse": "Browse",
|
||
"Address line 1": "Address Line 1",
|
||
"Add Vat Rate": "Add VAT Rate",
|
||
"Rate": "Rate",
|
||
"Pay Due": "Pay Due",
|
||
"Apply Month": "Apply Month",
|
||
"Create Attendance": "Create Attendance",
|
||
"Create Payroll": "Create Payroll",
|
||
"Purchase Date": "Purchase Date",
|
||
"Payment Reminder": "Payment Reminder",
|
||
"New Sale": "New Sale",
|
||
"Payment Received": "Payment Received",
|
||
"Payment Paid": "Payment Paid",
|
||
"SMS Body": "SMS Body",
|
||
"Available Tags": "Available Tags",
|
||
"Enable SMS Notification": "Enable SMS Notification",
|
||
"Business Phone": "Business Phone",
|
||
"Add Gateway": "Add Gateway",
|
||
"Add New Device": "Add New Device",
|
||
"To add your device to the system, follow these steps:": "To add your device to the system, follow these steps:",
|
||
"Get the latest version of the App from this": "Get the latest version of the App from this",
|
||
"link": "link",
|
||
"and install the app on your device.": "and install the app on your device.",
|
||
"Step 01": "Step 01",
|
||
"Step 02": "Step 02",
|
||
"Step 03": "Step 03",
|
||
"After installing the app, locate the QR code provided at the top of the screen. Open the app and grant all requested permissions when prompted. On the login screen, select \"Login with QR code\" and scan the QR code": "After installing the app, locate the QR code provided at the top of the screen. Open the app and grant all requested permissions when prompted. On the login screen, select \"Login with QR code\" and scan the QR code",
|
||
"Your Android phone is now connected to the system. Please reload this page to see your new device.": "Your Android phone is now connected to the system. Please reload this page to see your new device",
|
||
"View and update gateway settings.": "View and update gateway settings",
|
||
"Product Stock": "Product Stock",
|
||
"Model No": "Model No",
|
||
"Product Manufacturer": "Product Manufacturer",
|
||
"Low Stock Alert": "Low Stock Alert",
|
||
"VAT ID": "VAT ID",
|
||
"VAT Type": "VAT Type",
|
||
"Exclusive Price": "Exclusive Price",
|
||
"Inclusive Price": "Inclusive Price",
|
||
"Profit Percent": "Profit Percent",
|
||
"Serial": "Serial",
|
||
"MRP/PRICE": "MRP/Price",
|
||
"MRP": "MRP",
|
||
"Batch Tracking": "Batch Tracking",
|
||
"Batch No": "Batch No",
|
||
"Expiry Date": "Expiry Date",
|
||
"Mfg Date": "Manufacture Date",
|
||
"Product Type": "Product Type",
|
||
"Single": "Single",
|
||
"Variant": "Variant",
|
||
"Combo": "Combo",
|
||
"Guest Due Sale": "Guest Due Sale",
|
||
"Product Discount": "Product Discount",
|
||
"Add Product Settings": "Add Product Settings",
|
||
"Additional Product Field": "Additional Product Field",
|
||
"Purchase Setting": "Purchase Setting",
|
||
"Sale Setting": "Sale Setting",
|
||
"Profit & Loss Details": "Profit & Loss Details",
|
||
"Product Profit & Loss": "Product Profit & Loss",
|
||
"Customer List": "Customer List",
|
||
"Supplier List": "Supplier List",
|
||
":type List": ":type List",
|
||
"Add new :type": "Add new :type",
|
||
"Edit :type": "Edit :type",
|
||
"Edit Supplier": "Edit Supplier",
|
||
"Edit Customer": "Edit Customer",
|
||
"(PNG & JPG)": "(PNG & JPG)",
|
||
"Vat groups (Combination of multiple vats)": "VAT Groups (Combination of multiple VATs)",
|
||
"Send": "Send",
|
||
"1.": "1.",
|
||
"2.": "2.",
|
||
"3.": "3.",
|
||
"4.": "4.",
|
||
"5.": "5.",
|
||
"6.": "6.",
|
||
"7.": "7.",
|
||
"8.": "8.",
|
||
"9.": "9.",
|
||
"10.": "10.",
|
||
"11.": "11.",
|
||
"12.": "12.",
|
||
"13.": "13.",
|
||
"14.": "14.",
|
||
"15.": "15.",
|
||
"16.": "16.",
|
||
"17.": "17.",
|
||
"18.": "18.",
|
||
"19.": "19.",
|
||
"20.": "20.",
|
||
"21.": "21.",
|
||
"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.",
|
||
"The name of the product you are adding": "The name of the product you are adding",
|
||
"e.g.,": "e.g.,",
|
||
"Banana": "Banana",
|
||
"Stock Quantity": "Stock Quantity",
|
||
"Sale Price (MRP)": "Sale Price (MRP)",
|
||
"VAT Name": "VAT Name",
|
||
"VAT (%)": "VAT (%)",
|
||
"Low Stock Qty": "Low Stock Quantity",
|
||
"Manufacturing Date": "Manufacturing Date",
|
||
"Variations": "Variations",
|
||
"The category under which the product falls": "The category under which the product falls",
|
||
"Beverages, Electronics": "Beverages, Electronics",
|
||
"The measurement unit used for the product": "The measurement unit used for the product",
|
||
"Piece, Kg, Litre": "Piece, Kg, Litre",
|
||
"If not found, a new unit will be created automatically.": "If not found, a new unit will be created automatically.",
|
||
"The brand associated with the product": "The brand associated with the product",
|
||
"Samsung, Nestlé": "Samsung, Nestlé",
|
||
"If not found, the system will create it automatically.": "If not found, the system will create it automatically.",
|
||
"The available quantity of the product currently in stock.": "The available quantity of the product currently in stock.",
|
||
"A unique identifier for the product": "A unique identifier for the product",
|
||
"SKU001": "SKU001",
|
||
"Product codes must be unique — duplicate codes will be ignored.": "Product codes must be unique — duplicate codes will be ignored.",
|
||
"The cost price of the product excluding VAT.": "The cost price of the product excluding VAT.",
|
||
"The selling price or maximum retail price for the product.": "The selling price or maximum retail price for the product.",
|
||
"Special discounted price for bulk resellers or dealers.": "Special discounted price for bulk resellers or dealers.",
|
||
"The price offered for wholesale buyers, usually lower than MRP.": "The price offered for wholesale buyers, usually lower than MRP.",
|
||
"If not found, the system will automatically create a new category.": "If not found, the system will automatically create a new category.",
|
||
"The VAT name applied to the product.": "The VAT name applied to the product.",
|
||
"If the system doesn’t find it, it will create a new VAT with the provided rate.": "If the system doesn’t find it, it will create a new VAT with the provided rate.",
|
||
"The VAT rate as a percentage": "The VAT rate as a percentage",
|
||
"15": "15",
|
||
"Define whether the VAT is": "Define whether the VAT is",
|
||
"exclusive": "exclusive",
|
||
"or": "or",
|
||
"inclusive": "inclusive",
|
||
"in the price.": "in the price.",
|
||
"The minimum stock quantity to trigger a low-stock alert.": "The minimum stock quantity to trigger a low-stock alert.",
|
||
"Name of the product manufacturer or supplier.": "Name of the product manufacturer or supplier.",
|
||
"Expiry date for perishable products": "Expiry date for perishable products",
|
||
"format:": "format:",
|
||
"YYYY-MM-DD": "YYYY-MM-DD",
|
||
"Batch or lot number used to identify stock batches.": "Batch or lot number used to identify stock batches.",
|
||
"The model of the product": "The model of the product",
|
||
"iPhone 15": "iPhone 15",
|
||
"Date the product was manufactured": "Date the product was manufactured",
|
||
"Define whether the product is": "Define whether the product is",
|
||
"single": "single",
|
||
"variant": "variant",
|
||
"for products with multiple variations like size or color.": "for products with multiple variations like size or color.",
|
||
"This column defines all variations for variant products.": "This column defines all variations for variant products.",
|
||
"Use the format:": "Use the format:",
|
||
"VariationName:Value": "VariationName:Value",
|
||
"separated by a": "separated by a",
|
||
"for multiple values.": "for multiple values.",
|
||
"Example:": "Example:",
|
||
"Color:Black|Size:M": "Color:Black|Size:M",
|
||
"➤ The system will:": "➤ The system will:",
|
||
"Create or match existing variations dynamically.": "Create or match existing variations dynamically.",
|
||
"Store selected variation IDs in the": "Store selected variation IDs in the",
|
||
"table": "table",
|
||
"Store structured JSON like": "Store structured JSON like",
|
||
"\"Color\":\"Black\"": "\"Color\":\"Black\"",
|
||
"in the": "in the",
|
||
"Automatically create": "Automatically create",
|
||
"variant_name": "variant_name",
|
||
"such as": "such as",
|
||
"Black - M": "Black - M",
|
||
"table.": "table.",
|
||
|
||
|
||
"Bill Wise Profit & Loss": "Bill Wise Profit & Loss",
|
||
"Bank Details": "Bank Details",
|
||
"Account No": "Account No",
|
||
"UPI ID": "UPI ID",
|
||
"Holder’s Nmae": "Holder’s Name",
|
||
"MONEY RECEIPT": "Money Receipt",
|
||
"Money Receipt": "Money Receipt",
|
||
"Purchase Invoice": "Purchase Invoice",
|
||
"Holder’s Name": "Holder’s Name",
|
||
"Rounding (+/-)": "Rounding (+/-)",
|
||
"welcome_to": "Welcome To",
|
||
"welcome_back": "Welcome Back",
|
||
"please_login": "Please login to your account",
|
||
"enter_your_email": "Enter your email",
|
||
"password": "Password",
|
||
"remember_me": "Remember Me",
|
||
"forgot_password": "Forgot Password?",
|
||
"log_in": "Log In",
|
||
"back_to_home": "Back To Home",
|
||
"create_an_account": "Create An Account",
|
||
"or_continue_with": "Or continue with",
|
||
"login_with_x": "Login with X",
|
||
"login_with_google": "Login with Google",
|
||
"super_admin": "Super Admin",
|
||
"admin": "Admin",
|
||
"business": "Business",
|
||
"add_on": "Add-on",
|
||
"manager": "Manager",
|
||
"multi_branch": "Multi-branch",
|
||
"warranty": "Warranty",
|
||
"guarantee": "Guarantee",
|
||
"Months": "Months",
|
||
"Years": "Years",
|
||
"Tax Type": "Tax Type",
|
||
"Exclusive": "Exclusive",
|
||
"Inclusive": "Inclusive",
|
||
"Select Tax": "Select Tax",
|
||
"select_one": "Select One",
|
||
"Image (Size 150x130)": "Image (Size 150x130)",
|
||
"Drag & drop image": "Drag & Drop Image",
|
||
"Variant Name": "Variant Name",
|
||
"Manufacture": "Manufacturer",
|
||
"Profit Margin (%)": "Profit Margin (%)",
|
||
"Default Selling Price": "Default Selling Price",
|
||
"SKU / Code": "SKU / Code",
|
||
"Edit Model": "Edit Model",
|
||
"Rack Name": "Rack Name",
|
||
"Edit rack": "Edit Rack",
|
||
"Update Password": "Update Password",
|
||
"Tax Rate": "Tax Rate",
|
||
"Sub vats": "Sub Vats",
|
||
"Edit Vat": "Edit Vat",
|
||
"Edit Vat Group": "Edit Vat Group",
|
||
"Edit Bank": "Edit Bank",
|
||
"Account Display Name balnce": "Account Display Name / Balance",
|
||
"+ Add more fields": "+ Add More Fields",
|
||
"Show In Invoice": "Show In Invoice",
|
||
"As Of Date": "As Of Date",
|
||
"Cheque Number": "Cheque Number",
|
||
"Current Plan": "Current Plan",
|
||
"Multi-branch Allowed": "Multi-branch Allowed",
|
||
"Addon Limit:": "Addon Limit:",
|
||
"Addon Domain Available?": "Addon Domain Available?",
|
||
"Subdomain Limit:": "Subdomain Limit:",
|
||
"Subdomain Available?": "Subdomain Available?",
|
||
"Freya Haynes": "Freya Haynes",
|
||
"Invoice: S06 - Emery Mueller": "Invoice: S06 - Emery Mueller",
|
||
"Item Name": "Item Name",
|
||
"Product Wise Profit & Loss": "Product Wise Profit & Loss",
|
||
"Product Wise Loss Profit": "Product Wise Loss Profit",
|
||
"Pay Amount": "Pay Amount",
|
||
"Select party": "Select Party",
|
||
"Loss Profit History": "Loss & Profit History",
|
||
"Product Sale History": "Product Sale History",
|
||
"Product Purchase History": "Product Purchase History",
|
||
"Purchase Qty": "Purchase Quantity",
|
||
"Sold Qty": "Sold Quantity",
|
||
"Remaining Qty": "Remaining Quantity",
|
||
|
||
|
||
|
||
"Subscription Orders": "Subscription Orders",
|
||
"Subscriber View": "Subscriber View",
|
||
"Expire date": "Expire Date",
|
||
"Enroll Date": "Enroll Date",
|
||
"How to Add a Domain in hPanel": "How to Add a Domain in hPanel",
|
||
"hPanel (Hostinger) Domain Setup Instructions": "hPanel (Hostinger) Domain Setup Instructions",
|
||
"Multibranch Allowed": "Multibranch Allowed",
|
||
"Addon Domain Limit": "Addon Domain Limit",
|
||
"Subdomain Limit": "Subdomain Limit",
|
||
"Custom Domain Limit": "Custom Domain Limit",
|
||
"Add-ons": "Add-ons",
|
||
"New": "New",
|
||
"Addons List": "Addons List",
|
||
"Install / Update Addon": "Install / Update Addon",
|
||
"Version": "Version",
|
||
"Enter purchase code": "Enter Purchase Code",
|
||
"Upload addons zip file": "Upload Addons Zip File",
|
||
"System": "System",
|
||
"User Sign Up": "User Sign Up",
|
||
"Domain Setting": "Domain Setting",
|
||
"View and update payment gateway settings": "View and Update Payment Gateway Settings",
|
||
"View and update user sign up settings": "View and Update User Sign Up Settings",
|
||
"View and update system settings": "View and Update System Settings",
|
||
"User Registration Email Setup": "User Registration Email Setup",
|
||
"Verify email with OTP on signup?": "Verify Email with OTP on Signup?",
|
||
"Verify email without OTP on signup?": "Verify Email without OTP on Signup?",
|
||
"SSL is required.": "SSL is Required.",
|
||
"SSL is not required.": "SSL is Not Required.",
|
||
"Subdomain / Custom domains are allowed automatically.": "Subdomain / Custom Domains Are Allowed Automatically.",
|
||
"Subdomain / Custom domains are not allowed automatically.": "Subdomain / Custom Domains Are Not Allowed Automatically.",
|
||
"Dynamic Text": "Dynamic Text",
|
||
"Dynamic Link Text": "Dynamic Link Text",
|
||
"Dynamic Link": "Dynamic Link",
|
||
"App Link": "App Link",
|
||
"Login Page Logo": "Login Page Logo",
|
||
"Login Page Image": "Login Page Image",
|
||
"Stripe": "Stripe",
|
||
"mollie": "Mollie",
|
||
"paypal": "PayPal",
|
||
"paystack": "Paystack",
|
||
"razorpay": "Razorpay",
|
||
"instamojo": "Instamojo",
|
||
"toyyibpay": "ToyyibPay",
|
||
"flutterwave": "Flutterwave",
|
||
"thawani": "Thawani",
|
||
"mercadopago": "MercadoPago",
|
||
"phonepe": "PhonePe",
|
||
"paytm": "Paytm",
|
||
"Tap Payment": "Tap Payment",
|
||
"Sslcommerz": "SSLCommerz",
|
||
"Manual": "Manual",
|
||
"API KEY": "API Key",
|
||
"CLIENT ID": "Client ID",
|
||
"CLIENT SECRET": "Client Secret",
|
||
"PUBLIC KEY": "Public Key",
|
||
"SECRET KEY": "Secret Key",
|
||
"KEY ID": "Key ID",
|
||
"KEY SECRET": "Key Secret",
|
||
"X API KEY": "X API Key",
|
||
"X AUTH TOKEN": "X Auth Token",
|
||
"USER SECRET KEY": "User Secret Key",
|
||
"CATEOGRY CODE": "Category Code",
|
||
"ENCRYPTION KEY": "Encryption Key",
|
||
"PAYMENT OPTIONS": "Payment Options",
|
||
"Hello": "Hello",
|
||
|
||
"Net Profit (Profit - Loss) =": "Net Profit (Profit - Loss) =",
|
||
"Net Profit (Income - Expense) =": "Net Profit (Income - Expense) =",
|
||
"Sale Details": "Sale Details",
|
||
"Purchase Details": "Purchase Details",
|
||
"All Customer": "All Customer",
|
||
"Sale Qty": "Sale Qty",
|
||
"Profit/Loss": "Profit/Loss",
|
||
"Printer A4": "Printer A4",
|
||
"Thermal: 3 inch 80mm": "Thermal: 3 inch 80mm",
|
||
"Showing": "Showing",
|
||
"to": "to",
|
||
"of": "of",
|
||
"results": "results",
|
||
"Custom Domain": "Custom Domain",
|
||
"Ledger": "Ledger",
|
||
"(Ledger)": "(Ledger)",
|
||
"Credit (In)": "Credit (In)",
|
||
"Debit (Out)": "Debit (Out)",
|
||
"View Stock": "View Stock",
|
||
|
||
"Log In": "Log In",
|
||
"Back to Home": "Back to Home",
|
||
"Create an account.": "Create an account.",
|
||
"Add-on": "Add-on",
|
||
"Bussiness": "Bussiness",
|
||
"Multi Branch":"Multi Branch",
|
||
"Create an Free Account!": "Create an Free Account!",
|
||
"Hey, Enter Your details to get Sign Up to your account": "Hey, Enter Your details to get Sign Up to your account",
|
||
"Sign Up": "Sign Up",
|
||
"Or Continue with" : "Or Continue with",
|
||
"Log in with X": "Log in with X",
|
||
"Log in with Google": "Log in with Google",
|
||
"Already have an Account?": "Already have an Account?",
|
||
"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",
|
||
"Setup Your Profile": "Setup Your Profile",
|
||
"Company/Business Name": "Company/Business Name",
|
||
"Enter company/business name": "Enter company/business name",
|
||
"Ex: $500": "Ex: $500",
|
||
"Company Address": "Company Address",
|
||
"Enter company address": "Enter company address",
|
||
"Successfully!": "Successfully!",
|
||
"Congratulations, Your account has been": "Congratulations, Your account has been",
|
||
"successfully created": "successfully created",
|
||
"Download Apk": "Download Apk",
|
||
|
||
|
||
"Branch Opening Balance": "Branch Opening Balance",
|
||
"Branch Remaining Balance": "Branch Remaining Balance",
|
||
"Enter Model Name": "Enter Model Name",
|
||
"Completed": "Completed",
|
||
"Enter values": "Enter values",
|
||
"Total Stock Value:": "Total Stock Value:",
|
||
"Sale Commission": "Sale Commission",
|
||
"Enter Supplier Name": "Enter Supplier Name",
|
||
"Enter city": "Enter city",
|
||
"Enter state": "Enter state",
|
||
"Enter zip code": "Enter zip code",
|
||
"Select a country": "Select a country",
|
||
"Advance": "Advance",
|
||
"Language": "Language",
|
||
"Select Variant": "Select Variant",
|
||
"Enter Batch No.": "Enter Batch No.",
|
||
"Bank List": "Bank List",
|
||
"Cash List": "Cash List",
|
||
"Add Cash": "Add Cash",
|
||
"Reduce Cash": "Reduce Cash",
|
||
"ex 500": "ex 500",
|
||
"Adjustment Date": "Adjustment Date",
|
||
"description": "description",
|
||
"cash": "cash",
|
||
"PNG & JPG": "PNG & JPG",
|
||
"Transaction Image": "Transaction Image",
|
||
"Platform": "Platform",
|
||
"Enter account display name": "Enter account display name",
|
||
"Enter account number": "Enter account number",
|
||
"Enter UPI code": "Enter UPI code",
|
||
"Enter bank name": "Enter bank name",
|
||
"Enter account holder name": "Enter account holder name",
|
||
"Ex: 500": "Ex: 500",
|
||
"Total Transaction": "Total Transaction",
|
||
"Enter bank name_duplicate": "Enter bank name",
|
||
"Add Image": "Add Image",
|
||
"Loading...": "Loading...",
|
||
|
||
"Approved Payment": "Approved Payment",
|
||
"24 Jan 2024, 10:30": "24 Jan 2024, 10:30",
|
||
"Withdraw Amount": "Withdraw Amount",
|
||
"$0": "$0",
|
||
"Account Information": "Account Information",
|
||
"A/C Name": "A/C Name",
|
||
"Shaidul Islam": "Shaidul Islam",
|
||
"Dutch-Bangla Bank PLC": "Dutch-Bangla Bank PLC",
|
||
"A/C Number": "A/C Number",
|
||
"365214512236": "365214512236",
|
||
"Dhaka": "Dhaka",
|
||
"Rejected": "Rejected",
|
||
"Approved": "Approved",
|
||
"Approve Withdrawal Payment": "Approve Withdrawal Payment",
|
||
"Have you Sent": "Have you Sent",
|
||
"$250.00?": "$250.00?",
|
||
"Transaction Number": "Transaction Number",
|
||
"Enter transaction Number": "Enter transaction Number",
|
||
"Upload Receipt": "Upload Receipt",
|
||
"Add-On": "Add-On",
|
||
"Google Login Settings": "Google Login Settings",
|
||
"X Login Settings": "X Login Settings",
|
||
"Please request for a domain/subdomain from the business panel.": "Please request for a domain/subdomain from the business panel.",
|
||
"Request For A Domain": "Request For A Domain",
|
||
"The app url is not available in .env file, please contact with administrator.": "The app url is not available in .env file, please contact with administrator.",
|
||
"Are you sure you want to exit?": "Are you sure you want to exit?",
|
||
"We Makes":"We Makes",
|
||
"Globally": "Globally",
|
||
"Growth": "Growth",
|
||
"Increase Your Revenue": "Increase Your Revenue",
|
||
"(Optional)": "(Optional)",
|
||
"Data Deletion Instructions": "Data Deletion Instructions",
|
||
"If you want to delete your data from our system, please follow these steps:": "If you want to delete your data from our system, please follow these steps:",
|
||
"Send an email to [your-email@example.com] with the subject line “Delete My Data”.": "Send an email to [your-email@example.com] with the subject line “Delete My Data”.",
|
||
"Include your name and the email address you used to register.": "Include your name and the email address you used to register.",
|
||
"We will process your request and confirm deletion within 7 business days.": "We will process your request and confirm deletion within 7 business days.",
|
||
"Share your referral link": "Share your referral link",
|
||
"Refer a friend and earn a commission.": "Refer a friend and earn a commission.",
|
||
"Copy": "Copy",
|
||
"Available for Withdraw": "Available for Withdraw",
|
||
"$30": "$30",
|
||
"Payout your balance is more than": "Payout your balance is more than",
|
||
"$100": "$100",
|
||
"Total Withdraw": "Total Withdraw",
|
||
"$500": "$500",
|
||
"Total Referrals": "Total Referrals",
|
||
"5": "5",
|
||
"1 Month": "1 Month",
|
||
"৳499": "৳499",
|
||
"৳699": "৳699",
|
||
"1": "1",
|
||
"Copy Link": "Copy Link",
|
||
"2": "2",
|
||
"3": "3",
|
||
"This bank account can not be deleted as it already has transactions. Please delete all transactions other than bank entries before deleting the account.": "This bank account can not be deleted as it already has transactions. Please delete all transactions other than bank entries before deleting the account.",
|
||
"14": "14",
|
||
"12": "12",
|
||
"currency": "currency",
|
||
"Do you really want to re-open this cheque?": "Do you really want to re-open this cheque?",
|
||
"Transfer Cheque": "Transfer Cheque",
|
||
"Deposit": "Deposit",
|
||
"Re-Open": "Re-Open",
|
||
"A": "A",
|
||
"10%": "10%",
|
||
"100,00,0000": "100,00,0000",
|
||
"This is a demo account — data resets every hour for this account only. Some of module are disabled in this account, to get full access please please create your own account.": "This is a demo account — data resets every hour for this account only. Some of module are disabled in this account, to get full access please please create your own account.",
|
||
"You can not access it!": "You can not access it!",
|
||
"N/A": "N/A",
|
||
"English": "English",
|
||
"en": "en",
|
||
"Bengali": "Bengali",
|
||
"bn": "bn",
|
||
"French": "French",
|
||
"fr": "fr",
|
||
"This party is from another branch, you can not change the opening from here.": "This party is from another branch, you can not change the opening from here.",
|
||
"Please select a variation.": "Please select a variation.",
|
||
"Units": "Units",
|
||
"25632": "25632",
|
||
"25%": "25%",
|
||
"Ex: 200": "Ex: 200",
|
||
"Ex: 50": "Ex: 50",
|
||
"Batch No:": "Batch No:",
|
||
"Ex: 1": "Ex: 1",
|
||
"Ex: 30": "Ex: 30",
|
||
"Download Sample File": "Download Sample File",
|
||
" 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 purchases data to it.": " Download the sample file first and add all your purchases data to it.",
|
||
"Indicates a required field. If you do not provide the required fields, the system will ignore except product information.": "Indicates a required field. If you do not provide the required fields, the system will ignore except product information.",
|
||
"After adding all your purchases, please save the file and then upload the updated version.": "After adding all your purchases, please save the file and then upload the updated version.",
|
||
"Download the sample file first and add all your purchases data to it.": "Download the sample file first and add all your purchases data to it.",
|
||
"Paid by:": "Paid by:",
|
||
"Payable Amount:": "Payable Amount:",
|
||
"Received Amount:": "Received Amount:",
|
||
"Due:": "Due:",
|
||
"pospro.com": "pospro.com",
|
||
"Select a report type to load fields": "Select a report type to load fields",
|
||
"Change Amt/Due:": "Change Amt/Due:",
|
||
"Total Subscription": "Total Subscription",
|
||
|
||
"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, & 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 & 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 "
|
||
}
|