Your IP : 216.73.216.93


Current Path : /home/users/unlimited/www/mpos.codeskitter.site/lang/
Upload File :
Current File : /home/users/unlimited/www/mpos.codeskitter.site/lang/km.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": "គ្រប់គ្រង Blog",
    "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/Optionl": "ជ្រើសទាមទារ/ជាជម្រើស",
    "Required": "ទាមទារ",
    "Optional": "ជាជម្រើស",
    "Add new row": "បន្ថែមជួរថ្មី",
    "INSTRUCTIONS": "ការណែនាំ",
    "Enter payment instructions here": "បញ្ចូលការណែនាំទូទាត់នៅទីនេះ",

    "Messages List": "បញ្ជីសារ",
    "Search": "ស្វែងរក",
    "Company Name": "ឈ្មោះក្រុមហ៊ុន",
    "Message": "សារ",

    "Notifications List": "បញ្ជីការជូនដំណឹង",
    "Today": "ថ្ងៃនេះ",
    "Last 7 Days": "7 ថ្ងៃចុងក្រោយ",
    "Last 15 Days": "15 ថ្ងៃចុងក្រោយ",
    "Last Month": "ខែមុន",
    "Last Year": "ឆ្នាំមុន",
    "Created At": "បង្កើតនៅ",
    "Read At": "អាននៅ",
    "Add New Payment Type": "បន្ថែមប្រភេទទូទាត់ថ្មី",
    "Enter Payment Type": "បញ្ចូលប្រភេទទូទាត់",
    "Edit Payment Type": "កែសម្រួលប្រភេទទូទាត់",
    "Payment Type": "ប្រភេទទូទាត់",
    "Add Payment Type": "បន្ថែមប្រភេទទូទាត់",
    "Per Page- 10": "ក្នុងមួយទំព័រ- 10",
    "Per Page- 25": "ក្នុងមួយទំព័រ- 25",
    "Per Page- 50": "ក្នុងមួយទំព័រ- 50",
    "Per Page- 100": "ក្នុងមួយទំព័រ- 100",
    "Assigned Role": "តួនាទីដែលបានបញ្ជាក់",
    "Assign Role To User": "បញ្ជាក់តួនាទីទៅអ្នកប្រើប្រាស់",
    "Select User": "ជ្រើសរើសអ្នកប្រើប្រាស់",
    "User": "អ្នកប្រើប្រាស់",
    "Select Role": "ជ្រើសរើសតួនាទី",
    "Add Subscription Plan": "បន្ថែមផែនការជាវ",
    "Package List": "បញ្ជីកញ្ចប់",
    "Add New Features": "បន្ថែមលក្ខណៈពិសេសថ្មី",
    "Enter features": "បញ្ចូលលក្ខណៈពិសេស",
    "Edit Subscription Plan": "កែសម្រួលផែនការជាវ",
    "Edit Package": "កែសម្រួលកញ្ចប់",
    "Enter Duration Days": "បញ្ចូលចំនួនថ្ងៃរយៈពេល",
    "Deactive": "ផ្អាក",
    "Create Plans": "បង្កើតផែនការ",
    "User Profile": "ប្រវត្តិអ្នកប្រើប្រាស់",
    "Registration Date": "កាលបរិច្ឆេទចុះឈ្មោះ",
    "Enter Your Name": "បញ្ចូលឈ្មោះរបស់អ្នក",
    "Enter Your Email": "បញ្ចូលអ៊ីមែលរបស់អ្នក",
    "Profile Picture": "រូបថតប្រវត្តិរូប",
    "Current Password": "ពាក្យសម្ងាត់បច្ចុប្បន្ន",
    "Enter Your Current Password": "បញ្ចូលពាក្យសម្ងាត់បច្ចុប្បន្នរបស់អ្នក",
    "New Password": "ពាក្យសម្ងាត់ថ្មី",
    "Enter New Password": "បញ្ចូលពាក្យសម្ងាត់ថ្មី",
    "Save Changes": "រក្សាទុកការផ្លាស់ប្តូរ",
    "Add New Role": "បន្ថែមតួនាទីថ្មី",
    "Set role permissions": "កំណត់សិទ្ធិតួនាទី",
    "Role Name": "ឈ្មោះតួនាទី",
    "Enter role name": "បញ្ចូលឈ្មោះតួនាទី",
    "Role Permissions": "សិទ្ធិតួនាទី",
    "Setup role permissions": "កំណត់សិទ្ធិតួនាទី",
    "Select All": "ជ្រើសរើសទាំងអស់",
    "Roles List": "បញ្ជីតួនាទី",
    "Add role, if it does not exist": "បន្ថែមតួនាទីប្រសិនបើវាមិនមានទេ",
    "Edit Role": "កែសម្រួលតួនាទី",
    "Privacy & Policy Settings": "ការកំណត់ឯកជនភាព និងគោលការណ៍",
    "Update": "ធ្វើបច្ចុប្បន្នភាព",
    "Term & Condition Settings": "ការកំណត់លក្ខខណ្ឌ និងល័ក្ខខ័ណ្ឌ",
    "Title": "ចំណងជើង",
    "Enter Title": "បញ្ចូលចំណងជើង",
    "Copy Right": "រក្សាសិទ្ធិ",
    "Admin Footer Text": "អត្ថបទបាតគ្រប់គ្រង",
    "Enter Text": "បញ្ចូលអត្ថបទ",
    "Admin Footer Link Text": "អត្ថបទតំណបាតគ្រប់គ្រង",
    "Admin Footer Link": "តំណបាតគ្រប់គ្រង",
    "Enter Link": "បញ្ចូលតំណ",
    "Main Header Logo": "ឡូហ្គោក្បាលទំព័រចម្បង",
    "Common Header Logo": "ឡូហ្គោក្បាលទំព័រទូទៅ",
    "Footer Logo": "ឡូហ្គោបាត",
    "Admin Logo": "ឡូហ្គោគ្រប់គ្រង",
    "Favicon": "Favicon",
    "Don't Use Any Kind Of Space In The Input Fields": "កុំប្រើលំហចន្លោះណាមួយនៅក្នុងវាលបញ្ចូល",

    "App": "កម្មវិធី",
    "Drivers": "ដ្រាយវើរ",
    "Storage Settings": "ការកំណត់ផ្ទុក",
    "Mail Configuration": "ការកំណត់សារអេឡិចត្រូនិក",
    "Others": "ផ្សេងៗ",
    "APP_NAME": "ឈ្មោះកម្មវិធី",
    "APP_KEY": "លេខកូដកម្មវិធី",
    "APP_DEBUG": "បង្ហាញកំហុសកម្មវិធី",
    "APP_URL": "អាសយដ្ឋានកម្មវិធី",
    "QUEUE_MAIL": "អ៊ីមែលជួរ",
    "MAIL_DRIVER_TYPE": "ប្រភេទសារអេឡិចត្រូនិច",
    "MAIL DRIVER": "ដ្រាយវើរសារអេឡិចត្រូនិច",
    "MAIL_HOST": "ម៉ាស៊ីនភ្ញៀវសារអេឡិចត្រូនិច",
    "MAIL_PORT": "លេខកូដម៉ាស៊ីនភ្ញៀវសារអេឡិចត្រូនិច",
    "MAIL_USERNAME": "ឈ្មោះអ្នកប្រើប្រាស់សារអេឡិចត្រូនិច",
    "MAIL_PASSWORD": "ពាក្យសម្ងាត់សារអេឡិចត្រូនិច",
    "MAIL_ENCRYPTION": "ការអ៊ិនគ្រីបសារអេឡិចត្រូនិច",
    "MAIL_FROM_ADDRESS": "អាសយដ្ឋានអ្នកផ្ញើសារអេឡិចត្រូនិច",
    "MAIL_FROM_NAME": "ឈ្មោះអ្នកផ្ញើសារអេឡិចត្រូនិច",
    "QUEUE COMMAND Path": "ផ្លូវពាក្យបញ្ជាជួរ",
    "CACHE_DRIVER": "ដ្រាយវើរផ្ទុកឯកសារ",
    "Recommended": "បានណែនាំ",
    "QUEUE_CONNECTION": "ការតភ្ជាប់ជួរ",
    "SESSION_DRIVER": "ដ្រាយវើរសម័យ",
    "SESSION_LIFETIME": "អាយុកាលសម័យ",
    "REDIS_PORT": "លេខកូដ Redis",
    "REDIS_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 Storage Bucket",
    "Wasabi Storage Bucket": "ធុងផ្ទុក Wasabi",
    "public (uploads folder)": "សាធារណៈ (ថតឡើង)",
    "AWS_ACCESS_KEY_ID": "លេខសម្គាល់កូនសោ AWS",
    "AWS_SECRET_ACCESS_KEY": "លេខកូដសម្ងាត់ AWS",
    "AWS_DEFAULT_REGION": "តំបន់លំនាំដើម AWS",
    "AWS_BUCKET": "ធុង AWS",
    "Fill up this credentials if you want to use Wasabi Storage Bucket": "បំពេញព័ត៌មាននេះ ប្រសិនបើអ្នកចង់ប្រើ Wasabi Storage Bucket",
    "WAS_ACCESS_KEY_ID": "លេខសម្គាល់កូនសោ Wasabi",
    "WAS_SECRET_ACCESS_KEY": "លេខកូដសម្ងាត់ Wasabi",
    "WAS_DEFAULT_REGION": "តំបន់លំនាំដើម Wasabi",
    "WAS_BUCKET": "ធុង Wasabi",
    "WAS_ENDPOINT": "ចំណុចបញ្ចប់ Wasabi",
    "CACHE_LIFETIME": "អាយុកាលផ្ទុកឯកសារ",
    "Paid": "បានបង់",
    "Reject": "បដិសេធ",
    "Why are you reject It?": "ហេតុអ្វីបានជាអ្នកបដិសេធវា?",
    "Enter Reason": "បញ្ចូលមូលហេតុ",
    "Confirm": "បញ្ជាក់",
    "Subscriptions List": "បញ្ជីការជាវ",
    "Started": "បានចាប់ផ្តើម",
    "End": "បញ្ចប់",
    "Gateway Method": "វិធីសាស្រ្តផ្លូវចូល",
    "Are you sure?": "តើអ្នកប្រាកដទេ?",
    "Add New Testimonial": "បន្ថែមវិចារថ្មី",
    "Client Name": "ឈ្មោះអតិថិជន",
    "Enter Client Name": "បញ្ចូលឈ្មោះអតិថិជន",
    "Stars": "ពិន្ទុ",
    "Works At": "ធ្វើការនៅ",
    "Client Image": "រូបភាពអតិថិជន",
    "Review": "ការវាយតម្លៃ",
    "Enter text": "បញ្ចូលអត្ថបទ",
    "Enter review message here": "បញ្ចូលសារវាយតម្លៃនៅទីនេះ",
    "Edit Testimonial": "កែសម្រួលវិចារ",
    "Testimonials List": "បញ្ជីវិចារ",
    "Create New": "បង្កើតថ្មី",
    "Add New Staff": "បន្ថែមបុគ្គលិកថ្មី",
    "Full Name": "ឈ្មោះពេញ",
    "Enter Email Address": "បញ្ចូលអាសយដ្ឋានអ៊ីមែល",
    "Edit Staff": "កែសម្រួលបុគ្គលិក",
    "Staff List": "បញ្ជីបុគ្គលិក",
    "User Email": "អ៊ីមែលអ្នកប្រើ",
    "User Role": "តួនាទីអ្នកប្រើ",
    "Comments": "មតិយោបល់",
    "Comment List": "បញ្ជីមតិយោបល់",
    "Create Blog": "បង្កើតប្លុក",
    "Blog List": "បញ្ជីប្លុក",
    "Select a status": "ជ្រើសរើសស្ថានភាព",
    "Tags": "ស្លាក",
    "Enter tags name": "បញ្ចូលឈ្មោះស្លាក",
    "SEO Meta Tags": "ស្លាក Meta SEO",
    "Meta Title": "ចំណងជើង Meta",
    "Meta Description": "ការពិពណ៌នាពី Meta",
    "Enter meta Description": "បញ្ចូលការពិពណ៌នាពី Meta",
    "Comment": "មតិយោបល់",
    "Edit Blog": "កែសម្រួលប្លុក",
    "Blogs": "ប្លុក",
    "Create Faqs": "បង្កើតសំណួរដែលគេឆ្លើយញឹកញាប់",
    "Add New FAQs": "បន្ថែមសំណួរថ្មី",
    "Question": "សំណួរ",
    "InActive": "អសកម្ម",
    "Answer": "ចម្លើយ",
    "Enter question answer here": "បញ្ចូលចម្លើយសំណួរនៅទីនេះ",
    "Edit Faqs": "កែសម្រួលសំណួរ",
    "FAQS List": "បញ្ជីសំណួរ",
    "View Details": "មើលព័ត៌មានលម្អិត",
    "Create Feature": "បង្កើតលក្ខណៈពិសេស",
    "Add New Feature": "បន្ថែមលក្ខណៈពិសេសថ្មី",
    "Backgroud Color": "ពណ៌ផ្ទៃខាងក្រោយ",
    "Enter Color": "បញ្ចូលពណ៌",
    "Edit Feature": "កែសម្រួលលក្ខណៈពិសេស",
    "Features List": "បញ្ជីលក្ខណៈពិសេស",
    "Create Interfaces": "បង្កើតចំណុចប្រទាក់",
    "Add New Interface": "បន្ថែមចំណុចប្រទាក់ថ្មី",
    "Edit Interface": "កែសម្រួលចំណុចប្រទាក់",
    "Interfaces List": "បញ្ជីចំណុចប្រទាក់",
    "Newsletters List": "បញ្ជីព្រឹត្តិប័ត្រព័ត៌មាន",
    "Page for Updating Website Sections": "ទំព័រ​សម្រាប់​ធ្វើបច្ចុប្បន្នភាពផ្នែកវេបសាយ",
    "Slider Section": "ផ្នែកស្លាយ",
    "Header Section": "ផ្នែកឯកសារស្នើរសុំ",
    "Feature Section": "ផ្នែកលក្ខណៈពិសេស",
    "Interface Section": "ផ្នែកចំណុចប្រទាក់",
    "Watch Section": "ផ្នែកមើល",
    "Testimonial Section": "ផ្នែកអត្ថបទអធិប្បាយ",
    "Blog Section": "ផ្នែកប្លុក",
    "About us Page": "ទំព័រអំពីយើង",
    "Terms And Conditions": "លក្ខខណ្ឌនិងលក្ខខណ្ឌ",
    "Privacy Page": "ទំព័រ​ភាព​ឯកជន",
    "Contuct us Page": "ទំព័រ​ទាក់ទង​មក​ពួកយើង",
    "Pricing Section": "ផ្នែកតម្លៃ",
    "Footer Section": "ផ្នែកខាងក្រោម",
    "Social Medias": "ប្រព័ន្ធផ្សព្វផ្សាយសង្គម",
    "Button One": "ប៊ូតុងមួយ",
    "Button Text": "អត្ថបទប៊ូតុង",
    "Button One Link": "តំណប៊ូតុងមួយ",
    "Button Two": "ប៊ូតុងពីរ",
    "Button Two Link": "តំណប៊ូតុងពីរ",
    "Scanner Text": "អត្ថបទស្កេន",
    "Scanner Image": "រូបភាពស្កេន",
    "Slider Image": "រូបភាពស្លាយ",
    "Header Button Text": "អត្ថបទប៊ូតុងក្បាល",
    "Header Button Link": "តំណប៊ូតុងក្បាល",
    "Enter Header link": "បញ្ចូលតំណក្បាល",
    "Section Title": "ចំណងជើងផ្នែក",
    "Enter Section Title": "បញ្ចូលចំណងជើងផ្នែក",
    "Interface Title": "ចំណងជើងចំណុចប្រទាក់",
    "Watch Title": "ចំណងជើងមើល",
    "Button Link": "តំណប៊ូតុង",
    "Watch Image": "រូបភាពមើល",
    "Blog Title": "ចំណងជើងប្លុក",
    "Read More Button Text": "អត្ថបទប៊ូតុងអានបន្ថែម",
    "View All Button Text": "អត្ថបទប៊ូតុងមើលទាំងអស់",
    "View All Link": "តំណមើលទាំងអស់",
    "Testimonial Title": "ចំណងជើងអត្ថបទអធិប្បាយ",
    "Enter Short Title": "បញ្ចូលចំណងជើងខ្លី",
    "Long Title": "ចំណងជើងវែង",
    "About Image": "អំពីរូបភាព",
    "Description One": "ពណ៌នាដំបូង",
    "Description Two": "ពណ៌នាទីពីរ",
    "Option": "ជម្រើស",
    "Icon": "និមិត្តសញ្ញា",
    "Plan Button Url": "តំណប៊ូតុងផែនការ",
    "Short Title": "ចំណងជើងខ្លី",
    "Right Footer Title": "ចំណងជើងខាងស្តាំ",
    "Middle Footer Title": "ចំណងជើងខាងកណ្តាល",
    "Apple App Link": "តំណកម្មវិធី Apple",
    "Apple App": "កម្មវិធី Apple",
    "Google Play Link": "តំណ Google Play",
    "Google Play App": "កម្មវិធី Google Play",
    "Right Footer": "ខាងស្តាំ",
    "Link": "តំណ",
    "Middle Footer": "ខាងកណ្តាល",
    "Left Footer": "ខាងឆ្វេង",
    "Footer Socials": "ប្រព័ន្ធផ្សព្វផ្សាយសង្គមខាងក្រោម",
    "Forgot Password": "ភ្លេចពាក្យសម្ងាត់",
    "Enter the email address associated with your account": "បញ្ចូលអាសយដ្ឋានអ៊ីមែលដែលភ្ជាប់នឹងគណនីរបស់អ្នក",
    "Enter your Email": "បញ្ចូលអ៊ីមែលរបស់អ្នក",
    "Continue": "បន្ត",
    "Back to Login": "ត្រលប់ទៅចូល",
    "Login": "ចូល",
    "Welcome to": "ស្វាគមន៍មកកាន់",
    "Welcome back, Please login in to your account": "ស្វាគមន៍មកវិញ សូមចូលទៅក្នុងគណនីរបស់អ្នក",
    "Remember me": "ចងចាំខ្ញុំ",
    "Forgot Password?": "ភ្លេចពាក្យសម្ងាត់?",
    "Super Admin": "អ្នកគ្រប់គ្រងកំពូល",
    "Admin": "អ្នកគ្រប់គ្រង",
    "Manager": "អ្នកគ្រប់គ្រង",
    "Reset Password": "កំណត់ពាក្យសម្ងាត់ឡើងវិញ",
    "Change Password": "ផ្លាស់ប្តូរពាក្យសម្ងាត់",
    "Create new password, it must be Strong password.": "បង្កើតពាក្យសម្ងាត់ថ្មី វាត្រូវតែជាពាក្យសម្ងាត់រឹងមាំ",
    "Confirm Password": "បញ្ជាក់ពាក្យសម្ងាត់",
    "You Have": "អ្នកមាន",
    "new Notifications": "ការជូនដំណឹងថ្មី",
    "Mark all Read": "គូសបញ្ចាក់ទាំងអស់ថា បានអាន",
    "View all notifications": "មើលការជូនដំណឹងទាំងអស់",
    "Clear cache": "សម្អាតឃ្លាំង",
    "My Profile": "ប្រវត្តិរបស់ខ្ញុំ",
    "Logout": "ចាកចេញ",
    "About Us": "អំពីយើង",
    "Home": "ទំព័រដើម",
    "Pricing": "តម្លៃ",
    "Pages": "ទំព័រ",
    "Blog": "ប្លុក",
    "Privacy Policy": "គោលការណ៍​ភាព​ឯកជន",
    "Contact Us": "ទាក់ទង​មក​ពួក​យើង",
    "You are having this email because you have requested for a password reset.": "អ្នកទទួលអ៊ីមែលនេះព្រោះអ្នកបានស្នើសុំធ្វើបម្លែងពាក្យសម្ងាត់។",
    "Your verification code is:": "កូដបញ្ជាក់របស់អ្នកគឺ:",
    "This password reset code will expire in 60 minutes.": "កូដបម្លែងពាក្យសម្ងាត់នេះនឹងផុតកំណត់ក្នុងរយៈពេល ៦០ នាទី។",
    "If you did not request a password reset, no further action is required.": "ប្រសិនបើអ្នកមិនបានស្នើសុំធ្វើបម្លែងពាក្យសម្ងាត់ទេ ការសកម្មភាពបន្ថែមមិនត្រូវការនោះទេ។",
    "Regards": "គោរព",
    "All right reserved": "សិទ្ធិទាំងអស់បានរក្សាទុក",
    "Hi": "សួស្តី",
    "Dear": "មិត្ត",
    "your OTP code is": "កូដ OTP របស់អ្នកគឺ",
    "Please do not share this PIN with anyone": "សូមកុំចែករំលែក PIN នេះជាមួយនរណាក៏ដោយ",
    "Best Regards": "គោរពល្អ",
    "Gateway Name": "ឈ្មោះក្បាលទ្វារ",
    "Subscription Name": "ឈ្មោះការជាវ",
    "Payable Amount": "ចំនួនប្រាក់ដែលត្រូវបង់",
    "Phone Number": "លេខទូរស័ព្ទ",
    "Enter your phone number": "សូមបញ្ចូលលេខទូរស័ព្ទរបស់អ្នក",
    "Pay Now": "បង់ឥឡូវនេះ",
    "Next": "បន្ទាប់",
    "Previous": "មុន",
    "Free": "ឥតគិតថ្លៃ",
    "Features Of Free Plan": "លក្ខណៈពិសេសនៃផែនការឥតគិតថ្លៃ",
    "Choose Plan": "ជ្រើសរើសផែនការ",
    "Blog Details": "ព័ត៌មានលម្អិតអំពីប្លក់",
    "Leave a Comment Here": "សូមប留下មតិយោបល់នៅទីនេះ",
    "Your email address will not be published": "អាសយដ្ឋានអ៊ីមែលរបស់អ្នកនឹងមិនត្រូវបានផ្សព្វផ្សាយ",
    "Enter your name": "សូមបញ្ចូលឈ្មោះរបស់អ្នក",
    "Enter your email": "សូមបញ្ចូលអ៊ីមែលរបស់អ្នក",
    "Enter your comment": "សូមបញ្ចូលមតិយោបល់របស់អ្នក",
    "Recent Posts": "សេចក្តីជូនដំណឹងថ្មីៗ",
    "Create a Free Account": "បង្កើតគណនីឥតគិតថ្លៃ",
    "Enter full name": "សូមបញ្ចូលឈ្មោះពេញ",
    "Enter phone number": "សូមបញ្ចូលលេខទូរស័ព្ទ",
    "Enter email address": "សូមបញ្ចូលអាសយដ្ឋានអ៊ីមែល",
    "Company": "ក្រុមហ៊ុន",
    "Enter company name": "សូមបញ្ចូលឈ្មោះក្រុមហ៊ុន",
    "Enter your message": "សូមបញ្ចូលសាររបស់អ្នក",
    "Pricing Plan": "ផែនការប្រាក់",
    "Subscription Plans": "ផែនការជាវ",

    "Plan List": "បញ្ជីផែនការ",
    "Work At": "ធ្វើការនៅ",
    "Show- 10": "បង្ហាញ- ១០",
    "Show- 25": "បង្ហាញ- ២៥",
    "Show- 50": "បង្ហាញ- ៥០",
    "Show- 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 :",
    "QUEUE COMMAND :": "បញ្ជាQUEUE :",
    "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": "Powered By",
    "Create Expense Catgeory": "สร้างหมวดหมู่ค่าใช้จ่าย",
    "Catgeory Name": "ชื่อหมวดหมู่",
    "Enter catgeory Name": "ป้อนชื่อหมวดหมู่",
    "Edit Expense Category": "แก้ไขหมวดหมู่ค่าใช้จ่าย",
    "Expense Category List": "รายการหมวดหมู่ค่าใช้จ่าย",
    "Add new": "เพิ่มใหม่",
    "Category Name": "ชื่อหมวดหมู่",
    "Create Expense": "สร้างค่าใช้จ่าย",
    "Enter Amount": "ป้อนจำนวนเงิน",
    "Select A Category": "เลือกหมวดหมู่",
    "Expense For": "ការចំណាយសម្រាប់",
    "Enter Expense For": "បញ្ចូលការចំណាយសម្រាប់",
    "Select a payment type": "ជ្រើសរើសប្រភេទការទូទាត់",
    "Bank": "ធនាគារ",
    "Mobile Payment": "ការទូទាត់តាមទូរស័ព្ទ",
    "Reference Number": "លេខយោង",
    "Enter reference number": "បញ្ចូលលេខយោង",
    "Expense Date": "កាលបរិច្ឆេទការចំណាយ",
    "Note": "ចំណាំ",
    "Enter note": "បញ្ចូលចំណាំ",
    "Edit Expense": "កែសម្រួលការចំណាយ",
    "Expense List": "បញ្ជីការចំណាយ",
    "Expesne For": "ការចំណាយសម្រាប់",
    "Create Income Catgeory": "បង្កើតប្រភេទប្រាក់ចំណូល",
    "Enter catgeory name": "បញ្ចូលឈ្មោះប្រភេទ",
    "Edit Income Category": "កែសម្រួលប្រភេទប្រាក់ចំណូល",
    "Income Category List": "បញ្ជីប្រភេទប្រាក់ចំណូល",
    "Create Income": "បង្កើតប្រាក់ចំណូល",
    "Enter amount": "បញ្ចូលចំនួនទឹកប្រាក់",
    "Enter income for": "បញ្ចូលប្រាក់ចំណូលសម្រាប់",
    "Income Date": "កាលបរិច្ឆេទប្រាក់ចំណូល",
    "Edit Income": "កែសម្រួលប្រាក់ចំណូល",
    "Income List": "បញ្ជីប្រាក់ចំណូល",
    "Sale New": "លក់ថ្មី",
    "Sale List": "បញ្ជីលក់",
    "Sale Return": "ប្រាក់កម្មសិទ្ធិលក់",
    "Purchases": "ការទិញ",
    "Purchase New": "ទិញថ្មី",
    "Purchase List": "បញ្ជីទិញ",
    "Purchase Return": "ប្រាក់កម្មសិទ្ធិទិញ",
    "Products": "ផលិតផល",
    "All Product": "ផលិតផលទាំងអស់",
    "Add Product": "បន្ថែមផលិតផល",
    "Brand": "ម៉ាក",
    "Unit": "ឯកតា",
    "Stock List": "បញ្ជីស្តុក",
    "Customers": "អតិថិជន",
    "All Customers": "អតិថិជនទាំងអស់",
    "Add Customer": "បន្ថែមអតិថិជន",
    "Suppliers": "អ្នកផ្គត់ផ្គង់",
    "All Suppliers": "អ្នកផ្គត់ផ្គង់ទាំងអស់",
    "Add Supplier": "បន្ថែមអ្នកផ្គត់ផ្គង់",
    "Income Category": "ប្រភេទប្រាក់ចំណូល",
    "Expense Category": "ប្រភេទការចំណាយ",
    "Subscriptions": "ការជាវ",
    "Profit & Loss List": "បញ្ជីកម្រៃចំណេញនិងខាតបង់",
    "All Income": "ប្រាក់ចំណូលទាំងអស់",
    "All Expense": "ការចំណាយទាំងអស់",
    "Current Stock": "ស្តុកបច្ចុប្បន្ន",
    "Customer Due": "អតិថិជនកំពុងដឹង",
    "Supplier Due": "អ្នកផ្គត់ផ្គង់កំពុងដឹង",
    "Loss & Profit": "ខាតបង់និងកម្រៃចំណេញ",
    "Loss/Profit": "ខាតបង់/កម្រៃចំណេញ",
    "Unpaid": "មិនបានបង់ប្រាក់",
    "Loss Profit": "ខាតបង់/កម្រៃចំណេញ",
    "Loss Profit List": "បញ្ជីខាតបង់/កម្រៃចំណេញ",
    "Product List": "បញ្ជីផលិតផល",
    "Create Party": "បង្កើតភាគី",
    "List": "បញ្ជី",
    "Party Type": "ប្រភេទភាគី",
    "Retailer": "អ្នកលក់រាយ",
    "Dealer": "អ្នកចែកចាយ",
    "Wholesaler": "អ្នកលក់ដុំ",
    "Supplier": "អ្នកផ្គត់ផ្គង់",
    "Enter Due": "បញ្ចូលបំណុល",
    "Edit Party": "កែសម្រួលភាគី",
    "Edit ": "កែសម្រួល ",
    " List": " បញ្ជី",
    "Parties List": "បញ្ជីភាគី",
    "Add new ": "បន្ថែមថ្មី ",
    "Create Product": "បង្កើតផលិតផល",
    "Add new Product": "បន្ថែមផលិតផលថ្មី",
    "Product Name": "ឈ្មោះផលិតផល",
    "Enter Product Name": "បញ្ចូលឈ្មោះផលិតផល",
    "Product Category": "ប្រភេទផលិតផល",
    "Product Unit": "ឯកតាផលិតផល",
    "Product Code": "កូដផលិតផល",
    "Enter Product Code": "បញ្ចូលកូដផលិតផល",
    "Stock": "ស្តុក",
    "Enter stock qty": "បញ្ចូលបរិมาณស្តុក",
    "Purchase Price": "តម្លៃទិញ",
    "Enter purchase price": "បញ្ចូលតម្លៃទិញ",
    "Sale Price": "តម្លៃលក់",
    "Enter sale price": "បញ្ចូលតម្លៃលក់",
    "Wholesale Price": "តម្លៃបោះដុំ",
    "Enter wholesale price": "បញ្ចូលតម្លៃបោះដុំ",
    "Dealer Price": "តម្លៃអ្នកចែកចាយ",
    "Enter dealer price": "បញ្ចូលតម្លៃអ្នកចែកចាយ",
    "Manufacturer": "ក្រុមហ៊ុនផលិត",
    "Enter manufacturer name": "បញ្ចូលឈ្មោះក្រុមហ៊ុនផលិត",
    "Edit Product": "កែសម្រួលផលិតផល",
    "Product Brand": "ម៉ាកផលិតផល",
    "Purchase price": "តម្លៃទិញ",
    "Sale price": "តម្លៃលក់",
    "Pos Sale": "ការលក់ POS",
    "Invoice no": "លេខវិក័យប័ត្រ",
    "Invoice No": "លេខវិក័យប័ត្រ",
    "Items": "របស់របរ",
    "Qty": "បរិមាណ",
    "Sub Total": "សរុបរងាស់",
    "Purchase return Amount ": "ចំនួនទឹកប្រាក់ប្រាក់កម្មសិទ្ធិទិញ",
    "Confirm Return": "បញ្ជាក់ការប្រាក់កម្មសិទ្ធិ",
    "Purchase Return List": "បញ្ជីប្រាក់កម្មសិទ្ធិទិញ",
    "Return Date": "កាលបរិច្ឆេទប្រាក់កម្មសិទ្ធិ",
    "Return Amount": "ចំនួនទឹកប្រាក់ប្រាក់កម្មសិទ្ធិ",
    "Return Qty": "បរិមាណប្រាក់កម្មសិទ្ធិ",
    "Brand list": "បញ្ជីម៉ាក",
    "0": "0",
    "Quick Action": "សកម្មភាពរហ័ស",
    "Today Purchase": "ការទិញថ្ងៃនេះ",
    "Calculator": "ម៉ាស៊ីនគិតលេខ",
    "Select Supplier": "ជ្រើសរើសអ្នកផ្គត់ផ្គង់",
    "Receive Amount": "ទទួលបានចំនួនទឹកប្រាក់",
    "Search product...": "ស្វែងរកផលិតផល...",
    "Due: ": "ដោយ:",
    "Party Name": "ឈ្មោះភាគី",
    "Discount": "ការបញ្ចុះតម្លៃ",
    "Payment": "ការទូទាត់",
    "INVOICE": "វិក័យប័ត្រ",
    "Sells By": "លក់ដោយ",
    "Quantity": "បរិមាណ",
    "Unit Price": "តម្លៃឯកតា",
    "Total Price": "តម្លៃសរុប",
    "Item": "របស់របរ",
    "Paid by": "បង់ប្រាក់ដោយ",
    "Subtotal": "សរុបរងាស់",
    "Customer Signature": "ลายเซ็นลูกค้า",
    "Authorized Signature": "ลายเซ็นผู้มีอำนาจ",
    "Add Items": "បន្ថែមរបស់របរ",
    "Enter Quantity": "បញ្ចូលបរិមាណ",
    "Enter Purchase Price": "បញ្ចូលតម្លៃទិញ",
    "Sales Price": "តម្លៃលក់",
    "Enter Sales Price": "បញ្ចូលតម្លៃលក់",
    "WholeSale Price": "តម្លៃបោះដុំ",
    "Enter WholeSale Price": "បញ្ចូលតម្លៃបោះដុំ",
    "Enter Dealer Price": "បញ្ចូលតម្លៃអ្នកចែកចាយ",
    "Customer Due Reports": "របាយការណ៍អំពីបំណុលអតិថិជន",
    "Customer Due List": "បញ្ជីបំណុលអតិថិជន",
    "Expense Reports": "របាយការណ៍ការចំណាយ",
    "Expense Report List": "បញ្ជីរបាយការណ៍ការចំណាយ",
    "Income For": "ប្រាក់ចំណូលសម្រាប់",
    "Income Reports": "របាយការណ៍ប្រាក់ចំណូល",
    "Income Report List": "បញ្ជីរបាយការណ៍ប្រាក់ចំណូល",
    "Loss Profit Reports": "របាយការណ៍ការខាតបង់និងកម្រៃចំណេញ",
    "From Date": "ចាប់ពីកាលបរិច្ឆេទ",
    "To Date": "ដល់កាលបរិច្ឆេទ",
    "Loss Profit Report List": "បញ្ជីរបាយការណ៍ការខាតបង់និងកម្រៃចំណេញ",
    "Discount Amount": "ចំនួនទឹកប្រាក់បញ្ចុះតម្លៃ",
    "Sale Date": "កាលបរិច្ឆេទលក់",
    "Purchase Report List": "បញ្ជីរបាយការណ៍ការទិញ",
    "Purchase Reports": "របាយការណ៍ការទិញ",
    "Purchase Return Report List": "បញ្ជីរបាយការណ៍ប្រាក់កម្មសិទ្ធិទិញ",
    "Purchase Return Reports": "របាយការណ៍ប្រាក់កម្មសិទ្ធិទិញ",
    "Sales Report List": "បញ្ជីរបាយការណ៍លក់",
    "Sale Reports": "របាយការណ៍លក់",
    "Sale Return Report": "របាយការណ៍ប្រាក់កម្មសិទ្ធិលក់",
    "Sale Return Reports": "របាយការណ៍ប្រាក់កម្មសិទ្ធិលក់",
    "Sale Return Report List": "បញ្ជីរបាយការណ៍ប្រាក់កម្មសិទ្ធិលក់",
    "Cost": "ការចំណាយ",
    "Stock Value": "តម្លៃស្តុក",
    "Stock Report List": "បញ្ជីរបាយការណ៍ស្តុក",
    "Stock Reports": "របាយការណ៍ស្តុក",
    "Total Quantity": "បរិមាណសរុប",
    "Total Stock Value": "តម្លៃស្តុកសរុប",
    "Supplier Due Reports": "របាយការណ៍អំពីបំណុលអ្នកផ្គត់ផ្គង់",
    "Supplier Due List": "បញ្ជីបំណុលអ្នកផ្គត់ផ្គង់",
    "Profile Edit": "កែសម្រួលប្រវត្តិរូប",
    "Parties": "ភាគី",
    "Sales List": "បញ្ជីលក់",
    "User Title": "ចំណងជើងអ្នកប្រើប្រាស់",
    "Enter user title": "បញ្ចូលចំណងជើងអ្នកប្រើប្រាស់",
    "Email Address": "អាសយដ្ឋានអ៊ីមែល",
    "Edit User Role": "កែសម្រួលតួនាទីអ្នកប្រើប្រាស់",
    "Add User Role": "បន្ថែមតួនាទីអ្នកប្រើប្រាស់",
    "Sale return Amount ": "ចំនួនទឹកប្រាក់ប្រាក់កម្មសិទ្ធិលក់",
    "Sales Return List": "បញ្ជីប្រាក់កម្មសិទ្ធិលក់",
    "Select Customer": "ជ្រើសរើសអតិថិជន",
    "Guest": "ភ្ញៀក",
    "Enter Customer Phone Number": "បញ្ចូលលេខទូរស័ព្ទអតិថិជន",
    "Type note...": "វាយបញ្ចូលកំណត់ចំណាំ...",
    "Sales Return": "ប្រាក់កម្មសិទ្ធិលក់",
    "Purchases Return": "ប្រាក់កម្មសិទ្ធិទិញ",
    "Add Vat": "បន្ថែមពន្ធលើតម្លៃបន្ថែម",
    "Tax": "ពន្ធ",
    "Apply": "អនុវត្ត",
    "Select a category": "ជ្រើសរើសប្រភេទមួយ",
    "Company And Business Name": "ឈ្មោះក្រុមហ៊ុន និង អាជីវកម្ម",
    "Enter Phone": "បញ្ចូលទូរស័ព្ទ",
    "Logo": "ឡូហ្គូ",
    "Invoice Logo": "ឡូហ្គូវិក័យប័ត្រ",
    "Purchase Plan": "ផែនការទិញ",
    "Days": "ថ្ងៃ",
    "Already Subscribed": "បានជាវរួចហើយ",
    "Buy Now": "ទិញឥឡូវនេះ",
    "Create Unit": "បង្កើតឯកតា",
    "Unit Name": "ឈ្មោះឯកតា",
    "Enter Unit Name": "បញ្ចូលឈ្មោះឯកតា",
    "Unit List": "បញ្ជីឯកតា",
    "Add new Unit": "បន្ថែមឯកតាថ្មី",
    "Overall Reports": "របាយការណ៍សរុប",
    "Revenue Statistic": "ស្ថិតិប្រាក់ចំណូល",
    "Today Sales": "ការលក់ថ្ងៃនេះ",
    "Change Amount": "ចំនួនទឹកប្រាក់ផ្លាស់ប្ដូរ",
    "Vat": "ពន្ធលើតម្លៃបន្ថែម",
    "Save Product": "រក្សាទុកផលិតផល",
    "Product": "ផលិតផល",
    "Category created successfully": "បង្កើតប្រភេទបានជោគជ័យ",
    "Category updated successfully": "បានធ្វើបច្ចុប្បន្នភាពប្រភេទបានជោគជ័យ",
    "Category deleted successfully": "បានលុបប្រភេទបានជោគជ័យ",
    "Selected Category deleted successfully": "បានលុបប្រភេទដែលបានជ្រើសរើសបានជោគជ័យ",
    "Something went wrong!": "មានអ្វីមួយខុស!",
    "Brand created cuccessfully": "បង្កើតម៉ាកបានជោគជ័យ",
    "Brand updated successfully": "បានធ្វើបច្ចុប្បន្នភាពម៉ាកបានជោគជ័យ",
    "Brand deleted successfully": "បានលុបម៉ាកបានជោគជ័យ",
    "Selected Brands deleted successfully": "បានលុបម៉ាកដែលបានជ្រើសរើសបានជោគជ័យ",
    "Something was wrong.": "មានអ្វីមួយខុស!",
    "Default currency activated successfully": "បានធ្វើឱ្យប្រាក់ប័ណ្ណលំនាំដើមសកម្មបានជោគជ័យ",
    "Failed to set default currency. Please try again.": "បរាជ័យក្នុងការកំណត់ប្រាក់ប័ណ្ណលំនាំដើម។ សូមព្យាយាំម្តងទៀត។",
    "Collect Due saved successfully": "បានរក្សាទុកការប្រមូលប្រាក់កម្ចីបានជោគជ័យ",
    "Expense Category saved successfully.": "បានរក្សាទុកប្រភេទការចំណាយបានជោគជ័យ។",
    "Expense Category updated successfully.": "បានធ្វើបច្ចុប្បន្នភាពប្រភេទការចំណាយបានជោគជ័យ។",
    "Expense Category deleted successfully": "បានលុបប្រភេទការចំណាយបានជោគជ័យ",
    "Selected item deleted successfully.": "បានលុបរបស់របរដែលបានជ្រើសរើសបានជោគជ័យ។",
    "Expense saved successfully.": "បានរក្សាទុកការចំណាយបានជោគជ័យ។",
    "Expense updated successfully.": "បានធ្វើបច្ចុប្បន្នភាពការចំណាយបានជោគជ័យ។",
    "Expense deleted successfully": "បានលុបការចំណាយបានជោគជ័យ",
    "Selected Items deleted successfully.": "បានលុបរបស់របរដែលបានជ្រើសរើសបានជោគជ័យ។",
    "Income Category saved successfully.": "បានរក្សាទុកប្រភេទប្រាក់ចំណូលបានជោគជ័យ។",
    "Income Category updated successfully.": "បានធ្វើបច្ចុប្បន្នភាពប្រភេទប្រាក់ចំណូលបានជោគជ័យ។",
    "Income Category deleted successfully": "បានលុបប្រភេទប្រាក់ចំណូលបានជោគជ័យ",
    "Income saved successfully.": "បានរក្សាទុកប្រាក់ចំណូលបានជោគជ័យ។",
    "Income updated successfully.": "បានធ្វើបច្ចុប្បន្នភាពប្រាក់ចំណូលបានជោគជ័យ។",
    "Income deleted successfully": "បានលុបប្រាក់ចំណូលបានជោគជ័យ",
    "Premission denied.": "អនុញ្ញាតមិនបាន។",
    "Customer created successfully": "បានបង្កើតអតិថិជនបានជោគជ័យ",
    "Supplier created successfully": "បានបង្កើតអ្នកផ្គត់ផ្គង់បានជោគជ័យ",
    "Supplier deleted successfully": "បានលុបអ្នកផ្គត់ផ្គង់បានជោគជ័យ",
    "Customer deleted successfully": "បានលុបអតិថិជនបានជោគជ័យ",
    "Selected parties deleted successfully": "បានលុបភាគីដែលបានជ្រើសរើសបានជោគជ័យ",
    "Product saved successfully.": "បានរក្សាទុកផលិតផលបានជោគជ័យ។",
    "Data saved successfully.": "បានរក្សាទុកទិន្នន័យបានជោគជ័យ។",
    "Product deleted successfully": "បានលុបផលិតផលបានជោគជ័យ",
    "Selected product deleted successfully": "បានលុបផលិតផលដែលបានជ្រើសរើសបានជោគជ័យ",
    "Cart is empty. Add items first!": "កន្ត្រកទំនិញទទេ។ សូមបន្ថែមរបស់របរជាមុន!",
    "Purchase created successfully.": "បានបង្កើតការទិញបានជោគជ័យ។",
    "Somethings went wrong!": "មានអ្វីមួយខុស!",
    "Purchase updated successfully.": "បានធ្វើបច្ចុប្បន្នភាពការទិញបានជោគជ័យ។",
    "Selected purchases deleted successfully.": "បានលុបការទិញដែលបានជ្រើសរើសបានជោគជ័យ។",
    "Sales created successfully.": "បានបង្កើតការលក់បានជោគជ័យ។",
    "You cannot sale in due for a walking customer.": "អ្នកមិនអាចលក់ដោយបង់ប្រាក់ក្រោយសម្រាប់អតិថិជនដើរកាត់បានទេ។",
    "Sales updated successfully.": "បានធ្វើបច្ចុប្បន្នភាពការលក់បានជោគជ័យ។",
    "Sale deleted successfully.": "បានលុបការលក់បានជោគជ័យ។",
    "Selected sales deleted successfully.": "បានលុបការលក់ដែលបានជ្រើសរើសបានជោគជ័យ។",
    "Unit saved successfully": "បានរក្សាទុកឯកតាបានជោគជ័យ",
    "Unit updated successfully": "បានធ្វើបច្ចុប្បន្នភាពឯកតាបានជោគជ័យ",
    "Units deleted successfully": "បានលុបឯកតាបានជោគជ័យ",
    "Unit deleted successfully": "បានលុបឯកតាបានជោគជ័យ",
    "Quantity and price updated successfully": "បានធ្វើបច្ចុប្បន្នភាពបរិមាណនិងតម្លៃបានជោគជ័យ",
    "Enter valid qty and price": "បញ្ចូលបរិមាណនិងតម្លៃត្រឹមត្រូវ",
    "Item not found in the cart": "មិនបានរកឃើញរបស់របរក្នុងកន្ត្រកទំនិញ",
    "The cart does not contain this item": "កន្ត្រកទំនិញមិនមានរបស់របរនេះទេ",
    "Item removed from cart": "បានដករបស់របរចេញពីកន្ត្រកទំនិញ",
    "All cart removed successfully!": "បានដករបស់របរទាំងអស់ចេញពីកន្ត្រកទំនិញបានជោគជ័យ!",
    "Current Password does not match with old password": "ពាក្យសម្ងាត់បច្ចុប្បន្នមិនត្រូវគ្នានឹងពាក្យសម្ងាត់ចាស់",
    "Profile updated successfully": "បានធ្វើបច្ចុប្បន្នភាពប្រវត្តិរូបបានជោគជ័យ",
    "Purchase returned successfully.": "បានប្រាក់កម្មសិទ្ធិទិញបានជោគជ័យ។",
    "Business General Setting updated successfully": "បានធ្វើបច្ចុប្បន្នភាពការកំណត់ទូទៅរបស់អាជីវកម្មបានជោគជ័យ",
    "User role created successfully": "បានបង្កើតតួនាទីអ្នកប្រើប្រាស់បានជោគជ័យ",
    "User role updated successfully": "បានធ្វើបច្ចុប្បន្នភាពតួនាទីអ្នកប្រើប្រាស់បានជោគជ័យ",
    "User role deleted successfully": "បានលុបតួនាទីអ្នកប្រើប្រាស់បានជោគជ័យ",
    "You have no permission to access.": "អ្នកមិនមានសិទ្ធិចូលប្រើ។",
    "Sale returned successfully.": "បានប្រាក់កម្មសិទ្ធិលក់បានជោគជ័យ។",
    "New subscription order successfully.": "បានបង្កើតការបញ្ជាទិញការជាវថ្មីបានជោគជ័យ។",

    "installer_messages.title": "POS Pro Installer",
    "installer_messages.next": "Next Step",
    "installer_messages.back": "Previous",
    "installer_messages.finish": "Install",
    "installer_messages.forms.errorTitle": "The Following errors occurred:",

    "installer_messages.welcome.templateTitle": "Welcome",
    "installer_messages.welcome.title": "POS Pro Installer",
    "installer_messages.welcome.message": "Easy Installation and Setup Wizard.",
    "installer_messages.welcome.next": "Check Requirements",

    "installer_messages.requirements.templateTitle": "Step 1 | Server Requirements",
    "installer_messages.requirements.title": "Server Requirements",
    "installer_messages.requirements.next": "Check Permissions",
    "installer_messages.permissions.templateTitle": "Step 2 | Permissions",
    "installer_messages.permissions.title": "Permissions",
    "installer_messages.permissions.next": "Configure Environment",
    "installer_messages.environment.menu.templateTitle": "Step 3 | Environment Settings",
    "installer_messages.environment.menu.title": "Environment Settings",
    "installer_messages.environment.menu.desc": "Please select how you want to configure the apps .env file.",
    "installer_messages.environment.menu.wizard-button": "Form Wizard Setup",
    "installer_messages.environment.menu.classic-button": "Classic Text Editor",

    "installer_messages.environment.wizard.templateTitle": "Step 3 | Environment Settings | Guided Wizard",
    "installer_messages.environment.wizard.title": "Guided .env Wizard",
    "installer_messages.environment.wizard.tabs.environment": "Environment",
    "installer_messages.environment.wizard.tabs.database": "Database",
    "installer_messages.environment.wizard.tabs.application": "Application",

    "installer_messages.environment.wizard.form.name_required": "An environment name is required.",
    "installer_messages.environment.wizard.form.app_name_label": "Website name",
    "installer_messages.environment.wizard.form.app_name_placeholder": "Enter your website name",
    "installer_messages.environment.wizard.form.app_environment_label": "App Environment",
    "installer_messages.environment.wizard.form.app_environment_label_local": "Local",
    "installer_messages.environment.wizard.form.app_environment_label_developement": "Development",
    "installer_messages.environment.wizard.form.app_environment_label_qa": "Qa",
    "installer_messages.environment.wizard.form.app_environment_label_production": "Production",
    "installer_messages.environment.wizard.form.app_environment_label_other": "Other",
    "installer_messages.environment.wizard.form.app_environment_placeholder_other": "Enter your environment...",
    "installer_messages.environment.wizard.form.app_debug_label": "App Debug",
    "installer_messages.environment.wizard.form.app_debug_label_true": "True",
    "installer_messages.environment.wizard.form.app_debug_label_false": "False",
    "installer_messages.environment.wizard.form.app_log_level_label": "App Log Level",
    "installer_messages.environment.wizard.form.app_log_level_label_debug": "debug",
    "installer_messages.environment.wizard.form.app_log_level_label_info": "info",
    "installer_messages.environment.wizard.form.app_log_level_label_notice": "notice",
    "installer_messages.environment.wizard.form.app_log_level_label_warning": "warning",
    "installer_messages.environment.wizard.form.app_log_level_label_error": "error",
    "installer_messages.environment.wizard.form.app_log_level_label_critical": "critical",
    "installer_messages.environment.wizard.form.app_log_level_label_alert": "alert",
    "installer_messages.environment.wizard.form.app_log_level_label_emergency": "emergency",

    "installer_messages.environment.wizard.form.app_url_label": "App Url",
    "installer_messages.environment.wizard.form.app_url_placeholder": "App Url",
    "installer_messages.environment.wizard.form.db_connection_failed": "Could not connect to the database.",
    "installer_messages.environment.wizard.form.db_connection_label": "Database Connection",
    "installer_messages.environment.wizard.form.db_connection_label_mysql": "mysql",
    "installer_messages.environment.wizard.form.db_connection_label_sqlite": "sqlite",
    "installer_messages.environment.wizard.form.db_connection_label_pgsql": "pgsql",
    "installer_messages.environment.wizard.form.db_connection_label_sqlsrv": "sqlsrv",
    "installer_messages.environment.wizard.form.db_host_label": "Database Host",
    "installer_messages.environment.wizard.form.db_host_placeholder": "Database Host",
    "installer_messages.environment.wizard.form.db_port_label": "Database Port",
    "installer_messages.environment.wizard.form.db_port_placeholder": "Database Port",
    "installer_messages.environment.wizard.form.db_name_label": "Database Name",
    "installer_messages.environment.wizard.form.db_name_placeholder": "Database Name",
    "installer_messages.environment.wizard.form.db_username_label": "Database User Name",
    "installer_messages.environment.wizard.form.db_username_placeholder": "Database User Name",
    "installer_messages.environment.wizard.form.db_password_label": "Database Password",
    "installer_messages.environment.wizard.form.db_password_placeholder": "Database Password",

    "installer_messages.environment.wizard.form.app_tabs.more_info": "More Info",
    "installer_messages.environment.wizard.form.app_tabs.broadcasting_title": "Broadcasting, Caching, Session, & Queue",
    "installer_messages.environment.wizard.form.app_tabs.broadcasting_label": "Broadcast Driver",
    "installer_messages.environment.wizard.form.app_tabs.broadcasting_placeholder": "Broadcast Driver",
    "installer_messages.environment.wizard.form.app_tabs.cache_label": "Cache Driver",
    "installer_messages.environment.wizard.form.app_tabs.cache_placeholder": "Cache Driver",
    "installer_messages.environment.wizard.form.app_tabs.session_label": "Session Driver",
    "installer_messages.environment.wizard.form.app_tabs.session_placeholder": "Session Driver",
    "installer_messages.environment.wizard.form.app_tabs.queue_label": "Queue Driver",
    "installer_messages.environment.wizard.form.app_tabs.queue_placeholder": "Queue Driver",
    "installer_messages.environment.wizard.form.app_tabs.redis_label": "Redis Driver",
    "installer_messages.environment.wizard.form.app_tabs.redis_host": "Redis Host",
    "installer_messages.environment.wizard.form.app_tabs.redis_password": "Redis Password",
    "installer_messages.environment.wizard.form.app_tabs.redis_port": "Redis Port",
    "installer_messages.environment.wizard.form.app_tabs.mail_label": "Mail",
    "installer_messages.environment.wizard.form.app_tabs.mail_driver_label": "Mail Driver",
    "installer_messages.environment.wizard.form.app_tabs.mail_driver_placeholder": "Mail Driver",
    "installer_messages.environment.wizard.form.app_tabs.mail_host_label": "Mail Host",
    "installer_messages.environment.wizard.form.app_tabs.mail_host_placeholder": "Mail Host",
    "installer_messages.environment.wizard.form.app_tabs.mail_port_label": "Mail Port",
    "installer_messages.environment.wizard.form.app_tabs.mail_port_placeholder": "Mail Port",
    "installer_messages.environment.wizard.form.app_tabs.mail_username_label": "Mail Username",
    "installer_messages.environment.wizard.form.app_tabs.mail_username_placeholder": "Mail Username",
    "installer_messages.environment.wizard.form.app_tabs.mail_password_label": "Mail Password",
    "installer_messages.environment.wizard.form.app_tabs.mail_password_placeholder": "Mail Password",
    "installer_messages.environment.wizard.form.app_tabs.mail_encryption_label": "Mail Encryption",
    "installer_messages.environment.wizard.form.app_tabs.mail_encryption_placeholder": "Mail Encryption",
    "installer_messages.environment.wizard.form.app_tabs.pusher_label": "Pusher",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_id_label": "Pusher App Id",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_id_palceholder": "Pusher App Id",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_key_label": "Pusher App Key",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_key_palceholder": "Pusher App Key",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_secret_label": "Pusher App Secret",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_secret_palceholder": "Pusher App Secret",

    "installer_messages.environment.wizard.form.buttons.setup_database": "Setup Database",
    "installer_messages.environment.wizard.form.buttons.setup_application": "Setup Application",
    "installer_messages.environment.wizard.form.buttons.install": "Install",

    "installer_messages.environment.classic.templateTitle": "Step 3 | Environment Settings | Classic Editor",
    "installer_messages.environment.classic.title": "Classic Environment Editor",
    "installer_messages.environment.classic.save": "Save .env",
    "installer_messages.environment.classic.back": "Use Form Wizard",
    "installer_messages.environment.classic.install": "Save and Install",

    "installer_messages.environment.success": "Your .env file settings have been saved.",
    "installer_messages.environment.errors": "Unable to save the .env file, Please create it manually.",

    "installer_messages.install": "Install",
    "installer_messages.installed.success_log_message": "Laravel Installer successfully INSTALLED on ",

    "installer_messages.final.title": "Installation Finished",
    "installer_messages.final.templateTitle": "Installation Finished",
    "installer_messages.final.finished": "Application has been successfully installed.",
    "installer_messages.final.migration": "Migration & Seed Console Output:",
    "installer_messages.final.console": "Application Console Output:",
    "installer_messages.final.log": "Installation Log Entry:",
    "installer_messages.final.env": "Final .env File:",
    "installer_messages.final.exit": "Click here to exit",

    "installer_messages.updater.title": "Laravel Updater",
    "installer_messages.updater.welcome.title": "Welcome To The Updater",
    "installer_messages.updater.welcome.message": "Welcome to the update wizard.",

    "installer_messages.updater.overview.title": "Overview",
    "installer_messages.updater.overview.message": "There is 1 update.|There are :number updates.",
    "installer_messages.updater.overview.install_updates": "Install Updates",
    "installer_messages.updater.final.title": "Finished",
    "installer_messages.updater.final.finished": "Application's database has been successfully updated.",
    "installer_messages.updater.final.exit": "Click here to exit",
    "installer_messages.updater.log.success_message": "Laravel Installer successfully UPDATED on "
}