{
  "auth.failed": "The credentials entered do not match our records. Please try again.",
  "auth.password": "The password entered is incorrect. Please try again.",
  "auth.throttle": "Excessive login attempts detected. Please retry in :seconds seconds.",
  "auth.deactivated": "Your account is currently not active. For assistance, please contact support.",
  "auth.edit_profile": "Edit Your Profile",
  "auth.login_successfully": "You have successfully logged in.",
  "auth.logout_successfully": "You have successfully logged out.",
  "auth.forgot_password": "An email with password reset instructions has been sent to your address. Please follow the link to update your password.",
  "auth.email_not_exist": "The email address entered is not recognized by our system.",
  "auth.email_verification_success": "Your email has been verified successfully.",
  "auth.does_not_have_permission": "You do not have the required permissions to perform this action.",
  "auth.email.not_verified.worker": "Your email address has not been verified. Please verify it to proceed.",
  "auth.not_verified.worker": "Your account is currently pending verification or has not been approved. For more information, please contact our support team.",
  "auth.account_in_active": "Your account is currently inactive. Please contact support for more details.",
  "please_wait": "Please wait...",
  "btn.submit": "Submit",
  "btn.assign": "Assign",
  "btn.delete": "Delete",
  "btn.reset": "Reset",
  "btn.send": "Send",
  "user_added": "The user was successfully added.",
  "user_updated": "The user's details were successfully updated.",
  "email.not_sent": "The email could not be sent. Please try again later.",
  "mail.welcome_to_": "Welcome to",
  "forgot_password.already_have_account": "Already have an account?",
  "pagination.previous": "&laquo; Previous",
  "pagination.next": "Next &raquo;",
  "passwords.reset": "Your password has been successfully reset.",
  "passwords.sent": "A password reset link has been sent to your email.",
  "passwords.throttled": "Please wait a moment before attempting again.",
  "passwords.token": "The password reset token provided is invalid. Please request a new one.",
  "passwords.reset_link_expired": "Your password reset link has expired. Please request a new link.",
  "passwords.user": "No user found with the provided email address.",
  "passwords.does_not_match": "The current password entered does not match our records.",
  "passwords.updated": "Your password has been updated successfully.",
  "passwords.should_not_same": "The new password must be different from the current password.",
  "passwords.strong": "The :attribute must be 8-30 characters, and include a number, a symbol, a lower and a upper case letter!",
  "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.doesnt_end_with": "The :attribute may not end with one of the following: :values.",
  "validation.doesnt_start_with": "The :attribute may not start with one of the following: :values.",
  "validation.email": ":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.entity": "Unprocessable Entity",
  "validation.upload_csv": "Unprocessable CSV File",
  "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.date": "The :attribute must be greater than :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.image_type": "Please select a valid image file. i.e. png, jpg, jpeg, jpe, gif",
  "validation.video_type": "Please select a valid video file. i.e. mp4, mov, avi, ogg, webm",
  "validation.audio_type": "Please select a valid audio file. i.e. mp3, wav",
  "validation.pdf_type": "Please select a valid pdf file.",
  "validation.csv_file": "Please upload a valid Excel (.xlsx) file.",
  "validation.csv_file_require": "Please upload an Excel file to proceed",
  "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.date": "The :attribute must be less than :value",
  "validation.lt.file": "The :attribute must be less than :value kilobytes.",
  "validation.lt.file_image": "The :attribute must be less than :value MB.",
  "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.max_digits": "The :attribute must not have more than :max digits.",
  "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.min_digits": "The :attribute must have at least :min digits.",
  "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 value must be numeric.",
  "validation.password.letters": "The :attribute must contain at least one letter.",
  "validation.password.mixed": "The :attribute must contain at least one uppercase and one lowercase letter.",
  "validation.password.numbers": "The :attribute must contain at least one number.",
  "validation.password.symbols": "The :attribute must contain at least one symbol.",
  "validation.password.uncompromised": "The given :attribute has appeared in a data leak. Please choose a different :attribute.",
  "validation.phone_no": "Please enter the valid :attribute",
  "validation.post_code": "Please enter the valid :attribute",
  "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": ":attribute is required",
  "validation.this_field": "This field",
  "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_if_accepted": "The :attribute field is required when :other is accepted.",
  "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": ":attribute and :other must be same.",
  "validation.not_same": ":attribute and :other must not be same.",
  "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",
  "validation.custom.senior_manager.required": "This user already having a Team leader, Please assign that team leader to another senior manager if you want to change the user type of this user!",
  "no_records_found": "No Records Found",
  "input.email_address": "Email address",
  "input.email": "Email",
  "input.password": "Password",
  "input.password_confirmation": "Confirm Password",
  "input.new_password": "New Password",
  "input.old_password": "Current Password",
  "input.name": "First Name",
  "user.organization_name": "Company Name",
  "register.organization_name": "Company Name",
  "register.success": "Registration completed successfully.", 
  "add.media": "Add Media",
  "media.confirm": "Confirmation for media delete",
  "media.reset_confirm": "Confirmation for reset a file",
  "media.title": "Title",
  "media.alt_text": "Alt Text",
  "media.asset_type": "Asset Type",
  "media.asset_name": "Asset Name",
  "media.link": "Link",
  "media_added": "Media has been added successfully!",
  "media_updated": "Media has been updated successfully!",
  "media_deleted": "Media has been deleted successfully!",
  "media.reset_confirmation": "Are you suer you want to reset a file?",
  "media.delete_confirmation": "Are you want to delete a media?",  
  "login.title": "Login",
  "forgot-password.title": "Forgot password",
  "forgot-password.link": "Base - Reset your password",
  "reset-password.title": "Reset Password",
  "reset-password.successfully": "Your password has been reset successfully. You may now log in with your new password.",
  "change-password.title": "Change Password",
  "record_updated": "Record has been updated successfully!",
  "record_added": "Record has been added successfully!",
  "record.fetch": "Records has been fetch successfully!",
  "profile_updated": "Profile details updated successfully!",
  "null_account_plans_details": "Account details is empty!",
  "sign_up.title": "Sign Up", 
  "sign_up.don't_have_account": "Don't have an account?",
  "sign_up.want_to_know_more": "Dive deeper into our services —",
  "sign_up.want_to_try_demo": "See system in action. ",
  "login.go_to_main_site": "Visit our Home Page",
  "contact_us.success_message": "Thank you for contacting us. We appreciate your patience, and we look forward to providing you with the support you need.",
  "sidebar.dashboard": "Dashboard", 
  "sidebar.account_settings": "Account Settings",
  "sidebar.logout": "Logout", 
  "user.change_password_request": "Send change password email to the user", 
  "import_user.conflict": "Error on Import User",
  "import_user.conflict_message": "The import cannot be completed as it exceeds the limit of available seats. Please reduce the number of users in your import file and try again.",
  "logout.confirmation": "Are you sure you want to logout?", 
  "import.success": "CSV import successfully!.",
  "sidebar.invoices": "Invoices",
  "sidebar.customer": "Customers",
  "import.invoice": "Import Invoice",
  "invoice.cancel": "Cancel",
  "customer.update.success": "Customer updated successfully!.",
  "customer.not.found": "Customer not found.",
  "invoice.invoice_no": "Invoice No",
  "invoice.invoice_date": "Invoice Date",
  "invoice.product": "Product",
  "invoice.customerName": "Customer Name",
  "invoice.action": "Action",
  "customer.name": "Customer Name",
  "customer.limit_days": "Limit Days",
  "limit_days": "Limit Days",
  "customer.limit_amount": "Limit Amount",
  "limit_amount": "Limit Amount",
  "customer.action": "Action",
  "customer.cancel": "Cancel",
  "customer.submit": "Submit",
  "invoice.di_no": "DI No",
  "customer.email": "Email",
  "customer.phone": "Phone",
  "customer.phone_number": "Phone Number",
  "customer.confirm": "Confirmation for customer delete",
  "customer.delete_confirmation": "Are you want to delete a customer?",
  "sidebar.employee": "Employees",
  "employee.submit": "Submit",
  "employee.cancel": "Cancel",
  "employee.name": "Name",
  "employee.email": "Email",
  "employee.password": "Password",
  "employee.phone": "Phone Number",
  "user.delete_a_confirmation": "Are you want to delete a employee?",
  "Add.employee": "Add Employee",
  "user.phone": "Phone",
  "sidebar.non_trade": "Non Trade",
  "sidebar.non_trade_invoice": "Import Invoices",
  "import.non.trade.invoice": "Import Non Trade Invoice",
  "sidebar.settings": "Settings",
  "invoice.delivered_quantity": "Quantity",
  "invoice.pgi_quantity": "Quantity",
  "invoice.amount": "Price Per Unit",
  "invoice.total.amount": "Invoice Amount",
  "amount_added": "Amount has been updated successfully!",
  "invoice.pay": "Receive",
  "non.trade.transaction": "Receive Against Invoice No:",
  "non.trade.transaction.tds": "TDS",
  "amount_not_update": "Amount has not been update!",
  "non.trade.transaction.tds_percentage": "TDS Percentage",
  "non.trade.transaction.total": "Total Receiving Amount",
  "non.trade.transaction.type": "Type",
  "non.trade.transaction.submit": "Submit",
  "invoice.outstanding_amount": "Outstanding Amount",
  "dashboard.customer.name": "Customer",
  "dashboard.customer.phone": "Mobile",
  "dashboard.customer.limit_days": "Limit Days",
  "dashboard.customer.limit_amount": "Limit Amount",
  "dashboard.customer.invoice_no": "Invoice No",
  "dashboard.customer.outstanding_amount": "Outstanding Amount",
  "customer.user_id": "Employee",
  "invoice.day_left": "Outstanding Day",
  "total_amount_is_greater": "The total paid amount must not be greater than the outstanding amount.",
  "validation.totalPaid": "The :attribute should not greater than outstanding amount.",
  "customer.add.name": "Name",
  "customer.userName": "Emp Name",
  "sidebar.setting": "Setting",
  "setting.key": "Key",
  "setting.value": "Value",
  "setting.action": "Action",
  "setting.submit": "Submit",
  "setting": "Setting",
  "invoice.submit": "Submit",
  "filtered.customer.invoice_no": "Invoice No",
  "filtered.customer.invoice_date": "Invoice Date",
  "filtered.customer.delivered_quantity": "Quantity",
  "filtered.customer.pgi_quantity": "Quantity",
  "filtered.customer.amount": "Price Per Unit",
  "filtered.customer.total_amount": "Invoice Amount",
  "filtered.customer.outstanding_amount": "Outstanding Amount",
  "filtered.customer.di_no": "DI No",
  "filtered.customer.action": "Action",
  "invoice.details.tds_percentage": "Tds Percentage",
  "invoice.details.tds": "Tds",
  "invoice.details.total_paid_amount": "Total Receiving Amount",
  "invoice.details": "Customer Transaction Details",
  "filtered.customer.days_difference": "Outstanding Day",
  "dashboard.customer.eligible_qty": "Eligible Quantity",
  "customer.outstanding": "Total Outstanding",
  "customer.invoice": "Total Invoice Amount",
  "total.customer": "Total Customer",
  "invoice_submit": "Invoice Submitted successfully!",
  "total_amount_added": "Invoice Amount has been updated successfully!",
  "total_amount_not_update": "Invoice Amount has not been update!",
  "invoice.details.payment_date": "Payment Date",
  "non.trade.transaction.payment_date": "Payment Date",
  "sidebar.trade_invoice": "Trade Invoices",
  "import.trade.invoice": "Import Trade Invoice",
  "trade.invoice.di_no": "DI No",
  "trade.invoice.customerName": "Customer Name",
  "trade.invoice.pgi_quantity": "Quantity",
  "trade.invoice.amount": "Price Per Unit",
  "trade.invoice.total.amount": "Invoice Amount",
  "trade.invoice.submit": "Submit",
  "customer.type": "Customer Type",
  "filtered.trade.invoice.customer.pgi_quantity": "Quantity",
  "non.trade.transaction.total_paid_amount": "Total Receiving Amount",
  "non.trade.customer.name": "Customer Name:",
  "customer.cutoff.outstanding": "Cut off Outstanding",
  "customer.balance": "Balance",
  "nontrade.totalQty": "Total Quantity",
  "invoice.nontrade.isTdsTcs": "TCS/TDS",
  "invoice.nontrade.isTdsTcsAmount": "TCS/TDS Amount",
  "invoice.nontrade.excludetaxAmount": "Taxable Amount",
  "invoice.nontrade.isTdsTcsPer": "TCS/TDS %",
  "select.completed": "Completed",
  "select.pending": "Pending",
  "select.customer": "Select invoice status",
  "select.invoice": "Select Invoice",
  "filtered.customer.tax_type": "Tax Type",
  "import.success.message": "All records have been imported successfully!",
  "import.failure.message": "Unfortunately, not all records could be stored due to duplication.",
  "import.someof.message": "Some records were not stored because they were already duplicated in the system.",
  "export.invoice": "Export Customer Invoice",
  "customer.customer.id": "Customer Id",
  "non.trade.invoice.number": "Invoice Number:",
  "non.trade.invoice.product": "Product Name:",
  "non.trade.invoice.pgi_quantity": "PGI  Quantity",
  "non.trade.invoice.amount": "Amount",
  "non.trade.invoice.taxable_amount": "Taxable Amount",
  "non.trade.invoice.tcs_tds_amount": "TCS/TDS Amount",
  "non.trade.invoice.total_amount": "Total Amount",
  "non.trade.invoice.tcs_tds_percentage": "TCS/TDS Percentage",
  "invoice_details.update": "Invoice Details Updated Successfullly!",
  "sidebar.trade_invoice.import": "Import Invoices",
  "invoice.required": "Invoice file is",
  "sidebar.trade.customer": "Customers",
  "sidebar.key-payee": "Key Accounts Invoices",
  "sidebar.key-payee_invoice": "Import Invoices",
  "trade.delivered_quantity": "Delivered Quantity",
  "import.key.payee.invoice": "Import Key Accounts Invoice",
  "non.trade.invoice.price.per.unit": "Price Per Unit",
  "non.trade.invoice.invoice_amount": "Invoice Amount",
  "key.payee.invoice.taxable_amount": "Taxable Amount",
  "key.payee.invoice.total_amount": "Invoice Amount",
  "key.payee.invoice.price.per.unit": "Price Per Unit",
  "key.payee.invoice.tcs_tds_percentage": "TCS/TDS Percentage",
  "key.payee.invoice.tcs_tds_amount": "TCS/TDS Amount",
  "key.payee.invoice.details.total_paid_amount": "Total Receiving Amount",
  "key.payee.invoice.details.payment_date": "Payment Date",
  "select.all": "All",
  "non.trade.transaction.cheque_or_rtgs": "Cheque Number Or RTGS",
  "non.trade.transaction.cheque_number": "Cheque Number",
  "filtered.customer.product": "Product",
  "dashboard.customer.user_name": "Employee",
  "dashboard.customer.customer_id": "Customer Id",
  "filtered.customer.vehicle": "Vehicle Number",
  "filtered.customer.transporters_name": "Transporter Name",
  "dashboard.customer.month": "Month",
  "dashboard.customer.date": "Date",
  "dashboard.customer.total": "Total",
  "non.trade.transaction.chequeOrRtgs": "Cheque/RTGS",
  "key.payee.invoice.details.chequeOrRtgs": "Cheque/RTGS",
  "key.payee.invoice.details.cheque_number": "Cheque Number",
  "key.payee.invoice.details.tds": "Tds",
  "key.payee.invoice.details.tds_percentage": "Tds Percentage",
  "non.trade.transaction.remaining_amount": "Amount ",  
  "lbl.submit": "Submit",
  "lbl.cancel": "Cancel", 
  "sidebar.user_profile": "User Profile"
}