Your IP : 216.73.216.93


Current Path : /home/users/unlimited/www/mpos.codeskitter.site/lang/
Upload File :
Current File : /home/users/unlimited/www/mpos.codeskitter.site/lang/lo.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": "ແຜງຄວບຄຸມ",
    "Advertising": "ການໂຄສະນາ",
    "Subscription Reports": "ບົດລາຍງານການສະໝັກໃຊ້",
    "Manage Business": "ຈັດການທຸລະກິດ",
    "Categories": "ປະເພດ",
    "Business List": "ລາຍການທຸລະກິດ",
    "Manage Plans": "ຈັດການແຜນການ",
    "Create Plan": "ສ້າງແຜນການ",
    "Staff Management": "ການຈັດການພະນັກງານ",
    "Create Staff": "ສ້າງພະນັກງານ",
    "Manage Staff": "ຈັດການພະນັກງານ",
    "Messages": "ຂໍ້ຄວາມ",
    "Manage Messages": "ຈັດການຂໍ້ຄວາມ",
    "CMS Manage": "ຈັດການ CMS",
    "Manage Pages": "ຈັດການຫນ້າ",
    "Manage FAQs": "ຈັດການຄໍາຖາມທີ່ຖືກຖາມເລື້ອຍໆ",
    "Terms & Conditions": "ເງື່ອນໄຂແລະເງື່ອນໄຂ",
    "Privacy & Policy": "ຄວາມເປັນສ່ວນຕົວແລະນະໂຍບາຍ",
    "Testimonials": "ຄຳຕິຊົມ",
    "Features": "ຄຸນສົມບັດ",
    "Interface": "ອິນເຕີເຟດ",
    "Manage Blogs": "ຈັດການບລັອກ",
    "Newsletters": "ຈົດໝາຍຂ່າວ",
    "Roles & Permissions": "ບົດບາດແລະສິດ",
    "Roles": "ບົດບາດ",
    "Permissions": "ສິດ",
    "Settings": "ການຕັ້ງຄ່າ",
    "Currencies": "ສະກຸນເງິນ",
    "Notifications": "ການແຈ້ງເຕືອນ",
    "SMS Settings": "ການຕັ້ງຄ່າ SMS",
    "Payment Gateway": "ປະຕູຈ່າຍເງິນ",
    "System Settings": "ການຕັ້ງຄ່າລະບົບ",
    "General Settings": "ການຕັ້ງຄ່າທົ່ວໄປ",

    "Banner": "ແບນເນີ",
    "Add New Banner": "ເພີ່ມແບນເນີໃໝ່",
    "Banner List": "ລາຍການແບນເນີ",
    "Status": "ສະຖານະ",
    "Image": "ຮູບພາບ",
    "Active": "ສົດ",
    "Cancel": "ຍົກເລີກ",
    "Save": "ບັນທຶກ",
    "Edit Banner": "ແກ້ໄຂແບນເນີ",
    "Advertising List": "ລາຍການການໂຄສະນາ",
    "Create Banner": "ສ້າງແບນເນີ",
    "SL": "SL",
    "Create Advertising": "ສ້າງການໂຄສະນາ",
    "Reset": "ຣີເຊັດ",
    "Edit Advertising": "ແກ້ໄຂການໂຄສະນາ",
    "Edit": "ແກ້ໄຂ",
    "Delete": "ລຶບ",
    "Shop": "ຮ້ານ",
    "Add new Package": "ເພີ່ມແພັກເກດໃໝ່",
    "Shop List": "ລາຍການຮ້ານ",
    "Subscription Plan": "ແຜນການສະໝັກໃຊ້",
    "Select Plan Category": "ເລືອກປະເພດແຜນການ",
    "Package Name": "ຊື່ແພັກເກດ",
    "Enter Package Name": "ປ້ອນຊື່ແພັກເກດ",
    "Business Category": "ປະເພດທຸລະກິດ",
    "Select Business Category": "ເລືອກປະເພດທຸລະກິດ",
    "Duration in Days": "ໄລຍະເວລາເປັນມື້",
    "Enter number": "ປ້ອນຕົວເລກ",
    "Offer Price": "ລາຄາສະເຫນີ",
    "Enter Plan Price": "ປ້ອນລາຄາແຜນການ",
    "Subscription Price": "ລາຄາສະໝັກໃຊ້",
    "Enter Subscription Price": "ປ້ອນລາຄາສະໝັກໃຊ້",
    "View": "ເບິ່ງ",
    "Upgrade Plan": "ຍົກລະດັບແຜນການ",
    "Edit Shop": "ແກ້ໄຂຮ້ານ",
    "Select Category": "ເລືອກປະເພດ",
    "Shop/Business Name": "ຊື່ຮ້ານ/ທຸລະກິດ",
    "Enter Shop/Business Name": "ປ້ອນຊື່ຮ້ານ/ທຸລະກິດ",
    "Package": "ແພັກເກດ",
    "Select a package": "ເລືອກແພັກເກດ",
    "Name": "ຊື່",
    "Enter Name": "ປ້ອນຊື່",
    "Role": "ບົດບາດ",
    "Select a role": "ເລືອກບົດບາດ",
    "Email": "ອີເມລ",
    "Enter Email": "ປ້ອນອີເມລ",
    "Phone": "ໂທລະສັບ",
    "Enter Phone Number": "ປ້ອນໝາຍເລກໂທລະສັບ",
    "Password": "ລະຫັດຜ່ານ",
    "Enter Password": "ປ້ອນລະຫັດຜ່ານ",
    "Confirm password": "ຢືນຢັນລະຫັດຜ່ານ",
    "Enter Confirm password": "ປ້ອນຢືນຢັນລະຫັດຜ່ານ",
    "Address": "ທີ່ຢູ່",
    "Enter Address": "ໃສ່ທີ່ຢູ່",
    "Select Country": "ເລືອກປະເທດ",
    "Select a Country": "ເລືອກປະເທດ",
    "Balance": "ຍອດເງິນ",
    "Enter Balance": "ປ້ອນຍອດເງິນ",
    "Search...": "ຄົ້ນຫາ...",
    "Business Name": "ຊື່ທຸລະກິດ",
    "Last Enroll": "ສະໝັກໃຊ້ຄັ້ງສຸດທ້າຍ",
    "Expired Date": "ວັນໝົດອາຍຸ",
    "Action": "ການກະທຳ",
    "Select A Plan": "ເລືອກແຜນການ",
    "Select One": "ເລືອກໜຶ່ງ",
    "Price": "ລາຄາ",
    "Enter plan price or select a plan": "ປ້ອນລາຄາແຜນການຫຼືເລືອກແຜນການ",
    "Payment Gateways": "ປະຕູຈ່າຍເງິນ",
    "Select A payment gateway": "ເລືອກປະຕູຈ່າຍເງິນ",
    "Notes": "ບັນທຶກ",
    "Enter notes": "ປ້ອນບັນທຶກ",
    "Business View": "ເບິ່ງທຸລະກິດ",
    "Created date": "ວັນທີສ້າງ",
    "Category": "ປະເພດ",
    "Add new Category": "ເພີ່ມປະເພດໃໝ່",
    "View List": "ເບິ່ງລາຍການ",
    "Buisness Name": "ຊື່ທຸລະກິດ",
    "Enter Description": "ປ້ອນຄຳອະທິບາຍ",
    "Description": "ຄຳອະທິບາຍ",
    "Edit Business Category": "ແກ້ໄຂປະເພດທຸລະກິດ",
    "Enter Buisness Description": "ປ້ອນຄຳອະທິບາຍທຸລະກິດ",
    "Business Categories List": "ລາຍການປະເພດທຸລະກິດ",
    "Add New": "ເພີ່ມໃໝ່",
    "Reports": "ບົດລາຍງານ",
    "All": "ທັງໝົດ",
    "Active User": "ຜູ້ໃຊ້ສົດ",
    "Deactive User": "ຜູ້ໃຊ້ບໍ່ສົດ",
    "Date": "ວັນທີ",
    "SL.": "SL.",
    "Invoice": "ໃບບິນຄ່າໃຊ້ຈ່າຍ",
    "Customer Name": "ຊື່ລູກຄ້າ",
    "Amount": "ຈຳນວນເງິນ",
    "View Report": "ເບິ່ງບົດລາຍງານ",
    "Download Report": "ດາວໂຫຼດບົດລາຍງານ",
    "User View": "ເບິ່ງຜູ້ໃຊ້",
    "Shop Name": "ຊື່ຮ້ານ",
    "Country": "ປະເທດ",
    "Reason": "ເຫດຜົນ",
    "Are You Sure?": "ທ່ານແນ່ໃຈບໍ?",
    "You won't be able to revert this!": "ທ່ານຈະບໍ່ສາມາດຍົກເລີກການກະທຳນີ້ໄດ້!",
    "Yes, Delete It!": "ແມ່ນແລ້ວ, ລຶບມັນ!",
    "Add Currency": "ເພີ່ມສະກຸນເງິນ",
    "Code": "ລະຫັດ",
    "Symbol": "ສັນຍາລັກ",
    "Position": "ຕຳແໜ່ງ",
    "Inactive": "ບໍ່ສົດ",
    "Make Default": "ເຮັດໃຫ້ເປັນຄ່າເລີ່ມຕົ້ນ",
    "Edit Currency": "ແກ້ໄຂສະກຸນເງິນ",
    "Currency": "ສະກຸນເງິນ",

    "Total Businesses": "ທັງໝົດທຸລະກິດ",
    "Total Expired Businesses": "ທັງໝົດທຸລະກິດໝົດອາຍຸ",
    "Total Plan Subscribes": "ທັງໝົດແຜນການສະໝັກໃຊ້",
    "Total Business Categories": "ທັງໝົດປະເພດທຸລະກິດ",
    "Total Plans": "ທັງໝົດແຜນການ",
    "Total Staffs": "ທັງໝົດພະນັກງານ",
    "Finance Overview": "ບົດລາຍງານການເງິນ",

    "Gateway Settings": "ການຕັ້ງຄ່າປະຕູຈ່າຍເງິນ",
    "Payment Gateway Settings": "ການຕັ້ງຄ່າປະຕູຈ່າຍເງິນ",
    "GATEWAY IMAGE": "ຮູບປະຕູຈ່າຍເງິນ",
    "GATEWAY NAME": "ຊື່ປະຕູຈ່າຍເງິນ",
    "Gateway Charge": "ຄ່າບໍລິການປະຕູຈ່າຍເງິນ",
    "Gateway Currency": "ສະກຸນເງິນປະຕູຈ່າຍເງິນ",
    "Gateway Mode": "ໂໝດປະຕູຈ່າຍເງິນ",
    "Is Manual": "ເປັນແບບຄູ່ມື",
    "Yes": "ແມ່ນແລ້ວ",
    "No": "ບໍ່",
    "Label": "ປ້າຍ",
    "Enter label name": "ປ້ອນຊື່ປ້າຍ",
    "Select Required/Optionl": "ເລືອກຕ້ອງການ/ບໍ່ຕ້ອງການ",
    "Required": "ຕ້ອງການ",
    "Optional": "ບໍ່ຕ້ອງການ",
    "Add new row": "ເພີ່ມແຖວໃໝ່",
    "INSTRUCTIONS": "ຄຳແນະນຳ",
    "Enter payment instructions here": "ປ້ອນຄຳແນະນຳການຈ່າຍເງິນທີ່ນີ້",

    "Messages List": "ລາຍການຂໍ້ຄວາມ",
    "Search": "ຄົ້ນຫາ",
    "Company Name": "ຊື່ບໍລິສັດ",
    "Message": "ຂໍ້ຄວາມ",

    "Notifications List": "ລາຍການການແຈ້ງເຕືອນ",
    "Today": "ມື້ນີ້",
    "Last 7 Days": "7 ມື້ທີ່ຜ່ານມາ",
    "Last 15 Days": "15 ມື້ທີ່ຜ່ານມາ",
    "Last Month": "ເດືອນທີ່ຜ່ານມາ",
    "Last Year": "ປີທີ່ຜ່ານມາ",
    "Created At": "ສ້າງໃນວັນທີ",
    "Read At": "ອ່ານໃນວັນທີ",
    "Add New Payment Type": "ເພີ່ມປະເພດການຈ່າຍເງິນໃໝ່",
    "Enter Payment Type": "ປ້ອນປະເພດການຈ່າຍເງິນ",
    "Edit Payment Type": "ແກ້ໄຂປະເພດການຈ່າຍເງິນ",
    "Payment Type": "ປະເພດການຈ່າຍເງິນ",
    "Add Payment Type": "ເພີ່ມປະເພດການຈ່າຍເງິນ",
    "Per Page- 10": "ຕໍ່ໜ້າ - 10",
    "Per Page- 25": "ຕໍ່ໜ້າ - 25",
    "Per Page- 50": "ຕໍ່ໜ້າ - 50",
    "Per Page- 100": "ຕໍ່ໜ້າ - 100",
    "Assigned Role": "ບົດບາດທີ່ມອບໝາຍ",
    "Assign Role To User": "ມອບໝາຍບົດບາດໃຫ້ຜູ້ໃຊ້",
    "Select User": "ເລືອກຜູ້ໃຊ້",
    "User": "ຜູ້ໃຊ້",
    "Select Role": "ເລືອກບົດບາດ",
    "Add Subscription Plan": "ເພີ່ມແຜນການສະໝັກໃຊ້",
    "Package List": "ລາຍການແພັກເກດ",
    "Add New Features": "ເພີ່ມຄຸນສົມບັດໃໝ່",
    "Enter features": "ປ້ອນຄຸນສົມບັດ",
    "Edit Subscription Plan": "ແກ້ໄຂແຜນການສະໝັກໃຊ້",
    "Edit Package": "ແກ້ໄຂແພັກເກດ",
    "Enter Duration Days": "ປ້ອນໄລຍະເວລາເປັນມື້",
    "Deactive": "ບໍ່ສົດ",
    "Create Plans": "ສ້າງແຜນການ",
    "User Profile": "ໂປຟິວຜູ້ໃຊ້",
    "Registration Date": "ວັນທີລົງທະບຽນ",
    "Enter Your Name": "ປ້ອນຊື່ຂອງທ່ານ",
    "Enter Your Email": "ປ້ອນອີເມລຂອງທ່ານ",
    "Profile Picture": "ຮູບໂປຟິວ",
    "Current Password": "ລະຫັດຜ່ານປັດຈຸບັນ",
    "Enter Your Current Password": "ປ້ອນລະຫັດຜ່ານປັດຈຸບັນຂອງທ່ານ",
    "New Password": "ລະຫັດຜ່ານໃໝ່",
    "Enter New Password": "ປ້ອນລະຫັດຜ່ານໃໝ່",
    "Save Changes": "ບັນທຶກການປ່ຽນແປງ",
    "Add New Role": "ເພີ່ມບົດບາດໃໝ່",
    "Set role permissions": "ຕັ້ງສິດບົດບາດ",
    "Role Name": "ຊື່ບົດບາດ",
    "Enter role name": "ປ້ອນຊື່ບົດບາດ",
    "Role Permissions": "ສິດບົດບາດ",
    "Setup role permissions": "ຕັ້ງສິດບົດບາດ",
    "Select All": "ເລືອກທັງໝົດ",
    "Roles List": "ລາຍການບົດບາດ",
    "Add role, if it does not exist": "ເພີ່ມບົດບາດ, ຖ້າບໍ່ມີຢູ່",
    "Edit Role": "ແກ້ໄຂບົດບາດ",
    "Privacy & Policy Settings": "ການຕັ້ງຄ່າຄວາມເປັນສ່ວນຕົວແລະນະໂຍບາຍ",
    "Update": "ອັບເດດ",
    "Term & Condition Settings": "ການຕັ້ງຄ່າເງື່ອນໄຂແລະເງື່ອນໄຂ",
    "Title": "ຫົວຂໍ້",
    "Enter Title": "ປ້ອນຫົວຂໍ້",
    "Copy Right": "ລິຂະສິດ",
    "Admin Footer Text": "ຂໍ້ຄວາມຟຸດເຕີຂອງຜູ້ເບິ່ງແຍງລະບົບ",
    "Enter Text": "ປ້ອນຂໍ້ຄວາມ",
    "Admin Footer Link Text": "ຂໍ້ຄວາມລິ້ງຟຸດເຕີຂອງຜູ້ເບິ່ງແຍງລະບົບ",
    "Admin Footer Link": "ລິ້ງຟຸດເຕີຂອງຜູ້ເບິ່ງແຍງລະບົບ",
    "Enter Link": "ປ້ອນລິ້ງ",
    "Main Header Logo": "ໂລໂກ້ຫົວຂໍ້ຕົ້ນຕໍ",
    "Common Header Logo": "ໂລໂກ້ຫົວຂໍ້ທົ່ວໄປ",
    "Footer Logo": "ໂລໂກ້ຟຸດເຕີ",
    "Admin Logo": "ໂລໂກ້ຜູ້ເບິ່ງແຍງລະບົບ",
    "Favicon": "ໄອຄອນທີ່ໃຊ້ເປັນສັນຍາລັກຂອງເວັບໄຊທ໌",
    "Don't Use Any Kind Of Space In The Input Fields": "ຫ້າມໃຊ້ຊ່ອງຫວ່າງໃດໆໃນຂໍ້ມູນທີ່ປ້ອນ",

    "App": "ແອັບ",
    "Drivers": "ຄົນຂັບ",
    "Storage Settings": "ການຕັ້ງຄ່າການເກັບຮັກສາ",
    "Mail Configuration": "ການຕັ້ງຄ່າອີເມລ",
    "Others": "ອື່ນໆ",
    "APP_NAME": "ຊື່ແອັບ",
    "APP_KEY": "ຄີແອັບ",
    "APP_DEBUG": "ການດີບັກແອັບ",
    "APP_URL": "ຢູອີເລຂແອັບ",
    "QUEUE_MAIL": "ຄິວອີເມລ",
    "MAIL_DRIVER_TYPE": "ປະເພດໄດເວີອີເມລ",
    "MAIL DRIVER": "ໄດເວີອີເມລ",
    "MAIL_HOST": "ໂຮສ໌ອີເມລ",
    "MAIL_PORT": "ພອດອີເມລ",
    "MAIL_USERNAME": "ຊື່ຜູ້ໃຊ້ອີເມລ",
    "MAIL_PASSWORD": "ລະຫັດຜ່ານອີເມລ",
    "MAIL_ENCRYPTION": "ການເຂົ້າລະຫັດອີເມລ",
    "MAIL_FROM_ADDRESS": "ທີ່ຢູ່ອີເມລຈາກ",
    "MAIL_FROM_NAME": "ຊື່ອີເມລຈາກ",
    "QUEUE COMMAND Path": "ເສັ້ນທາງຄຳສັ່ງຄິວ",
    "CACHE_DRIVER": "ໄດເວີແຄຊ",
    "Recommended": "ແນະນຳ",
    "QUEUE_CONNECTION": "ການເຊື່ອມຕໍ່ຄິວ",
    "SESSION_DRIVER": "ໄດເວີເຊັດຊັ້ນ",
    "SESSION_LIFETIME": "ອາຍຸເຊັດຊັ້ນ",
    "REDIS_PORT": "ພອດຣີດິສ",
    "REDIS_URL": "ຢູອີເລຂຣີດິສ",
    "REDIS_PASSWORD": "ລະຫັດຜ່ານຣີດິສ",
    "AWS S3 Storage Bucket'": "ຖັງເກັບຂໍ້ມູນ AWS S3",
    "Fill up this credentials if you want to use AWS S3 Storage Bucket": "ໃສ່ຂໍ້ມູນເຫຼົ່ານີ້ຖ້າທ່ານຕ້ອງການໃຊ້ຖັງເກັບຂໍ້ມູນ AWS S3",
    "Wasabi Storage Bucket": "ຖັງເກັບຂໍ້ມູນ Wasabi",
    "public (uploads folder)": "ສາທາລະນະ (ໂຟນເດີອັບໂຫຼດ)",
    "AWS_ACCESS_KEY_ID": "ລະຫັດເຂົ້າເຖິງ AWS",
    "AWS_SECRET_ACCESS_KEY": "ລະຫັດລັບເຂົ້າເຖິງ AWS",
    "AWS_DEFAULT_REGION": "ພາກພື້ນເລີ່ມຕົ້ນ AWS",
    "AWS_BUCKET": "ຖັງ AWS",
    "Fill up this credentials if you want to use Wasabi Storage Bucket": "ໃສ່ຂໍ້ມູນເຫຼົ່ານີ້ຖ້າທ່ານຕ້ອງການໃຊ້ຖັງເກັບຂໍ້ມູນ Wasabi",
    "WAS_ACCESS_KEY_ID": "ລະຫັດເຂົ້າເຖິງ Wasabi",
    "WAS_SECRET_ACCESS_KEY": "ລະຫັດລັບເຂົ້າເຖິງ Wasabi",
    "WAS_DEFAULT_REGION": "ພາກພື້ນເລີ່ມຕົ້ນ Wasabi",
    "WAS_BUCKET": "ຖັງ Wasabi",
    "WAS_ENDPOINT": "ຈຸດສິ້ນສຸດ Wasabi",
    "CACHE_LIFETIME": "ອາຍຸແຄຊ",
    "Paid": "ຈ່າຍເງິນ",
    "Reject": "ປະຕິເສດ",
    "Why are you reject It?": "ເປັນຫຍັງທ່ານປະຕິເສດມັນ?",
    "Enter Reason": "ປ້ອນເຫດຜົນ",
    "Confirm": "ຢືນຢັນ",
    "Subscriptions List": "ລາຍການການສະໝັກໃຊ້",
    "Started": "ເລີ່ມຕົ້ນ",
    "End": "ສິ້ນສຸດ",
    "Gateway Method": "ວິທີການປະຕູຈ່າຍເງິນ",
    "Are you sure?": "ທ່ານແນ່ໃຈບໍ?",
    "Add New Testimonial": "ເພີ່ມຄຳຕິຊົມໃໝ່",
    "Client Name": "ຊື່ລູກຄ້າ",
    "Enter Client Name": "ປ້ອນຊື່ລູກຄ້າ",
    "Stars": "ດາວ",
    "Works At": "ເຮັດວຽກຢູ່",
    "Client Image": "ຮູບລູກຄ້າ",
    "Review": "ການທົບທວນ",
    "Enter text": "ປ້ອນຂໍ້ຄວາມ",
    "Enter review message here": "ປ້ອນຂໍ້ຄວາມທົບທວນທີ່ນີ້",
    "Edit Testimonial": "ແກ້ໄຂຄຳຕິຊົມ",
    "Testimonials List": "ລາຍການຄຳຕິຊົມ",
    "Create New": "ສ້າງໃໝ່",
    "Add New Staff": "ເພີ່ມພະນັກງານໃໝ່",
    "Full Name": "ຊື່ສົມບູນ",
    "Enter Email Address": "ປ້ອນທີ່ຢູ່ອີເມລ",
    "Edit Staff": "ແກ້ໄຂພະນັກງານ",
    "Staff List": "ລາຍການພະນັກງານ",
    "User Email": "ອີເມລຜູ້ໃຊ້",
    "User Role": "ບົດບາດຜູ້ໃຊ້",
    "Comments": "ຄຳເຫັນ",
    "Comment List": "ລາຍການຄຳເຫັນ",
    "Create Blog": "ສ້າງບລັອກ",
    "Blog List": "ລາຍການບລັອກ",
    "Select a status": "ເລືອກສະຖານະ",
    "Tags": "ແທັກ",
    "Enter tags name": "ປ້ອນຊື່ແທັກ",
    "SEO Meta Tags": "ແທັກເມຕາ SEO",
    "Meta Title": "ຫົວຂໍ້ເມຕາ",
    "Meta Description": "ຄຳອະທິບາຍເມຕາ",
    "Enter meta Description": "ປ້ອນຄຳອະທິບາຍເມຕາ",
    "Comment": "ຄຳເຫັນ",
    "Edit Blog": "ແກ້ໄຂບລັອກ",
    "Blogs": "ບລັອກ",
    "Create Faqs": "ສ້າງຄໍາຖາມທີ່ຖືກຖາມເລື້ອຍໆ",
    "Add New FAQs": "ເພີ່ມຄໍາຖາມທີ່ຖືກຖາມເລື້ອຍໆໃໝ່",
    "Question": "ຄໍາຖາມ",
    "InActive": "ບໍ່ສົດ",
    "Answer": "ຄຳຕອບ",
    "Enter question answer here": "ປ້ອນຄຳຕອບຂອງຄຳຖາມທີ່ນີ້",
    "Edit Faqs": "ແກ້ໄຂຄໍາຖາມທີ່ຖືກຖາມເລື້ອຍໆ",
    "FAQS List": "ລາຍການຄໍາຖາມທີ່ຖືກຖາມເລື້ອຍໆ",
    "View Details": "ເບິ່ງລາຍລະອຽດ",
    "Create Feature": "ສ້າງຄຸນສົມບັດ",
    "Add New Feature": "ເພີ່ມຄຸນສົມບັດໃໝ່",
    "Backgroud Color": "ສີພື້ນຫຼັງ",
    "Enter Color": "ປ້ອນສີ",
    "Edit Feature": "ແກ້ໄຂຄຸນສົມບັດ",
    "Features List": "ລາຍການຄຸນສົມບັດ",
    "Create Interfaces": "ສ້າງອິນເຕີເຟດ",
    "Add New Interface": "ເພີ່ມອິນເຕີເຟດໃໝ່",
    "Edit Interface": "ແກ້ໄຂອິນເຕີເຟດ",
    "Interfaces List": "ລາຍການອິນເຕີເຟດ",
    "Newsletters List": "ລາຍການຈົດໝາຍຂ່າວ",
    "Page for Updating Website Sections": "ໜ້າສຳລັບປັບປຸງສ່ວນຂອງເວັບໄຊທ໌",
    "Slider Section": "ພາກສ່ວນສະໄລເດີ",
    "Header Section": "ພາກສ່ວນຫົວຂໍ້",
    "Feature Section": "ພາກສ່ວນຄຸນສົມບັດ",
    "Interface Section": "ພາກສ່ວນອິນເຕີເຟດ",
    "Watch Section": "ພາກສ່ວນວີດີໂອ",
    "Testimonial Section": "ພາກສ່ວນຄຳຕິຊົມ",
    "Blog Section": "ພາກສ່ວນບລັອກ",
    "About us Page": "ໜ້າກ່ຽວກັບພວກເຮົາ",
    "Terms And Conditions": "ເງື່ອນໄຂແລະເງື່ອນໄຂ",
    "Privacy Page": "ໜ້າຄວາມເປັນສ່ວນຕົວ",
    "Contuct us Page": "ໜ້າຕິດຕໍ່ພວກເຮົາ",
    "Pricing Section": "ພາກສ່ວນລາຄາ",
    "Footer Section": "ພາກສ່ວນຟຸດເຕີ",
    "Social Medias": "ສື່ສັງຄົມ",
    "Button One": "ປຸ່ມໜຶ່ງ",
    "Button Text": "ຂໍ້ຄວາມປຸ່ມ",
    "Button One Link": "ລິ້ງປຸ່ມໜຶ່ງ",
    "Button Two": "ປຸ່ມສອງ",
    "Button Two Link": "ລິ້ງປຸ່ມສອງ",
    "Scanner Text": "ຂໍ້ຄວາມສະແກນ",
    "Scanner Image": "ຮູບສະແກນ",
    "Slider Image": "ຮູບສະໄລເດີ",
    "Header Button Text": "ຂໍ້ຄວາມປຸ່ມຫົວຂໍ້",
    "Header Button Link": "ລິ້ງປຸ່ມຫົວຂໍ້",
    "Enter Header link": "ປ້ອນລິ້ງຫົວຂໍ້",
    "Section Title": "ຫົວຂໍ້ພາກສ່ວນ",
    "Enter Section Title": "ປ້ອນຫົວຂໍ້ພາກສ່ວນ",
    "Interface Title": "ຫົວຂໍ້ອິນເຕີເຟດ",
    "Watch Title": "ຫົວຂໍ້ວີດີໂອ",
    "Button Link": "ລິ້ງປຸ່ມ",
    "Watch Image": "ຮູບວີດີໂອ",
    "Blog Title": "ຫົວຂໍ້ບລັອກ",
    "Read More Button Text": "ຂໍ້ຄວາມປຸ່ມອ່ານຕໍ່",
    "View All Button Text": "ຂໍ້ຄວາມປຸ່ມເບິ່ງທັງໝົດ",
    "View All Link": "ລິ້ງເບິ່ງທັງໝົດ",
    "Testimonial Title": "ຫົວຂໍ້ຄຳຕິຊົມ",
    "Enter Short Title": "ປ້ອນຫົວຂໍ້ສັ້ນໆ",
    "Long Title": "ຫົວຂໍ້ຍາວ",
    "About Image": "ຮູບກ່ຽວກັບ",
    "Description One": "ຄຳອະທິບາຍໜຶ່ງ",
    "Description Two": "ຄຳອະທິບາຍສອງ",
    "Option": "ທາງເລືອກ",
    "Icon": "ໄອຄອນ",
    "Plan Button Url": "ຢູອີເລຂປຸ່ມແຜນການ",
    "Short Title": "ຫົວຂໍ້ສັ້ນໆ",
    "Right Footer Title": "ຫົວຂໍ້ຟຸດເຕີຂວາ",
    "Middle Footer Title": "ຫົວຂໍ້ຟຸດເຕີກາງ",
    "Apple App Link": "ລິ້ງແອັບ Apple",
    "Apple App": "ແອັບ Apple",
    "Google Play Link": "ລິ້ງ Google Play",
    "Google Play App": "ແອັບ Google Play",
    "Right Footer": "ຟຸດເຕີຂວາ",
    "Link": "ລິ້ງ",
    "Middle Footer": "ຟຸດເຕີກາງ",
    "Left Footer": "ຟຸດເຕີຊ້າຍ",
    "Footer Socials": "ສື່ສັງຄົມຟຸດເຕີ",
    "Forgot Password": "ລືມລະຫັດຜ່ານ",
    "Enter the email address associated with your account": "ປ້ອນທີ່ຢູ່ອີເມລທີ່ກ່ຽວຂ້ອງກັບບັນຊີຂອງທ່ານ",
    "Enter your Email": "ປ້ອນອີເມລຂອງທ່ານ",
    "Continue": "ສືບຕໍ່",
    "Back to Login": "ກັບຄືນຫາການເຂົ້າສູ່ລະບົບ",
    "Login": "ເຂົ້າສູ່ລະບົບ",
    "Welcome to": "ຍິນດີຕ້ອນຮັບສູ່",
    "Welcome back, Please login in to your account": "ຍິນດີຕ້ອນຮັບກັບມາ, ກະລຸນາເຂົ້າສູ່ລະບົບບັນຊີຂອງທ່ານ",
    "Remember me": "ຈື່ຈຳຂ້ອຍ",
    "Forgot Password?": "ລືມລະຫັດຜ່ານ?",
    "Super Admin": "ຜູ້ເບິ່ງແຍງລະບົບສູງສຸດ",
    "Admin": "ຜູ້ເບິ່ງແຍງລະບົບ",
    "Manager": "ຜູ້ຈັດການ",
    "Reset Password": "ຣີເຊັດລະຫັດຜ່ານ",
    "Change Password": "ປ່ຽນລະຫັດຜ່ານ",
    "Create new password, it must be Strong password.": "ສ້າງລະຫັດຜ່ານໃໝ່, ມັນຕ້ອງເປັນລະຫັດຜ່ານທີ່ເຂັ້ມແຂງ",
    "Confirm Password": "ຢືນຢັນລະຫັດຜ່ານ",
    "You Have": "ທ່ານມີ",
    "new Notifications": "ການແຈ້ງເຕືອນໃໝ່",
    "Mark all Read": "ເຮັດເປັນອ່ານທັງໝົດ",
    "View all notifications": "ເບິ່ງການແຈ້ງເຕືອນທັງໝົດ",
    "Clear cache": "ລ້າງແຄຊ",
    "My Profile": "ໂປຟິວຂອງຂ້ອຍ",
    "Logout": "ອອກຈາກລະບົບ",
    "About Us": "ກ່ຽວກັບພວກເຮົາ",
    "Home": "ໜ້າຫຼັກ",
    "Pricing": "ລາຄາ",
    "Pages": "ໜ້າ",
    "Blog": "ບລັອກ",
    "Privacy Policy": "ນະໂຍບາຍຄວາມເປັນສ່ວນຕົວ",
    "Contact Us": "ຕິດຕໍ່ພວກເຮົາ",
    "You are having this email because you have requested for a password reset.": "ທ່ານໄດ້ຮັບອີເມລນີ້ເພາະວ່າທ່ານໄດ້ຮ້ອງຂໍໃຫ້ຣີເຊັດລະຫັດຜ່ານ",
    "Your verification code is:": "ລະຫັດຢືນຢັນຂອງທ່ານແມ່ນ:",
    "This password reset code will expire in 60 minutes.": "ລະຫັດຣີເຊັດລະຫັດຜ່ານນີ້ຈະໝົດອາຍຸໃນ 60 ນາທີ",
    "If you did not request a password reset, no further action is required.": "ຖ້າທ່ານບໍ່ໄດ້ຮ້ອງຂໍໃຫ້ຣີເຊັດລະຫັດຜ່ານ ບໍ່ມີການກະທຳເພີ່ມເຕີມທີ່ຕ້ອງການ",
    "Regards": "ດ້ວຍຄວາມນັບຖື",
    "All right reserved": "ສິດທິທັງໝົດຖືກຈອງ",
    "Hi": "ສະບາຍດີ",
    "Dear": "ທີ່ຮັກແພງ",
    "your OTP code is": "ລະຫັດ OTP ຂອງທ່ານແມ່ນ",
    "Please do not share this PIN with anyone": "ກະລຸນາຢ່າແບ່ງປັນ PIN ນີ້ກັບໃຜ",
    "Best Regards": "ດ້ວຍຄວາມນັບຖືສູງສຸດ",
    "Gateway Name": "ຊື່ປະຕູຈ່າຍເງິນ",
    "Subscription Name": "ຊື່ການສະໝັກໃຊ້",
    "Payable Amount": "ຈຳນວນເງິນທີ່ຕ້ອງຈ່າຍ",
    "Phone Number": "ໝາຍເລກໂທລະສັບ",
    "Enter your phone number": "ປ້ອນໝາຍເລກໂທລະສັບຂອງທ່ານ",
    "Pay Now": "ຈ່າຍເງິນດຽວນີ້",
    "Next": "ຕໍ່ໄປ",
    "Previous": "ກ່ອນໜ້າ",
    "Free": "ຟຣີ",
    "Features Of Free Plan": "ຄຸນສົມບັດຂອງແຜນຟຣີ",
    "Choose Plan": "ເລືອກແຜນການ",
    "Blog Details": "ລາຍລະອຽດບລັອກ",
    "Leave a Comment Here": "ຝາກຄຳເຫັນທີ່ນີ້",
    "Your email address will not be published": "ທີ່ຢູ່ອີເມລຂອງທ່ານຈະບໍ່ຖືກເຜີຍແຜ່",
    "Enter your name": "ປ້ອນຊື່ຂອງທ່ານ",
    "Enter your email": "ປ້ອນອີເມລຂອງທ່ານ",
    "Enter your comment": "ປ້ອນຄຳເຫັນຂອງທ່ານ",
    "Recent Posts": "ບົດຄວາມຫຼ້າສຸດ",
    "Create a Free Account": "ສ້າງບັນຊີຟຣີ",
    "Enter full name": "ປ້ອນຊື່ສົມບູນ",
    "Enter phone number": "ປ້ອນໝາຍເລກໂທລະສັບ",
    "Enter email address": "ປ້ອນທີ່ຢູ່ອີເມລ",
    "Company": "ບໍລິສັດ",
    "Enter company name": "ປ້ອນຊື່ບໍລິສັດ",
    "Enter your message": "ປ້ອນຂໍ້ຄວາມຂອງທ່ານ",
    "Pricing Plan": "ແຜນລາຄາ",
    "Subscription Plans": "ແຜນການສະໝັກໃຊ້",

    "Plan List": "ລາຍການແຜນການ",
    "Work At": "ເຮັດວຽກຢູ່",
    "Show- 10": "ສະແດງ - 10",
    "Show- 25": "ສະແດງ - 25",
    "Show- 50": "ສະແດງ - 50",
    "Show- 100": "ສະແດງ - 100",
    "Duration": "ໄລຍະເວລາ",
    "Select": "ເລືອກ",
    "Currency List": "ລາຍການສະກຸນເງິນ",
    "Default": "ຄ່າເລີ່ມຕົ້ນ",
    "Country Name": "ຊື່ປະເທດ",
    "View Website": "ເບິ່ງເວັບໄຊທ໌",
    "Contact Messages": "ຂໍ້ຄວາມຕິດຕໍ່",

    "Total Shop": "ຮ້ານທັງໝົດ",
    "Expired Businesses": "ທຸລະກິດແຈ້ງເສຍລະບຽບ",
    "Plan Subscribes": "ການໃຫ້ເຂົ້າແລະສະຖານທີ່",
    "Total Categories": "ປະເພດທັງໝົດ",
    "Recent Register": "ການລົງບັນທຶກລ່າສຸດ",
    "Date & Time": "ວັນເດືອນ ແລະ ເວລາ",
    "View All": "ເບິ່ງທັງໝົດ",
    "Add new Business": "ເພີ່ມທຸລະກິດໃໝ່",
    "Enter Company Name": "ໃສ່ຊື່ບໍລິສັດ",
    "Edit Business": "ແກ້ໄຂທຸລະກິດ",
    "Create Business": "ເປີດທຸລະກິດ",
    "Enter Buisness Name": "ໃສ່ຊື່ທຸລະກິດ",
    "Note: Enter embedded video link": "ບັນທຶກ: ໃສ່ລິ້ງວິດີໂອທີ່ຖືກແຈ້ງໄວ້",
    "Enter title": "ໃສ່ຊື່",
    "Enter Code": "ໃສ່ລະດັບ",
    "Enter Symbol": "ໃສ່ສັນຍາ",
    "Select a position": "ເລືອກຕຳແໜ່ງ",
    "left": "ຊ່ວງ",
    "right": "ຂວາ",
    "TIMEZONE": "ເຂດເວລາ",
    "Note :": "ບັນທຶກ :",
    "If you are using MAIL QUEUE after Changing The Mail Settings You Need To Restart Your Supervisor From Your Server": "ຖ້າເຈົ້າເວົ້າໃຊ້ MAIL QUEUE ບ່ອນໃດດີແລ້ວເກົ່ງສຽມຄັດກັບຄວາມສະຖານຂອງບິດຕໍ້ພິກັບຂອງເຈົ້າແລະຈະໃຫ້ແກ້ໄຂໃໝ່ຈຶ່ງຂໍສຽມຂອງກະທາງບອກສັວນກັບດິນດານໃຈ",
    "QUEUE COMMAND Path :": "ທາງສຳລັບຄຳສັ່ງຊອກເທົ່າ :",
    "QUEUE COMMAND :": "ຄຳສັ່ງຊອກ :",
    "Storage Method": "ວິທີການເກັບກວດທັກ",

    "Brand List": "ບັນຊີຍີ່ຫໍ້",
    "Add new Brand": "ເພີ່ມຍີ່ຫໍ້ໃໝ່",
    "items show": "ລາຍການສະແດງ",
    "Brand Name": "ຊື່ຍີ່ຫໍ້",
    "Create Brand": "ສ້າງຍີ່ຫໍ້",
    "Enter Brand Name": "ປ້ອນຊື່ຍີ່ຫໍ້",
    "Edit Brand": "ແກ້ໄຂຍີ່ຫໍ້",
    "Add New Category": "ເພີ່ມປະເພດໃໝ່",
    "Enter Category Name": "ປ້ອນຊື່ປະເພດ",
    "Select Variations": "ເລືອກການປ່ຽນແປງ",
    "Capacity": "ຄວາມຈຸ",
    "Color": "ສີ",
    "Size": "ຂະໜາດ",
    "Type": "ປະເພດ",
    "Weight": "ນ້ຳໜັກ",
    "Edit Category": "ແກ້ໄຂປະເພດ",
    "Category List": "ບັນຊີປະເພດ",
    "You want to delete everything!": "ທ່ານຕ້ອງການລຶບທຸກຢ່າງ!",
    "Total Sales": "ຍອດຂາຍທັງໝົດ",
    "Total Purchase": "ການຊື້ທັງໝົດ",
    "Total Income": "ລາຍຮັບທັງໝົດ",
    "This Month": "ເດືອນນີ້",
    "Total Expense": "ຄ່າໃຊ້ຈ່າຍທັງໝົດ",
    "Total Customer": "ລູກຄ້າທັງໝົດ",
    "Total Supplier": "ຜູ້ສະໜອງທັງໝົດ",
    "Sales Returns": "ການຄືນເງິນຈາກການຂາຍ",
    "Purchase Returns": "ການຄືນເງິນຈາກການຊື້",
    "Low Stock": "ສະຕັອກຕ່ຳ",
    "Alert Qty": "ປະລິມານແຈ້ງເຕືອນ",
    "Profit": "ກຳໄລ",
    "Loss": "ຂາດທຶນ",
    "Purchase": "ການຊື້",
    "Sales": "ການຂາຍ",
    "Income": "ລາຍຮັບ",
    "Expense": "ຄ່າໃຊ້ຈ່າຍ",
    "Recent Sales": "ການຂາຍຫຼ້າສຸດ",
    "Recent Purchase": "ການຊື້ຫຼ້າສຸດ",
    "Customer": "ລູກຄ້າ",
    "Total": "ທັງໝົດ",
    "Due": "ຄົງເຫຼືອ",
    "Collect Due": "ເກັບເງິນຄົງເຫຼືອ",
    "Select Invoice": "ເລືອກໃບແຈ້ງໜີ້",
    "Select an Invoice": "ເລືອກໃບແຈ້ງໜີ້",
    "Total Amount": "ຈຳນວນເງິນທັງໝົດ",
    "Paid Amount": "ຈຳນວນເງິນທີ່ຊຳລະແລ້ວ",
    "Due Amount": "ຈຳນວນເງິນຄົງເຫຼືອ",
    "Select one": "ເລືອກໜຶ່ງ",
    "Cash": "ເງິນສົດ",
    "Card": "ບັດ",
    "Check": "ເຊັກ",
    "Mobile Pay": "ຊຳລະເງິນຜ່ານມືຖື",
    "Due List": "ບັນຊີຄົງເຫຼືອ",
    "Mobile": "ມືຖື",
    "Sale": "ການຂາຍ",
    "Bill To": "ໃບບິນໄປຫາ",
    "Collected By": "ເກັບໂດຍ",
    "Total Due": "ຍອດຄົງເຫຼືອ",
    "Payment Amount": "ຈຳນວນເງິນຊຳລະ",
    "Remaining Due": "ຍອດຄົງເຫຼືອ",
    "Powered By": "ສະໜັບສະໜູນໂດຍ",
    "Create Expense Catgeory": "ສ້າງປະເພດຄ່າໃຊ້ຈ່າຍ",
    "Catgeory Name": "ຊື່ປະເພດ",
    "Enter catgeory Name": "ປ້ອນຊື່ປະເພດ",
    "Edit Expense Category": "ແກ້ໄຂປະເພດຄ່າໃຊ້ຈ່າຍ",
    "Expense Category List": "ບັນຊີປະເພດຄ່າໃຊ້ຈ່າຍ",
    "Add new": "ເພີ່ມໃໝ່",
    "Category Name": "ຊື່ປະເພດ",
    "Create Expense": "ສ້າງຄ່າໃຊ້ຈ່າຍ",
    "Enter Amount": "ປ້ອນຈຳນວນເງິນ",
    "Select A Category": "ເລືອກປະເພດ",
    "Expense For": "ຄ່າໃຊ້ຈ່າຍສຳລັບ",
    "Enter Expense For": "ປ້ອນຄ່າໃຊ້ຈ່າຍສຳລັບ",
    "Select a payment type": "ເລືອກປະເພດການຊຳລະເງິນ",
    "Bank": "ທະນາຄານ",
    "Mobile Payment": "ການຊຳລະເງິນຜ່ານມືຖື",
    "Reference Number": "ເລກທີອ້າງອີງ",
    "Enter reference number": "ປ້ອນເລກທີອ້າງອີງ",
    "Expense Date": "ວັນທີຄ່າໃຊ້ຈ່າຍ",
    "Note": "ໝາຍເຫດ",
    "Enter note": "ປ້ອນໝາຍເຫດ",
    "Edit Expense": "ແກ້ໄຂຄ່າໃຊ້ຈ່າຍ",
    "Expense List": "ບັນຊີຄ່າໃຊ້ຈ່າຍ",
    "Expesne For": "ຄ່າໃຊ້ຈ່າຍສຳລັບ",
    "Create Income Catgeory": "ສ້າງປະເພດລາຍຮັບ",
    "Enter catgeory name": "ປ້ອນຊື່ປະເພດ",
    "Edit Income Category": "ແກ້ໄຂປະເພດລາຍຮັບ",
    "Income Category List": "ບັນຊີປະເພດລາຍຮັບ",
    "Create Income": "ສ້າງລາຍຮັບ",
    "Enter amount": "ປ້ອນຈຳນວນເງິນ",
    "Enter income for": "ປ້ອນລາຍຮັບສຳລັບ",
    "Income Date": "ວັນທີລາຍຮັບ",
    "Edit Income": "ແກ້ໄຂລາຍຮັບ",
    "Income List": "ບັນຊີລາຍຮັບ",
    "Sale New": "ຂາຍໃໝ່",
    "Sale List": "ບັນຊີການຂາຍ",
    "Sale Return": "ການຄືນເງິນຈາກການຂາຍ",
    "Purchases": "ການຊື້",
    "Purchase New": "ຊື້ໃໝ່",
    "Purchase List": "ບັນຊີການຊື້",
    "Purchase Return": "ການຄືນເງິນຈາກການຊື້",
    "Products": "ຜະລິດຕະພັນ",
    "All Product": "ທຸກຜະລິດຕະພັນ",
    "Add Product": "ເພີ່ມຜະລິດຕະພັນ",
    "Brand": "ຍີ່ຫໍ້",
    "Unit": "ໜ່ວຍ",
    "Stock List": "ບັນຊີສະຕັອກ",
    "Customers": "ລູກຄ້າ",
    "All Customers": "ທຸກລູກຄ້າ",
    "Add Customer": "ເພີ່ມລູກຄ້າ",
    "Suppliers": "ຜູ້ສະໜອງ",
    "All Suppliers": "ທຸກຜູ້ສະໜອງ",
    "Add Supplier": "ເພີ່ມຜູ້ສະໜອງ",
    "Income Category": "ປະເພດລາຍຮັບ",
    "Expense Category": "ປະເພດຄ່າໃຊ້ຈ່າຍ",
    "Subscriptions": "ການສະໝັກໃຊ້",
    "Profit & Loss List": "ບັນຊີກຳໄລ-ຂາດທຶນ",
    "All Income": "ທຸກລາຍຮັບ",
    "All Expense": "ທຸກຄ່າໃຊ້ຈ່າຍ",
    "Current Stock": "ສະຕັອກປັດຈຸບັນ",
    "Customer Due": "ລູກຄ້າຄົງເຫຼືອ",
    "Supplier Due": "ຜູ້ສະໜອງຄົງເຫຼືອ",
    "Loss & Profit": "ຂາດທຶນແລະກຳໄລ",
    "Loss/Profit": "ຂາດທຶນ/ກຳໄລ",
    "Unpaid": "ຍັງບໍ່ທັນຈ່າຍ",
    "Loss Profit": "ຂາດທຶນ/ກຳໄລ",
    "Loss Profit List": "ບັນຊີຂາດທຶນ/ກຳໄລ",
    "Product List": "ບັນຊີຜະລິດຕະພັນ",
    "Create Party": "ສ້າງພາກສ່ວນ",
    "List": "ບັນຊີ",
    "Party Type": "ປະເພດພາກສ່ວນ",
    "Retailer": "ຜູ້ຄ້າປີກ",
    "Dealer": "ຕົວແທນຈຳໜ່າຍ",
    "Wholesaler": "ຜູ້ຄ້າສົ່ງ",
    "Supplier": "ຜູ້ສະໜອງ",
    "Enter Due": "ປ້ອນຄົງເຫຼືອ",
    "Edit Party": "ແກ້ໄຂພາກສ່ວນ",
    "Edit ": "ແກ້ໄຂ ",
    " List": " ບັນຊີ",
    "Parties List": "ບັນຊີພາກສ່ວນ",
    "Add new ": "ເພີ່ມໃໝ່ ",
    "Create Product": "ສ້າງຜະລິດຕະພັນ",
    "Add new Product": "ເພີ່ມຜະລິດຕະພັນໃໝ່",
    "Product Name": "ຊື່ຜະລິດຕະພັນ",
    "Enter Product Name": "ປ້ອນຊື່ຜະລິດຕະພັນ",
    "Product Category": "ປະເພດຜະລິດຕະພັນ",
    "Product Unit": "ໜ່ວຍຜະລິດຕະພັນ",
    "Product Code": "ລະຫັດຜະລິດຕະພັນ",
    "Enter Product Code": "ປ້ອນລະຫັດຜະລິດຕະພັນ",
    "Stock": "ສະຕັອກ",
    "Enter stock qty": "ປ້ອນຈຳນວນສະຕັອກ",
    "Purchase Price": "ລາຄາຊື້",
    "Enter purchase price": "ປ້ອນລາຄາຊື້",
    "Sale Price": "ລາຄາຂາຍ",
    "Enter sale price": "ປ້ອນລາຄາຂາຍ",
    "Wholesale Price": "ລາຄາສົ່ງ",
    "Enter wholesale price": "ປ້ອນລາຄາສົ່ງ",
    "Dealer Price": "ລາຄາຕົວແທນຈຳໜ່າຍ",
    "Enter dealer price": "ປ້ອນລາຄາຕົວແທນຈຳໜ່າຍ",
    "Manufacturer": "ຜູ້ຜະລິດ",
    "Enter manufacturer name": "ປ້ອນຊື່ຜູ້ຜະລິດ",
    "Edit Product": "ແກ້ໄຂຜະລິດຕະພັນ",
    "Product Brand": "ຍີ່ຫໍ້ຜະລິດຕະພັນ",
    "Purchase price": "ລາຄາຊື້",
    "Sale price": "ລາຄາຂາຍ",
    "Pos Sale": "ການຂາຍ POS",
    "Invoice no": "ເລກທີໃບແຈ້ງໜີ້",
    "Invoice No": "ເລກທີໃບແຈ້ງໜີ້",
    "Items": "ລາຍການ",
    "Qty": "ຈຳນວນ",
    "Sub Total": "ຍອດຮອງ",
    "Purchase return Amount ": "ຈຳນວນເງິນຄືນການຊື້",
    "Confirm Return": "ຢືນຢັນການຄືນ",
    "Purchase Return List": "ບັນຊີການຄືນການຊື້",
    "Return Date": "ວັນທີຄືນ",
    "Return Amount": "ຈຳນວນເງິນຄືນ",
    "Return Qty": "ຈຳນວນຄືນ",
    "Brand list": "ບັນຊີຍີ່ຫໍ້",
    "0": "0",
    "Quick Action": "ການກະທຳໄວ",
    "Today Purchase": "ການຊື້ມື້ນີ້",
    "Calculator": "ເຄື່ອງຄິດເລກ",
    "Select Supplier": "ເລືອກຜູ້ສະໜອງ",
    "Receive Amount": "ຈຳນວນເງິນທີ່ໄດ້ຮັບ",
    "Search product...": "ຄົ້ນຫາຜະລິດຕະພັນ...",
    "Due: ": "ຄົງເຫຼືອ:",
    "Party Name": "ຊື່ພາກສ່ວນ",
    "Discount": "ສ່ວນຫຼຸດ",
    "Payment": "ການຊຳລະເງິນ",
    "INVOICE": "ໃບແຈ້ງໜີ້",
    "Sells By": "ຂາຍໂດຍ",
    "Quantity": "ຈຳນວນ",
    "Unit Price": "ລາຄາຕໍ່ໜ່ວຍ",
    "Total Price": "ລາຄາທັງໝົດ",
    "Item": "ລາຍການ",
    "Paid by": "ຊຳລະໂດຍ",
    "Subtotal": "ຍອດຮອງ",
    "Customer Signature": "ລາຍເຊັນລູກຄ້າ",
    "Authorized Signature": "ລາຍເຊັນຜູ້ມີອຳນາດ",
    "Add Items": "ເພີ່ມລາຍການ",
    "Enter Quantity": "ປ້ອນຈຳນວນ",
    "Enter Purchase Price": "ປ້ອນລາຄາຊື້",
    "Sales Price": "ລາຄາຂາຍ",
    "Enter Sales Price": "ປ້ອນລາຄາຂາຍ",
    "WholeSale Price": "ລາຄາສົ່ງ",
    "Enter WholeSale Price": "ປ້ອນລາຄາສົ່ງ",
    "Enter Dealer Price": "ປ້ອນລາຄາຕົວແທນຈຳໜ່າຍ",
    "Customer Due Reports": "ລາຍງານການຄົງເຫຼືອຂອງລູກຄ້າ",
    "Customer Due List": "ບັນຊີການຄົງເຫຼືອຂອງລູກຄ້າ",
    "Expense Reports": "ລາຍງານຄ່າໃຊ້ຈ່າຍ",
    "Expense Report List": "ບັນຊີລາຍງານຄ່າໃຊ້ຈ່າຍ",
    "Income For": "ລາຍຮັບສຳລັບ",
    "Income Reports": "ລາຍງານລາຍຮັບ",
    "Income Report List": "ບັນຊີລາຍງານລາຍຮັບ",
    "Loss Profit Reports": "ລາຍງານກຳໄລ-ຂາດທຶນ",
    "From Date": "ຈາກວັນທີ",
    "To Date": "ເຖິງວັນທີ",
    "Loss Profit Report List": "ບັນຊີລາຍງານກຳໄລ-ຂາດທຶນ",
    "Discount Amount": "ຈຳນວນເງິນສ່ວນຫຼຸດ",
    "Sale Date": "ວັນທີຂາຍ",
    "Purchase Report List": "ບັນຊີລາຍງານການຊື້",
    "Purchase Reports": "ລາຍງານການຊື້",
    "Purchase Return Report List": "ບັນຊີລາຍງານການຄືນການຊື້",
    "Purchase Return Reports": "ລາຍງານການຄືນການຊື້",
    "Sales Report List": "ບັນຊີລາຍງານການຂາຍ",
    "Sale Reports": "ລາຍງານການຂາຍ",
    "Sale Return Report": "ລາຍງານການຄືນການຂາຍ",
    "Sale Return Reports": "ລາຍງານການຄືນການຂາຍ",
    "Sale Return Report List": "ບັນຊີລາຍງານການຄືນການຂາຍ",
    "Cost": "ຕົ້ນທຶນ",
    "Stock Value": "ມູນຄ່າສະຕັອກ",
    "Stock Report List": "ບັນຊີລາຍງານສະຕັອກ",
    "Stock Reports": "ລາຍງານສະຕັອກ",
    "Total Quantity": "ຈຳນວນທັງໝົດ",
    "Total Stock Value": "ມູນຄ່າສະຕັອກທັງໝົດ",
    "Supplier Due Reports": "ລາຍງານການຄົງເຫຼືອຂອງຜູ້ສະໜອງ",
    "Supplier Due List": "ບັນຊີການຄົງເຫຼືອຂອງຜູ້ສະໜອງ",
    "Profile Edit": "ແກ້ໄຂໂປຣໄຟລ໌",
    "Parties": "ພາກສ່ວນ",
    "Sales List": "ບັນຊີການຂາຍ",
    "User Title": "ຫົວຂໍ້ຜູ້ໃຊ້",
    "Enter user title": "ປ້ອນຫົວຂໍ້ຜູ້ໃຊ້",
    "Email Address": "ອີເມວ",
    "Edit User Role": "ແກ້ໄຂບົດບາດຜູ້ໃຊ້",
    "Add User Role": "ເພີ່ມບົດບາດຜູ້ໃຊ້",
    "Sale return Amount ": "ຈຳນວນເງິນຄືນການຂາຍ",
    "Sales Return List": "ບັນຊີການຄືນການຂາຍ",
    "Select Customer": "ເລືອກລູກຄ້າ",
    "Guest": "ແຂກ",
    "Enter Customer Phone Number": "ປ້ອນເບີໂທລະສັບລູກຄ້າ",
    "Type note...": "ພິມໝາຍເຫດ...",
    "Sales Return": "ການຄືນການຂາຍ",
    "Purchases Return": "ການຄືນການຊື້",
    "Add Vat": "ເພີ່ມພາສີມູນຄ່າເພີ່ມ",
    "Tax": "ພາສີ",
    "Apply": "ນຳໃຊ້",
    "Select a category": "ເລືອກປະເພດໜຶ່ງ",
    "Company And Business Name": "ຊື່ບໍລິສັດແລະທຸລະກິດ",
    "Enter Phone": "ປ້ອນເບີໂທລະສັບ",
    "Logo": "ໂລໂກ້",
    "Invoice Logo": "ໂລໂກ້ໃບແຈ້ງໜີ້",
    "Purchase Plan": "ແຜນການຊື້",
    "Days": "ວັນ",
    "Already Subscribed": "ໄດ້ສະໝັກໃຊ້ແລ້ວ",
    "Buy Now": "ຊື້ດຽວນີ້",
    "Create Unit": "ສ້າງໜ່ວຍ",
    "Unit Name": "ຊື່ໜ່ວຍ",
    "Enter Unit Name": "ປ້ອນຊື່ໜ່ວຍ",
    "Unit List": "ບັນຊີໜ່ວຍ",
    "Add new Unit": "ເພີ່ມໜ່ວຍໃໝ່",
    "Overall Reports": "ລາຍງານໂດຍລວມ",
    "Revenue Statistic": "ສະຖິຕິລາຍຮັບ",
    "Today Sales": "ການຂາຍມື້ນີ້",
    "Change Amount": "ຈຳນວນເງິນປ່ຽນແປງ",
    "Vat": "ພາສີມູນຄ່າເພີ່ມ",
    "Save Product": "ບັນທຶກຜະລິດຕະພັນ",
    "Product": "ຜະລິດຕະພັນ",
    "Category created successfully": "ສ້າງປະເພດຜະລິດຕະພັນສຳເລັດ",
    "Category updated successfully": "ປັບປຸງປະເພດຜະລິດຕະພັນສຳເລັດ",
    "Category deleted successfully": "ລົບປະເພດຜະລິດຕະພັນສຳເລັດ",
    "Selected Category deleted successfully": "ລົບປະເພດຜະລິດຕະພັນທີ່ເລືອກສຳເລັດ",
    "Something went wrong!": "ມີບາງຢ່າງຜິດພາດ!",
    "Brand created cuccessfully": "ສ້າງຍີ່ຫໍ້ສຳເລັດ",
    "Brand updated successfully": "ປັບປຸງຍີ່ຫໍ້ສຳເລັດ",
    "Brand deleted successfully": "ລົບຍີ່ຫໍ້ສຳເລັດ",
    "Selected Brands deleted successfully": "ລົບຍີ່ຫໍ້ທີ່ເລືອກສຳເລັດ",
    "Something was wrong.": "ມີບາງຢ່າງຜິດພາດ.",
    "Default currency activated successfully": "ເປີດໃຊ້ສະກຸນເງິນເດີ້ຟອລສຳເລັດ",
    "Failed to set default currency. Please try again.": "ບໍ່ສາມາດຕັ້ງຄ່າສະກຸນເງິນເດີ້ຟອລໄດ້. ກະລຸນາລອງອີກຄັ້ງ.",
    "Collect Due saved successfully": "ເກັບເງິນຄົງເຫຼືອສຳເລັດ",
    "Expense Category saved successfully.": "ບັນທຶກປະເພດຄ່າໃຊ້ຈ່າຍສຳເລັດ.",
    "Expense Category updated successfully.": "ປັບປຸງປະເພດຄ່າໃຊ້ຈ່າຍສຳເລັດ.",
    "Expense Category deleted successfully": "ລົບປະເພດຄ່າໃຊ້ຈ່າຍສຳເລັດ",
    "Selected item deleted successfully.": "ລົບລາຍການທີ່ເລືອກສຳເລັດ.",
    "Expense saved successfully.": "ບັນທຶກຄ່າໃຊ້ຈ່າຍສຳເລັດ.",
    "Expense updated successfully.": "ປັບປຸງຄ່າໃຊ້ຈ່າຍສຳເລັດ.",
    "Expense deleted successfully": "ລົບຄ່າໃຊ້ຈ່າຍສຳເລັດ",
    "Selected Items deleted successfully.": "ລົບລາຍການທີ່ເລືອກສຳເລັດ.",
    "Income Category saved successfully.": "ບັນທຶກປະເພດລາຍຮັບສຳເລັດ.",
    "Income Category updated successfully.": "ປັບປຸງປະເພດລາຍຮັບສຳເລັດ.",
    "Income Category deleted successfully": "ລົບປະເພດລາຍຮັບສຳເລັດ",
    "Income saved successfully.": "ບັນທຶກລາຍຮັບສຳເລັດ.",
    "Income updated successfully.": "ປັບປຸງລາຍຮັບສຳເລັດ.",
    "Income deleted successfully": "ລົບລາຍຮັບສຳເລັດ",
    "Premission denied.": "ບໍ່ມີສິດທິອະນຸຍາດ.",
    "Customer created successfully": "ສ້າງລູກຄ້າສຳເລັດ",
    "Supplier created successfully": "ສ້າງຜູ້ສະໜອງສຳເລັດ",
    "Supplier deleted successfully": "ລົບຜູ້ສະໜອງສຳເລັດ",
    "Customer deleted successfully": "ລົບລູກຄ້າສຳເລັດ",
    "Selected parties deleted successfully": "ລົບພາກສ່ວນທີ່ເລືອກສຳເລັດ",
    "Product saved successfully.": "ບັນທຶກຜະລິດຕະພັນສຳເລັດ.",
    "Data saved successfully.": "ບັນທຶກຂໍ້ມູນສຳເລັດ.",
    "Product deleted successfully": "ລົບຜະລິດຕະພັນສຳເລັດ",
    "Selected product deleted successfully": "ລົບຜະລິດຕະພັນທີ່ເລືອກສຳເລັດ",
    "Cart is empty. Add items first!": "ກະຕ່າສິນຄ້າຫວ່າງ. ກະລຸນາເພີ່ມລາຍການກ່ອນ!",
    "Purchase created successfully.": "ສ້າງການຊື້ສຳເລັດ.",
    "Somethings went wrong!": "ມີບາງຢ່າງຜິດພາດ!",
    "Purchase updated successfully.": "ປັບປຸງການຊື້ສຳເລັດ.",
    "Selected purchases deleted successfully": "ລົບການຊື້ທີ່ເລືອກສຳເລັດ.",
    "Sales created successfully.": "ສ້າງການຂາຍສຳເລັດ.",
    "You cannot sale in due for a walking customer.": "ທ່ານບໍ່ສາມາດຂາຍເຄດິດໃຫ້ລູກຄ້າປະຈຸບັນໄດ້.",
    "Sales updated successfully.": "ປັບປຸງການຂາຍສຳເລັດ.",
    "Sale deleted successfully.": "ລົບການຂາຍສຳເລັດ.",
    "Selected sales deleted successfully.": "ລົບການຂາຍທີ່ເລືອກສຳເລັດ.",
    "Unit saved successfully": "ບັນທຶກໜ່ວຍສຳເລັດ",
    "Unit updated successfully": "ປັບປຸງໜ່ວຍສຳເລັດ",
    "Units deleted successfully": "ລົບໜ່ວຍສຳເລັດ",
    "Unit deleted successfully": "ລົບໜ່ວຍສຳເລັດ",
    "Quantity and price updated successfully": "ປັບປຸງຈຳນວນແລະລາຄາສຳເລັດ",
    "Enter valid qty and price": "ປ້ອນຈຳນວນແລະລາຄາທີ່ຖືກຕ້ອງ",
    "Item not found in the cart": "ບໍ່ພົບລາຍການໃນກະຕ່າສິນຄ້າ",
    "The cart does not contain this item": "ກະຕ່າສິນຄ້າບໍ່ມີລາຍການນີ້",
    "Item removed from cart": "ລົບລາຍການອອກຈາກກະຕ່າສິນຄ້າ",
    "All cart removed successfully!": "ລົບທຸກລາຍການອອກຈາກກະຕ່າສິນຄ້າສຳເລັດ!",
    "Current Password does not match with old password": "ລະຫັດຜ່ານປັດຈຸບັນບໍ່ຕົງກັບລະຫັດຜ່ານເກົ່າ",
    "Profile updated successfully": "ປັບປຸງໂປຣໄຟລ໌ສຳເລັດ",
    "Purchase returned successfully.": "ການຄືນການຊື້ສຳເລັດ.",
    "Business General Setting updated successfully": "ປັບປຸງການຕັ້ງຄ່າທົ່ວໄປຂອງທຸລະກິດສຳເລັດ",
    "User role created successfully": "ສ້າງບົດບາດຜູ້ໃຊ້ສຳເລັດ",
    "User role updated successfully": "ປັບປຸງບົດບາດຜູ້ໃຊ້ສຳເລັດ",
    "User role deleted successfully": "ລົບບົດບາດຜູ້ໃຊ້ສຳເລັດ",
    "You have no permission to access.": "ທ່ານບໍ່ມີສິດທິອະນຸຍາດ.",
    "Sale returned successfully.": "ການຄືນການຂາຍສຳເລັດ.",
    "New subscription order successfully.": "ສ້າງການສັ່ງຊື້ການສະໝັກໃຊ້ໃໝ່ສຳເລັດ.",


    "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 "
}