Files
kulakpos_web/lang/bur.json

2087 lines
168 KiB
JSON
Raw Normal View History

2026-03-15 17:08:23 +07:00
{
"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": "FAQs များကိုစီမံခန့်ခွဲပါ",
"Terms & Conditions": "စည်းမျဉ်းများနှင့်အခြေအနေများ",
"Privacy & Policy": "ကိုယ်ရေးအချက်အလက်များနှင့်မူဝါဒများ",
"Testimonials": "သက်သေခံချက်များ",
"Features": "အင်္ဂါရပ်များ",
"Interface": "အင်တာဖေ့စ်",
"Manage Blogs": "ဘလော့ဂ်များကိုစီမံခန့်ခွဲပါ",
"Newsletters": "သတင်းစာများ",
"Roles & Permissions": "အခန်းကဏ္ဍများနှင့်အခွင့်အရေးများ",
"Roles": "အခန်းကဏ္ဍများ",
"Permissions": "အခွင့်အရေးများ",
"Settings": "ဆက်တင်များ",
"Currencies": "ငွေကြေးများ",
"Notifications": "အကြောင်းကြားချက်များ",
"SMS Settings": "SMS ဆက်တင်များ",
"Payment Gateway": "ငွေပေးချေမှုဂိတ်ဝေ",
"System Settings": "စနစ်ဆက်တင်များ",
"General Settings": "အထွေထွေဆက်တင်များ",
"Banner": "ဘနာ",
"Add New Banner": "ဘနာအသစ်ထည့်ပါ",
"Banner List": "ဘနာစာရင်း",
"Status": "အခြေအနေ",
"Image": "ပုံ",
"Active": "အသက်ဝင်သည်",
"Cancel": "ဖျက်ပါ",
"Save": "သိမ်းပါ",
"Edit Banner": "ဘနာကိုတည်းဖြတ်ပါ",
"Advertising List": "ကြော်ငြာစာရင်း",
"Create Banner": "ဘနာဖန်တီးပါ",
"SL": "SL",
"Create Advertising": "ကြော်ငြာဖန်တီးပါ",
"Reset": "ပြန်လည်သတ်မှတ်ပါ",
"Edit Advertising": "ကြော်ငြာကိုတည်းဖြတ်ပါ",
"Edit": "တည်းဖြတ်ပါ",
"Delete": "ဖျက်ပါ",
"Shop": "ဆိုင်",
"Add new Package": "ပက်ကေ့ခ်ျအသစ်ထည့်ပါ",
"Shop List": "ဆိုင်စာရင်း",
"Subscription Plan": "စာရင်းသွင်းမှုအစီအစဉ်",
"Select Plan Category": "အစီအစဉ်ကဏ္ဍကိုရွေးပါ",
"Package Name": "ပက်ကေ့ခ်ျအမည်",
"Enter Package Name": "ပက်ကေ့ခ်ျအမည်ကိုရိုက်ထည့်ပါ",
"Business Category": "စီးပွားရေးကဏ္ဍ",
"Select Business Category": "စီးပွားရေးကဏ္ဍကိုရွေးပါ",
"Duration in Days": "ရက်အတွင်းကာလ",
"Enter number": "နံပါတ်ကိုရိုက်ထည့်ပါ",
"Offer Price": "ကမ်းလှမ်းစျေး",
"Enter Plan Price": "အစီအစဉ်စျေးကိုရိုက်ထည့်ပါ",
"Subscription Price": "စာရင်းသွင်းမှုစျေး",
"Enter Subscription Price": "စာရင်းသွင်းမှုစျေးကိုရိုက်ထည့်ပါ",
"View": "ကြည့်ရှုပါ",
"Upgrade Plan": "အစီအစဉ်ကိုမြှင့်တင်ပါ",
"Edit Shop": "ဆိုင်ကိုတည်းဖြတ်ပါ",
"Select Category": "ကဏ္ဍကိုရွေးပါ",
"Shop/Business Name": "ဆိုင်/စီးပွားရေးအမည်",
"Enter Shop/Business Name": "ဆိုင်/စီးပွားရေးအမည်ကိုရိုက်ထည့်ပါ",
"Package": "ပက်ကေ့ခ်ျ",
"Select a package": "ပက်ကေ့ခ်ျကိုရွေးပါ",
"Name": "အမည်",
"Enter Name": "အမည်ကိုရိုက်ထည့်ပါ",
"Role": "အခန်းကဏ္ဍ",
"Select a role": "အခန်းကဏ္ဍကိုရွေးပါ",
"Email": "အီးမေးလ်",
"Enter Email": "အီးမေးလ်ကိုရိုက်ထည့်ပါ",
"Phone": "ဖုန်း",
"Enter Phone Number": "ဖုန်းနံပါတ်ကိုရိုက်ထည့်ပါ",
"Password": "စကားဝှက်",
"Enter Password": "စကားဝှက်ကိုရိုက်ထည့်ပါ",
"Confirm password": "စကားဝှက်ကိုအတည်ပြုပါ",
"Enter Confirm password": "စကားဝှက်ကိုအတည်ပြုပါ",
"Address": "လိပ်စာ",
"Enter Address": "လိပ်စာကိုရိုက်ထည့်ပါ",
"Select Country": "နိုင်ငံကိုရွေးပါ",
"Select a Country": "နိုင်ငံကိုရွေးပါ",
"Balance": "လက်ကျန်ငွေ",
"Enter Balance": "လက်ကျန်ငွေကိုရိုက်ထည့်ပါ",
"Search...": "ရှာဖွေမှု...",
"Business Name": "စီးပွားရေးအမည်",
"Last Enroll": "နောက်ဆုံးစာရင်းသွင်းခြင်း",
"Expired Date": "သက်တမ်းပြည့်သည့်ရက်",
"Action": "အရေးယူခြင်း",
"Select A Plan": "အစီအစဉ်ကိုရွေးပါ",
"Select One": "တစ်ခုကိုရွေးပါ",
"Price": "စျေး",
"Enter plan price or select a plan": "အစီအစဉ်စျေးကိုရိုက်ထည့်ပါသို့မဟုတ်အစီအစဉ်ကိုရွေးပါ",
"Payment Gateways": "ငွေပေးချေမှုဂိတ်ဝေများ",
"Select A payment gateway": "ငွေပေးချေမှုဂိတ်ဝေကိုရွေးပါ",
"Notes": "မှတ်စုများ",
"Enter notes": "မှတ်စုများကိုရိုက်ထည့်ပါ",
"Business View": "စီးပွားရေးအမြင်",
"Created date": "ဖန်တီးသည့်ရက်",
"Category": "ကဏ္ဍ",
"Add new Category": "ကဏ္ဍအသစ်ထည့်ပါ",
"View List": "စာရင်းကိုကြည့်ပါ",
"Buisness Name": "စီးပွားရေးအမည်",
"Enter Description": "ဖော်ပြချက်ကိုရိုက်ထည့်ပါ",
"Description": "ဖော်ပြချက်",
"Edit Business Category": "စီးပွားရေးကဏ္ဍကိုတည်းဖြတ်ပါ",
"Enter Buisness Description": "စီးပွားရေးဖော်ပြချက်ကိုရိုက်ထည့်ပါ",
"Business Categories List": "စီးပွားရေးကဏ္ဍစာရင်း",
"Add New": "အသစ်ထည့်ပါ",
"Reports": "အစီရင်ခံစာများ",
"All": "အားလုံး",
"Active User": "အသက်ဝင်သည့်အသုံးပြုသူ",
"Deactive User": "အသက်မဝင်သည့်အသုံးပြုသူ",
"Date": "ရက်",
"SL.": "SL.",
"Invoice": "ငွေတောင်းဘီလ်",
"Customer Name": "သုံးစွဲသူအမည်",
"Amount": "ပမာဏ",
"View Report": "အစီရင်ခံစာကိုကြည့်ပါ",
"Download Report": "အစီရင်ခံစာကိုဒေါင်းလုဒ်လုပ်ပါ",
"User View": "အသုံးပြုသူအမြင်",
"Shop Name": "ဆိုင်အမည်",
"Country": "နိုင်ငံ",
"Reason": "အကြောင်းရင်း",
"Are You Sure?": "သင်သေချာပါသလား?",
"You won't be able to revert this!": "သင်ဤအရာကိုပြန်လည်ပြောင်းမရနိုင်ပါ!",
"Yes, Delete It!": "ဟုတ်ကဲ့၊ဖျက်ပါ!",
"Add Currency": "ငွေကြေးထည့်ပါ",
"Code": "ကုဒ်",
"Symbol": "သင်္ကေတ",
"Position": "တည်နေရာ",
"Inactive": "အသက်မဝင်သည်",
"Make Default": "ဒေဖော့လ်အဖြစ်သတ်မှတ်ပါ",
"Edit Currency": "ငွေကြေးကိုတည်းဖြတ်ပါ",
"Currency": "ငွေကြေး",
"Total Businesses": "စီးပွားရေးစုစုပေါင်း",
"Total Expired Businesses": "သက်တမ်းပြည့်သည့်စီးပွားရေးစုစုပေါင်း",
"Total Plan Subscribes": "အစီအစဉ်စာရင်းသွင်းမှုစုစုပေါင်း",
"Total Business Categories": "စီးပွားရေးကဏ္ဍစုစုပေါင်း",
"Total Plans": "အစီအစဉ်စုစုပေါင်း",
"Total Staffs": "ဝန်ထမ်းစုစုပေါင်း",
"Finance Overview": "ဘဏ္ဍာရေးခြေလှမ်း",
"Gateway Settings": "ဂိတ်ဝေဆက်တင်များ",
"Payment Gateway Settings": "ငွေပေးချေမှုဂိတ်ဝေဆက်တင်များ",
"GATEWAY IMAGE": "ဂိတ်ဝေပုံ",
"GATEWAY NAME": "ဂိတ်ဝေအမည်",
"Gateway Charge": "ဂိတ်ဝေကောက်ခ",
"Gateway Currency": "ဂိတ်ဝေငွေကြေး",
"Gateway Mode": "ဂိတ်ဝေမုဒ်",
"Is Manual": "လက်တွေ့ဖြစ်ပါသလား",
"Yes": "ဟုတ်ကဲ့",
"No": "မဟုတ်ပါ",
"Label": "တံဆိပ်",
"Enter label name": "တံဆိပ်အမည်ကိုရိုက်ထည့်ပါ",
"Select Required/Optionl": "လိုအပ်သည်/ရွေးနိုင်သည်ကိုရွေးပါ",
"Required": "လိုအပ်သည်",
"Optional": "ရွေးနိုင်သည်",
"Add new row": "အသစ်ထည့်ပါ",
"INSTRUCTIONS": "ညွှန်ကြားချက်များ",
"Enter payment instructions here": "ငွေပေးချေမှုညွှန်ကြားချက်များကိုရိုက်ထည့်ပါ",
"Messages List": "စာတိုစာရင်း",
"Search": "ရှာဖွေမှု",
"Company Name": "ကုမ္ပဏီအမည်",
"Message": "စာတို",
"Notifications List": "အကြောင်းကြားချက်စာရင်း",
"Today": "ယနေ့",
"Last 7 Days": "ပြီးခဲ့သည့် 7 ရက်",
"Last 15 Days": "ပြီးခဲ့သည့် 15 ရက်",
"Last Month": "ပြီးခဲ့သည့်လ",
"Last Year": "ပြီးခဲ့သည့်နှစ်",
"Created At": "ဖန်တီးသည့်ရက်",
"Read At": "ဖတ်သည့်ရက်",
"Add New Payment Type": "ငွေပေးချေမှုအမျိုးအစားအသစ်ထည့်ပါ",
"Enter Payment Type": "ငွေပေးချေမှုအမျိုးအစားကိုရိုက်ထည့်ပါ",
"Edit Payment Type": "ငွေပေးချေမှုအမျိုးအစားကိုတည်းဖြတ်ပါ",
"Payment Type": "ငွေပေးချေမှုအမျိုးအစား",
"Add Payment Type": "ငွေပေးချေမှုအမျိုးအစားထည့်ပါ",
"Per Page- 10": "တစ်စာမျက်နှာလျှင်- 10",
"Per Page- 25": "တစ်စာမျက်နှာလျှင်- 25",
"Per Page- 50": "တစ်စာမျက်နှာလျှင်- 50",
"Per Page- 100": "တစ်စာမျက်နှာလျှင်- 100",
"Assigned Role": "သတ်မှတ်ထားသည့်အခန်းကဏ္ဍ",
"Assign Role To User": "အသုံးပြုသူကိုအခန်းကဏ္ဍသတ်မှတ်ပါ",
"Select User": "အသုံးပြုသူကိုရွေးပါ",
"User": "အသုံးပြုသူ",
"Select Role": "အခန်းကဏ္ဍကိုရွေးပါ",
"Add Subscription Plan": "စာရင်းသွင်းမှုအစီအစဉ်ထည့်ပါ",
"Package List": "ပက်ကေ့ခ်ျစာရင်း",
"Add New Features": "အင်္ဂါရပ်အသစ်ထည့်ပါ",
"Enter features": "အင်္ဂါရပ်များကိုရိုက်ထည့်ပါ",
"Edit Subscription Plan": "စာရင်းသွင်းမှုအစီအစဉ်ကိုတည်းဖြတ်ပါ",
"Edit Package": "ပက်ကေ့ခ်ျကိုတည်းဖြတ်ပါ",
"Enter Duration Days": "ကာလရက်များကိုရိုက်ထည့်ပါ",
"Deactive": "အသက်မဝင်သည်",
"Create Plans": "အစီအစဉ်များဖန်တီးပါ",
"User Profile": "အသုံးပြုသူပရိုဖိုင်",
"Registration Date": "မှတ်ပုံတင်သည့်ရက်",
"Enter Your Name": "သင်၏အမည်ကိုရိုက်ထည့်ပါ",
"Enter Your Email": "သင်၏အီးမေးလ်ကိုရိုက်ထည့်ပါ",
"Profile Picture": "ပရိုဖိုင်ပုံ",
"Current Password": "လက်ရှိစကားဝှက်",
"Enter Your Current Password": "သင်၏လက်ရှိစကားဝှက်ကိုရိုက်ထည့်ပါ",
"New Password": "အသစ်စကားဝှက်",
"Enter New Password": "အသစ်စကားဝှက်ကိုရိုက်ထည့်ပါ",
"Save Changes": "ပြောင်းလဲမှုများကိုသိမ်းပါ",
"Add New Role": "အခန်းကဏ္ဍအသစ်ထည့်ပါ",
"Set role permissions": "အခန်းကဏ္ဍအခွင့်အရေးများကိုသတ်မှတ်ပါ",
"Role Name": "အခန်းကဏ္ဍအမည်",
"Enter role name": "အခန်းကဏ္ဍအမည်ကိုရိုက်ထည့်ပါ",
"Role Permissions": "အခန်းကဏ္ဍအခွင့်အရေးများ",
"Setup role permissions": "အခန်းကဏ္ဍအခွင့်အရေးများကိုသတ်မှတ်ပါ",
"Select All": "အားလုံးကိုရွေးပါ",
"Roles List": "အခန်းကဏ္ဍစာရင်း",
"Add role, if it does not exist": "အခန်းကဏ္ဍကိုထည့်ပါ၊မရှိပါက",
"Edit Role": "အခန်းကဏ္ဍကိုတည်းဖြတ်ပါ",
"Privacy & Policy Settings": "ကိုယ်ရေးအချက်အလက်များနှင့်မူဝါဒဆက်တင်များ",
"Update": "အပ်ဒိတ်လုပ်ပါ",
"Term & Condition Settings": "စည်းမျဉ်းများနှင့်အခြေအနေဆက်တင်များ",
"Title": "ခေါင်းစဉ်",
"Enter Title": "ခေါင်းစဉ်ကိုရိုက်ထည့်ပါ",
"Copy Right": "မူပိုင်ခွင့်",
"Admin Footer Text": "အက်မင်ခြေရင်းစာသား",
"Enter Text": "စာသားကိုရိုက်ထည့်ပါ",
"Admin Footer Link Text": "အက်မင်ခြေရင်းလင့်ခ်စာသား",
"Admin Footer Link": "အက်မင်ခြေရင်းလင့်ခ်",
"Enter Link": "လင့်ခ်ကိုရိုက်ထည့်ပါ",
"Main Header Logo": "အဓိကခေါင်းစဉ်လိုဂို",
"Common Header Logo": "အလွှာခေါင်းစဉ်လိုဂို",
"Footer Logo": "ခြေရင်းလိုဂို",
"Admin Logo": "အက်မင်လိုဂို",
"Favicon": "ဖာဗီကွန်",
"Don't Use Any Kind Of Space In The Input Fields": "အင်ပုတ်ကွက်များတွင်အမျိုးအစားမည်သည့်နေရာကိုမသုံးပါ",
"App": "အက်ပ်",
"Drivers": "ဒရိုင်ဘာများ",
"Storage Settings": "သိုလှောင်မှုဆက်တင်များ",
"Mail Configuration": "အီးမေးလ်ကွန်ဖစ်ဂျူရေးရှင်း",
"Others": "အခြား",
"APP_NAME": "APP_NAME",
"APP_KEY": "APP_KEY",
"APP_DEBUG": "APP_DEBUG",
"APP_URL": "APP_URL",
"QUEUE_MAIL": "QUEUE_MAIL",
"MAIL_DRIVER_TYPE": "MAIL_DRIVER_TYPE",
"MAIL DRIVER": "MAIL DRIVER",
"MAIL_HOST": "MAIL_HOST",
"MAIL_PORT": "MAIL_PORT",
"MAIL_USERNAME": "MAIL_USERNAME",
"MAIL_PASSWORD": "MAIL_PASSWORD",
"MAIL_ENCRYPTION": "MAIL_ENCRYPTION",
"MAIL_FROM_ADDRESS": "MAIL_FROM_ADDRESS",
"MAIL_FROM_NAME": "MAIL_FROM_NAME",
"QUEUE COMMAND Path": "QUEUE COMMAND Path",
"CACHE_DRIVER": "CACHE_DRIVER",
"Recommended": "အကြံပြုထားသည်",
"QUEUE_CONNECTION": "QUEUE_CONNECTION",
"SESSION_DRIVER": "SESSION_DRIVER",
"SESSION_LIFETIME": "SESSION_LIFETIME",
"REDIS_PORT": "REDIS_PORT",
"REDIS_URL": "REDIS_URL",
"REDIS_PASSWORD": "REDIS_PASSWORD",
"AWS S3 Storage Bucket'": "AWS S3 Storage Bucket",
"Fill up this credentials if you want to use AWS S3 Storage Bucket": "AWS S3 Storage Bucket ကိုသုံးလိုပါကဤလက်မှတ်များကိုဖြည့်ပါ",
"Wasabi Storage Bucket": "Wasabi Storage Bucket",
"public (uploads folder)": "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 Storage Bucket ကိုသုံးလိုပါကဤလက်မှတ်များကိုဖြည့်ပါ",
"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": "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 Title",
"Meta Description": "Meta Description",
"Enter meta Description": "Meta Description ကိုရိုက်ထည့်ပါ",
"Comment": "မှတ်ချက်",
"Edit Blog": "ဘလော့ဂ်ကိုတည်းဖြတ်ပါ",
"Blogs": "ဘလော့ဂ်များ",
"Create Faqs": "FAQs ဖန်တီးပါ",
"Add New FAQs": "FAQs အသစ်ထည့်ပါ",
"Question": "မေးခွန်း",
"InActive": "အသက်မဝင်သည်",
"Answer": "အဖြေ",
"Enter question answer here": "မေးခွန်းအဖြေကိုရိုက်ထည့်ပါ",
"Edit Faqs": "FAQs ကိုတည်းဖြတ်ပါ",
"FAQS List": "FAQs စာရင်း",
"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": "Slider အပိုင်း",
"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": "Slider ပုံ",
"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": "Read More ခလုတ်စာသား",
"View All Button Text": "View All ခလုတ်စာသား",
"View All Link": "View All လင့်ခ်",
"Testimonial Title": "သက်သေခံချက်ခေါင်းစဉ်",
"Enter Short Title": "တိုတောင်းသောခေါင်းစဉ်ကိုရိုက်ထည့်ပါ",
"Long Title": "ရှည်လျားသောခေါင်းစဉ်",
"About Image": "အကြောင်းပုံ",
"Description One": "ဖော်ပြချက်တစ်ခု",
"Description Two": "ဖော်ပြချက်နှစ်ခု",
"Option": "ရွေးချယ်မှု",
"Icon": "အိုင်ကွန်",
"Plan Button Url": "အစီအစဉ်ခလုတ် URL",
"Short Title": "တိုတောင်းသောခေါင်းစဉ်",
"Right Footer Title": "ညာဘက်ခြေရင်းခေါင်းစဉ်",
"Middle Footer Title": "အလယ်ခြေရင်းခေါင်းစဉ်",
"Apple App Link": "Apple App လင့်ခ်",
"Apple App": "Apple App",
"Google Play Link": "Google Play လင့်ခ်",
"Google Play App": "Google Play App",
"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": "Super Admin",
"Admin": "အက်မင်",
"Manager": "မန်နေဂျာ",
"Reset Password": "စကားဝှက်ကိုပြန်လည်သတ်မှတ်ပါ",
"Change Password": "စကားဝှက်ကိုပြောင်းပါ",
"Create new password, it must be Strong password.": "စကားဝှက်အသစ်ဖန်တီးပါ၊၎င်းသည်ခိုင်မာသောစကားဝှက်ဖြစ်ရပါမည်။",
"Confirm Password": "စကားဝှက်ကိုအတည်ပြုပါ",
"You Have": "သင်ရှိသည်",
"new Notifications": "အသစ်အကြောင်းကြားချက်များ",
"Mark all Read": "အားလုံ",
"View all notifications": "အကြောင်းကြားချက်အားလုံးကိုကြည့်ပါ",
"Clear cache": "ကက်ရှ်ကိုရှင်းလင်းပါ",
"My Profile": "ကျွန်ုပ်၏ပရိုဖိုင်",
"Logout": "ထွက်ပေါက်",
"About Us": "ကျွန်ုပ်တို့အကြောင်း",
"Home": "အိမ်",
"Pricing": "စျေးနှုန်း",
"Pages": "စာမျက်နှာများ",
"Blog": "ဘလော့ဂ်",
"Privacy Policy": "ကိုယ်ရေးအချက်အလက်များမူဝါဒ",
"Contact Us": "ကျွန်ုပ်တို့ကိုဆက်သွယ်ပါ",
"You are having this email because you have requested for a password reset.": "သင်သည်စကားဝှက်ပြန်လည်သတ်မှတ်ရန်တောင်းဆိုထားသောကြောင့်ဤအီးမေးလ်ကိုရရှိနေသည်။",
"Your verification code is:": "သင်၏အတည်ပြုကုဒ်သည်:",
"This password reset code will expire in 60 minutes.": "ဤစကားဝှက်ပြန်လည်သတ်မှတ်ရန်ကုဒ်သည် 60 မိနစ်အတွင်းသက်တမ်းပြည့်မည်။",
"If you did not request a password reset, no further action is required.": "သင်စကားဝှက်ပြန်လည်သတ်မှတ်ရန်တောင်းဆိုမထားပါကအခြားလုပ်ဆောင်မှုမလိုအပ်ပါ။",
"Regards": "သိပ်လေးစားလျက်",
"All right reserved": "မူပိုင်ခွင့်အားလုံးရယူထားသည်",
"Hi": "ဟို",
"Dear": "ခင်ဗျား",
"Your OTP code is": "သင်၏ OTP ကုဒ်သည်",
"Please do not share this PIN with anyone": "ဤ PIN ကိုမည်သူနှင့်မျှမမျှဝေပါနှင့်",
"Best Regards": "အထူးသိပ်လေးစားလျက်",
"Gateway Name": "ဂိတ်ဝေအမည်",
"Subscription Name": "စာရင်းသွင်းမှုအမည်",
"Payable Amount": "ပေးရမည့်ပမာဏ",
"Phone Number": "ဖုန်းနံပါတ်",
"Enter your phone number": "သင်၏ဖုန်းနံပါတ်ကိုရိုက်ထည့်ပါ",
"Pay Now": "ယခုငွေပေးပါ",
"Next": "နောက်",
"Previous": "ယခင်",
"Free": "အခမဲ့",
"Features Of Free Plan": "အခမဲ့အစီအစဉ်၏အင်္ဂါရပ်များ",
"Choose Plan": "အစီအစဉ်ကိုရွေးပါ",
"Blog Details": "ဘလော့ဂ်အသေးစိတ်",
"Leave a Comment Here": "မှတ်ချက်တစ်ခုထားခဲ့ပါ",
"Your email address will not be published": "သင်၏အီးမေးလ်လိပ်စာကိုမဖော်ပြပါ",
"Enter your name": "သင်၏အမည်ကိုရိုက်ထည့်ပါ",
"Enter your email": "သင်၏အီးမေးလ်ကိုရိုက်ထည့်ပါ",
"Enter your comment": "သင်၏မှတ်ချက်ကိုရိုက်ထည့်ပါ",
"Recent Posts": "နောက်ဆုံးပို့စ်များ",
"Create a Free Account": "အခမဲ့အကောင့်ဖန်တီးပါ",
"Enter full name": "အမည်ပြည့်ကိုရိုက်ထည့်ပါ",
"Enter phone number": "ဖုန်းနံပါတ်ကိုရိုက်ထည့်ပါ",
"Enter email address": "အီးမေးလ်လိပ်စာကိုရိုက်ထည့်ပါ",
"Company": "ကုမ္ပဏီ",
"Enter company name": "ကုမ္ပဏီအမည်ကိုရိုက်ထည့်ပါ",
"Enter your message": "သင်၏စာကိုရိုက်ထည့်ပါ",
"Pricing Plan": "စျေးနှုန်းအစီအစဉ်",
"Subscription Plans": "စာရင်းသွင်းမှုအစီအစဉ်များ",
"Plan List": "အစီအစဉ်စာရင်း",
"Work At": "အလုပ်လုပ်သည်",
"Show- 10": "ပြသ- 10",
"Show- 25": "ပြသ- 25",
"Show 50": "ပြသ- 50",
"Show 100": "ပြသ- 100",
"Duration": "ကာလ",
"Select": "ရွေးပါ",
"Currency List": "ငွေကြေးစာရင်း",
"Default": "ဒေဖော့လ်",
"Country Name": "နိုင်ငံအမည်",
"View Website": "ဝဘ်ဆိုက်ကိုကြည့်ပါ",
"Contact Messages": "ဆက်သွယ်ရန်စာတိုများ",
"Total Shop": "စုစုပေါင်းဆိုင်များ",
"Expired Businesses": "သက်တမ်းကုန်ဆုံးထားသောစီးပွားရေး",
"Plan Subscribes": "အစီအစဉ်အသေးစိတ်များ",
"Total Categories": "စုစုပေါင်းအမျိုးအစားများ",
"Recent Register": "လတ်တလောစာရင်း",
"Date & Time": "ရက်စွဲနှင့်အချိန်",
"View All": "အားလုံးကြည့်ပါ",
"Add new Business": "အသစ်စီးပွားရေးထည့်ပါ",
"Enter Company Name": "ကုမ္ပဏီအမည်ထည့်ပါ",
"Edit Business": "စီးပွားရေးတည်းဖြတ်ပါ",
"Create Business": "စီးပွားရေးဖန်တီးပါ",
"Enter Buisness Name": "စီးပွားရေးအမည်ထည့်ပါ",
"Note: Enter embedded video link": "မှတ်ချက်: ရှုပ်ထွေးသောဗီဒီယိုလင့်ခ်ထည့်ပါ",
"Enter title": "ခေါင်းစဥ်ထည့်ပါ",
"Enter Code": "ကုဒ်ထည့်ပါ",
"Enter Symbol": "သင်္ကေတထည့်ပါ",
"Select a position": "နေရာရွေးချယ်ပါ",
"left": "ယာဥ်မောင်း",
"right": "ညာဘက်",
"TIMEZONE": "အချိန်ဇုန်",
"Note :": "မှတ်ချက် :",
"If you are using MAIL QUEUE after Changing The Mail Settings You Need To Restart Your Supervisor From Your Server": "သင့်ကိုယ်ပိုင်serverတွင်ဖြစ်ပျက်ရင် တစ်ဦးထုပ်လုပ်သူဖြစ်ပါမယ်",
"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": "",
"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": "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": "Default ငွေကြေး ဖွင့်ဆိုင်မှု အောင်မြင်ပါသည်",
"Failed to set default currency. Please try again.": "Default ငွေကြေး သတ်မှတ်မှု ပျက်ပါးသည်။ ကျေးဇူးပြု၍ နောက်တစ်ကြိမ် စမ်းဆောင်ပါ",
"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": "လက်ရှိ Password သည် အဟောင်း 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 didnt 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 domains DNS to point to your cPanel nameservers": "သင်၏ ဒိုမိန်း၏ DNS ကို သင်၏ cPanel နာမည်ဆာဗာများကို ရည်ညွှန်းအောင် အပ်ဒိတ်ပါ",
"Tip": "အကြံပြုချက်",
"If you need SSL, go to": "သင်သည် SSL လိုအပ်ပါက",
"SSL/TLS": "SSL/TLS",
"in cPanel and issue a certificate for your new domain (Lets Encrypt is free).": "cPanel တွင် သင်၏ အသစ်သောဒိုမိန်းအတွက် လက်မှတ်တစ်ခု ထုတ်ပေးပါ (Lets 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": "ရောင်းအားစနစ်",
"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": "VAT စာရင်း",
"Add New Vat": "VAT အသစ်ထည့်ပါ",
"Tax Setting": "အခွန်ဆက်တင်",
"Add New Vat Group": "VAT အုပ်စုအသစ်ထည့်ပါ",
"Vat Group List": "VAT အုပ်စုစာရင်း",
"Vat Group Name": "VAT အုပ်စုအမည်",
"Select vats": "VAT များရွေးပါ",
"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": "QR ကုဒ်အတွက် UPI ID",
"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": "ထိပ်ဆုံး ၅ ဧည့်သည်",
"Top 5 Supplier": "ထိပ်ဆုံး ၅ ပေးသွင်းသူ",
"Top 5 Product": "ထိပ်ဆုံး ၅ ထုတ်ကုန်",
"Combo Product": "ကွန်ဘိုထုတ်ကုန်",
"Discount Product": "လျော့စျေးထုတ်ကုန်",
"Product Wise Purchase": "ထုတ်ကုန်အလိုက်ဝယ်ယူမှု",
"Product Wise Sale": "ထုတ်ကုန်အလိုက်အရောင်း",
"Expired Product": "သက်တမ်းကုန်ဆုံးထုတ်ကုန်",
"Customer Ledger": "ဖောက်သည်စာရင်း",
"Supplier Ledger": "ပေးသွင်းသူစာရင်း",
"Party Loss/Profit": "ပါတီအရှုံး/အမြတ်",
"SMS Template": "SMS စာရွက်ပုံစံ",
"Android Gateway": "အန်းဒရွိုက်ဂိတ်ဝေး",
"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": "ထိပ်ဆုံး ၅ ဧည့်သည်",
"Top 5 Suppliers": "ထိပ်ဆုံး ၅ ပေးသွင်းသူ",
"Total Purchases": "စုစုပေါင်းဝယ်ယူမှု",
"Top 5 Products": "ထိပ်ဆုံး ၅ ထုတ်ကုန်",
"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": "လိပ်စာလိုင်း ၁",
"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": "အဆင့် ၀၁",
"Step 02": "အဆင့် ၀၂",
"Step 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 ကုဒ်ကိုရှာပါ။ အက်ပ်ကိုဖွင့်ပြီး မေးလျှင် အနားအရေးလိုအပ်သောခွင့်ပြုချက်အားလုံးပေးပါ။ လော့ဂ်အင်စခရင်တွင် \"QR ကုဒ်ဖြင့်လော့ဂ်အင်\" ကိုရွေးချယ်ပြီး QR ကုဒ်ကိုစကင်ပါ။",
"Your Android phone is now connected to the system. Please reload this page to see your new device.": "သင့်အန်းဒရွိုက်ဖုန်းသည်ယခုစနစ်နှင့်ချိတ်ဆက်ပြီးဖြစ်သည်။ သင့်အသစ်ဒိုင်ဗိုက်ကိုကြည့်ရန် ဤစာမျက်နှာကိုပြန်လည်သွင်းပါ။",
"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 အုပ်စုများ (ဗက်တစ်များပေါင်းစပ်မှု)",
"Send": "ပို့ပါ",
"1.": "၁.",
"2.": "၂.",
"3.": "၃.",
"4.": "၄.",
"5.": "၅.",
"6.": "၆.",
"7.": "၇.",
"8.": "၈.",
"9.": "၉.",
"10.": "၁၀.",
"11.": "၁၁.",
"12.": "၁၂.",
"13.": "၁၃.",
"14.": "၁၄.",
"15.": "၁၅.",
"16.": "၁၆.",
"17.": "၁၇.",
"18.": "၁၈.",
"19.": "၁၉.",
"20.": "၂၀.",
"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é": "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": "ထုတ်ကုန်အတွက် တူမဟုတ်သော ID",
"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 doesnt find it, it will create a new VAT with the provided rate.": "စနစ်သည်မတွေ့ပါက၊ သတ်မှတ်ထားသောနှုန်းနှင့် VAT အသစ်ကိုဖန်တီးပါမည်။",
"The VAT rate as a percentage": "VAT နှုန်းကိုရာခိုင်နှုန်းဖြင့်",
"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.": "လက်ရှိဗားရှင်းများကို Dynamic ဖန်တီး သို့မဟုတ် ကိုက်ညီစေမည်။",
"Store selected variation IDs in the": "ရွေးထားသောဗားရှင်း ID များကို သိမ်းဆည်းပါ",
"table": "ဇယားတွင်",
"Store structured JSON like": "ဖွဲ့စည်းထားသော JSON ကို သိမ်းဆည်းပါ ဥပမာ",
"\"Color\":\"Black\"": "\"Color\":\"အနက်\"",
"in the": "တွင်",
"Automatically create": "အလိုအလျောက်ဖန်တီးပါ",
"variant_name": "ဗားရှင်းအမည်",
"such as": "ဥပမာ",
"Black - M": "အနက် - M",
"table.": "ဇယား။",
"Party Profit & Loss": "ပါတီအမြတ်နှင့်အရှုံး",
"Bill Wise Profit & Loss": "ဘီလ်အလိုက် အမြတ်နှင့် အရှုံး",
"Bank Details": "ဘဏ် အသေးစိတ်အချက်အလက်များ",
"Account No": "အကောင့်နံပါတ်",
"UPI ID": "UPI အိုင်ဒီ",
"Holders Nmae": "အကောင့်ပိုင်ရှင်၏ အမည်",
"MONEY RECEIPT": "ငွေလက်ခံပြေစာ",
"Money Receipt": "ငွေလက်ခံပြေစာ",
"Purchase Invoice": "ဝယ်ယူမှု အင်ဗွိုက်စ်",
"Holders 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": "ကုန်ပစ္စည်း ကုဒ်",
"Edit Model": "မော်ဒယ် ပြင်ဆင်ပါ",
"Rack Name": "စင်အမည်",
"Edit rack": "စင်ကို ပြင်ဆင်ပါ",
"Update Password": "စကားဝှက်ကို အပ်ဒိတ်လုပ်ပါ",
"Tax Rate": "အခွန်နှုန်း",
"Sub vats": "အခွဲ VAT",
"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": "Subdomain ကန့်သတ်ချက်",
"Custom Domain Limit": "Custom ဒိုမိန်း ကန့်သတ်ချက်",
"Add-ons": "အပိုပရိုဂရမ်များ",
"New": "အသစ်",
"Addons List": "Addons စာရင်း",
"Install / Update Addon": "Addon ကို ထည့်သွင်းရန် / အပ်ဒိတ်လုပ်ရန်",
"Version": "ဗားရှင်း",
"Enter purchase code": "ဝယ်ယူမှုကုဒ် ထည့်ပါ",
"Upload addons zip file": "Addons ဇစ်ဖိုင်ကို တင်ပါ",
"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 ဒိုမိန်းများကို အလိုအလျောက် ခွင့်ပြုထားသည်။",
"Subdomain / Custom domains are not allowed automatically.": "Subdomain / Custom ဒိုမိန်းများကို အလိုအလျောက် ခွင့်ပြုမထားပါ။",
"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": "မာကာဒို ပါဂို (Mercadopago)",
"phonepe": "ဖုန်းပေး (PhonePe)",
"paytm": "ပေးတီအမ် (Paytm)",
"Tap Payment": "တက်ပ် ပေးမန့် (Tap Payment)",
"Sslcommerz": "အက်စ်အက်စ်အယ်လ် ကောမတ်စ် (Sslcommerz)",
"Manual": "ကိုယ်တိုင်လုပ်ဆောင်ခြင်း (Manual)",
"API KEY": "အေပီအိုင် ကီး (API KEY)",
"CLIENT ID": "ကလိုင်းရင့် အိုင်ဒီ (CLIENT ID)",
"CLIENT SECRET": "ကလိုင်းရင့် လျှို့ဝှက်ချက် (CLIENT SECRET)",
"PUBLIC KEY": "အများသုံး ကီး (PUBLIC KEY)",
"SECRET KEY": "လျှို့ဝှက် ကီး (SECRET KEY)",
"KEY ID": "ကီး အိုင်ဒီ (KEY ID)",
"KEY SECRET": "ကီး လျှို့ဝှက်ချက် (KEY SECRET)",
"X API KEY": "အိတ်စ် အေပီအိုင် ကီး (X API KEY)",
"X AUTH TOKEN": "အိတ်စ် အော့သ် တိုကင် (X AUTH TOKEN)",
"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": "သွန်းမား: ၃ လက်မ ၈၀ မီလီမီတာ",
"Showing": "ပြနေသည်",
"to": "မှ",
"of": "၏",
"results": "ရလဒ်များ",
"Custom Domain": "စိတ်ကြိုက်ဒိုမိန်း",
"Ledger": "စာရင်းဇယား",
"(Ledger)": "(စာရင်းဇယား)",
"Credit (In)": "အကြွေးဝင် (Credit)",
"Debit (Out)": "အကြွေးထွက် (Debit)",
"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 account holder name": "အကောင့်ပိုင်ရှင်အမည်ထည့်ပါ",
"Ex: 500": "ဥပမာ - ၅၀၀",
"Total Transaction": "စုစုပေါင်းအရောင်းအဝယ်",
"Branch Opening Balance": "ဘဏ်ခွဲအဖွင့်လက်ကျန်",
"Branch Remaining Balance": "ဘဏ်ခွဲကျန်ငွေ",
"Language": "ဘာသာစကား",
"Select Variant": "ဗားရှင်းရွေးပါ",
"Enter Batch No.": "အသုတ်နံပါတ်ထည့်ပါ",
"Bank List": "ဘဏ်စာရင်း",
"Cash List": "ငွေသားစာရင်း",
"Add Cash": "ငွေသားထည့်ရန်",
"Reduce Cash": "ငွေသားလျှော့ရန်",
"Adjustment Date": "ညှိနှိုင်းသည့်ရက်စွဲ",
"description": "ဖော်ပြချက်",
"cash": "ငွေသား",
"PNG & JPG": "PNG နှင့် JPG",
"Transaction Image": "ငွေလွှဲဓာတ်ပုံ",
"Platform": "ပလက်ဖောင်း",
"Add Image": "ပုံထည့်ရန်",
"Loading...": "ခေတ္တစောင့်ပါ...",
"Approved Payment": "အတည်ပြုပြီးသောငွေပေးချေမှု",
"Withdraw Amount": "ငွေထုတ်ယူမည့်ပမာဏ",
"Account Information": "အကောင့်အချက်အလက်",
"A/C Name": "အကောင့်အမည်",
"A/C Number": "အကောင့်နံပါတ်",
"Rejected": "ပယ်ချသည်",
"Approved": "အတည်ပြုသည်",
"Approve Withdrawal Payment": "ငွေထုတ်ယူမှုကိုအတည်ပြုပါ",
"Have you Sent": "သင်ပေးပို့ပြီးပြီလား",
"Transaction Number": "ငွေလွှဲနံပါတ်",
"Enter transaction Number": "ငွေလွှဲနံပါတ်ထည့်ပါ",
"Upload Receipt": "ဘောက်ချာတင်ပါ",
"Add-On": "နောက်ဆက်တွဲ",
"Google Login Settings": "Google ဝင်ရောက်မှုဆက်တင်များ",
"Are you sure you want to exit?": "ထွက်ရန်သေချာပါသလား?",
"We Makes": "ကျွန်ုပ်တို့ပြုလုပ်သည်",
"Globally": "ကမ္ဘာလုံးဆိုင်ရာ",
"Growth": "တိုးတက်မှု",
"Increase Your Revenue": "ဝင်ငွေတိုးပွားစေပါ",
"(Optional)": "(ရွေးချယ်ရန်)",
"Data Deletion Instructions": "ဒေတာဖျက်သိမ်းရန်ညွှန်ကြားချက်များ",
"Share your referral link": "ညွှန်းဆိုမှုလင့်ခ်ကိုမျှဝေပါ",
"Refer a friend and earn a commission.": "သူငယ်ချင်းကိုညွှန်းပြီးကော်မရှင်ရယူပါ",
"Copy": "ကူးယူပါ",
"Available for Withdraw": "ထုတ်ယူနိုင်သောငွေ",
"Payout your balance is more than": "လက်ကျန်ငွေသည် ... ထက်ကျော်လွန်ပါကထုတ်ယူနိုင်သည်",
"Total Withdraw": "စုစုပေါင်းထုတ်ယူငွေ",
"Total Referrals": "စုစုပေါင်းညွှန်းဆိုမှုများ",
"1 Month": "၁ လ",
"Copy Link": "လင့်ခ်ကိုကူးပါ",
"This bank account can not be deleted as it already has transactions.": "ဤအကောင့်တွင်အရောင်းအဝယ်များရှိနေ၍ဖျက်၍မရပါ",
"currency": "ငွေကြေး",
"Transfer Cheque": "ချက်လက်မှတ်လွှဲပြောင်းပါ",
"Deposit": "ငွေသွင်းပါ",
"Re-Open": "ပြန်ဖွင့်ပါ",
"You can not access it!": "သင်ဝင်ရောက်၍မရပါ!",
"N/A": "မရှိပါ",
"English": "အင်္ဂလိပ်",
"Bengali": "ဘင်္ဂါလီ",
"French": "ပြင်သစ်",
"Units": "ယူနစ်များ",
"Download Sample File": "နမူနာဖိုင်ဒေါင်းလုဒ်လုပ်ပါ",
"Paid by:": "ပေးချေသူ-",
"Payable Amount:": "ပေးရန်ကျန်ငွေ-",
"Received Amount:": "လက်ခံရရှိငွေ-",
"Due:": "ကျန်ရှိငွေ-",
"Total Subscription": "စုစုပေါင်းစာရင်းသွင်းမှု",
"Enter bank name_duplicate": "ဘဏ်အမည် ထည့်ပါ",
"ex 500": "ဥပမာ - ၅၀၀",
"24 Jan 2024, 10:30": "၂၄ ဇန်နဝါရီ ၂၀၂၄၊ ၁၀:၃၀",
"$0": "$",
"Shaidul Islam": "Shaidul Islam",
"Dutch-Bangla Bank PLC": "Dutch-Bangla Bank PLC",
"365214512236": "၃၆၅၂၁၄၅၁၂၂၃၆",
"Dhaka": "ဒါကာ",
"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.": "App URL ကို .env ဖိုင်တွင် မတွေ့ပါ၊ စနစ်အုပ်ချုပ်သူကို ဆက်သွယ်ပါ။",
"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”.": "“Delete My Data” ဟု ခေါင်းစဉ်တပ်၍ [your-email@example.com] သို့ အီးမေးလ် ပေးပို့ပါ။",
"Include your name and the email address you used to register.": "သင်၏အမည်နှင့် မှတ်ပုံတင်စဉ်က အသုံးပြုခဲ့သော အီးမေးလ်လိပ်စာကို ထည့်သွင်းပါ။",
"We will process your request and confirm deletion within 7 business days.": "ကျွန်ုပ်တို့သည် သင်၏တောင်းဆိုမှုကို လုပ်ဆောင်ပြီး ရုံးဖွင့်ရက် ၇ ရက်အတွင်း ဖျက်သိမ်းပြီးစီးကြောင်း အတည်ပြုပေးပါမည်။",
"$30": "$၃၀",
"$100": "$၁၀၀",
"$500": "$၅၀၀",
"5": "၅",
"৳499": "৳၄၉၉",
"৳699": "৳၆၉၉",
"1": "၁",
"2": "၂",
"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": "၁၄",
"12": "၁၂",
"Do you really want to re-open this cheque?": "ဤချက်လက်မှတ်ကို ပြန်ဖွင့်ရန် သေချာပါသလား။",
"A": "A",
"10%": "၁၀%",
"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.": "ဒါက စမ်းသပ်သုံးစွဲရန် (Demo) အကောင့်ဖြစ်သည် - ဒေတာများကို နာရီတိုင်း အလိုအလျောက် ပြန်လည်သတ်မှတ်သည်။ လုပ်ဆောင်ချက်အချို့ကို ပိတ်ထားသည်၊ အပြည့်အဝ သုံးနိုင်ရန် ကိုယ်ပိုင်အကောင့် ဖွင့်ပါ။",
"en": "en",
"bn": "bn",
"fr": "fr",
"This party is from another branch, you can not change the opening from here.": "ဤအဖွဲ့သည် အခြားဘဏ်ခွဲမှ ဖြစ်သောကြောင့် အဖွင့်လက်ကျန်ကို ဤနေရာမှ ပြောင်း၍မရပါ။",
"Please select a variation.": "အမျိုးအစား တစ်ခုခုကို ရွေးချယ်ပါ။",
"25632": "၂၅၆၃၂",
"25%": "၂၅%",
"Ex: 200": "ဥပမာ - ၂၀၀",
"Ex: 50": "ဥပမာ - ၅၀",
"Batch No:": "အသုတ်အမှတ် -",
"Ex: 1": "ဥပမာ - ၁",
"Ex: 30": "ဥပမာ - ၃၀",
" 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.": "အချက်အလက်များ ထည့်သွင်းပြီးနောက် ဖိုင်ကို သိမ်းဆည်းပြီး နောက်ဆုံးဗားရှင်းကို ပြန်တင်ပါ။",
"pospro.com": "pospro.com",
"Select a report type to load fields": "အချက်အလက်များ ကြည့်ရန် အစီရင်ခံစာ အမျိုးအစားကို ရွေးချယ်ပါ",
"Change Amt/Due:": "ပြန်အမ်းငွေ/ကျန်ငွေ -",
"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 "
}