{
    "auth.failed": "These credentials do not match our records.",
    "auth.password": "The provided password is incorrect.",
    "auth.throttle": "Too many login attempts. Please try again in :seconds seconds.",
    "pagination.previous": "&laquo; Previous",
    "pagination.next": "Next &raquo;",
    "passwords.reset": "Your password has been reset!",
    "passwords.sent": "We have emailed your password reset link!",
    "passwords.throttled": "Please wait before retrying.",
    "passwords.token": "This password reset token is invalid.",
    "passwords.user": "We can't find a user with that email address.",
    "validation.accepted": "The :attribute must be accepted.",
    "validation.accepted_if": "The :attribute must be accepted when :other is :value.",
    "validation.active_url": "The :attribute is not a valid URL.",
    "validation.after": "The :attribute must be a date after :date.",
    "validation.after_or_equal": "The :attribute must be a date after or equal to :date.",
    "validation.alpha": "The :attribute must only contain letters.",
    "validation.alpha_dash": "The :attribute must only contain letters, numbers, dashes and underscores.",
    "validation.alpha_num": "The :attribute must only contain letters and numbers.",
    "validation.array": "The :attribute must be an array.",
    "validation.before": "The :attribute must be a date before :date.",
    "validation.before_or_equal": "The :attribute must be a date before or equal to :date.",
    "validation.between.array": "The :attribute must have between :min and :max items.",
    "validation.between.file": "The :attribute must be between :min and :max kilobytes.",
    "validation.between.numeric": "The :attribute must be between :min and :max.",
    "validation.between.string": "The :attribute must be between :min and :max characters.",
    "validation.boolean": "The :attribute field must be true or false.",
    "validation.confirmed": "The :attribute confirmation does not match.",
    "validation.current_password": "The password is incorrect.",
    "validation.date": "The :attribute is not a valid date.",
    "validation.date_equals": "The :attribute must be a date equal to :date.",
    "validation.date_format": "The :attribute does not match the format :format.",
    "validation.declined": "The :attribute must be declined.",
    "validation.declined_if": "The :attribute must be declined when :other is :value.",
    "validation.different": "The :attribute and :other must be different.",
    "validation.digits": "The :attribute must be :digits digits.",
    "validation.digits_between": "The :attribute must be between :min and :max digits.",
    "validation.dimensions": "The :attribute has invalid image dimensions.",
    "validation.distinct": "The :attribute field has a duplicate value.",
    "validation.email": "The :attribute must be a valid email address.",
    "validation.ends_with": "The :attribute must end with one of the following: :values.",
    "validation.enum": "The selected :attribute is invalid.",
    "validation.exists": "The selected :attribute is invalid.",
    "validation.file": "The :attribute must be a file.",
    "validation.filled": "The :attribute field must have a value.",
    "validation.gt.array": "The :attribute must have more than :value items.",
    "validation.gt.file": "The :attribute must be greater than :value kilobytes.",
    "validation.gt.numeric": "The :attribute must be greater than :value.",
    "validation.gt.string": "The :attribute must be greater than :value characters.",
    "validation.gte.array": "The :attribute must have :value items or more.",
    "validation.gte.file": "The :attribute must be greater than or equal to :value kilobytes.",
    "validation.gte.numeric": "The :attribute must be greater than or equal to :value.",
    "validation.gte.string": "The :attribute must be greater than or equal to :value characters.",
    "validation.image": "The :attribute must be an image.",
    "validation.in": "The selected :attribute is invalid.",
    "validation.in_array": "The :attribute field does not exist in :other.",
    "validation.integer": "The :attribute must be an integer.",
    "validation.ip": "The :attribute must be a valid IP address.",
    "validation.ipv4": "The :attribute must be a valid IPv4 address.",
    "validation.ipv6": "The :attribute must be a valid IPv6 address.",
    "validation.json": "The :attribute must be a valid JSON string.",
    "validation.lt.array": "The :attribute must have less than :value items.",
    "validation.lt.file": "The :attribute must be less than :value kilobytes.",
    "validation.lt.numeric": "The :attribute must be less than :value.",
    "validation.lt.string": "The :attribute must be less than :value characters.",
    "validation.lte.array": "The :attribute must not have more than :value items.",
    "validation.lte.file": "The :attribute must be less than or equal to :value kilobytes.",
    "validation.lte.numeric": "The :attribute must be less than or equal to :value.",
    "validation.lte.string": "The :attribute must be less than or equal to :value characters.",
    "validation.mac_address": "The :attribute must be a valid MAC address.",
    "validation.max.array": "The :attribute must not have more than :max items.",
    "validation.max.file": "The :attribute must not be greater than :max kilobytes.",
    "validation.max.numeric": "The :attribute must not be greater than :max.",
    "validation.max.string": "The :attribute must not be greater than :max characters.",
    "validation.mimes": "The :attribute must be a file of type: :values.",
    "validation.mimetypes": "The :attribute must be a file of type: :values.",
    "validation.min.array": "The :attribute must have at least :min items.",
    "validation.min.file": "The :attribute must be at least :min kilobytes.",
    "validation.min.numeric": "The :attribute must be at least :min.",
    "validation.min.string": "The :attribute must be at least :min characters.",
    "validation.multiple_of": "The :attribute must be a multiple of :value.",
    "validation.not_in": "The selected :attribute is invalid.",
    "validation.not_regex": "The :attribute format is invalid.",
    "validation.numeric": "The :attribute must be a number.",
    "validation.present": "The :attribute field must be present.",
    "validation.prohibited": "The :attribute field is prohibited.",
    "validation.prohibited_if": "The :attribute field is prohibited when :other is :value.",
    "validation.prohibited_unless": "The :attribute field is prohibited unless :other is in :values.",
    "validation.prohibits": "The :attribute field prohibits :other from being present.",
    "validation.regex": "The :attribute format is invalid.",
    "validation.required": "The :attribute field is required.",
    "validation.required_array_keys": "The :attribute field must contain entries for: :values.",
    "validation.required_if": "The :attribute field is required when :other is :value.",
    "validation.required_unless": "The :attribute field is required unless :other is in :values.",
    "validation.required_with": "The :attribute field is required when :values is present.",
    "validation.required_with_all": "The :attribute field is required when :values are present.",
    "validation.required_without": "The :attribute field is required when :values is not present.",
    "validation.required_without_all": "The :attribute field is required when none of :values are present.",
    "validation.same": "The :attribute and :other must match.",
    "validation.size.array": "The :attribute must contain :size items.",
    "validation.size.file": "The :attribute must be :size kilobytes.",
    "validation.size.numeric": "The :attribute must be :size.",
    "validation.size.string": "The :attribute must be :size characters.",
    "validation.starts_with": "The :attribute must start with one of the following: :values.",
    "validation.string": "The :attribute must be a string.",
    "validation.timezone": "The :attribute must be a valid timezone.",
    "validation.unique": "The :attribute has already been taken.",
    "validation.uploaded": "The :attribute failed to upload.",
    "validation.url": "The :attribute must be a valid URL.",
    "validation.uuid": "The :attribute must be a valid UUID.",
    "validation.custom.attribute-name.rule-name": "custom-message",

    "Dashboard": "แดชบอร์ด",
    "Advertising": "โฆษณา",
    "Subscription Reports": "รายงานการสมัครสมาชิก",
    "Manage Business": "จัดการธุรกิจ",
    "Categories": "หมวดหมู่",
    "Business List": "รายการธุรกิจ",
    "Manage Plans": "จัดการแผน",
    "Create Plan": "สร้างแผน",
    "Staff Management": "การจัดการพนักงาน",
    "Create Staff": "สร้างพนักงาน",
    "Manage Staff": "จัดการพนักงาน",
    "Messages": "ข้อความ",
    "Manage Messages": "จัดการข้อความ",
    "CMS Manage": "การจัดการ CMS",
    "Manage Pages": "จัดการหน้า",
    "Manage FAQs": "จัดการคำถามที่พบบ่อย",
    "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": "ลำดับ",
    "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.": "ลำดับ",
    "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/Optional": "เลือกที่จำเป็น/ทางเลือก",
    "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": "ไอคอน Favicon",
    "Don't Use Any Kind Of Space In The Input Fields": "ห้ามใช้ช่องว่างใด ๆ ในช่องป้อนข้อมูล",

    "App": "แอป",
    "Drivers": "ไดร์เวอร์",
    "Storage Settings": "การตั้งค่าการจัดเก็บ",
    "Mail Configuration": "การกำหนดค่าอีเมล",
    "Others": "อื่น ๆ",
    "APP_NAME": "ชื่อแอป",
    "APP_KEY": "คีย์แอป",
    "APP_DEBUG": "โหมดดีบักของแอป",
    "APP_URL": "URL ของแอป",
    "QUEUE_MAIL": "คิวอีเมล",
    "MAIL_DRIVER_TYPE": "ประเภทไดร์เวอร์อีเมล",
    "MAIL DRIVER": "ไดร์เวอร์อีเมล",
    "MAIL_HOST": "โฮสต์อีเมล",
    "MAIL_PORT": "พอร์ตอีเมล",
    "MAIL_USERNAME": "ชื่อผู้ใช้อีเมล",
    "MAIL_PASSWORD": "รหัสผ่านอีเมล",
    "MAIL_ENCRYPTION": "การเข้ารหัสอีเมล",
    "MAIL_FROM_ADDRESS": "ที่อยู่จากอีเมล",
    "MAIL_FROM_NAME": "ชื่อจากอีเมล",
    "QUEUE COMMAND Path": "เส้นทางคำสั่งคิว",
    "CACHE_DRIVER": "ไดร์เวอร์แคช",
    "Recommended": "แนะนำ",
    "QUEUE_CONNECTION": "การเชื่อมต่อคิว",
    "SESSION_DRIVER": "ไดร์เวอร์เซสชัน",
    "SESSION_LIFETIME": "อายุการใช้งานเซสชัน",
    "REDIS_PORT": "พอร์ต Redis",
    "REDIS_URL": "URL ของ Redis",
    "REDIS_PASSWORD": "รหัสผ่าน REDIS",
    "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_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": "กรอกข้อมูลนี้ถ้าคุณต้องการใช้ถังเก็บข้อมูล Wasabi",
    "WAS_ACCESS_KEY_ID": "WAS_ACCESS_KEY_ID",
    "WAS_SECRET_ACCESS_KEY": "WAS_SECRET_ACCESS_KEY",
    "WAS_DEFAULT_REGION": "WAS_DEFAULT_REGION",
    "WAS_BUCKET": "WAS_BUCKET",
    "WAS_ENDPOINT": "WAS_ENDPOINT",
    "CACHE_LIFETIME": "ช่วงเวลาแคช",
    "Paid": "จ่ายเงิน",
    "Reject": "ปฏิเสธ",
    "Why are you reject It?": "ทำไมคุณถึงปฏิเสธ?",
    "Enter Reason": "ป้อนเหตุผล",
    "Confirm": "ยืนยัน",
    "Subscriptions List": "รายการการสมัครสมาชิก",
    "Started": "เริ่มต้น",
    "End": "จบ",
    "Gateway Method": "วิธีเกตเวย์",
    "Are you sure?": "คุณแน่ใจหรือไม่?",
    "Add New Testimonial": "เพิ่มคำรับรองใหม่",
    "Client Name": "ชื่อลูกค้า",
    "Enter Client Name": "กรอกชื่อลูกค้า",
    "Stars": "ดาว",
    "Works At": "ทำงานที่",
    "Client Image": "รูปภาพลูกค้า",
    "Review": "รีวิว",
    "Enter text": "กรอกข้อความ",
    "Enter review message here": "กรอกข้อความรีวิวที่นี่",
    "Edit Testimonial": "แก้ไขคำรับรอง",
    "Testimonials List": "รายการคำรับรอง",
    "Create New": "สร้างใหม่",
    "Add New Staff": "เพิ่มพนักงานใหม่",
    "Full Name": "ชื่อเต็ม",
    "Enter Email Address": "กรอกที่อยู่อีเมล",
    "Edit Staff": "แก้ไขพนักงาน",
    "Staff List": "รายชื่อพนักงาน",
    "User Email": "อีเมลผู้ใช้",
    "User Role": "บทบาทผู้ใช้",
    "Comments": "ความคิดเห็น",
    "Comment List": "รายการความคิดเห็น",
    "Create Blog": "สร้างบล็อก",
    "Blog List": "รายการบล็อก",
    "Select a status": "เลือกสถานะ",
    "Tags": "แท็ก",
    "Enter tags name": "กรอกชื่อแท็ก",
    "SEO Meta Tags": "SEO Meta Tags",
    "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": "หน้าความเป็นส่วนตัว",
    "Contact us Page": "หน้าติดต่อเรา",
    "Pricing Section": "ส่วนราคา",
    "Footer Section": "ส่วนท้าย",
    "Social Medias": "โซเชียลมีเดีย",
    "Button One": "ปุ่มหนึ่ง",
    "Button Text": "ข้อความปุ่ม",
    "Button One Link": "ลิงก์ปุ่มหนึ่ง",
    "Button Two": "ปุ่มสอง",
    "Button Two Link": "ลิงก์ปุ่มสอง",
    "Scanner Text": "ข้อความสแกนเนอร์",
    "Scanner Image": "รูปภาพสแกนเนอร์",
    "Slider Image": "รูปภาพสไลด์เดอร์",
    "Header Button Text": "ข้อความปุ่มหัวเว็บ",
    "Header Button Link": "ลิงก์ปุ่มหัวเว็บ",
    "Enter Header link": "ป้อนลิงก์หัวเว็บ",
    "Section Title": "หัวข้อของส่วน",
    "Enter Section Title": "ป้อนหัวข้อของส่วน",
    "Interface Title": "หัวข้ออินเทอร์เฟซ",
    "Watch Title": "หัวข้อการรับชม",
    "Button Link": "ลิงก์ปุ่ม",
    "Watch Image": "รูปภาพนาฬิกา",
    "Blog Title": "หัวข้อบทความ",
    "Read More Button Text": "อ่านเพิ่มเติม ข้อความปุ่ม",
    "View All Button Text": "ดูทั้งหมด ข้อความปุ่ม",
    "View All Link": "ลิงก์ดูทั้งหมด",
    "Testimonial Title": "หัวข้อข้อคิดเห็น",
    "Enter Short Title": "ป้อนหัวข้อสั้น",
    "Long Title": "หัวข้อยาว",
    "About Image": "รูปภาพเกี่ยวกับเรา",
    "Description One": "คำอธิบายหนึ่ง",
    "Description Two": "คำอธิบายสอง",
    "Option": "ตัวเลือก",
    "Icon": "ไอคอน",
    "Plan Button Url": "ลิงก์ปุ่มแผน",
    "Short Title": "หัวข้อสั้น",
    "Right Footer Title": "หัวข้อส่วนท้ายขวา",
    "Middle Footer Title": "หัวข้อส่วนท้ายกลาง",
    "Apple App Link": "ลิงก์แอปเปิ้ล",
    "Apple App": "แอปเปิ้ล",
    "Google Play Link": "ลิงก์ Google Play",
    "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.": "คุณได้รับอีเมลฉบับนี้เนื่องจากคุณได้ร้องขอรีเซ็ต密碼 (mì mà) (password)",
    "Your verification code is:": "รหัสยืนยันของคุณคือ:",
    "This password reset code will expire in 60 minutes.": "รหัสรีเซ็ต密碼 (mì mà) (password) นี้จะหมดอายุภายใน 60 นาที",
    "If you did not request a password reset, no further action is required.": "หากคุณไม่ได้ร้องขอรีเซ็ต密碼 (mì mà) (password) ไม่ต้องดำเนินการใดเพิ่มเติม",
    "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, &amp; Queue",
    "installer_messages.environment.wizard.form.app_tabs.broadcasting_label": "Broadcast Driver",
    "installer_messages.environment.wizard.form.app_tabs.broadcasting_placeholder": "Broadcast Driver",
    "installer_messages.environment.wizard.form.app_tabs.cache_label": "Cache Driver",
    "installer_messages.environment.wizard.form.app_tabs.cache_placeholder": "Cache Driver",
    "installer_messages.environment.wizard.form.app_tabs.session_label": "Session Driver",
    "installer_messages.environment.wizard.form.app_tabs.session_placeholder": "Session Driver",
    "installer_messages.environment.wizard.form.app_tabs.queue_label": "Queue Driver",
    "installer_messages.environment.wizard.form.app_tabs.queue_placeholder": "Queue Driver",
    "installer_messages.environment.wizard.form.app_tabs.redis_label": "Redis Driver",
    "installer_messages.environment.wizard.form.app_tabs.redis_host": "Redis Host",
    "installer_messages.environment.wizard.form.app_tabs.redis_password": "Redis Password",
    "installer_messages.environment.wizard.form.app_tabs.redis_port": "Redis Port",
    "installer_messages.environment.wizard.form.app_tabs.mail_label": "Mail",
    "installer_messages.environment.wizard.form.app_tabs.mail_driver_label": "Mail Driver",
    "installer_messages.environment.wizard.form.app_tabs.mail_driver_placeholder": "Mail Driver",
    "installer_messages.environment.wizard.form.app_tabs.mail_host_label": "Mail Host",
    "installer_messages.environment.wizard.form.app_tabs.mail_host_placeholder": "Mail Host",
    "installer_messages.environment.wizard.form.app_tabs.mail_port_label": "Mail Port",
    "installer_messages.environment.wizard.form.app_tabs.mail_port_placeholder": "Mail Port",
    "installer_messages.environment.wizard.form.app_tabs.mail_username_label": "Mail Username",
    "installer_messages.environment.wizard.form.app_tabs.mail_username_placeholder": "Mail Username",
    "installer_messages.environment.wizard.form.app_tabs.mail_password_label": "Mail Password",
    "installer_messages.environment.wizard.form.app_tabs.mail_password_placeholder": "Mail Password",
    "installer_messages.environment.wizard.form.app_tabs.mail_encryption_label": "Mail Encryption",
    "installer_messages.environment.wizard.form.app_tabs.mail_encryption_placeholder": "Mail Encryption",
    "installer_messages.environment.wizard.form.app_tabs.pusher_label": "Pusher",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_id_label": "Pusher App Id",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_id_palceholder": "Pusher App Id",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_key_label": "Pusher App Key",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_key_palceholder": "Pusher App Key",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_secret_label": "Pusher App Secret",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_secret_palceholder": "Pusher App Secret",

    "installer_messages.environment.wizard.form.buttons.setup_database": "Setup Database",
    "installer_messages.environment.wizard.form.buttons.setup_application": "Setup Application",
    "installer_messages.environment.wizard.form.buttons.install": "Install",

    "installer_messages.environment.classic.templateTitle": "Step 3 | Environment Settings | Classic Editor",
    "installer_messages.environment.classic.title": "Classic Environment Editor",
    "installer_messages.environment.classic.save": "Save .env",
    "installer_messages.environment.classic.back": "Use Form Wizard",
    "installer_messages.environment.classic.install": "Save and Install",

    "installer_messages.environment.success": "Your .env file settings have been saved.",
    "installer_messages.environment.errors": "Unable to save the .env file, Please create it manually.",

    "installer_messages.install": "Install",
    "installer_messages.installed.success_log_message": "Laravel Installer successfully INSTALLED on ",

    "installer_messages.final.title": "Installation Finished",
    "installer_messages.final.templateTitle": "Installation Finished",
    "installer_messages.final.finished": "Application has been successfully installed.",
    "installer_messages.final.migration": "Migration &amp; Seed Console Output:",
    "installer_messages.final.console": "Application Console Output:",
    "installer_messages.final.log": "Installation Log Entry:",
    "installer_messages.final.env": "Final .env File:",
    "installer_messages.final.exit": "Click here to exit",

    "installer_messages.updater.title": "Laravel Updater",
    "installer_messages.updater.welcome.title": "Welcome To The Updater",
    "installer_messages.updater.welcome.message": "Welcome to the update wizard.",

    "installer_messages.updater.overview.title": "Overview",
    "installer_messages.updater.overview.message": "There is 1 update.|There are :number updates.",
    "installer_messages.updater.overview.install_updates": "Install Updates",
    "installer_messages.updater.final.title": "Finished",
    "installer_messages.updater.final.finished": "Application's database has been successfully updated.",
    "installer_messages.updater.final.exit": "Click here to exit",
    "installer_messages.updater.log.success_message": "Laravel Installer successfully UPDATED on "
}
