2103 lines
143 KiB
JSON
2103 lines
143 KiB
JSON
{
|
||
"auth.failed": "These credentials do not match our records.",
|
||
"auth.password": "The provided password is incorrect.",
|
||
"auth.throttle": "Too many login attempts. Please try again in :seconds seconds.",
|
||
"pagination.previous": "« Previous",
|
||
"pagination.next": "Next »",
|
||
"passwords.reset": "Your password has been reset!",
|
||
"passwords.sent": "We have emailed your password reset link!",
|
||
"passwords.throttled": "Please wait before retrying.",
|
||
"passwords.token": "This password reset token is invalid.",
|
||
"passwords.user": "We can't find a user with that email address.",
|
||
"validation.accepted": "The :attribute must be accepted.",
|
||
"validation.accepted_if": "The :attribute must be accepted when :other is :value.",
|
||
"validation.active_url": "The :attribute is not a valid URL.",
|
||
"validation.after": "The :attribute must be a date after :date.",
|
||
"validation.after_or_equal": "The :attribute must be a date after or equal to :date.",
|
||
"validation.alpha": "The :attribute must only contain letters.",
|
||
"validation.alpha_dash": "The :attribute must only contain letters, numbers, dashes and underscores.",
|
||
"validation.alpha_num": "The :attribute must only contain letters and numbers.",
|
||
"validation.array": "The :attribute must be an array.",
|
||
"validation.before": "The :attribute must be a date before :date.",
|
||
"validation.before_or_equal": "The :attribute must be a date before or equal to :date.",
|
||
"validation.between.array": "The :attribute must have between :min and :max items.",
|
||
"validation.between.file": "The :attribute must be between :min and :max kilobytes.",
|
||
"validation.between.numeric": "The :attribute must be between :min and :max.",
|
||
"validation.between.string": "The :attribute must be between :min and :max characters.",
|
||
"validation.boolean": "The :attribute field must be true or false.",
|
||
"validation.confirmed": "The :attribute confirmation does not match.",
|
||
"validation.current_password": "The password is incorrect.",
|
||
"validation.date": "The :attribute is not a valid date.",
|
||
"validation.date_equals": "The :attribute must be a date equal to :date.",
|
||
"validation.date_format": "The :attribute does not match the format :format.",
|
||
"validation.declined": "The :attribute must be declined.",
|
||
"validation.declined_if": "The :attribute must be declined when :other is :value.",
|
||
"validation.different": "The :attribute and :other must be different.",
|
||
"validation.digits": "The :attribute must be :digits digits.",
|
||
"validation.digits_between": "The :attribute must be between :min and :max digits.",
|
||
"validation.dimensions": "The :attribute has invalid image dimensions.",
|
||
"validation.distinct": "The :attribute field has a duplicate value.",
|
||
"validation.email": "The :attribute must be a valid email address.",
|
||
"validation.ends_with": "The :attribute must end with one of the following: :values.",
|
||
"validation.enum": "The selected :attribute is invalid.",
|
||
"validation.exists": "The selected :attribute is invalid.",
|
||
"validation.file": "The :attribute must be a file.",
|
||
"validation.filled": "The :attribute field must have a value.",
|
||
"validation.gt.array": "The :attribute must have more than :value items.",
|
||
"validation.gt.file": "The :attribute must be greater than :value kilobytes.",
|
||
"validation.gt.numeric": "The :attribute must be greater than :value.",
|
||
"validation.gt.string": "The :attribute must be greater than :value characters.",
|
||
"validation.gte.array": "The :attribute must have :value items or more.",
|
||
"validation.gte.file": "The :attribute must be greater than or equal to :value kilobytes.",
|
||
"validation.gte.numeric": "The :attribute must be greater than or equal to :value.",
|
||
"validation.gte.string": "The :attribute must be greater than or equal to :value characters.",
|
||
"validation.image": "The :attribute must be an image.",
|
||
"validation.in": "The selected :attribute is invalid.",
|
||
"validation.in_array": "The :attribute field does not exist in :other.",
|
||
"validation.integer": "The :attribute must be an integer.",
|
||
"validation.ip": "The :attribute must be a valid IP address.",
|
||
"validation.ipv4": "The :attribute must be a valid IPv4 address.",
|
||
"validation.ipv6": "The :attribute must be a valid IPv6 address.",
|
||
"validation.json": "The :attribute must be a valid JSON string.",
|
||
"validation.lt.array": "The :attribute must have less than :value items.",
|
||
"validation.lt.file": "The :attribute must be less than :value kilobytes.",
|
||
"validation.lt.numeric": "The :attribute must be less than :value.",
|
||
"validation.lt.string": "The :attribute must be less than :value characters.",
|
||
"validation.lte.array": "The :attribute must not have more than :value items.",
|
||
"validation.lte.file": "The :attribute must be less than or equal to :value kilobytes.",
|
||
"validation.lte.numeric": "The :attribute must be less than or equal to :value.",
|
||
"validation.lte.string": "The :attribute must be less than or equal to :value characters.",
|
||
"validation.mac_address": "The :attribute must be a valid MAC address.",
|
||
"validation.max.array": "The :attribute must not have more than :max items.",
|
||
"validation.max.file": "The :attribute must not be greater than :max kilobytes.",
|
||
"validation.max.numeric": "The :attribute must not be greater than :max.",
|
||
"validation.max.string": "The :attribute must not be greater than :max characters.",
|
||
"validation.mimes": "The :attribute must be a file of type: :values.",
|
||
"validation.mimetypes": "The :attribute must be a file of type: :values.",
|
||
"validation.min.array": "The :attribute must have at least :min items.",
|
||
"validation.min.file": "The :attribute must be at least :min kilobytes.",
|
||
"validation.min.numeric": "The :attribute must be at least :min.",
|
||
"validation.min.string": "The :attribute must be at least :min characters.",
|
||
"validation.multiple_of": "The :attribute must be a multiple of :value.",
|
||
"validation.not_in": "The selected :attribute is invalid.",
|
||
"validation.not_regex": "The :attribute format is invalid.",
|
||
"validation.numeric": "The :attribute must be a number.",
|
||
"validation.present": "The :attribute field must be present.",
|
||
"validation.prohibited": "The :attribute field is prohibited.",
|
||
"validation.prohibited_if": "The :attribute field is prohibited when :other is :value.",
|
||
"validation.prohibited_unless": "The :attribute field is prohibited unless :other is in :values.",
|
||
"validation.prohibits": "The :attribute field prohibits :other from being present.",
|
||
"validation.regex": "The :attribute format is invalid.",
|
||
"validation.required": "The :attribute field is required.",
|
||
"validation.required_array_keys": "The :attribute field must contain entries for: :values.",
|
||
"validation.required_if": "The :attribute field is required when :other is :value.",
|
||
"validation.required_unless": "The :attribute field is required unless :other is in :values.",
|
||
"validation.required_with": "The :attribute field is required when :values is present.",
|
||
"validation.required_with_all": "The :attribute field is required when :values are present.",
|
||
"validation.required_without": "The :attribute field is required when :values is not present.",
|
||
"validation.required_without_all": "The :attribute field is required when none of :values are present.",
|
||
"validation.same": "The :attribute and :other must match.",
|
||
"validation.size.array": "The :attribute must contain :size items.",
|
||
"validation.size.file": "The :attribute must be :size kilobytes.",
|
||
"validation.size.numeric": "The :attribute must be :size.",
|
||
"validation.size.string": "The :attribute must be :size characters.",
|
||
"validation.starts_with": "The :attribute must start with one of the following: :values.",
|
||
"validation.string": "The :attribute must be a string.",
|
||
"validation.timezone": "The :attribute must be a valid timezone.",
|
||
"validation.unique": "The :attribute has already been taken.",
|
||
"validation.uploaded": "The :attribute failed to upload.",
|
||
"validation.url": "The :attribute must be a valid URL.",
|
||
"validation.uuid": "The :attribute must be a valid UUID.",
|
||
"validation.custom.attribute-name.rule-name": "custom-message",
|
||
|
||
"Dashboard": "แดชบอร์ด",
|
||
"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 went wrong.": "มีบางอย่างผิดพลาด",
|
||
"Default currency activated successfully": "เปิดใช้งานสกุลเงินเริ่มต้นสำเร็จ",
|
||
"Failed to set default currency. Please try again.": "ไม่สามารถตั้งค่าสกุลเงินเริ่มต้นได้ กรุณาลองใหม่อีกครั้ง",
|
||
"Collect Due saved successfully": "บันทึกการเก็บหนี้สำเร็จ",
|
||
"Expense Category saved successfully.": "บันทึกหมวดหมู่ค่าใช้จ่ายสำเร็จ",
|
||
"Expense Category updated successfully.": "อัพเดตหมวดหมู่ค่าใช้จ่ายสำเร็จ",
|
||
"Expense Category deleted successfully": "ลบหมวดหมู่ค่าใช้จ่ายสำเร็จ",
|
||
"Selected item deleted successfully.": "ลบรายการที่เลือกสำเร็จ",
|
||
"Expense saved successfully.": "บันทึกค่าใช้จ่ายสำเร็จ",
|
||
"Expense updated successfully.": "อัพเดตค่าใช้จ่ายสำเร็จ",
|
||
"Expense deleted successfully": "ลบค่าใช้จ่ายสำเร็จ",
|
||
"Selected Items deleted successfully.": "ลบรายการที่เลือกสำเร็จ",
|
||
"Income Category saved successfully.": "บันทึกหมวดหมู่รายได้สำเร็จ",
|
||
"Income Category updated successfully.": "อัพเดตหมวดหมู่รายได้สำเร็จ",
|
||
"Income Category deleted successfully": "ลบหมวดหมู่รายได้สำเร็จ",
|
||
"Income saved successfully.": "บันทึกรายได้สำเร็จ",
|
||
"Income updated successfully.": "อัพเดตรายได้สำเร็จ",
|
||
"Income deleted successfully": "ลบรายได้สำเร็จ",
|
||
"Premission denied.": "การเข้าถึงถูกปฏิเสธ",
|
||
"Customer created successfully": "สร้างลูกค้าสำเร็จ",
|
||
"Supplier created successfully": "สร้างผู้จัดหาสินค้าสำเร็จ",
|
||
"Supplier deleted successfully": "ลบผู้จัดหาสินค้าสำเร็จ",
|
||
"Customer deleted successfully": "ลบลูกค้าสำเร็จ",
|
||
"Selected parties deleted successfully": "ลบฝ่ายที่เลือกสำเร็จ",
|
||
"Product saved successfully.": "บันทึกผลิตภัณฑ์สำเร็จ",
|
||
"Data saved successfully.": "บันทึกข้อมูลสำเร็จ",
|
||
"Product deleted successfully": "ลบผลิตภัณฑ์สำเร็จ",
|
||
"Selected product deleted successfully": "ลบผลิตภัณฑ์ที่เลือกสำเร็จ",
|
||
"Cart is empty. Add items first!": "ตะกร้าสินค้าเปล่า กรุณาเพิ่มสินค้าก่อน!",
|
||
"Purchase created successfully.": "สร้างการสั่งซื้อสำเร็จ",
|
||
"Somethings went wrong!": "มีบางอย่างผิดพลาด!",
|
||
"Purchase updated successfully.": "อัพเดตการสั่งซื้อสำเร็จ",
|
||
"Selected purchases deleted successfully.": "ลบการสั่งซื้อที่เลือกสำเร็จ",
|
||
"Sales created successfully.": "สร้างการขายสำเร็จ",
|
||
"You cannot sale in due for a walking customer.": "คุณไม่สามารถขายในเงื่อนไขเครดิตให้กับลูกค้าเดินเข้ามา",
|
||
"Sales updated successfully.": "อัพเดตการขายสำเร็จ",
|
||
"Sale deleted successfully.": "ลบการขายสำเร็จ",
|
||
"Selected sales deleted successfully.": "ลบการขายที่เลือกสำเร็จ",
|
||
"Unit saved successfully": "บันทึกหน่วยสำเร็จ",
|
||
"Unit updated successfully": "อัพเดตหน่วยสำเร็จ",
|
||
"Units deleted successfully": "ลบหน่วยสำเร็จ",
|
||
"Unit deleted successfully": "ลบหน่วยสำเร็จ",
|
||
"Quantity and price updated successfully": "อัพเดตจำนวนและราคาเรียบร้อยแล้ว",
|
||
"Enter valid qty and price": "กรอกจำนวนและราคาที่ถูกต้อง",
|
||
"Item not found in the cart": "ไม่พบสินค้านี้ในตะกร้า",
|
||
"The cart does not contain this item": "ตะกร้าไม่มีสินค้านี้",
|
||
"Item removed from cart": "สินค้าถูกลบจากตะกร้า",
|
||
"All cart removed successfully!": "ลบตะกร้าทั้งหมดสำเร็จ!",
|
||
"Current Password does not match with old password": "รหัสผ่านปัจจุบันไม่ตรงกับรหัสผ่านเก่า",
|
||
"Profile updated successfully": "อัพเดตโปรไฟล์สำเร็จ",
|
||
"Purchase returned successfully.": "คืนการสั่งซื้อสำเร็จ",
|
||
"Business General Setting updated successfully": "อัพเดตการตั้งค่าธุรกิจสำเร็จ",
|
||
"User role created successfully": "สร้างบทบาทผู้ใช้สำเร็จ",
|
||
"User role updated successfully": "อัพเดตบทบาทผู้ใช้สำเร็จ",
|
||
"User role deleted successfully": "ลบบทบาทผู้ใช้สำเร็จ",
|
||
"You have no permission to access.": "คุณไม่มีสิทธิ์เข้าถึง",
|
||
"Sale returned successfully.": "คืนการขายสำเร็จ",
|
||
"New subscription order successfully.": "สร้างคำสั่งซื้อการสมัครสมาชิกใหม่สำเร็จ",
|
||
|
||
"Branch": "สาขา",
|
||
"Warehouse": "คลังสินค้า",
|
||
"Overview": "ภาพรวม",
|
||
"Branch List": "รายการสาขา",
|
||
"Role & permissions": "บทบาทและสิทธิ์",
|
||
"Warehouses List": "รายการคลังสินค้า",
|
||
"Stock Qty": "จำนวนสต็อก",
|
||
"Create Warehouse": "สร้างคลังสินค้า",
|
||
"Enter phone": "กรอกเบอร์โทร",
|
||
"Enter email": "กรอกอีเมล",
|
||
"Enter address": "กรอกที่อยู่",
|
||
"Enter name": "กรอกชื่อ",
|
||
"Edit Warehouse": "แก้ไขคลังสินค้า",
|
||
"Select Branch": "เลือกสาขา",
|
||
"Rack": "ชั้นวาง",
|
||
"Shelf": "ชั้น",
|
||
"Statement": "คำชี้แจง",
|
||
"Expire Product": "สินค้าหมดอายุ",
|
||
"Branch Wise Sales": "ยอดขายตามสาขา",
|
||
"Branch Wise Purchases": "การซื้อตามสาขา",
|
||
"Employee Overview": "ภาพรวมพนักงาน",
|
||
"Staffs": "เจ้าหน้าที่",
|
||
"Add new Branch": "เพิ่มสาขาใหม่",
|
||
"Create Branch": "สร้างสาขา",
|
||
"Opening Balance": "ยอดคงเหลือต้นงวด",
|
||
"Enter balance": "กรอกยอดคงเหลือ",
|
||
"Enter description": "กรอกรายละเอียด",
|
||
"Edit Branch": "แก้ไขสาขา",
|
||
"Example": "ตัวอย่าง",
|
||
"Acnoo": "แอคนู",
|
||
"in this example": "ในตัวอย่างนี้",
|
||
"Previously, you didn’t have a branch section. So, when you create your first branch, another branch will be created automatically using your company/business name.": "ก่อนหน้านี้คุณยังไม่มีส่วนของสาขา ดังนั้นเมื่อคุณสร้างสาขาแรก จะมีอีกสาขาหนึ่งถูกสร้างขึ้นโดยอัตโนมัติด้วยชื่อบริษัท/ธุรกิจของคุณ",
|
||
"when you create your first branch, another branch will automatically be created with the name": "เมื่อคุณสร้างสาขาแรก จะมีอีกสาขาหนึ่งถูกสร้างขึ้นโดยอัตโนมัติด้วยชื่อนี้",
|
||
"If your company/business name is": "ถ้าชื่อบริษัท/ธุรกิจของคุณคือ",
|
||
"All your previous data will be assigned to the automatically created branch": "ข้อมูลก่อนหน้าของคุณทั้งหมดจะถูกกำหนดให้กับสาขาที่สร้างขึ้นโดยอัตโนมัติ",
|
||
"You cannot delete the automatically created branch. This is because if a branch is deleted, it is removed from every section, making it impossible to filter branch data. Therefore, the automatically created branch cannot be deleted.": "คุณไม่สามารถลบสาขาที่ถูกสร้างขึ้นโดยอัตโนมัติได้ เนื่องจากหากสาขาถูกลบ มันจะถูกลบออกจากทุกส่วน ทำให้ไม่สามารถกรองข้อมูลสาขาได้ ดังนั้นสาขาที่ถูกสร้างขึ้นโดยอัตโนมัติจึงไม่สามารถลบได้",
|
||
"Role & Permission": "บทบาทและสิทธิ์",
|
||
"Add Role": "เพิ่มบทบาท",
|
||
"Selected role deleted successfully": "ลบบทบาทที่เลือกเรียบร้อยแล้ว",
|
||
"Branch saved successfully.": "บันทึกสาขาเรียบร้อยแล้ว",
|
||
"Branch updated successfully.": "อัปเดตสาขาเรียบร้อยแล้ว",
|
||
"Selected branch deleted successfully": "ลบสาขาที่เลือกเรียบร้อยแล้ว",
|
||
"Branch deleted successfully": "ลบสาขาเรียบร้อยแล้ว",
|
||
"Warehouse saved successfully.": "บันทึกคลังสินค้าเรียบร้อยแล้ว",
|
||
"Warehouse updated successfully.": "อัปเดตคลังสินค้าเรียบร้อยแล้ว",
|
||
"Warehouse deleted successfully": "ลบคลังสินค้าเรียบร้อยแล้ว",
|
||
"Selected items deleted successfully.": "ลบรายการที่เลือกเรียบร้อยแล้ว",
|
||
"My Domains": "โดเมนของฉัน",
|
||
"Domain List": "รายการโดเมน",
|
||
"Domains": "โดเมน",
|
||
"Domain Name": "ชื่อโดเมน",
|
||
"Is Verified": "ตรวจสอบแล้วหรือไม่",
|
||
"Has SSL": "มี SSL หรือไม่",
|
||
"Added on": "เพิ่มเมื่อ",
|
||
"Add New Domain": "เพิ่มโดเมนใหม่",
|
||
"Domain Type": "ประเภทโดเมน",
|
||
"Addon Domain": "โดเมนเสริม",
|
||
"Subdomain": "ซับโดเมน",
|
||
"Enter your domain name": "กรอกชื่อโดเมนของคุณ",
|
||
"row selected": "แถวที่เลือก",
|
||
"A new sub domain has been added.": "เพิ่มซับโดเมนใหม่แล้ว",
|
||
"A new domain has been added.": "เพิ่มโดเมนใหม่แล้ว",
|
||
"Domain deleted successfully": "ลบโดเมนเรียบร้อยแล้ว",
|
||
"Domains deleted successfully": "ลบโดเมนเรียบร้อยแล้ว",
|
||
"Domains List": "รายการโดเมน",
|
||
"Get instruction": "รับคำแนะนำ",
|
||
"Accept": "ยอมรับ",
|
||
"Pending": "รอดำเนินการ",
|
||
"Why are you reject it?": "คุณปฏิเสธมันทำไม?",
|
||
"Enter reason...": "กรอกเหตุผล...",
|
||
"Submit": "ส่ง",
|
||
"Instructions": "คำแนะนำ",
|
||
"cPanel Domain Setup Instructions": "คำแนะนำการตั้งค่าโดเมน cPanel",
|
||
"Login to your": "เข้าสู่ระบบของคุณ",
|
||
"cPanel": "cPanel",
|
||
"account": "บัญชี",
|
||
"Go to": "ไปที่",
|
||
"Domains → Addon Domains": "โดเมน → โดเมนเสริม",
|
||
"Enter your new domain": "กรอกโดเมนใหม่ของคุณ",
|
||
"Leave the auto-generated subdirectory and FTP as default": "ปล่อยให้ไดเรกทอรีย่อยและ FTP ที่สร้างขึ้นอัตโนมัติเป็นค่าเริ่มต้น",
|
||
"Click": "คลิก",
|
||
"Add Domain": "เพิ่มโดเมน",
|
||
"Update your domain’s DNS to point to your cPanel nameservers": "อัปเดต DNS ของโดเมนของคุณให้ชี้ไปที่ nameserver ของ cPanel",
|
||
"Tip": "เคล็ดลับ",
|
||
"If you need SSL, go to": "หากคุณต้องการ SSL ไปที่",
|
||
"SSL/TLS": "SSL/TLS",
|
||
"in cPanel and issue a certificate for your new domain (Let’s Encrypt is free).": "ใน cPanel และออกใบรับรองสำหรับโดเมนใหม่ของคุณ (Let’s Encrypt ฟรี)",
|
||
"Apache VPS Configuration": "การกำหนดค่า Apache VPS",
|
||
"Apache Wildcard Domain Setup": "การตั้งค่าโดเมน Apache Wildcard",
|
||
"Create a config file in": "สร้างไฟล์ config ใน",
|
||
"How to Add a Domain in cPanel": "วิธีเพิ่มโดเมนใน cPanel",
|
||
"Enable the site and reload Apache": "เปิดใช้งานเว็บไซต์และรีโหลด Apache",
|
||
"Always test config before reload": "ทดสอบ config ทุกครั้งก่อนรีโหลด",
|
||
"Replace": "แทนที่",
|
||
"with your actual domain": "ด้วยโดเมนจริงของคุณ",
|
||
"Ensure correct file permissions (chown/chmod)": "ตรวจสอบสิทธิ์ของไฟล์ให้ถูกต้อง (chown/chmod)",
|
||
"Use": "ใช้",
|
||
"Certbot": "Certbot",
|
||
"for free SSL": "สำหรับ SSL ฟรี",
|
||
"Nginx VPS Configuration": "การกำหนดค่า Nginx VPS",
|
||
"Nginx Wildcard Domain Setup": "การตั้งค่าโดเมน Nginx Wildcard",
|
||
"Enable the site and reload Nginx": "เปิดใช้งานเว็บไซต์และรีโหลด Nginx",
|
||
"Important": "สำคัญ",
|
||
"Ensure correct file permissions": "ตรวจสอบสิทธิ์ไฟล์ให้ถูกต้อง",
|
||
"Domain updated successfully": "อัปเดตโดเมนเรียบร้อยแล้ว",
|
||
"Domain": "โดเมน",
|
||
"Domain has been rejected successfully.": "ปฏิเสธโดเมนเรียบร้อยแล้ว",
|
||
"Domain has been approved successfully.": "อนุมัติโดเมนเรียบร้อยแล้ว",
|
||
"Edit Domain": "แก้ไขโดเมน",
|
||
"Deleted by user": "ถูกลบโดยผู้ใช้",
|
||
|
||
"Download Apk": "ดาวน์โหลด APK",
|
||
"SMS Marketing": "การตลาดผ่าน SMS",
|
||
"Party Reports": "รายงานคู่ค้า",
|
||
"HRM": "การจัดการทรัพยากรบุคคล",
|
||
"Finance & Accounts": "การเงินและบัญชี",
|
||
"Transfer": "การโอน",
|
||
"Expired": "หมดอายุ",
|
||
"Upgrade Now": "อัปเกรดตอนนี้",
|
||
"No Active Plan": "ไม่มีแผนที่ใช้งานอยู่",
|
||
"Please subscribe to a plan": "กรุณาสมัครแผนบริการ",
|
||
"Invoice Wise Profit": "กำไรตามใบแจ้งหนี้",
|
||
"Company / Business Name": "ชื่อบริษัท / ธุรกิจ",
|
||
"Shop Opening Balance": "ยอดเงินคงเหลือเริ่มต้นร้านค้า",
|
||
"Shop Remaining Balance": "ยอดเงินคงเหลือของร้านค้า",
|
||
"Plan Expire Date": "วันหมดอายุของแผน",
|
||
"Enter Business Name": "กรอกชื่อธุรกิจ",
|
||
"Enter your Name": "กรอกชื่อของคุณ",
|
||
"POS": "ระบบขายหน้าร้าน (POS)",
|
||
"Inventory": "สินค้าคงคลัง",
|
||
"Shipping Charge": "ค่าจัดส่ง",
|
||
"Rounding(+/-)": "การปัดเศษ (+/-)",
|
||
"Create Customer": "สร้างลูกค้า",
|
||
"Add Payment": "เพิ่มการชำระเงิน",
|
||
"Cheque": "เช็ค",
|
||
"Wallet": "กระเป๋าเงิน",
|
||
"Select Warehouse": "เลือกคลังสินค้า",
|
||
"Batch": "แบทช์",
|
||
"Scan / search by code or name": "สแกน / ค้นหาด้วยรหัสหรือชื่อ",
|
||
"Show 20": "แสดง - 20",
|
||
"Show 500": "แสดง - 500",
|
||
"Yesterday": "เมื่อวาน",
|
||
"Last 30 Days": "30 วันที่ผ่านมา",
|
||
"Current Month": "เดือนปัจจุบัน",
|
||
"Current Year": "ปีปัจจุบัน",
|
||
"Custom Date": "กำหนดวันที่เอง",
|
||
"View Payment": "ดูการชำระเงิน",
|
||
"Receipt No.": "เลขที่ใบเสร็จ",
|
||
"Inventory Sales": "การขายสินค้าคงคลัง",
|
||
"Flat": "คงที่",
|
||
"Percent (%)": "เปอร์เซ็นต์ (%)",
|
||
"Select Product": "เลือกสินค้า",
|
||
"Guarantee": "การรับประกัน",
|
||
"Warranty": "การรับประกันสินค้า",
|
||
"Remarks": "หมายเหตุ",
|
||
"Sales Invoice": "ใบแจ้งหนี้การขาย",
|
||
"PDF": "PDF",
|
||
"Print": "พิมพ์",
|
||
"Sales By": "ขายโดย",
|
||
"Sub-Total": "ยอดรวมย่อย",
|
||
"Net Payable": "ยอดสุทธิที่ต้องชำระ",
|
||
"invoice": "ใบแจ้งหนี้",
|
||
"QTY": "จำนวน",
|
||
|
||
"U.Price": "ราคาต่อหน่วย",
|
||
"Delivery charge": "ค่าจัดส่ง",
|
||
"Total Payable": "ยอดชำระทั้งหมด",
|
||
"Total Return": "ยอดคืนทั้งหมด",
|
||
"Payable": "ยอดที่ต้องชำระ",
|
||
"Return Product": "คืนสินค้า",
|
||
"Returned Item": "สินค้าที่คืนแล้ว",
|
||
"Total Return Amount": "จำนวนเงินคืนทั้งหมด",
|
||
"Add Purchase": "เพิ่มการซื้อ",
|
||
"Returns List": "รายการคืนสินค้า",
|
||
|
||
"Partial Paid": "ชำระบางส่วน",
|
||
"Bulk Upload": "อัปโหลดจำนวนมาก",
|
||
"Save & Published": "บันทึกและเผยแพร่",
|
||
"Product price, stock": "ราคาสินค้า, สต็อก",
|
||
"Combo Products": "สินค้าชุด",
|
||
"Expired Products": "สินค้าหมดอายุ",
|
||
"Print Labels": "พิมพ์ฉลาก",
|
||
"Model": "รุ่น",
|
||
"Variation": "รูปแบบย่อย",
|
||
"Racks": "ชั้นวาง",
|
||
"Shelfs": "ชั้น",
|
||
"Product Image": "รูปภาพสินค้า",
|
||
"Expire Date": "วันหมดอายุ",
|
||
"Barcode Generate": "สร้างบาร์โค้ด",
|
||
"Available Stock": "สต็อกคงเหลือ",
|
||
"Qty / No of label": "จำนวน / จำนวนฉลาก",
|
||
"Packing Date": "วันที่บรรจุ",
|
||
"Information to show in labels": "ข้อมูลที่แสดงบนฉลาก",
|
||
"Product Price": "ราคาสินค้า",
|
||
"Print packing date": "พิมพ์วันที่บรรจุ",
|
||
"Show Price": "แสดงราคา",
|
||
"Barcode Type *": "ประเภทบาร์โค้ด *",
|
||
"Barcode Print Paper Setting": "การตั้งค่ากระดาษพิมพ์บาร์โค้ด",
|
||
"Preview": "ตัวอย่าง",
|
||
"Download File": "ดาวน์โหลดไฟล์",
|
||
"Field Name": "ชื่อฟิลด์",
|
||
"Add new Model": "เพิ่มรุ่นใหม่",
|
||
"Model List": "รายการรุ่น",
|
||
"Model Name": "ชื่อรุ่น",
|
||
"Create Model": "สร้างรุ่น",
|
||
"Variations List": "รายการรูปแบบย่อย",
|
||
"Values": "ค่า",
|
||
"Edit Variation": "แก้ไขรูปแบบย่อย",
|
||
"Rack List": "รายการชั้นวาง",
|
||
"Add new rack": "เพิ่มชั้นวางใหม่",
|
||
"Shelf List": "รายการชั้น",
|
||
"Add shelf": "เพิ่มชั้น",
|
||
"Edit shelf": "แก้ไขชั้น",
|
||
"Transfer List": "รายการโอน",
|
||
"From Branch": "จากสาขา",
|
||
"To Branch": "ไปยังสาขา",
|
||
"From Warehouse": "จากคลังสินค้า",
|
||
"To Warehouse": "ไปยังคลังสินค้า",
|
||
"Add New Transfer": "เพิ่มการโอนใหม่",
|
||
"Transfer Note": "หมายเหตุการโอน",
|
||
"All Stock": "สต็อกทั้งหมด",
|
||
"Party Credit Limit": "วงเงินเครดิตคู่ค้า",
|
||
"Billing Address": "ที่อยู่เรียกเก็บเงิน",
|
||
"City": "เมือง",
|
||
"State": "รัฐ",
|
||
"Zip Code": "รหัสไปรษณีย์",
|
||
"Shipping Address": "ที่อยู่จัดส่ง",
|
||
"Supplier Name": "ชื่อซัพพลายเออร์",
|
||
"Vat List": "รายการภาษีมูลค่าเพิ่ม",
|
||
"Add New Vat": "เพิ่มภาษีมูลค่าเพิ่มใหม่",
|
||
"Tax Setting": "การตั้งค่าภาษี",
|
||
"Add New Vat Group": "เพิ่มกลุ่มภาษีใหม่",
|
||
"Vat Group List": "รายการกลุ่มภาษี",
|
||
"Vat Group Name": "ชื่อกลุ่มภาษี",
|
||
"Select vats": "เลือกภาษี",
|
||
"All List": "รายการทั้งหมด",
|
||
"Guest Due": "ยอดค้างชำระของลูกค้าทั่วไป",
|
||
"Retailer Due": "ยอดค้างชำระของผู้ค้าปลีก",
|
||
"Dealer Due": "ยอดค้างชำระของดีลเลอร์",
|
||
"Wholesaler Due": "ยอดค้างชำระของผู้ค้าส่ง",
|
||
"Guest Due List": "รายการยอดค้างชำระของลูกค้าทั่วไป",
|
||
"Invoice Number": "หมายเลขใบแจ้งหนี้",
|
||
"Bank Account": "บัญชีธนาคาร",
|
||
"Cash In Hand": "เงินสดในมือ",
|
||
"Cheques": "เช็ค",
|
||
"Transactions": "ธุรกรรม",
|
||
"Day Book": "สมุดรายวัน",
|
||
"Cash Flow": "กระแสเงินสด",
|
||
"Bill Wise Profit": "กำไรตามบิล",
|
||
"Expenses": "ค่าใช้จ่าย",
|
||
"Bank Accounts": "บัญชีธนาคาร",
|
||
"Deposit & Withdraws": "ฝากและถอน",
|
||
"Add Bank": "เพิ่มธนาคาร",
|
||
"Account Name": "ชื่อบัญชี",
|
||
"Account Number": "หมายเลขบัญชี",
|
||
"Bank Name": "ชื่อธนาคาร",
|
||
"Branch Name": "ชื่อสาขา",
|
||
"Holder Name": "ชื่อผู้ถือบัญชี",
|
||
"Add New Bank": "เพิ่มธนาคารใหม่",
|
||
"Account Display Name": "ชื่อบัญชีที่แสดง",
|
||
"As of Date": "ณ วันที่",
|
||
"Routing Number": "หมายเลขเส้นทางธนาคาร",
|
||
"UPI ID for QR Code": "UPI ID สำหรับ QR Code",
|
||
"Account Holder Name": "ชื่อผู้ถือบัญชี",
|
||
"Add more fields": "เพิ่มฟิลด์เพิ่มเติม",
|
||
"Print Bank details on invoices": "พิมพ์รายละเอียดธนาคารบนใบแจ้งหนี้",
|
||
"Bank to Bank Transfer": "โอนจากธนาคารไปธนาคาร",
|
||
"Bank to Cash Transfer": "โอนจากธนาคารเป็นเงินสด",
|
||
"Adjust Bank Balance": "ปรับยอดเงินธนาคาร",
|
||
"Adjust Cash": "ปรับเงินสด",
|
||
"Cash to Bank Transfer": "โอนเงินสดเข้าธนาคาร",
|
||
"From": "จาก",
|
||
"To": "ถึง",
|
||
"Transfer Date": "วันที่โอน",
|
||
"Cheques List": "รายการเช็ค",
|
||
"Profit & Loss": "กำไรและขาดทุน",
|
||
"Gross Profit": "กำไรขั้นต้น",
|
||
"Total Expenses": "ค่าใช้จ่ายทั้งหมด",
|
||
"Income Types": "ประเภทรายได้",
|
||
"Expenses Types": "ประเภทค่าใช้จ่าย",
|
||
"Net Profit": "กำไรสุทธิ",
|
||
"Money In": "เงินเข้า",
|
||
"Money Out": "เงินออก",
|
||
"Transaction List": "รายการธุรกรรม",
|
||
"Reference": "อ้างอิง",
|
||
"Transaction Type": "ประเภทธุรกรรม",
|
||
"Due Pay": "ชำระหนี้ค้าง",
|
||
"Due Collect": "เก็บหนี้ค้าง",
|
||
"All Party": "คู่ค้าทั้งหมด",
|
||
"Transaction By": "ทำธุรกรรมโดย",
|
||
"Total :": "รวม :",
|
||
"Cash In": "เงินสดเข้า",
|
||
"Cash Out": "เงินสดออก",
|
||
"Running Cash": "เงินสดคงเหลือ",
|
||
"Bill Wise Profit List": "รายการกำไรตามบิล",
|
||
"Sales Amount": "ยอดขาย",
|
||
"Sale Amount": "ยอดขาย",
|
||
"Create Expense Category": "สร้างหมวดหมู่ค่าใช้จ่าย",
|
||
"Department": "แผนก",
|
||
"Designation": "ตำแหน่ง",
|
||
"Shift": "กะ",
|
||
"Employee": "พนักงาน",
|
||
"Leave Request": "คำขอลา",
|
||
"Holiday": "วันหยุด",
|
||
"Attendance": "การเข้างาน",
|
||
"Payroll": "บัญชีเงินเดือน",
|
||
"Department List": "รายการแผนก",
|
||
"Add Department": "เพิ่มแผนก",
|
||
"Create Department": "สร้างแผนก",
|
||
"Designation List": "รายการตำแหน่ง",
|
||
"Add Designation": "เพิ่มตำแหน่ง",
|
||
"Create Designation": "สร้างตำแหน่ง",
|
||
"Shift List": "รายการกะ",
|
||
|
||
"Add new Shift": "เพิ่มกะใหม่",
|
||
"Start Time": "เวลาเริ่มต้น",
|
||
"End Time": "เวลาสิ้นสุด",
|
||
"Break Time": "เวลาพัก",
|
||
"Break Duration": "ระยะเวลาพัก",
|
||
"Create Shift": "สร้างกะ",
|
||
"Select Name": "เลือกชื่อ",
|
||
"Break Status": "สถานะการพัก",
|
||
"Start Break Time": "เวลาเริ่มพัก",
|
||
"End Break Time": "เวลาสิ้นสุดพัก",
|
||
"Employee List": "รายการพนักงาน",
|
||
"Add new Employee": "เพิ่มพนักงานใหม่",
|
||
"shift": "กะ",
|
||
"Salary": "เงินเดือน",
|
||
"Gender": "เพศ",
|
||
"Birth Date": "วันเกิด",
|
||
"Join Date": "วันที่เข้าทำงาน",
|
||
"Leave Type": "ประเภทการลา",
|
||
"Leave": "การลา",
|
||
"Leave Type List": "รายการประเภทการลา",
|
||
"Add Leave Type": "เพิ่มประเภทการลา",
|
||
"Create Leave Type": "สร้างประเภทการลา",
|
||
"Leave List": "รายการการลา",
|
||
"Add new Leave": "เพิ่มการลาใหม่",
|
||
"Month": "เดือน",
|
||
"Start Date": "วันที่เริ่มต้น",
|
||
"End Date": "วันที่สิ้นสุด",
|
||
"Leave Duration": "ระยะเวลาการลา",
|
||
"Select employee": "เลือกพนักงาน",
|
||
"All month": "ทุกเดือน",
|
||
"Create Leave": "สร้างการลา",
|
||
"Holiday List": "รายการวันหยุด",
|
||
"Add new Holiday": "เพิ่มวันหยุดใหม่",
|
||
"Create Holiday": "สร้างวันหยุด",
|
||
"Tax Report": "รายงานภาษี",
|
||
"Profit Loss": "กำไรและขาดทุน",
|
||
"Due Transaction": "ธุรกรรมค้างชำระ",
|
||
"Subscription Report": "รายงานการสมัครสมาชิก",
|
||
"Product Profit/Loss": "กำไร/ขาดทุนของสินค้า",
|
||
"Top 5 Customer": "ลูกค้า 5 อันดับแรก",
|
||
"Top 5 Supplier": "ซัพพลายเออร์ 5 อันดับแรก",
|
||
"Top 5 Product": "สินค้า 5 อันดับแรก",
|
||
"Combo Product": "สินค้าคอมโบ",
|
||
"Discount Product": "สินค้าลดราคา",
|
||
"Product Wise Purchase": "การซื้อตามสินค้า",
|
||
"Product Wise Sale": "การขายตามสินค้า",
|
||
"Expired Product": "สินค้าหมดอายุ",
|
||
"Customer Ledger": "บัญชีแยกลูกค้า",
|
||
"Supplier Ledger": "บัญชีแยกซัพพลายเออร์",
|
||
"Party Loss/Profit": "กำไร/ขาดทุนตามคู่ค้า",
|
||
"SMS Template": "เทมเพลต SMS",
|
||
"Android Gateway": "เกตเวย์ Android",
|
||
"API Gateway": "เกตเวย์ API",
|
||
"Balance Sheet": "งบดุล",
|
||
"All Due": "ยอดค้างชำระทั้งหมด",
|
||
"Attendance List": "รายการเข้างาน",
|
||
"Add new Attendance": "เพิ่มการเข้างานใหม่",
|
||
"Time In": "เวลาเข้า",
|
||
"Time Out": "เวลาออก",
|
||
"Payroll List": "รายการเงินเดือน",
|
||
"Add new Payroll": "เพิ่มเงินเดือนใหม่",
|
||
"Payment Year": "ปีที่ชำระเงิน",
|
||
"Receipt No": "เลขที่ใบเสร็จ",
|
||
"date": "วันที่",
|
||
|
||
"Attendance Report": "รายงานการเข้างาน",
|
||
"Payroll Report": "รายงานเงินเดือน",
|
||
"Slip No": "หมายเลขสลิป",
|
||
"Leave Report": "รายงานการลา",
|
||
"Total Sale": "ยอดขายรวม",
|
||
"Total Sale Return": "ยอดคืนการขายรวม",
|
||
"Total Purchase Return": "ยอดคืนการซื้อรวม",
|
||
"Tax Report List": "รายการรายงานภาษี",
|
||
"Payment Method": "วิธีการชำระเงิน",
|
||
"Loss/Profit Report Details": "รายละเอียดรายงานกำไร/ขาดทุน",
|
||
"Opening Stock": "สต็อกต้นงวด",
|
||
"(By purchase price)": "(ตามราคาซื้อ)",
|
||
"(By sale price)": "(ตามราคาขาย)",
|
||
"Total purchase:": "ยอดซื้อรวม:",
|
||
"Total purchase shipping charge:": "ค่าขนส่งการซื้อรวม:",
|
||
"Total Sell discount:": "ส่วนลดการขายรวม:",
|
||
"Total Sell Return:": "ยอดคืนการขายรวม:",
|
||
"Closing stock": "สต็อกปลายงวด",
|
||
"Total Sales:": "ยอดขายรวม:",
|
||
"Total sell shipping charge:": "ค่าขนส่งการขายรวม:",
|
||
"Total Purchase Return:": "ยอดคืนการซื้อรวม:",
|
||
"Total Purchase discount:": "ส่วนลดการซื้อรวม:",
|
||
"Total sell round off:": "การปัดเศษการขายรวม:",
|
||
"Credit Limit": "วงเงินเครดิต",
|
||
"Due Collection Transactions": "ธุรกรรมการเก็บหนี้",
|
||
"Pay Due Amount": "ชำระยอดค้าง",
|
||
"Top 5 Customers": "ลูกค้า 5 อันดับแรก",
|
||
"Top 5 Suppliers": "ซัพพลายเออร์ 5 อันดับแรก",
|
||
"Total Purchases": "ยอดซื้อรวม",
|
||
"Top 5 Products": "สินค้า 5 อันดับแรก",
|
||
"Cost Price": "ราคาทุน",
|
||
"Sales price": "ราคาขาย",
|
||
"Product Wise Discount": "ส่วนลดตามสินค้า",
|
||
"Product Purchases": "การซื้อสินค้า",
|
||
"Purchase QTY": "ปริมาณการซื้อ",
|
||
"Product Sales": "การขายสินค้า",
|
||
"Sale QTY": "ปริมาณการขาย",
|
||
"Total Sale Due": "ยอดขายค้างชำระรวม",
|
||
"Total Purchase Due": "ยอดซื้อค้างชำระรวม",
|
||
"Party Wise Loss & Profit": "กำไรและขาดทุนตามคู่ค้า",
|
||
"Gateway List": "รายการเกตเวย์",
|
||
"Gateway ID.": "รหัสเกตเวย์",
|
||
"Gateway Type": "ประเภทเกตเวย์",
|
||
"Device List": "รายการอุปกรณ์",
|
||
"Add Device": "เพิ่มอุปกรณ์",
|
||
"Device ID": "รหัสอุปกรณ์",
|
||
"Device Version": "เวอร์ชันอุปกรณ์",
|
||
"App Version": "เวอร์ชันแอป",
|
||
"Total Messages": "จำนวนข้อความทั้งหมด",
|
||
"Created Date": "วันที่สร้าง",
|
||
"All Settings": "การตั้งค่าทั้งหมด",
|
||
"General": "ทั่วไป",
|
||
"Invoice Print": "พิมพ์ใบแจ้งหนี้",
|
||
"Currencies Settings": "การตั้งค่าสกุลเงิน",
|
||
"SMS Gateway Settings": "การตั้งค่าเกตเวย์ SMS",
|
||
"Languages Settings": "การตั้งค่าภาษา",
|
||
"Add, Edit, Update, Delete Languages.": "เพิ่ม แก้ไข อัปเดต และลบภาษา",
|
||
"Configure the fundamental information of the site.": "กำหนดค่าข้อมูลพื้นฐานของเว็บไซต์",
|
||
"Control and configure overall notification systems": "ควบคุมและตั้งค่าระบบแจ้งเตือนทั้งหมด",
|
||
"View and update currency settings": "ดูและอัปเดตการตั้งค่าสกุลเงิน",
|
||
"Add new users, Provide role and Permission": "เพิ่มผู้ใช้ใหม่ กำหนดบทบาทและสิทธิ์",
|
||
"View and update gateway settings": "ดูและอัปเดตการตั้งค่าเกตเวย์",
|
||
"VAT/GST Title": "ชื่อ VAT/GST",
|
||
"VAT/GST Number": "หมายเลข VAT/GST",
|
||
"Sale Rounding Option": "ตัวเลือกการปัดเศษการขาย",
|
||
"Product Profit Option": "ตัวเลือกกำไรสินค้า",
|
||
"Post Sale Message": "ข้อความหลังการขาย",
|
||
"Invoice Note Label": "ป้ายหมายเหตุใบแจ้งหนี้",
|
||
"Invoice Note": "หมายเหตุใบแจ้งหนี้",
|
||
"Warranty Void Label": "ป้ายยกเลิกการรับประกัน",
|
||
"Warranty Void": "ยกเลิกการรับประกัน",
|
||
"A4 Page Invoice Logo": "โลโก้ใบแจ้งหนี้หน้า A4",
|
||
"Thermal Invoice Logo": "โลโก้ใบแจ้งหนี้เทอร์มอล",
|
||
"Invoice Scanner Logo": "โลโก้สแกนใบแจ้งหนี้",
|
||
"Select SMS Gateway": "เลือกเกตเวย์ SMS",
|
||
"Language Settings": "การตั้งค่าภาษา",
|
||
"Locale": "โลแคล",
|
||
|
||
"Flag": "ธง",
|
||
"Add New Language": "เพิ่มภาษาใหม่",
|
||
"Is Active": "เปิดใช้งาน",
|
||
"Is Default": "ค่าเริ่มต้น",
|
||
"Product Settings": "การตั้งค่าสินค้า",
|
||
"Currency Setting": "การตั้งค่าสกุลเงิน",
|
||
"Select Currency": "เลือกสกุลเงิน",
|
||
"Total Assets": "สินทรัพย์รวม",
|
||
"Liabilities": "หนี้สิน",
|
||
"Assets": "สินทรัพย์",
|
||
"Payment In": "รับชำระเงิน",
|
||
"Equities & Liabilities": "ส่วนของผู้ถือหุ้นและหนี้สิน",
|
||
"Create Supplier": "สร้างซัพพลายเออร์",
|
||
"Batch No.": "หมายเลขแบตช์",
|
||
"Cost exc. tax": "ต้นทุนไม่รวมภาษี",
|
||
"Cost inc. tax": "ต้นทุนรวมภาษี",
|
||
"Wholesale": "ราคาส่ง",
|
||
"View Combo Product": "ดูสินค้าคอมโบ",
|
||
"Add new Transfer": "เพิ่มการโอนใหม่",
|
||
"Stock Values": "มูลค่าสต็อก",
|
||
"Drag & drop your Image": "ลากและวางรูปภาพของคุณ",
|
||
"Browse": "เลือกไฟล์",
|
||
"Address line 1": "ที่อยู่บรรทัดที่ 1",
|
||
"Add Vat Rate": "เพิ่มอัตรา VAT",
|
||
"Rate": "อัตรา",
|
||
"Pay Due": "ชำระยอดค้าง",
|
||
"Apply Month": "ใช้กับเดือน",
|
||
"Create Attendance": "สร้างการเข้างาน",
|
||
"Create Payroll": "สร้างเงินเดือน",
|
||
"Purchase Date": "วันที่ซื้อ",
|
||
"Payment Reminder": "แจ้งเตือนการชำระเงิน",
|
||
"New Sale": "การขายใหม่",
|
||
"Payment Received": "ได้รับการชำระเงิน",
|
||
"Payment Paid": "ชำระเงินแล้ว",
|
||
"SMS Body": "เนื้อหา SMS",
|
||
"Available Tags": "แท็กที่ใช้ได้",
|
||
"Enable SMS Notification": "เปิดใช้งานการแจ้งเตือน SMS",
|
||
"Business Phone": "โทรศัพท์ธุรกิจ",
|
||
"Add Gateway": "เพิ่มเกตเวย์",
|
||
"Add New Device": "เพิ่มอุปกรณ์ใหม่",
|
||
"To add your device to the system, follow these steps:": "เพื่อเพิ่มอุปกรณ์ของคุณเข้าสู่ระบบ ให้ทำตามขั้นตอนต่อไปนี้:",
|
||
"Get the latest version of the App from this": "รับแอปเวอร์ชันล่าสุดจาก",
|
||
"link": "ลิงก์",
|
||
"and install the app on your device.": "และติดตั้งแอปบนอุปกรณ์ของคุณ",
|
||
"Step 01": "ขั้นตอนที่ 01",
|
||
"Step 02": "ขั้นตอนที่ 02",
|
||
"Step 03": "ขั้นตอนที่ 03",
|
||
"After installing the app, locate the QR code provided at the top of the screen. Open the app and grant all requested permissions when prompted. On the login screen, select \"Login with QR code\" and scan the QR code": "หลังจากติดตั้งแอปแล้ว ให้ค้นหา QR Code ที่ด้านบนของหน้าจอ เปิดแอปและอนุญาตสิทธิ์ทั้งหมด จากนั้นเลือก \"เข้าสู่ระบบด้วย QR Code\" และสแกน QR Code",
|
||
"Your Android phone is now connected to the system. Please reload this page to see your new device.": "โทรศัพท์ Android ของคุณเชื่อมต่อกับระบบแล้ว กรุณารีเฟรชหน้านี้เพื่อดูอุปกรณ์ใหม่",
|
||
"View and update gateway settings.": "ดูและอัปเดตการตั้งค่าเกตเวย์",
|
||
"Product Stock": "สต็อกสินค้า",
|
||
"Model No": "หมายเลขรุ่น",
|
||
"Product Manufacturer": "ผู้ผลิตสินค้า",
|
||
"Low Stock Alert": "แจ้งเตือนสต็อกต่ำ",
|
||
"VAT ID": "รหัส VAT",
|
||
"VAT Type": "ประเภท VAT",
|
||
"Exclusive Price": "ราคาไม่รวมภาษี",
|
||
"Inclusive Price": "ราคารวมภาษี",
|
||
"Profit Percent": "เปอร์เซ็นต์กำไร",
|
||
"Serial": "ซีเรียล",
|
||
"MRP/PRICE": "MRP/ราคา",
|
||
"MRP": "MRP",
|
||
"Batch Tracking": "การติดตามแบตช์",
|
||
"Batch No": "หมายเลขแบตช์",
|
||
"Expiry Date": "วันหมดอายุ",
|
||
"Mfg Date": "วันที่ผลิต",
|
||
"Product Type": "ประเภทสินค้า",
|
||
"Single": "เดี่ยว",
|
||
"Variant": "ตัวเลือก",
|
||
"Combo": "คอมโบ",
|
||
"Guest Due Sale": "การขายค้างชำระลูกค้าทั่วไป",
|
||
"Product Discount": "ส่วนลดสินค้า",
|
||
"Add Product Settings": "เพิ่มการตั้งค่าสินค้า",
|
||
"Additional Product Field": "ฟิลด์สินค้าเพิ่มเติม",
|
||
"Purchase Setting": "การตั้งค่าการซื้อ",
|
||
"Sale Setting": "การตั้งค่าการขาย",
|
||
"Profit & Loss Details": "รายละเอียดกำไรและขาดทุน",
|
||
"Product Profit & Loss": "กำไรและขาดทุนของสินค้า",
|
||
"Customer List": "รายการลูกค้า",
|
||
"Supplier List": "รายการซัพพลายเออร์",
|
||
":type List": "รายการ :type",
|
||
"Add new :type": "เพิ่ม :type ใหม่",
|
||
"Edit :type": "แก้ไข :type",
|
||
"Edit Supplier": "แก้ไขซัพพลายเออร์",
|
||
"Edit Customer": "แก้ไขลูกค้า",
|
||
"(PNG & JPG)": "(PNG และ JPG)",
|
||
"Vat groups (Combination of multiple vats)": "กลุ่ม VAT (การรวม VAT หลายรายการ)",
|
||
"Send": "ส่ง",
|
||
|
||
"1.": "1.",
|
||
"2.": "2.",
|
||
"3.": "3.",
|
||
"4.": "4.",
|
||
"5.": "5.",
|
||
"6.": "6.",
|
||
"7.": "7.",
|
||
"8.": "8.",
|
||
"9.": "9.",
|
||
"10.": "10.",
|
||
"11.": "11.",
|
||
"12.": "12.",
|
||
"13.": "13.",
|
||
"14.": "14.",
|
||
"15.": "15.",
|
||
"16.": "16.",
|
||
"17.": "17.",
|
||
"18.": "18.",
|
||
"19.": "19.",
|
||
"20.": "20.",
|
||
"21.": "21.",
|
||
|
||
"Please follow the instructions below to upload your file.": "โปรดปฏิบัติตามคำแนะนำด้านล่างเพื่ออัปโหลดไฟล์ของคุณ",
|
||
"Download the sample file first and add all your products to it.": "ดาวน์โหลดไฟล์ตัวอย่างก่อน แล้วเพิ่มสินค้าทั้งหมดของคุณลงไป",
|
||
"Indicates a required field. If you do not provide the required fields, the system will ignore the product.": "ระบุฟิลด์ที่จำเป็น หากคุณไม่กรอกฟิลด์ที่จำเป็น ระบบจะละเว้นสินค้านั้น",
|
||
"After adding all your products, please save the file and then upload the updated version.": "หลังจากเพิ่มสินค้าทั้งหมดแล้ว โปรดบันทึกไฟล์และอัปโหลดเวอร์ชันที่อัปเดต",
|
||
|
||
"The name of the product you are adding": "ชื่อของสินค้าที่คุณกำลังเพิ่ม",
|
||
"e.g.,": "เช่น",
|
||
"Banana": "กล้วย",
|
||
"Stock Quantity": "ปริมาณสต็อก",
|
||
"Sale Price (MRP)": "ราคาขาย (MRP)",
|
||
"VAT Name": "ชื่อ VAT",
|
||
"VAT (%)": "VAT (%)",
|
||
"Low Stock Qty": "ปริมาณสต็อกขั้นต่ำ",
|
||
"Manufacturing Date": "วันที่ผลิต",
|
||
"Variations": "รูปแบบย่อย",
|
||
|
||
"The category under which the product falls": "หมวดหมู่ที่สินค้าอยู่ภายใต้",
|
||
"Beverages, Electronics": "เครื่องดื่ม, อิเล็กทรอนิกส์",
|
||
"The measurement unit used for the product": "หน่วยวัดที่ใช้สำหรับสินค้า",
|
||
"Piece, Kg, Litre": "ชิ้น, กิโลกรัม, ลิตร",
|
||
"If not found, a new unit will be created automatically.": "หากไม่พบ ระบบจะสร้างหน่วยใหม่โดยอัตโนมัติ",
|
||
|
||
"The brand associated with the product": "แบรนด์ที่เกี่ยวข้องกับสินค้า",
|
||
"Samsung, Nestlé": "ซัมซุง, เนสท์เล่",
|
||
"If not found, the system will create it automatically.": "หากไม่พบ ระบบจะสร้างขึ้นโดยอัตโนมัติ",
|
||
|
||
"The available quantity of the product currently in stock.": "ปริมาณสินค้าที่มีอยู่ในสต็อกปัจจุบัน",
|
||
"A unique identifier for the product": "รหัสระบุเฉพาะของสินค้า",
|
||
"SKU001": "SKU001",
|
||
"Product codes must be unique — duplicate codes will be ignored.": "รหัสสินค้าต้องไม่ซ้ำกัน — รหัสที่ซ้ำจะถูกละเว้น",
|
||
|
||
"The cost price of the product excluding VAT.": "ราคาทุนของสินค้าไม่รวม VAT",
|
||
"The selling price or maximum retail price for the product.": "ราคาขายหรือราคาขายปลีกสูงสุด (MRP) ของสินค้า",
|
||
"Special discounted price for bulk resellers or dealers.": "ราคาพิเศษสำหรับผู้ค้าส่งหรือดีลเลอร์แบบยกล็อต",
|
||
"The price offered for wholesale buyers, usually lower than MRP.": "ราคาสำหรับผู้ซื้อแบบค้าส่ง ซึ่งมักจะต่ำกว่า MRP",
|
||
|
||
"If not found, the system will automatically create a new category.": "หากไม่พบ ระบบจะสร้างหมวดหมู่ใหม่โดยอัตโนมัติ",
|
||
"The VAT name applied to the product.": "ชื่อ VAT ที่ใช้กับสินค้า",
|
||
"If the system doesn’t find it, it will create a new VAT with the provided rate.": "หากระบบไม่พบ จะสร้าง VAT ใหม่ตามอัตราที่ระบุ",
|
||
"The VAT rate as a percentage": "อัตรา VAT เป็นเปอร์เซ็นต์",
|
||
"15": "15",
|
||
|
||
"Define whether the VAT is": "กำหนดว่า VAT เป็นแบบ",
|
||
"exclusive": "ไม่รวมภาษี",
|
||
"or": "หรือ",
|
||
"inclusive": "รวมภาษี",
|
||
"in the price.": "ในราคา",
|
||
|
||
"The minimum stock quantity to trigger a low-stock alert.": "ปริมาณสต็อกขั้นต่ำเพื่อแจ้งเตือนสต็อกต่ำ",
|
||
"Name of the product manufacturer or supplier.": "ชื่อผู้ผลิตหรือซัพพลายเออร์ของสินค้า",
|
||
"Expiry date for perishable products": "วันหมดอายุสำหรับสินค้าที่เน่าเสียง่าย",
|
||
"format:": "รูปแบบ:",
|
||
"YYYY-MM-DD": "YYYY-MM-DD",
|
||
|
||
"Batch or lot number used to identify stock batches.": "หมายเลขแบตช์หรือหมายเลขล็อตที่ใช้ระบุสต็อก",
|
||
"The model of the product": "รุ่นของสินค้า",
|
||
"iPhone 15": "iPhone 15",
|
||
"Date the product was manufactured": "วันที่ผลิตสินค้า",
|
||
|
||
"Define whether the product is": "กำหนดว่าสินค้าเป็นแบบ",
|
||
"single": "เดี่ยว",
|
||
"variant": "ตัวเลือก",
|
||
"for products with multiple variations like size or color.": "สำหรับสินค้าที่มีหลายตัวเลือก เช่น ขนาดหรือสี",
|
||
|
||
"This column defines all variations for variant products.": "คอลัมน์นี้ใช้กำหนดตัวเลือกทั้งหมดของสินค้าประเภทตัวเลือก",
|
||
"Use the format:": "ใช้รูปแบบ:",
|
||
"VariationName:Value": "ชื่อรูปแบบ:ค่า",
|
||
"separated by a": "คั่นด้วย",
|
||
"for multiple values.": "สำหรับหลายค่า",
|
||
"Example:": "ตัวอย่าง:",
|
||
"Color:Black|Size:M": "สี:ดำ|ขนาด:M",
|
||
|
||
"➤ The system will:": "➤ ระบบจะ:",
|
||
"Create or match existing variations dynamically.": "สร้างหรือจับคู่ตัวเลือกที่มีอยู่แบบไดนามิก",
|
||
"Store selected variation IDs in the": "จัดเก็บ ID ของตัวเลือกที่เลือกไว้ใน",
|
||
"table": "ตาราง",
|
||
"Store structured JSON like": "จัดเก็บ JSON แบบมีโครงสร้าง เช่น",
|
||
"\"Color\":\"Black\"": "\"Color\":\"ดำ\"",
|
||
"in the": "ใน",
|
||
"Automatically create": "สร้างโดยอัตโนมัติ",
|
||
"variant_name": "variant_name",
|
||
"such as": "เช่น",
|
||
"Black - M": "ดำ - M",
|
||
"table.": "ตาราง",
|
||
|
||
|
||
|
||
"Party Profit & Loss": "กำไรและขาดทุนตามฝ่าย",
|
||
"Bill Wise Profit & Loss": "กำไรและขาดทุนตามใบแจ้งหนี้",
|
||
"Bank Details": "รายละเอียดธนาคาร",
|
||
"Account No": "เลขที่บัญชี",
|
||
"UPI ID": "รหัส UPI",
|
||
"Holder’s Nmae": "ชื่อผู้ถือบัญชี",
|
||
"MONEY RECEIPT": "ใบเสร็จรับเงิน",
|
||
"Money Receipt": "ใบเสร็จรับเงิน",
|
||
"Purchase Invoice": "ใบแจ้งหนี้ซื้อ",
|
||
"Holder’s Name": "ชื่อผู้ถือบัญชี",
|
||
"Rounding (+/-)": "ปัดเศษ (+/-)",
|
||
"welcome_to": "ยินดีต้อนรับ",
|
||
"welcome_back": "ยินดีต้อนรับกลับ",
|
||
"please_login": "กรุณาเข้าสู่ระบบบัญชีของคุณ",
|
||
"enter_your_email": "กรอกอีเมลของคุณ",
|
||
"password": "รหัสผ่าน",
|
||
"remember_me": "จดจำฉัน",
|
||
"forgot_password": "ลืมรหัสผ่าน?",
|
||
"log_in": "เข้าสู่ระบบ",
|
||
"back_to_home": "กลับไปหน้าหลัก",
|
||
"create_an_account": "สร้างบัญชี",
|
||
"or_continue_with": "หรือดำเนินการต่อด้วย",
|
||
"login_with_x": "เข้าสู่ระบบด้วย X",
|
||
"login_with_google": "เข้าสู่ระบบด้วย Google",
|
||
"super_admin": "ผู้ดูแลระบบสูงสุด",
|
||
"admin": "ผู้ดูแลระบบ",
|
||
"business": "ธุรกิจ",
|
||
"add_on": "ส่วนเสริม",
|
||
"manager": "ผู้จัดการ",
|
||
"multi_branch": "หลายสาขา",
|
||
"warranty": "การรับประกัน",
|
||
"guarantee": "การรับประกัน",
|
||
"Months": "เดือน",
|
||
"Years": "ปี",
|
||
"Tax Type": "ประเภทภาษี",
|
||
"Exclusive": "ไม่รวมภาษี",
|
||
"Inclusive": "รวมภาษี",
|
||
"Select Tax": "เลือกภาษี",
|
||
"select_one": "เลือกหนึ่ง",
|
||
"Image (Size 150x130)": "รูปภาพ (ขนาด 150x130)",
|
||
"Drag & drop image": "ลากและวางรูปภาพ",
|
||
"Variant Name": "ชื่อรุ่น",
|
||
"Manufacture": "ผู้ผลิต",
|
||
"Profit Margin (%)": "กำไร (%)",
|
||
"Default Selling Price": "ราคาขายเริ่มต้น",
|
||
"SKU / Code": "SKU / รหัส",
|
||
"Edit Model": "แก้ไขรุ่น",
|
||
"Rack Name": "ชื่อชั้นวาง",
|
||
"Edit rack": "แก้ไขชั้นวาง",
|
||
"Update Password": "อัปเดตรหัสผ่าน",
|
||
"Tax Rate": "อัตราภาษี",
|
||
"Sub vats": "ภาษีรอง",
|
||
"Edit Vat": "แก้ไข VAT",
|
||
"Edit Vat Group": "แก้ไขกลุ่ม VAT",
|
||
"Edit Bank": "แก้ไขธนาคาร",
|
||
"Account Display Name balnce": "ชื่อบัญชี / ยอดคงเหลือ",
|
||
"+ Add more fields": "+ เพิ่มช่องข้อมูล",
|
||
"Show In Invoice": "แสดงในใบแจ้งหนี้",
|
||
"As Of Date": "ณ วันที่",
|
||
"Cheque Number": "หมายเลขเช็ค",
|
||
"Current Plan": "แผนปัจจุบัน",
|
||
"Multi-branch Allowed": "อนุญาตหลายสาขา",
|
||
"Addon Limit:": "ขีดจำกัดส่วนเสริม:",
|
||
"Addon Domain Available?": "โดเมนส่วนเสริมใช้ได้หรือไม่?",
|
||
"Subdomain Limit:": "ขีดจำกัดซับโดเมน:",
|
||
"Subdomain Available?": "ซับโดเมนใช้ได้หรือไม่?",
|
||
"Freya Haynes": "Freya Haynes",
|
||
"Invoice: S06 - Emery Mueller": "ใบแจ้งหนี้: S06 - Emery Mueller",
|
||
"Item Name": "ชื่อสินค้า",
|
||
"Product Wise Profit & Loss": "กำไรและขาดทุนตามสินค้า",
|
||
"Product Wise Loss Profit": "ขาดทุนและกำไรตามสินค้า",
|
||
"Pay Amount": "จำนวนเงินที่ชำระ",
|
||
"Select party": "เลือกฝ่าย",
|
||
"Loss Profit History": "ประวัติขาดทุนและกำไร",
|
||
"Product Sale History": "ประวัติการขายสินค้า",
|
||
"Product Purchase History": "ประวัติการซื้อสินค้า",
|
||
"Purchase Qty": "จำนวนที่ซื้อ",
|
||
"Sold Qty": "จำนวนที่ขาย",
|
||
"Remaining Qty": "จำนวนคงเหลือ",
|
||
"Subscription Orders": "คำสั่งซื้อการสมัครสมาชิก",
|
||
"Subscriber View": "มุมมองสมาชิก",
|
||
"Expire date": "วันหมดอายุ",
|
||
"Enroll Date": "วันที่ลงทะเบียน",
|
||
"How to Add a Domain in hPanel": "วิธีเพิ่มโดเมนใน hPanel",
|
||
"hPanel (Hostinger) Domain Setup Instructions": "คำแนะนำการตั้งค่าโดเมนใน hPanel (Hostinger)",
|
||
"Multibranch Allowed": "อนุญาตหลายสาขา",
|
||
"Addon Domain Limit": "จำกัดจำนวนโดเมนเพิ่มเติม (Addon)",
|
||
"Subdomain Limit": "จำกัดจำนวนโดเมนย่อย",
|
||
"Custom Domain Limit": "จำกัดจำนวนโดเมนที่กำหนดเอง",
|
||
"Add-ons": "ส่วนเสริม",
|
||
"New": "ใหม่",
|
||
"Addons List": "รายการส่วนเสริม",
|
||
"Install / Update Addon": "ติดตั้ง / อัปเดตส่วนเสริม",
|
||
"Version": "เวอร์ชัน",
|
||
"Enter purchase code": "กรอกรหัสการซื้อ",
|
||
"Upload addons zip file": "อัปโหลดไฟล์ zip ของส่วนเสริม",
|
||
"System": "ระบบ",
|
||
"User Sign Up": "การลงชื่อเข้าใช้ของผู้ใช้",
|
||
"Domain Setting": "การตั้งค่าโดเมน",
|
||
"View and update payment gateway settings": "ดูและอัปเดตการตั้งค่าช่องทางการชำระเงิน",
|
||
"View and update user sign up settings": "ดูและอัปเดตการตั้งค่าการลงชื่อเข้าใช้ของผู้ใช้",
|
||
"View and update system settings": "ดูและอัปเดตการตั้งค่าระบบ",
|
||
"User Registration Email Setup": "ตั้งค่าอีเมลลงทะเบียนผู้ใช้",
|
||
"Verify email with OTP on signup?": "ยืนยันอีเมลด้วย OTP เมื่อลงทะเบียนหรือไม่?",
|
||
"Verify email without OTP on signup?": "ยืนยันอีเมลโดยไม่ใช้ OTP เมื่อลงทะเบียนหรือไม่?",
|
||
"SSL is required.": "จำเป็นต้องมี SSL",
|
||
"SSL is not required.": "ไม่จำเป็นต้องมี SSL",
|
||
"Subdomain / Custom domains are allowed automatically.": "อนุญาตโดเมนย่อย / โดเมนที่กำหนดเองโดยอัตโนมัติ",
|
||
"Subdomain / Custom domains are not allowed automatically.": "ไม่อนุญาตโดเมนย่อย / โดเมนที่กำหนดเองโดยอัตโนมัติ",
|
||
"Dynamic Text": "ข้อความแบบไดนามิก",
|
||
"Dynamic Link Text": "ข้อความลิงก์แบบไดนามิก",
|
||
"Dynamic Link": "ลิงก์แบบไดนามิก",
|
||
"App Link": "ลิงก์แอป",
|
||
"Login Page Logo": "โลโก้หน้าเข้าสู่ระบบ",
|
||
"Login Page Image": "รูปภาพหน้าเข้าสู่ระบบ",
|
||
"Stripe": "Stripe",
|
||
"mollie": "Mollie",
|
||
"paypal": "PayPal",
|
||
"paystack": "Paystack",
|
||
"razorpay": "Razorpay",
|
||
"instamojo": "Instamojo",
|
||
"toyyibpay": "Toyyibpay",
|
||
"flutterwave": "Flutterwave",
|
||
"thawani": "Thawani",
|
||
"mercadopago": "Mercado Pago",
|
||
"phonepe": "PhonePe",
|
||
"paytm": "Paytm",
|
||
"Tap Payment": "Tap Payment",
|
||
"Sslcommerz": "Sslcommerz",
|
||
"Manual": "ด้วยตนเอง",
|
||
"API KEY": "รหัส API",
|
||
"CLIENT ID": "ไอดีลูกค้า",
|
||
"CLIENT SECRET": "รหัสลับลูกค้า",
|
||
"PUBLIC KEY": "คีย์สาธารณะ",
|
||
"SECRET KEY": "คีย์ลับ",
|
||
"KEY ID": "ไอดีคีย์",
|
||
"KEY SECRET": "รหัสลับคีย์",
|
||
"X API KEY": "X API คีย์",
|
||
"X AUTH TOKEN": "X Auth โทเค็น",
|
||
"USER SECRET KEY": "รหัสลับผู้ใช้",
|
||
"CATEOGRY CODE": "รหัสหมวดหมู่",
|
||
"ENCRYPTION KEY": "คีย์การเข้ารหัส",
|
||
"PAYMENT OPTIONS": "ตัวเลือกการชำระเงิน",
|
||
"Hello": "สวัสดี",
|
||
|
||
"Net Profit (Profit - Loss) =": "กำไรสุทธิ (กำไร - ขาดทุน) =",
|
||
"Net Profit (Income - Expense) =": "กำไรสุทธิ (รายได้ - ค่าใช้จ่าย) =",
|
||
"Sale Details": "รายละเอียดการขาย",
|
||
"Purchase Details": "รายละเอียดการซื้อ",
|
||
"All Customer": "ลูกค้าทั้งหมด",
|
||
"Sale Qty": "จำนวนที่ขาย",
|
||
"Profit/Loss": "กำไร/ขาดทุน",
|
||
"Printer A4": "เครื่องพิมพ์ A4",
|
||
"Thermal: 3 inch 80mm": "ความร้อน: 3 นิ้ว 80 มม.",
|
||
"Showing": "กำลังแสดง",
|
||
"to": "ถึง",
|
||
"of": "จาก",
|
||
"results": "ผลลัพธ์",
|
||
"Custom Domain": "โดเมนที่กำหนดเอง",
|
||
"Ledger": "บัญชีแยกประเภท",
|
||
"(Ledger)": "(บัญชีแยกประเภท)",
|
||
"Credit (In)": "เครดิต (เข้า)",
|
||
"Debit (Out)": "เดบิต (ออก)",
|
||
"View Stock": "ดูสต็อก",
|
||
|
||
"Log In": "เข้าสู่ระบบ",
|
||
"Back to Home": "กลับไปหน้าแรก",
|
||
"Create an account.": "สร้างบัญชี",
|
||
"Add-on": "ส่วนเสริม",
|
||
"Bussiness": "ธุรกิจ",
|
||
"Multi Branch": "หลายสาขา",
|
||
"Create an Free Account!": "สร้างบัญชีฟรี!",
|
||
"Hey, Enter Your details to get Sign Up to your account": "สวัสดี โปรดกรอกรายละเอียดของคุณเพื่อสมัครบัญชี",
|
||
"Sign Up": "สมัครสมาชิก",
|
||
"Or Continue with": "หรือดำเนินการต่อด้วย",
|
||
"Log in with X": "เข้าสู่ระบบด้วย X",
|
||
"Log in with Google": "เข้าสู่ระบบด้วย Google",
|
||
"Already have an Account?": "มีบัญชีอยู่แล้วหรือไม่?",
|
||
"Email Verification": "การยืนยันอีเมล",
|
||
"we sent an OTP in your email address": "เราได้ส่งรหัส OTP ไปยังอีเมลของคุณแล้ว",
|
||
"Code send in": "ส่งรหัสไปที่",
|
||
"Resend code": "ส่งรหัสอีกครั้ง",
|
||
"Verify": "ยืนยัน",
|
||
"Setup Your Profile": "ตั้งค่าโปรไฟล์ของคุณ",
|
||
"Company/Business Name": "ชื่อบริษัท/ธุรกิจ",
|
||
"Enter company/business name": "กรอกชื่อบริษัท/ธุรกิจ",
|
||
"Ex: $500": "ตัวอย่าง: $500",
|
||
"Company Address": "ที่อยู่บริษัท",
|
||
"Enter company address": "กรอกที่อยู่บริษัท",
|
||
"Successfully!": "สำเร็จ!",
|
||
"Congratulations, Your account has been": "ขอแสดงความยินดี บัญชีของคุณได้ถูก",
|
||
"successfully created": "สร้างเรียบร้อยแล้ว",
|
||
|
||
"Enter Model Name": "ป้อนชื่อรุ่น",
|
||
"Completed": "เสร็จสมบูรณ์",
|
||
"Enter values": "ป้อนค่า",
|
||
"Total Stock Value:": "มูลค่าสต็อกทั้งหมด:",
|
||
"Sale Commission": "ค่าคอมมิชชั่นการขาย",
|
||
"Enter Supplier Name": "ป้อนชื่อผู้จัดจำหน่าย",
|
||
"Enter city": "ป้อนชื่อเมือง",
|
||
"Enter state": "ป้อนรัฐ/จังหวัด",
|
||
"Enter zip code": "ป้อนรหัสไปรษณีย์",
|
||
"Select a country": "เลือกประเทศ",
|
||
"Advance": "เงินล่วงหน้า",
|
||
"Enter account display name": "ป้อนชื่อที่แสดงของบัญชี",
|
||
"Enter account number": "ป้อนหมายเลขบัญชี",
|
||
"Enter UPI code": "ป้อนรหัส UPI",
|
||
"Enter bank name": "ป้อนชื่อธนาคาร",
|
||
"Enter bank name_duplicate": "ป้อนชื่อธนาคาร",
|
||
"Enter account holder name": "ป้อนชื่อเจ้าของบัญชี",
|
||
"Ex: 500": "ตัวอย่าง: 500",
|
||
"Total Transaction": "ธุรกรรมทั้งหมด",
|
||
"Branch Opening Balance": "ยอดเปิดสาขา",
|
||
"Branch Remaining Balance": "ยอดคงเหลือสาขา",
|
||
"Language": "ภาษา",
|
||
"Select Variant": "เลือกตัวแปร",
|
||
"Enter Batch No.": "ป้อนเลขที่ชุดผลิต",
|
||
"Bank List": "รายชื่อธนาคาร",
|
||
"Cash List": "รายการเงินสด",
|
||
"Add Cash": "เพิ่มเงินสด",
|
||
"Reduce Cash": "ลดเงินสด",
|
||
"ex 500": "ตย. 500",
|
||
"Adjustment Date": "วันที่ปรับปรุง",
|
||
"description": "คำอธิบาย",
|
||
"cash": "เงินสด",
|
||
"PNG & JPG": "PNG และ JPG",
|
||
"Transaction Image": "รูปภาพธุรกรรม",
|
||
"Platform": "แพลตฟอร์ม",
|
||
"Add Image": "เพิ่มรูปภาพ",
|
||
"Loading...": "กำลังโหลด...",
|
||
"Approved Payment": "การชำระเงินที่อนุมัติแล้ว",
|
||
"24 Jan 2024, 10:30": "24 ม.ค. 2024, 10:30",
|
||
"Withdraw Amount": "จำนวนเงินที่ถอน",
|
||
"$0": "$0",
|
||
"Account Information": "ข้อมูลบัญชี",
|
||
"A/C Name": "ชื่อบัญชี",
|
||
"Shaidul Islam": "Shaidul Islam",
|
||
"Dutch-Bangla Bank PLC": "ธนาคาร Dutch-Bangla PLC",
|
||
"A/C Number": "หมายเลขบัญชี",
|
||
"365214512236": "365214512236",
|
||
"Dhaka": "ธากา",
|
||
"Rejected": "ปฏิเสธ",
|
||
"Approved": "อนุมัติแล้ว",
|
||
"Approve Withdrawal Payment": "อนุมัติการจ่ายเงินที่ถอน",
|
||
"Have you Sent": "คุณได้ส่งหรือยัง",
|
||
"$250.00?": "$250.00?",
|
||
"Transaction Number": "เลขที่ธุรกรรม",
|
||
"Enter transaction Number": "ป้อนเลขที่ธุรกรรม",
|
||
"Upload Receipt": "อัปโหลดใบเสร็จ",
|
||
"Add-On": "ส่วนเสริม",
|
||
"Google Login Settings": "ตั้งค่าการเข้าสู่ระบบ Google",
|
||
"X Login Settings": "ตั้งค่าการเข้าสู่ระบบ X",
|
||
"Please request for a domain/subdomain from the business panel.": "กรุณาขอโดเมน/โดเมนย่อยจากแผงธุรกิจ",
|
||
"Request For A Domain": "ขอโดเมน",
|
||
"The app url is not available in .env file, please contact with administrator.": "ไม่พบ URL ของแอปในไฟล์ .env กรุณาติดต่อผู้ดูแลระบบ",
|
||
"Are you sure you want to exit?": "คุณแน่ใจหรือไม่ว่าต้องการออก?",
|
||
"We Makes": "เราสร้าง",
|
||
"Globally": "ระดับโลก",
|
||
"Growth": "การเติบโต",
|
||
"Increase Your Revenue": "เพิ่มรายได้ของคุณ",
|
||
"(Optional)": "(ไม่บังคับ)",
|
||
"Data Deletion Instructions": "คำแนะนำการลบข้อมูล",
|
||
"If you want to delete your data from our system, please follow these steps:": "หากต้องการลบข้อมูลของคุณ โปรดปฏิบัติตามขั้นตอนเหล่านี้:",
|
||
"Send an email to [your-email@example.com] with the subject line “Delete My Data”.": "ส่งอีเมลถึง [your-email@example.com] โดยใช้หัวข้อ “Delete My Data”",
|
||
"Include your name and the email address you used to register.": "ระบุชื่อและอีเมลที่ใช้ลงทะเบียนของคุณ",
|
||
"We will process your request and confirm deletion within 7 business days.": "เราจะดำเนินการและยืนยันการลบภายใน 7 วันทำการ",
|
||
"Share your referral link": "แชร์ลิงก์แนะนำของคุณ",
|
||
"Refer a friend and earn a commission.": "แนะนำเพื่อนเพื่อรับค่าคอมมิชชั่น",
|
||
"Copy": "คัดลอก",
|
||
"Available for Withdraw": "ยอดที่ถอนได้",
|
||
"$30": "$30",
|
||
"Payout your balance is more than": "ถอนเงินได้เมื่อยอดมากกว่า",
|
||
"$100": "$100",
|
||
"Total Withdraw": "ยอดถอนทั้งหมด",
|
||
"$500": "$500",
|
||
"Total Referrals": "การแนะนำทั้งหมด",
|
||
"5": "5",
|
||
"1 Month": "1 เดือน",
|
||
"৳499": "৳499",
|
||
"৳699": "৳699",
|
||
"1": "1",
|
||
"Copy Link": "คัดลอกลิงก์",
|
||
"2": "2",
|
||
"3": "3",
|
||
"This bank account can not be deleted as it already has transactions. Please delete all transactions other than bank entries before deleting the account.": "ไม่สามารถลบบัญชีนี้ได้เนื่องจากมีรายการธุรกรรมแล้ว",
|
||
"14": "14",
|
||
"12": "12",
|
||
"currency": "สกุลเงิน",
|
||
"Do you really want to re-open this cheque?": "ต้องการเปิดเช็คนี้ใหม่จริงหรือไม่?",
|
||
"Transfer Cheque": "โอนเช็ค",
|
||
"Deposit": "เงินฝาก",
|
||
"Re-Open": "เปิดใหม่",
|
||
"A": "A",
|
||
"10%": "10%",
|
||
"100,00,0000": "100,00,0000",
|
||
"This is a demo account — data resets every hour for this account only. Some of module are disabled in this account, to get full access please please create your own account.": "นี่คือบัญชีทดลอง ข้อมูลจะถูกรีเซ็ตทุกชั่วโมง",
|
||
"You can not access it!": "คุณไม่สามารถเข้าถึงได้!",
|
||
"N/A": "ไม่ระบุ",
|
||
"English": "อังกฤษ",
|
||
"en": "en",
|
||
"Bengali": "เบงกาลี",
|
||
"bn": "bn",
|
||
"French": "ฝรั่งเศส",
|
||
"fr": "fr",
|
||
"This party is from another branch, you can not change the opening from here.": "คู่ค้านี้มาจากสาขาอื่น คุณไม่สามารถเปลี่ยนยอดเปิดจากที่นี่ได้",
|
||
"Please select a variation.": "โปรดเลือกตัวแปร",
|
||
"Units": "หน่วย",
|
||
"25632": "25632",
|
||
"25%": "25%",
|
||
"Upgrade Date": "วันที่อัปเกรด",
|
||
"Ex: 200": "ตย: 200",
|
||
"Ex: 50": "ตย: 50",
|
||
"Batch No:": "เลขที่ชุดผลิต:",
|
||
"Ex: 1": "ตย: 1",
|
||
"Ex: 30": "ตย: 30",
|
||
"Download Sample File": "ดาวน์โหลดไฟล์ตัวอย่าง",
|
||
" Please follow the instructions below to upload your file.": " โปรดปฏิบัติตามคำแนะนำด้านล่างเพื่ออัปโหลดไฟล์",
|
||
" Download the sample file first and add all your purchases data to it.": " ดาวน์โหลดไฟล์ตัวอย่างก่อนและใส่ข้อมูลการซื้อลงไป",
|
||
"Indicates a required field. If you do not provide the required fields, the system will ignore except product information.": "หมายถึงฟิลด์ที่จำเป็น",
|
||
"After adding all your purchases, please save the file and then upload the updated version.": "หลังจากเพิ่มข้อมูลการซื้อแล้ว โปรดบันทึกไฟล์และอัปโหลด",
|
||
"Paid by:": "จ่ายโดย:",
|
||
"Payable Amount:": "จำนวนที่ต้องจ่าย:",
|
||
"Received Amount:": "จำนวนที่ได้รับ:",
|
||
"Due:": "ค้างชำระ:",
|
||
"pospro.com": "pospro.com",
|
||
"Select a report type to load fields": "เลือกประเภทรายงานเพื่อโหลดฟิลด์",
|
||
"Change Amt/Due:": "ยอดเงินทอน/ยอดค้างชำระ:",
|
||
"Total Subscription": "การสมัครสมาชิกทั้งหมด",
|
||
|
||
|
||
"installer_messages.title": "POS Pro Installer",
|
||
"installer_messages.next": "Next Step",
|
||
"installer_messages.back": "Previous",
|
||
"installer_messages.finish": "Install",
|
||
"installer_messages.forms.errorTitle": "The Following errors occurred:",
|
||
|
||
"installer_messages.welcome.templateTitle": "Welcome",
|
||
"installer_messages.welcome.title": "POS Pro Installer",
|
||
"installer_messages.welcome.message": "Easy Installation and Setup Wizard.",
|
||
"installer_messages.welcome.next": "Check Requirements",
|
||
|
||
"installer_messages.requirements.templateTitle": "Step 1 | Server Requirements",
|
||
"installer_messages.requirements.title": "Server Requirements",
|
||
"installer_messages.requirements.next": "Check Permissions",
|
||
"installer_messages.permissions.templateTitle": "Step 2 | Permissions",
|
||
"installer_messages.permissions.title": "Permissions",
|
||
"installer_messages.permissions.next": "Configure Environment",
|
||
"installer_messages.environment.menu.templateTitle": "Step 3 | Environment Settings",
|
||
"installer_messages.environment.menu.title": "Environment Settings",
|
||
"installer_messages.environment.menu.desc": "Please select how you want to configure the apps .env file.",
|
||
"installer_messages.environment.menu.wizard-button": "Form Wizard Setup",
|
||
"installer_messages.environment.menu.classic-button": "Classic Text Editor",
|
||
|
||
"installer_messages.environment.wizard.templateTitle": "Step 3 | Environment Settings | Guided Wizard",
|
||
"installer_messages.environment.wizard.title": "Guided .env Wizard",
|
||
"installer_messages.environment.wizard.tabs.environment": "Environment",
|
||
"installer_messages.environment.wizard.tabs.database": "Database",
|
||
"installer_messages.environment.wizard.tabs.application": "Application",
|
||
|
||
"installer_messages.environment.wizard.form.name_required": "An environment name is required.",
|
||
"installer_messages.environment.wizard.form.app_name_label": "Website name",
|
||
"installer_messages.environment.wizard.form.app_name_placeholder": "Enter your website name",
|
||
"installer_messages.environment.wizard.form.app_environment_label": "App Environment",
|
||
"installer_messages.environment.wizard.form.app_environment_label_local": "Local",
|
||
"installer_messages.environment.wizard.form.app_environment_label_developement": "Development",
|
||
"installer_messages.environment.wizard.form.app_environment_label_qa": "Qa",
|
||
"installer_messages.environment.wizard.form.app_environment_label_production": "Production",
|
||
"installer_messages.environment.wizard.form.app_environment_label_other": "Other",
|
||
"installer_messages.environment.wizard.form.app_environment_placeholder_other": "Enter your environment...",
|
||
"installer_messages.environment.wizard.form.app_debug_label": "App Debug",
|
||
"installer_messages.environment.wizard.form.app_debug_label_true": "True",
|
||
"installer_messages.environment.wizard.form.app_debug_label_false": "False",
|
||
"installer_messages.environment.wizard.form.app_log_level_label": "App Log Level",
|
||
"installer_messages.environment.wizard.form.app_log_level_label_debug": "debug",
|
||
"installer_messages.environment.wizard.form.app_log_level_label_info": "info",
|
||
"installer_messages.environment.wizard.form.app_log_level_label_notice": "notice",
|
||
"installer_messages.environment.wizard.form.app_log_level_label_warning": "warning",
|
||
"installer_messages.environment.wizard.form.app_log_level_label_error": "error",
|
||
"installer_messages.environment.wizard.form.app_log_level_label_critical": "critical",
|
||
"installer_messages.environment.wizard.form.app_log_level_label_alert": "alert",
|
||
"installer_messages.environment.wizard.form.app_log_level_label_emergency": "emergency",
|
||
|
||
"installer_messages.environment.wizard.form.app_url_label": "App Url",
|
||
"installer_messages.environment.wizard.form.app_url_placeholder": "App Url",
|
||
"installer_messages.environment.wizard.form.db_connection_failed": "Could not connect to the database.",
|
||
"installer_messages.environment.wizard.form.db_connection_label": "Database Connection",
|
||
"installer_messages.environment.wizard.form.db_connection_label_mysql": "mysql",
|
||
"installer_messages.environment.wizard.form.db_connection_label_sqlite": "sqlite",
|
||
"installer_messages.environment.wizard.form.db_connection_label_pgsql": "pgsql",
|
||
"installer_messages.environment.wizard.form.db_connection_label_sqlsrv": "sqlsrv",
|
||
"installer_messages.environment.wizard.form.db_host_label": "Database Host",
|
||
"installer_messages.environment.wizard.form.db_host_placeholder": "Database Host",
|
||
"installer_messages.environment.wizard.form.db_port_label": "Database Port",
|
||
"installer_messages.environment.wizard.form.db_port_placeholder": "Database Port",
|
||
"installer_messages.environment.wizard.form.db_name_label": "Database Name",
|
||
"installer_messages.environment.wizard.form.db_name_placeholder": "Database Name",
|
||
"installer_messages.environment.wizard.form.db_username_label": "Database User Name",
|
||
"installer_messages.environment.wizard.form.db_username_placeholder": "Database User Name",
|
||
"installer_messages.environment.wizard.form.db_password_label": "Database Password",
|
||
"installer_messages.environment.wizard.form.db_password_placeholder": "Database Password",
|
||
|
||
"installer_messages.environment.wizard.form.app_tabs.more_info": "More Info",
|
||
"installer_messages.environment.wizard.form.app_tabs.broadcasting_title": "Broadcasting, Caching, Session, & Queue",
|
||
"installer_messages.environment.wizard.form.app_tabs.broadcasting_label": "Broadcast Driver",
|
||
"installer_messages.environment.wizard.form.app_tabs.broadcasting_placeholder": "Broadcast Driver",
|
||
"installer_messages.environment.wizard.form.app_tabs.cache_label": "Cache Driver",
|
||
"installer_messages.environment.wizard.form.app_tabs.cache_placeholder": "Cache Driver",
|
||
"installer_messages.environment.wizard.form.app_tabs.session_label": "Session Driver",
|
||
"installer_messages.environment.wizard.form.app_tabs.session_placeholder": "Session Driver",
|
||
"installer_messages.environment.wizard.form.app_tabs.queue_label": "Queue Driver",
|
||
"installer_messages.environment.wizard.form.app_tabs.queue_placeholder": "Queue Driver",
|
||
"installer_messages.environment.wizard.form.app_tabs.redis_label": "Redis Driver",
|
||
"installer_messages.environment.wizard.form.app_tabs.redis_host": "Redis Host",
|
||
"installer_messages.environment.wizard.form.app_tabs.redis_password": "Redis Password",
|
||
"installer_messages.environment.wizard.form.app_tabs.redis_port": "Redis Port",
|
||
"installer_messages.environment.wizard.form.app_tabs.mail_label": "Mail",
|
||
"installer_messages.environment.wizard.form.app_tabs.mail_driver_label": "Mail Driver",
|
||
"installer_messages.environment.wizard.form.app_tabs.mail_driver_placeholder": "Mail Driver",
|
||
"installer_messages.environment.wizard.form.app_tabs.mail_host_label": "Mail Host",
|
||
"installer_messages.environment.wizard.form.app_tabs.mail_host_placeholder": "Mail Host",
|
||
"installer_messages.environment.wizard.form.app_tabs.mail_port_label": "Mail Port",
|
||
"installer_messages.environment.wizard.form.app_tabs.mail_port_placeholder": "Mail Port",
|
||
"installer_messages.environment.wizard.form.app_tabs.mail_username_label": "Mail Username",
|
||
"installer_messages.environment.wizard.form.app_tabs.mail_username_placeholder": "Mail Username",
|
||
"installer_messages.environment.wizard.form.app_tabs.mail_password_label": "Mail Password",
|
||
"installer_messages.environment.wizard.form.app_tabs.mail_password_placeholder": "Mail Password",
|
||
"installer_messages.environment.wizard.form.app_tabs.mail_encryption_label": "Mail Encryption",
|
||
"installer_messages.environment.wizard.form.app_tabs.mail_encryption_placeholder": "Mail Encryption",
|
||
"installer_messages.environment.wizard.form.app_tabs.pusher_label": "Pusher",
|
||
"installer_messages.environment.wizard.form.app_tabs.pusher_app_id_label": "Pusher App Id",
|
||
"installer_messages.environment.wizard.form.app_tabs.pusher_app_id_palceholder": "Pusher App Id",
|
||
"installer_messages.environment.wizard.form.app_tabs.pusher_app_key_label": "Pusher App Key",
|
||
"installer_messages.environment.wizard.form.app_tabs.pusher_app_key_palceholder": "Pusher App Key",
|
||
"installer_messages.environment.wizard.form.app_tabs.pusher_app_secret_label": "Pusher App Secret",
|
||
"installer_messages.environment.wizard.form.app_tabs.pusher_app_secret_palceholder": "Pusher App Secret",
|
||
|
||
"installer_messages.environment.wizard.form.buttons.setup_database": "Setup Database",
|
||
"installer_messages.environment.wizard.form.buttons.setup_application": "Setup Application",
|
||
"installer_messages.environment.wizard.form.buttons.install": "Install",
|
||
|
||
"installer_messages.environment.classic.templateTitle": "Step 3 | Environment Settings | Classic Editor",
|
||
"installer_messages.environment.classic.title": "Classic Environment Editor",
|
||
"installer_messages.environment.classic.save": "Save .env",
|
||
"installer_messages.environment.classic.back": "Use Form Wizard",
|
||
"installer_messages.environment.classic.install": "Save and Install",
|
||
|
||
"installer_messages.environment.success": "Your .env file settings have been saved.",
|
||
"installer_messages.environment.errors": "Unable to save the .env file, Please create it manually.",
|
||
|
||
"installer_messages.install": "Install",
|
||
"installer_messages.installed.success_log_message": "Laravel Installer successfully INSTALLED on ",
|
||
|
||
"installer_messages.final.title": "Installation Finished",
|
||
"installer_messages.final.templateTitle": "Installation Finished",
|
||
"installer_messages.final.finished": "Application has been successfully installed.",
|
||
"installer_messages.final.migration": "Migration & Seed Console Output:",
|
||
"installer_messages.final.console": "Application Console Output:",
|
||
"installer_messages.final.log": "Installation Log Entry:",
|
||
"installer_messages.final.env": "Final .env File:",
|
||
"installer_messages.final.exit": "Click here to exit",
|
||
|
||
"installer_messages.updater.title": "Laravel Updater",
|
||
"installer_messages.updater.welcome.title": "Welcome To The Updater",
|
||
"installer_messages.updater.welcome.message": "Welcome to the update wizard.",
|
||
|
||
"installer_messages.updater.overview.title": "Overview",
|
||
"installer_messages.updater.overview.message": "There is 1 update.|There are :number updates.",
|
||
"installer_messages.updater.overview.install_updates": "Install Updates",
|
||
"installer_messages.updater.final.title": "Finished",
|
||
"installer_messages.updater.final.finished": "Application's database has been successfully updated.",
|
||
"installer_messages.updater.final.exit": "Click here to exit",
|
||
"installer_messages.updater.log.success_message": "Laravel Installer successfully UPDATED on "
|
||
}
|