Your IP : 216.73.216.93


Current Path : /home/users/unlimited/www/mpos.codeskitter.site/lang/
Upload File :
Current File : /home/users/unlimited/www/mpos.codeskitter.site/lang/bt.json

{
    "auth.failed": "These credentials do not match our records.",
    "auth.password": "The provided password is incorrect.",
    "auth.throttle": "Too many login attempts. Please try again in :seconds seconds.",
    "pagination.previous": "« Previous",
    "pagination.next": "Next »",
    "passwords.reset": "Your password has been reset!",
    "passwords.sent": "We have emailed your password reset link!",
    "passwords.throttled": "Please wait before retrying.",
    "passwords.token": "This password reset token is invalid.",
    "passwords.user": "We can't find a user with that email address.",
    "validation.accepted": "The :attribute must be accepted.",
    "validation.accepted_if": "The :attribute must be accepted when :other is :value.",
    "validation.active_url": "The :attribute is not a valid URL.",
    "validation.after": "The :attribute must be a date after :date.",
    "validation.after_or_equal": "The :attribute must be a date after or equal to :date.",
    "validation.alpha": "The :attribute must only contain letters.",
    "validation.alpha_dash": "The :attribute must only contain letters, numbers, dashes and underscores.",
    "validation.alpha_num": "The :attribute must only contain letters and numbers.",
    "validation.array": "The :attribute must be an array.",
    "validation.before": "The :attribute must be a date before :date.",
    "validation.before_or_equal": "The :attribute must be a date before or equal to :date.",
    "validation.between.array": "The :attribute must have between :min and :max items.",
    "validation.between.file": "The :attribute must be between :min and :max kilobytes.",
    "validation.between.numeric": "The :attribute must be between :min and :max.",
    "validation.between.string": "The :attribute must be between :min and :max characters.",
    "validation.boolean": "The :attribute field must be true or false.",
    "validation.confirmed": "The :attribute confirmation does not match.",
    "validation.current_password": "The password is incorrect.",
    "validation.date": "The :attribute is not a valid date.",
    "validation.date_equals": "The :attribute must be a date equal to :date.",
    "validation.date_format": "The :attribute does not match the format :format.",
    "validation.declined": "The :attribute must be declined.",
    "validation.declined_if": "The :attribute must be declined when :other is :value.",
    "validation.different": "The :attribute and :other must be different.",
    "validation.digits": "The :attribute must be :digits digits.",
    "validation.digits_between": "The :attribute must be between :min and :max digits.",
    "validation.dimensions": "The :attribute has invalid image dimensions.",
    "validation.distinct": "The :attribute field has a duplicate value.",
    "validation.email": "The :attribute must be a valid email address.",
    "validation.ends_with": "The :attribute must end with one of the following: :values.",
    "validation.enum": "The selected :attribute is invalid.",
    "validation.exists": "The selected :attribute is invalid.",
    "validation.file": "The :attribute must be a file.",
    "validation.filled": "The :attribute field must have a value.",
    "validation.gt.array": "The :attribute must have more than :value items.",
    "validation.gt.file": "The :attribute must be greater than :value kilobytes.",
    "validation.gt.numeric": "The :attribute must be greater than :value.",
    "validation.gt.string": "The :attribute must be greater than :value characters.",
    "validation.gte.array": "The :attribute must have :value items or more.",
    "validation.gte.file": "The :attribute must be greater than or equal to :value kilobytes.",
    "validation.gte.numeric": "The :attribute must be greater than or equal to :value.",
    "validation.gte.string": "The :attribute must be greater than or equal to :value characters.",
    "validation.image": "The :attribute must be an image.",
    "validation.in": "The selected :attribute is invalid.",
    "validation.in_array": "The :attribute field does not exist in :other.",
    "validation.integer": "The :attribute must be an integer.",
    "validation.ip": "The :attribute must be a valid IP address.",
    "validation.ipv4": "The :attribute must be a valid IPv4 address.",
    "validation.ipv6": "The :attribute must be a valid IPv6 address.",
    "validation.json": "The :attribute must be a valid JSON string.",
    "validation.lt.array": "The :attribute must have less than :value items.",
    "validation.lt.file": "The :attribute must be less than :value kilobytes.",
    "validation.lt.numeric": "The :attribute must be less than :value.",
    "validation.lt.string": "The :attribute must be less than :value characters.",
    "validation.lte.array": "The :attribute must not have more than :value items.",
    "validation.lte.file": "The :attribute must be less than or equal to :value kilobytes.",
    "validation.lte.numeric": "The :attribute must be less than or equal to :value.",
    "validation.lte.string": "The :attribute must be less than or equal to :value characters.",
    "validation.mac_address": "The :attribute must be a valid MAC address.",
    "validation.max.array": "The :attribute must not have more than :max items.",
    "validation.max.file": "The :attribute must not be greater than :max kilobytes.",
    "validation.max.numeric": "The :attribute must not be greater than :max.",
    "validation.max.string": "The :attribute must not be greater than :max characters.",
    "validation.mimes": "The :attribute must be a file of type: :values.",
    "validation.mimetypes": "The :attribute must be a file of type: :values.",
    "validation.min.array": "The :attribute must have at least :min items.",
    "validation.min.file": "The :attribute must be at least :min kilobytes.",
    "validation.min.numeric": "The :attribute must be at least :min.",
    "validation.min.string": "The :attribute must be at least :min characters.",
    "validation.multiple_of": "The :attribute must be a multiple of :value.",
    "validation.not_in": "The selected :attribute is invalid.",
    "validation.not_regex": "The :attribute format is invalid.",
    "validation.numeric": "The :attribute must be a number.",
    "validation.present": "The :attribute field must be present.",
    "validation.prohibited": "The :attribute field is prohibited.",
    "validation.prohibited_if": "The :attribute field is prohibited when :other is :value.",
    "validation.prohibited_unless": "The :attribute field is prohibited unless :other is in :values.",
    "validation.prohibits": "The :attribute field prohibits :other from being present.",
    "validation.regex": "The :attribute format is invalid.",
    "validation.required": "The :attribute field is required.",
    "validation.required_array_keys": "The :attribute field must contain entries for: :values.",
    "validation.required_if": "The :attribute field is required when :other is :value.",
    "validation.required_unless": "The :attribute field is required unless :other is in :values.",
    "validation.required_with": "The :attribute field is required when :values is present.",
    "validation.required_with_all": "The :attribute field is required when :values are present.",
    "validation.required_without": "The :attribute field is required when :values is not present.",
    "validation.required_without_all": "The :attribute field is required when none of :values are present.",
    "validation.same": "The :attribute and :other must match.",
    "validation.size.array": "The :attribute must contain :size items.",
    "validation.size.file": "The :attribute must be :size kilobytes.",
    "validation.size.numeric": "The :attribute must be :size.",
    "validation.size.string": "The :attribute must be :size characters.",
    "validation.starts_with": "The :attribute must start with one of the following: :values.",
    "validation.string": "The :attribute must be a string.",
    "validation.timezone": "The :attribute must be a valid timezone.",
    "validation.unique": "The :attribute has already been taken.",
    "validation.uploaded": "The :attribute failed to upload.",
    "validation.url": "The :attribute must be a valid URL.",
    "validation.uuid": "The :attribute must be a valid UUID.",
    "validation.custom.attribute-name.rule-name": "custom-message",

    "Dashboard": "རྒྱལ་རིམ་",
    "Advertising": "དཔྱད་དེ་སྤོར་",
    "Subscription Reports": "གཏུང་རྡོག་བྱེད་བཤད་",
    "Manage Business": "གནས་ཚུལ་བསྟན་བཞིན་",
    "Categories": "ཆོས་ལེགས་",
    "Business List": "གནས་ཚུལ་བཞིན་གནང་",
    "Manage Plans": "གནས་ཚུལ་བསྟན་བཞིན་",
    "Create Plan": "ཞིབ་ཞུགས་",
    "Staff Management": "དོན་བསྟན་བཞིན་",
    "Create Staff": "དོན་ཞུགས་",
    "Manage Staff": "དོན་བསྟན་བཞིན་",
    "Messages": "བརྙན་འཕྲིན་",
    "Manage Messages": "བརྙན་འཕྲིན་བསྟན་བཞིན་",
    "CMS Manage": "CMS བསྟན་བཞིན་",
    "Manage Pages": "གློག་དངོས་བསྟན་བཞིན་",
    "Manage FAQs": "གྲོས་བསྟན་བཞིན་",
    "Terms & Conditions": "དགོངས་དོན་དང་སྐབས་",
    "Privacy & Policy": "མི་འདོད་དང་བདེ་བ་",
    "Testimonials": "སློབ་འབད་",
    "Features": "འབྱོར་བ་",
    "Interface": "ལམ་སྤྲོད་",
    "Manage Blogs": "བོད་གནས་བསྟན་བཞིན་",
    "Newsletters": "བཤུལ་བཀོད་",
    "Roles & Permissions": "ཁང་པའི་ལས་ཁུངས་དང་འདེད་ཁྱད་",
    "Roles": "ཁང་པའི་ལས་ཁུངས་",
    "Permissions": "འདེད་ཁྱད་",
    "Settings": "ལས་དངོས་",
    "Currencies": "དང་ལོག་རྩེད་",
    "Notifications": "འཕྲོད་འཕྲུལ་",
    "SMS Settings": "SMS ལས་དངོས་",
    "Payment Gateway": "དངོས་མངོན་",
    "System Settings": "གསལ་སྲུང་གྱི་ལས་དངོས་",
    "General Settings": "རིན་ཆེད་འདིར་ལས་དངོས་",

    "Banner": "འཛུལ་",
    "Add New Banner": "འཛུལ་བརྩེ་འབྲེལ་",
    "Banner List": "འཛུལ་བཞིན་གནང་",
    "Status": "དེབ་",
    "Image": "ཡིག་སྐོར་",
    "Active": "དབྱེལ་ཁྱབ་",
    "Cancel": "ཁྱད་ཁྱབ་",
    "Save": "བསྟན་",
    "Edit Banner": "འཛུལ་བཤུལ་",
    "Advertising List": "དཔྱད་དེ་སྤོར་བཞིན་གནང་",
    "Create Banner": "འཛུལ་ཞུགས་",
    "SL": "SL",
    "Create Advertising": "དཔྱད་དེ་སྤོར་ཞུགས་",
    "Reset": "འདོད་",
    "Edit Advertising": "དཔྱད་དེ་སྤོར་བཤུལ་",
    "Edit": "བཤུལ་",
    "Delete": "གཞིས་དྲུང་",
    "Shop": "དཔེབ་",
    "Add new Package": "ཞུགས་བཅས་ལས་ལེན་",
    "Shop List": "དཔེབ་བཞིན་གནང་",
    "Subscription Plan": "གཏུང་རྡོག་ཞུགས་",
    "Select Plan Category": "གཏུང་རྡོག་ཆོས་ལེགས་དང་དུད་",
    "Package Name": "ཞུགས་བཅས་མིང་",
    "Enter Package Name": "ཞུགས་བཅས་མིང་དུས་",
    "Business Category": "གནས་ཚུལ་ཆོས་ལེགས་",
    "Select Business Category": "གནས་ཚུལ་ཆོས་ལེགས་དང་དུད་",
    "Duration in Days": "ཉིན་ལྷག་བཤད་",
    "Enter number": "ཉིན་དྲ་དུས་",
    "Offer Price": "དངོས་རིམ་",
    "Enter Plan Price": "གཏུང་རྡོག་དངོས་རིམ་དུས་",
    "Subscription Price": "གཏུང་རྡོག་དངོས་རིམ་",
    "Enter Subscription Price": "གཏུང་རྡོག་དངོས་རིམ་དུས་",
    "View": "ཞུགས་",
    "Upgrade Plan": "གཏུང་རྡོག་རྒྱབ་",
    "Edit Shop": "དཔེབ་བཤུལ་",
    "Select Category": "ཆོས་ལེགས་དང་དུད་",
    "Shop/Business Name": "དཔེབ/གནས་ཚུལ་མིང་",
    "Enter Shop/Business Name": "དཔེབ/གནས་ཚུལ་མིང་དུས་",
    "Package": "ཞུགས་བཅས་",
    "Select a package": "ཞུགས་བཅས་དང་དུད་",
    "Name": "མིང་",
    "Enter Name": "མིང་དུས་",
    "Role": "ཁང་པ་",
    "Select a role": "ཁང་པ་དང་དུད་",
    "Email": "རྩེ་སྟེང་",
    "Enter Email": "རྩེ་སྟེང་དུས་",
    "Phone": "གསོལ་འདུལ་",
    "Enter Phone Number": "གསོལ་འདུལ་དུས་",
    "Password": "ཁས་བརྗེ་",
    "Enter Password": "ཁས་བརྗེ་དུས་",
    "Confirm password": "ཁས་བརྗེ་རྩོམ་",
    "Enter Confirm password": "ཁས་བརྗེ་རྩོམ་དུས་",
    "Address": "གནས་མིང་",
    "Enter Address": "གནས་མིང་དུས་",
    "Select Country": "རྒྱ་ཆའི་རྩོམ་ཚིག",
    "Select a Country": "རྒྱ་ཆའི་རྩོམ་ཚིག་བརྒྱབ།",
    "Balance": "བརྒྱབ་མཐོང",
    "Enter Balance": "བརྒྱབ་མཐོང་བརྒྱབ།",
    "Search...": "བསྡོམས...",
    "Business Name": "གྲོམ་བསྐྱོད་མིང",
    "Last Enroll": "དུས་གསུམ་བཤམ་རྐྱེན",
    "Expired Date": "དོན་བསྐྱོད་མཐུད",
    "Action": "རམའ",
    "Select A Plan": "གདེད་སྒོར་བརྒྱབ།",
    "Select One": "གདེད་བཞིན་བརྒྱབ།",
    "Price": "ཞིབ་དོན",
    "Enter plan price or select a plan": "གདེད་སྒོར་ཞིབ་དོན་བརྒྱབ།",
    "Payment Gateways": "དངོས་སྟོན་བཏབ།",
    "Select A payment gateway": "དངོས་སྟོན་བཏབ་བརྒྱབ།",
    "Notes": "མཛད་བྱོད",
    "Enter notes": "མཛད་བྱོད་བརྒྱབ།",
    "Business View": "གྲོམ་བསྐྱོད་བརྒྱབ།",
    "Created date": "དོན་འབྲེལ",
    "Category": "གྲོམ་ཆེན",
    "Add new Category": "གྲོམ་ཆེན་གསར་བཏབ།",
    "View List": "ཡེད་འབྲེལ",
    "Buisness Name": "གྲོམ་བསྐྱོད་མིང",
    "Enter Description": "གནད་འབྲེལ་བརྒྱབ།",
    "Description": "གནད་འབྲེལ",
    "Edit Business Category": "གྲོམ་ཆེན་རྒྱབ།",
    "Enter Buisness Description": "གྲོམ་བསྐྱོད་གནད་འབྲེལ་བརྒྱབ།",
    "Business Categories List": "གྲོམ་ཆེན་དང་བཅས་ཡེད་འབྲེལ",
    "Add New": "གསར་བཏབ།",
    "Reports": "ངོ་སྤྱོད",
    "All": "ཆེན་པོ",
    "Active User": "ཡོད་བསྟན་མི",
    "Deactive User": "གཏོད་བསྟན་མི",
    "Date": "ཉིན",
    "SL.": "SL.",
    "Invoice": "རིག་འབྲེལ",
    "Customer Name": "དམིགས་མིང",
    "Amount": "འབྲེལ་མཐོང",
    "View Report": "ངོ་སྤྱོད་ཡེད་འབྲེལ",
    "Download Report": "ངོ་སྤྱོད་བཤགས་བཏབ།",
    "User View": "མིང་བཞིན",
    "Shop Name": "དྲ་སྡེའི་མིང",
    "Country": "རྒྱ་ཆའི་རྩོམ་ཚིག",
    "Reason": "བྱ་བ",
    "Are You Sure?": "དམ་བཅད་གནང་།",
    "You won't be able to revert this!": "དེ་བཟོ་ནས་འགོད་མི་རེད།",
    "Yes, Delete It!": "དགའ་འབད། དེ་བཟོ་བཏབ།",
    "Add Currency": "དངོས་འབྲེལ་བཏབ།",
    "Code": "མཁས་དངོས",
    "Symbol": "ཚབས་རྩོམ",
    "Position": "དོན་པ",
    "Inactive": "གཏོད་བསྟན",
    "Make Default": "དངོས་གྲུབ་བཏབ།",
    "Edit Currency": "དངོས་འབྲེལ་རྒྱབ།",
    "Currency": "དངོས་འབྲེལ",

    "Total Businesses": "བརྩོན་བཟོད་ཚོགས་ཁང་",
    "Total Expired Businesses": "བརྩོན་བཟོད་ཚོགས་ཁང་ འབད་ཡོད་བའི་ཆ་ཚང་",
    "Total Plan Subscribes": "བདེན་འབད་བཀོད་ཚོགས་ཁང་",
    "Total Business Categories": "བྱ་བཞིན་ཚོགས་ཁང་",
    "Total Plans": "བདེན་འབད་ཚོགས་ཁང་",
    "Total Staffs": "ལས་ཁུངས་མང་ཚོགས་ཁང་",
    "Finance Overview": "དངོས་ཡིག་བརྟེན་ཐེབས།",

    "Gateway Settings": "རྒྱ་ཆ་དཀར་ཡུལ་སྒྲིག",
    "Payment Gateway Settings": "རྒྱ་ཆ་དཀར་ཡུལ་སྒྲིག དང་ སྤྱི་མཐུད",
    "GATEWAY IMAGE": "རྒྱ་ཆ་དཀར་ཡུལ་ཡའི་འོད་བཀོད",
    "GATEWAY NAME": "རྒྱ་ཆ་དཀར་ཡུལ་མིང་",
    "Gateway Charge": "རྒྱ་ཆ་དཀར་ཡུལ་འཚོལ",
    "Gateway Currency": "རྒྱ་ཆ་དཀར་ཡུལ་དངོས་འབྲེལ",
    "Gateway Mode": "རྒྱ་ཆ་དཀར་ཡུལ་རྒྱུད",
    "Is Manual": "ང་བསྣད་པར་འདུག་པས",
    "Yes": "དགའ་",
    "No": "མ་དགའ་",
    "Label": "བཅོས་ཡིག",
    "Enter label name": "བཅོས་ཡིག་མིང་བཏུབ",
    "Select Required/Optional": "རྩོམ་འདོད/ཚོགས་པ",
    "Required": "འདོད",
    "Optional": "ཚོགས་པ",
    "Add new row": "གསལ་བཤོམ་བཏབ།",
    "INSTRUCTIONS": "ལམ་འདེབས",
    "Enter payment instructions here": "འདེབས་འདི་ནང་སྤྱི་མཐུད་བཏུབ",

    "Messages List": "ཕྱོགས་མཐུད་ཚོགས་",
    "Search": "ཟེའ་བཏབ",
    "Company Name": "མི་ཁྱབ་མིང་",
    "Message": "དོན་པའི་མིང་",

    "Notifications List": "སྤྱི་འཐུས་ཚོགས་",
    "Today": "དགོངས་དུས་",
    "Last 7 Days": "གསོལ་འདི་དུས་ཚོགས་ 7",
    "Last 15 Days": "གསོལ་འདི་དུས་ཚོགས་ 15",
    "Last Month": "གསོལ་འདི་དུས་ཚོགས་ དབྱར་ཕྱུག",
    "Last Year": "གསོལ་འདི་དུས་ཚོགས་ ལོ་མཉམ་",
    "Created At": "རྒྱལ་ཚོད་སྤྱོད་ལས་",
    "Read At": "མངོན་འགོད་ལས་",
    "Add New Payment Type": "གསར་བཅོས་སྦྱང་ཡོད་",
    "Enter Payment Type": "སྤྱི་དུས་སྦྱང་ཡོད་དུས་",
    "Edit Payment Type": "གསར་བཅོས་སྦྱང་ཡོད་དུས་",
    "Payment Type": "སྦྱང་ཡོད་སྤྱོད་བྱེད་",
    "Add Payment Type": "སྦྱང་ཡོད་དུས་སྦྱང་ཡོད་",
    "Per Page- 10": "མཉམ་པ- 10",
    "Per Page- 25": "མཉམ་པ- 25",
    "Per Page- 50": "མཉམ་པ- 50",
    "Per Page- 100": "མཉམ་པ- 100",
    "Assigned Role": "ལས་མི་བཀོད་",
    "Assign Role To User": "ལས་མི་བཀོད་འདི་བཏང་བསྒྲུབ་",
    "Select User": "འདོད་རང་ ལམ་ཁོགས་",
    "User": "ལག་ཁབ་",
    "Select Role": "ལས་མི་བཀོད་མིང་",
    "Add Subscription Plan": "སྦྱང་དུས་གསར་བཅོས་",
    "Package List": "བཏང་བསྣམས་ཚོགས་",
    "Add New Features": "གསར་བཅོས་རྩོམ་བཞུགས་",
    "Enter features": "རྩོམ་བཞུགས་སྦྱང་ཡོད་དུས་",
    "Edit Subscription Plan": "གསར་བཅོས་སྦྱང་ཡོད་དུས་",
    "Edit Package": "གསར་བཅོས་བཏང་",
    "Enter Duration Days": "དུས་དུས་བཀོད་ལས་",
    "Deactive": "འཁོད་འདོད་",
    "Create Plans": "བཅོས་འཐབ་གི་སྦྱང་ཡོད་",
    "User Profile": "ལག་ཁབ་མཇུག་",
    "Registration Date": "བཀྲ་ཤིས་དུས་ཚོགས་",
    "Enter Your Name": "ཁྱེད་ཀྱི་མིང་བཏུབ་",
    "Enter Your Email": "ཁྱེད་ཀྱི་ཡིག་ཐུགས་བཏུབ་",
    "Profile Picture": "མཇུག་དོན་",
    "Current Password": "ཞབས་བཏང་",
    "Enter Your Current Password": "ཁྱེད་ཀྱི་ཞབས་བཏང་བཏུབ་",
    "New Password": "གསར་བཏང་",
    "Enter New Password": "གསར་བཏང་བཏུབ་",
    "Save Changes": "བཀོལ་བསྣམས་",
    "Add New Role": "གསར་བཅོས་ལས་མི་",
    "Set role permissions": "ལས་མི་བཀོད་དོན་དབྱིབས་",
    "Role Name": "ལས་མི་མིང་",
    "Enter role name": "ལས་མི་མིང་བཏུབ་",
    "Role Permissions": "ལས་མི་བཀོད་དོན་",
    "Setup role permissions": "ལས་མི་བཀོད་དོན་རྒྱུད་",
    "Select All": "མཉམ་ཡོད་",
    "Roles List": "ལས་མི་ཚོགས་",
    "Add role, if it does not exist": "ལས་མི་བཀོད་རྩོམ་བཞུགས་",
    "Edit Role": "གསར་བཅོས་ལས་མི་",
    "Privacy & Policy Settings": "ཁོག་སོམ་དང་ཁོག་མདུན་སྒྲིག",
    "Update": "གསལ་བཤོམ་",
    "Term & Condition Settings": "རྒྱུ་མཐུད་དང་སྒྲིག་དོན་སྒྲིག",
    "Title": "ལེའུ་",
    "Enter Title": "ལེའུ་བཏུབ་",
    "Copy Right": "རྩོམ་རྒྱབ་",
    "Admin Footer Text": "དངོས་མཁས་རྒྱབ་ཡིག",
    "Enter Text": "ཡིག་བཏུབ་",
    "Admin Footer Link Text": "དངོས་མཁས་རྒྱབ་ལམ་ཡིག",
    "Admin Footer Link": "དངོས་མཁས་རྒྱབ་ལམ་",
    "Enter Link": "ལམ་བཏུབ་",
    "Main Header Logo": "མཐའ་བཏང་རྩོམ་ཡུལ་",
    "Common Header Logo": "མཐའ་བཏང་དང་ཁྱབ་མཁོད་",
    "Footer Logo": "རྒྱབ་ཡུལ་མོད་",
    "Admin Logo": "དངོས་མཁས་རྩོམ་ཡུལ་",
    "Favicon": "དངོས་མཁས་བཀོད་འབྱོར་",
    "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 གློག་བརྒྱབ་སྡེབ",
    "Fill up this credentials if you want to use AWS S3 Storage Bucket": "AWS S3 གློག་བརྒྱབ་སྡེབ་མི་འབྱོར་ཞིབ་ཞིབ་བཟུང་རྐང་",
    "Wasabi Storage Bucket": "Wasabi གློག་བརྒྱབ་སྡེབ",
    "public (uploads folder)": "འཛོལ་དེབ (འཛོལ་སྡེབ)",
    "AWS_ACCESS_KEY_ID": "AWS_ACCESS_KEY_ID",
    "AWS_SECRET_ACCESS_KEY": "AWS_SECRET_ACCESS_KEY",
    "AWS_DEFAULT_REGION": "AWS_DEFAULT_REGION",
    "AWS_BUCKET": "AWS_BUCKET",
    "Fill up this credentials if you want to use Wasabi Storage Bucket": "Wasabi གློག་བརྒྱབ་སྡེབ་མི་འབྱོར་ཞིབ་ཞིབ་བཟུང་རྐང་",
    "WAS_ACCESS_KEY_ID": "WAS_ACCESS_KEY_ID",
    "WAS_SECRET_ACCESS_KEY": "WAS_SECRET_ACCESS_KEY",
    "WAS_DEFAULT_REGION": "WAS_DEFAULT_REGION",
    "WAS_BUCKET": "WAS_BUCKET",
    "WAS_ENDPOINT": "WAS_ENDPOINT",
    "CACHE_LIFETIME": "CACHE_LIFETIME",
    "Paid": "དང་དུང་བ",
    "Reject": "འདུལ",
    "Why are you reject It?": "ད་ལྟོག་དུང་བརྒྱབ་རྒྱུ་ཡོད་མ་བཤད་དང་",
    "Enter Reason": "དངོས་གསུམ་བཟུང་རྐང་",
    "Confirm": "མཐོང་",
    "Subscriptions List": "ཁང་བཅོས་ཀྱི་ཚོགས",
    "Started": "འབད་རྒྱུད",
    "End": "ཡང་ལྷོམ",
    "Gateway Method": "འཕྲུལ་གྱི་རྩིས",
    "Are you sure?": "དང་གཉིས་བཞིན་?",
    "Add New Testimonial": "ཐོ་བཟོ་བཟུང་",
    "Client Name": "འདམ་གསུམགས",
    "Enter Client Name": "འདམ་གསུམགས་བཟུང་རྐང་",
    "Stars": "བརྒྱབ་ལྷོན",
    "Works At": "འབབ་བརྒྱབ",
    "Client Image": "འདམ་གསུམགས་རིགས",
    "Review": "བསྟོན་",
    "Enter text": "བཟུང་སྐད",
    "Enter review message here": "ད་ལྟོག་བསྟོན་རྐང་",
    "Edit Testimonial": "ཐོ་བཟོ་བཟུང་",
    "Testimonials List": "ཐོ་བཟོ་ཚོགས",
    "Create New": "གསལ་བཟུང་",
    "Add New Staff": "གསལ་བཟུང་",
    "Full Name": "འབྱོར་འབྱོར",
    "Enter Email Address": "བཟུང་གདམས་སྤོམ",
    "Edit Staff": "གསལ་བཟུང་",
    "Staff List": "གསལ་ཚོགས",
    "User Email": "སྤྱི་འབད་ཡིག",
    "User Role": "སྤྱི་དབང་",
    "Comments": "ལེགས་བརྒྱབ",
    "Comment List": "ལེགས་བརྒྱབ་ཚོགས",
    "Create Blog": "དཔེ་ལེབ་བཟུང་",
    "Blog List": "དཔེ་ལེབ་ཚོགས",
    "Select a status": "གཏོད་གཏོད་མཆོད",
    "Tags": "སྤྱི་རིགས",
    "Enter tags name": "སྤྱི་རིགས་བཟུང་རྐང་",
    "SEO Meta Tags": "SEO མཁས་རིགས",
    "Meta Title": "མཁས་འབབ",
    "Meta Description": "མཁས་བཟུང་",
    "Enter meta Description": "མཁས་བཟུང་བཟུང་རྐང་",
    "Comment": "ལེགས་བརྒྱབ",
    "Edit Blog": "དཔེ་ལེབ་བཟུང་",
    "Blogs": "དཔེ་ལེབ",
    "Create Faqs": "ཡིག་ཆ་བཀྲ་ཤིས།",
    "Add New FAQs": "གསར་བཟོ་ཡིག་ཆ་བཀྲ་ཤིས།",
    "Question": "བརྗེ་བ།",
    "InActive": "མ་རྟག་པ།",
    "Answer": "གཞན་དུས།",
    "Enter question answer here": "འདིའི་རེད་མ་དང་པོ་འདི་ནང་བརྗེ་བ་གཞན་དུས་འབད།",
    "Edit Faqs": "ཡིག་ཆ་བཀྲ་ཤིས་བཟོ།",
    "FAQS List": "ཡིག་ཆ་བཀྲ་ཤིས་ཡིག་ཚང་བ།",
    "View Details": "གཞན་དུས་ལྟ་བ།",
    "Create Feature": "ལག་དེབ་བཀྲ་ཤིས།",
    "Add New Feature": "གསར་བཟོ་ལག་དེབ།",
    "Background Color": "བཤམ་ལེགས་ཀྱི་རིག་ལེབ།",
    "Enter Color": "བཤམ་ལེགས་ཀྱི་རིག་ལེབ་འདི་ནང་གཏོང།",
    "Edit Feature": "ལག་དེབ་བཟོ།",
    "Features List": "ལག་དེབ་ཡིག་ཚང་བ།",
    "Create Interfaces": "ཁ་བཞིང་བཀྲ་ཤིས།",
    "Add New Interface": "གསར་བཟོ་ཁ་བཞིང།",
    "Edit Interface": "ཁ་བཞིང་བཟོ།",
    "Interfaces List": "ཁ་བཞིང་ཡིག་ཚང་བ།",
    "Newsletters List": "སྤྱི་སྤྱོད་ཡིག་ཚང་བ།",
    "Page for Updating Website Sections": "བརྒྱབ་ཡོད་པའི་རྩོམ་ཡིག་འདི་དང་པོ།",
    "Slider Section": "སྒྲུབ་དུག་ཁང་པ།",
    "Header Section": "འདིའི་ཚོད་དོན།",
    "Feature Section": "ལག་དེབ་འཚོལ།",
    "Interface Section": "ཁ་བཞིང་འཚོལ།",
    "Watch Section": "འདོད་པ་དུས།",
    "Testimonial Section": "སོ་ཚོགས་རེའི་འཚོལ།",
    "Blog Section": "བརྡ་འཚོལ།",
    "About us Page": "རྩོམ་སྤྱོད་འདིའི་ཚོད་དོན།",
    "Terms And Conditions": "གནས་རེད་དང་རྩོམ་ལམ།",
    "Privacy Page": "ཉོ་བའི་ཚོད་དོན།",
    "Contact us Page": "འཕྲིན་གྱི་བརྒྱབ་ཡོད།",
    "Pricing Section": "དོན་གྱི་དོན་སྒྲུབ།",
    "Footer Section": "འཕྲིན་གྱི་དོན།",
    "Social Medias": "སྤྱི་དང་གཏོད།",
    "Button One": "དངོས་སྤོད་བཅོད།",
    "Button Text": "དངོས་སྤོད་ཡིག་ཚང་བ།",
    "Button One Link": "དངོས་སྤོད་བཅོད་འབྲེལ་ལམ།",
    "Button Two": "དངོས་སྤོད་བཅོད།",
    "Button Two Link": "དངོས་སྤོད་བཅོད་འབྲེལ་ལམ།",
    "Scanner Text": "སྐད་ཅོག་ཡིག་ཚང་བ།",
    "Scanner Image": "སྐད་ཅོག་ཡིག་འཁོར།",
    "Slider Image": "སྒྲུབ་དུག་ཡིག་འཁོར།",
    "Header Button Text": "ཚོད་དོན་དངོས་སྤོད་ཡིག་ཚང་བ།",
    "Header Button Link": "ཚོད་དོན་དངོས་སྤོད་བཅོད་འབྲེལ་ལམ།",
    "Enter Header link": "ཚོད་དོན་དངོས་སྤོད་འབྲེལ་ལམ་འདི་ནང་གཏོང།",
    "Section Title": "རྩོམ་ཡིག་མཚམས།",
    "Enter Section Title": "རྩོམ་ཡིག་མཚམས་འདི་ནང་གཏོང།",
    "Interface Title": "ཁ་བཞིང་མཚམས།",
    "Watch Title": "འདོད་པ་མཚམས།",
    "Button Link": "དངོས་སྤོད་བཅོད་འབྲེལ་ལམ།",
    "Watch Image": "འདོད་པ་ཡིག་འཁོར།",
    "Blog Title": "བརྡ་མཚམས།",
    "Read More Button Text": "དངོས་སྤོད་མཉམ་ཡིག་ཚང་བ།",
    "View All Button Text": "དངོས་སྤོད་ཡིག་ཚང་བ།",
    "View All Link": "དངོས་སྤོད་བཅོད་འབྲེལ་ལམ།",
    "Testimonial Title": "སོ་ཚོགས་མཚམས།",
    "Enter Short Title": "གསོལ་བཏུང་མཚམས་འདི་ནང་གཏོང།",
    "Long Title": "ངོ་བར་མཚམས།",
    "About Image": "རྩོམ་ཡིག་ཡིག་འཁོར།",
    "Description One": "བརྡ་བཏང་དངོས་འབད།",
    "Description Two": "བརྡ་བཏང་དངོས་འབད།",
    "Option": "གདམས་ལམ།",
    "Icon": "ཡིག་ལྗང་།",
    "Plan Button Url": "ལོག་འབྲེལ་ཡིག་ལམ།",
    "Short Title": "གསོལ་བཏུང་མཚམས།",
    "Right Footer Title": "འཕྲིན་གྱི་དོན་ཤེས།",
    "Middle Footer Title": "རྩོམ་ཡིག་སྒྲུབ་ཁང་།",
    "Apple App Link": "ཨ་ཕེལ་དོན་འབྲེལ་ལམ།",
    "Apple App": "ཨ་ཕེལ་དོན།",
    "Google Play Link": "དངོས་གཞན་དོན་འབྲེལ་ལམ།",
    "Google Play 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": "ས་ལག་དང་སྲོལ།",
    "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": "ཁྱེད་ཀྱི་ཨིང་གཉིས་འདོགས།",
    "Please do not share this PIN with anyone": "དེ་རིང་ཁྱེད་ཀྱི་སྲིད་བརྡ་འབྱེད་མེད།",
    "Best Regards": "བཀའ་མོལ་བརྒྱབ།",
    "Gateway Name": "འབྲེལ་ལམ་མིང་།",
    "Subscription Name": "ལེགས་སྲུལ་མིང་།",
    "Payable Amount": "དང་ལས་མཐུད།",
    "Phone Number": "ཁྱེད་ཀྱི་དགོན་ཚིག་རྒྱུན།",
    "Enter your phone number": "ཁྱེད་ཀྱི་དགོན་ཚིག་རྒྱུན་འབད།",
    "Pay Now": "དེ་མངར་གནང་བར།",
    "Next": "མཚོན་པ།",
    "Previous": "བསྐུར་བར།",
    "Free": "བསམ་སུམ།",
    "Features Of Free Plan": "བསམ་སུམ་དབང་ཆོས།",
    "Choose Plan": "དབང་ལས་འབྱེད།",
    "Blog Details": "དངོས་བདེ་གཞིའི་བརྡ་གཏོང།",
    "Leave a Comment Here": "འདོད་དང་སྤྱོད་འབྱེད།",
    "Your email address will not be published": "ཁྱེད་ཀྱི་ཨིང་གཉིས་སྤྱོད་མིའི་སྐོར་བཞིད།",
    "Enter your name": "ཁྱེད་ཀྱི་མིང་འབད།",
    "Enter your email": "ཁྱེད་ཀྱི་ཨིང་གཉིས་འབད།",
    "Enter your comment": "ཁྱེད་ཀྱི་དངོས་བདེ་སྤྱོད་འབད།",
    "Recent Posts": "བརྡ་སྲུལ་བདུང་བརྒྱབ།",
    "Create a Free Account": "བསམ་སུམ་བྱང་རྩོམ་འབྱེད།",
    "Enter full name": "ཁྱེད་ཀྱི་དམངའ་མིང་འབད།",
    "Enter phone number": "ཁྱེད་ཀྱི་དགོན་ཚིག་རྒྱུན་འབད།",
    "Enter email address": "ཁྱེད་ཀྱི་ཨིང་གཉིས་འབད།",
    "Company": "ཁྱེད་ཀྱི་ཁྱད་པའི་སྒྱུར་ཐུང་འབད།",
    "Enter company name": "ཁྱེད་ཀྱི་ཁྱད་པའི་སྒྱུར་ཐུང་འབད།",
    "Enter your message": "ཁྱེད་ཀྱི་ཐོག་དང་བསམ་བཟོད་རྩོལ་འབད།",
    "Pricing Plan": "དབང་ལས་ཡོད་པ།",
    "Subscription Plans": "གཤོས་འབད་ལེགས་སྲུལ།",

    "Plan List": "དབང་ལས་སྤྱོད།",
    "Work At": "འབྲེལ་ཡོད།",
    "Show- 10": "ཁྱེད་ཀྱི་རིམ་འདི་བསྐུལ་བ།",
    "Show- 25": "ཁྱེད་ཀྱི་རིམ་འདི་བསྐུལ་བ།",
    "Show- 50": "ཁྱེད་ཀྱི་རིམ་འདི་བསྐུལ་བ།",
    "Show- 100": "ཁྱེད་ཀྱི་རིམ་འདི་བསྐུལ་བ།",
    "Duratio n": "དུས་ཚོད།",
    "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": "ཁྱོད་ཀྱི་རྒྱལ་ཁབ་ལུས་བཏང་ན་ཁྱོད་ཀྱི་རྒྱལ་ཁབ་རེ་འབད་སོང་།",
    "QUEUE COMMAND Path :": "བཏང་རྒྱུ་ཡིན་བཏང་མིང་ :",
    "QUEUE COMMAND :": "བཏང་རྒྱུ་འབད་ :",
    "Storage Method": "ཡིག་རྩོམ་འབད་སོང་།",

    "Brand List": "སྤུན་རྟགས་ཀྱི་ཐོ་ཡིག",
    "Add new Brand": "སྤུན་རྟགས་གསརཔ་འཕྲུལ་",
    "items show": "རྣམ་གྲངས་འབྲི་སྟོན་",
    "Brand Name": "སྤུན་རྟགས་ཀྱི་མིང་",
    "Create Brand": "སྤུན་རྟགས་གསར་བསྐྲུན་འབད།",
    "Enter Brand Name": "སྤུན་རྟགས་ཀྱི་མིང་བཙུགས།",
    "Edit Brand": "སྤུན་རྟགས་ཞུས་བཅོས་འབད།",
    "Add New Category": "སྡེ་ཚན་གསརཔ་འཕྲུལ་",
    "Enter Category Name": "སྡེ་ཚན་གྱི་མིང་བཙུགས།",
    "Select Variations": "འགྱུར་བ་སེལ་གདམ་ཁོང་ཆོག",
    "Capacity": "འཇུག་ཚད་",
    "Color": "ཚོན་མདོག",
    "Size": "ཚད་གཞི",
    "Type": "རིགས་",
    "Weight": "ལྗིད་ཚད་",
    "Edit Category": "སྡེ་ཚན་ཞུས་བཅོས་འབད།",
    "Category List": "སྡེ་ཚན་གྱི་ཐོ་ཡིག",
    "You want to delete everything!": "ཁྱོད་ཀྱིས་ཐམས་ཅད་གཏོར་འདོདཔ་ཨིན་ནམ།",
    "Total Sales": "སྤྱིའི་ཚོང་འབྲེལ་གྱི་འབབ་འབུམ་",
    "Total Purchase": "སྤྱིའི་ཉོ་འཚོང་གི་འབབ་འབུམ་",
    "Total Income": "སྤྱིའི་ཡོང་འབབ་",
    "This Month": "ཟླ་བ་འདིའི་ནང་",
    "Total Expense": "སྤྱིའི་འགྲོ་གྲོན་",
    "Total Customer": "སྤྱིའི་མཁོ་མཁན།",
    "Total Supplier": "སྤྱིའི་མཁོ་འདོན་མཁན།",
    "Sales Returns": "ཚོང་འབྲེལ་ཕྱིར་འགྱོག",
    "Purchase Returns": "ཉོ་འཚོང་ཕྱིར་འགྱོག",
    "Low Stock": "ཉུང་འབོར་གྱི་རིམ་པ་",
    "Alert Qty": "ཉེན་བརྡ་གྲངས་ཚད།",
    "Profit": "ཁེ་སྤོང་",
    "Loss": "གྱོང་གུད་",
    "Purchase": "ཉོ་འཚོང་",
    "Sales": "ཚོང་འབྲེལ་",
    "Income": "ཡོང་འབབ་",
    "Expense": "འགྲོ་གྲོན་",
    "Recent Sales": "ཉེ་ཆའི་ཚོང་འབྲེལ།",
    "Recent Purchase": "ཉེ་ཆའི་ཉོ་འཚོང་",
    "Customer": "མཁོ་མཁན།",
    "Total": "སྤྱི།",
    "Due": "བསྐྱར་སྤྲོད་དགོས།",
    "Collect Due": "བསྐྱར་སྤྲོད་འབད།",
    "Select Invoice": "རྱིས་གཙང་སེལ་གདམ།",
    "Select an Invoice": "རྱིས་གཙང་གཅིག་སེལ་གདམ།",
    "Total Amount": "སྤྱིའི་གོང་ཚད།",
    "Paid Amount": "སྤྲོད་ཟིན་པའི་གོང་ཚད།",
    "Due Amount": "བསྐྱར་སྤྲོད་དགོས་པའི་གོང་ཚད།",
    "Select one": "གཅིག་སེལ་གདམ།",
    "Cash": "དངུལ་འབོར་",
    "Card": "ལག་ཁྱེར་ཀྲེད་ཀརྡ།",
    "Check": "རྒྱུན་ཤོག",
    "Mobile Pay": "ཁ་པར་སྤྲོད་སྟངས།",
    "Due List": "བསྐྱར་སྤྲོད་དགོས་པའི་ཐོ་ཡིག",
    "Mobile": "ཁ་པར།",
    "Sale": "ཚོང་འབྲེལ།",
    "Bill To": "རྱིས་གཙང་འབྲི་སའི་མིང་།",
    "Collected By": "བསྡུ་ལེན་མཁན།",
    "Total Due": "སྤྱིའི་བསྐྱར་སྤྲོད་དགོས།",
    "Payment Amount": "སྤྲོད་པའི་གོང་ཚད།",
    "Remaining Due": "ལྷག་པའི་བསྐྱར་སྤྲོད་དགོས།",
    "Powered By": "མཐུན་འགྱུར་གནང་མཁན།",
    "Create Expense Catgeory": "འགྲོ་གྲོན་གྱི་སྡེ་ཚན་གསར་བསྐྲུན་འབད།",
    "Catgeory Name": "སྡེ་ཚན་གྱི་མིང་",
    "Enter catgeory Name": "སྡེ་ཚན་གྱི་མིང་བཙུགས།",
    "Edit Expense Category": "འགྲོ་གྲོན་གྱི་སྡེ་ཚན་ཞུས་བཅོས་འབད།",
    "Expense Category List": "འགྲོ་གྲོན་གྱི་སྡེ་ཚན་གྱི་ཐོ་ཡིག",
    "Add new": "གསརཔ་འཕྲུལ།",
    "Category Name": "སྡེ་ཚན་གྱི་མིང་",
    "Create Expense": "འགྲོ་གྲོན་གསར་བསྐྲུན་འབད།",
    "Enter Amount": "གོང་ཚད་བཙུགས།",
    "Select A Category": "སྡེ་ཚན་གཅིག་སེལ་གདམ།",
    "Expense For": "འགྲོ་གྲོན་གྱི་དོན་ཚད།",
    "Enter Expense For": "འགྲོ་གྲོན་གྱི་དོན་ཚད་བཙུགས།",
    "Select a payment type": "སྤྲོད་སྟངས་གཅིག་སེལ་གདམ།",
    "Bank": "དངུལ་ཁང་",
    "Mobile Payment": "ཁ་པར་སྤྲོད་སྟངས།",
    "Reference Number": "འབྲེལ་གཏུགས་ཨང་གྲངས།",
    "Enter reference number": "འབྲེལ་གཏུགས་ཨང་གྲངས་བཙུགས།",
    "Expense Date": "འགྲོ་གྲོན་གྱི་ཚེས་གྲངས།",
    "Note": "བསམ་བཀོད་",
    "Enter note": "བསམ་བཀོད་འབྲི་རོགས།",
    "Edit Expense": "འགྲོ་གྲོན་ཞུས་བཅོས་འབད།",
    "Expense List": "འགྲོ་གྲོན་གྱི་ཐོ་ཡིག",
    "Expesne For": "འགྲོ་གྲོན་གྱི་དོན་ཚད།",
    "Create Income Catgeory": "ཡོང་འབབ་ཀྱི་སྡེ་ཚན་གསར་བསྐྲུན་འབད།",
    "Enter catgeory name": "སྡེ་ཚན་གྱི་མིང་བཙུགས།",
    "Edit Income Category": "ཡོང་འབབ་ཀྱི་སྡེ་ཚན་ཞུས་བཅོས་འབད།",
    "Income Category List": "ཡོང་འབབ་ཀྱི་སྡེ་ཚན་གྱི་ཐོ་ཡིག",
    "Create Income": "ཡོང་འབབ་གསར་བསྐྲུན་འབད།",
    "Enter amount": "གོང་ཚད་བཙུགས།",
    "Enter income for": "ཡོང་འབབ་ཀྱི་དོན་ཚད་བཙུགས།",
    "Income Date": "ཡོང་འབབ་ཀྱི་ཚེས་གྲངས།",
    "Edit Income": "ཡོང་འབབ་ཞུས་བཅོས་འབད།",
    "Income List": "ཡོང་འབབ་ཀྱི་ཐོ་ཡིག",
    "Sale New": "ཚོང་འབྲེལ་གསརཔ།",
    "Sale List": "ཚོང་འབྲེལ་གྱི་ཐོ་ཡིག",
    "Sale Return": "ཚོང་འབྲེལ་ཕྱིར་འགྱོག",
    "Purchases": "ཉོ་འཚོང་",
    "Purchase New": "ཉོ་འཚོང་གསརཔ།",
    "Purchase List": "ཉོ་འཚོང་གི་ཐོ་ཡིག",
    "Purchase Return": "ཉོ་འཚོང་ཕྱིར་འགྱོག",
    "Products": "ཐོན་རྫས།",
    "All Product": "ཐོན་རྫས་ཚང་མ།",
    "Add Product": "ཐོན་རྫས་འཕྲུལ།",
    "Brand": "སྤུན་རྟགས།",
    "Unit": "ཚད་གཞི།",
    "Stock List": "རིམ་གྲོའི་ཐོ་ཡིག",
    "Customers": "མཁོ་མཁན།",
    "All Customers": "མཁོ་མཁན་ཚང་མ།",
    "Add Customer": "མཁོ་མཁན་འཕྲུལ།",
    "Suppliers": "མཁོ་འདོན་མཁན།",
    "All Suppliers": "མཁོ་འདོན་མཁན་ཚང་མ།",
    "Add Supplier": "མཁོ་འདོན་མཁན་འཕྲུལ།",
    "Income Category": "ཡོང་འབབ་ཀྱི་སྡེ་ཚན།",
    "Expense Category": "འགྲོ་གྲོན་གྱི་སྡེ་ཚན།",
    "Subscriptions": "རྟགས་འཛིན་",
    "Profit & Loss List": "ཁེ་གྱོང་གི་ཐོ་ཡིག",
    "All Income": "ཡོང་འབབ་ཚང་མ།",
    "All Expense": "འགྲོ་གྲོན་ཚང་མ།",
    "Current Stock": "ད་ལྟའི་རིམ་གྲོ།",
    "Customer Due": "མཁོ་མཁན་གྱི་བསྐྱར་སྤྲོད་དགོས།",
    "Supplier Due": "མཁོ་འདོན་མཁན་གྱི་བསྐྱར་སྤྲོད་དགོས།",
    "Loss & Profit": "གྱོང་ཁེ།",
    "Loss/Profit": "གྱོང་/ཁེ།",
    "Unpaid": "མ་སྤྲོད་པ།",
    "Loss Profit": "གྱོང་ཁེ།",
    "Loss Profit List": "གྱོང་ཁེ་གྱི་ཐོ་ཡིག",
    "Product List": "ཐོན་རྫས་ཀྱི་ཐོ་ཡིག",
    "Create Party": "ཕྱོགས་གསར་བསྐྲུན་འབད།",
    "List": "ཐོ་ཡིག",
    "Party Type": "ཕྱོགས་ཀྱི་རིགས།",
    "Retailer": "ཚོང་ཁང་",
    "Dealer": "ཉོ་ཚོང་པ་",
    "Wholesaler": "ཕོ་བྲང་ཚོང་པ།",
    "Supplier": "མཁོ་འདོན་མཁན།",
    "Enter Due": "བསྐྱར་སྤྲོད་དགོས་པའི་གོང་ཚད་བཙུགས།",
    "Edit Party": "ཕྱོགས་ཞུས་བཅོས་འབད།",
    "Edit ": "ཞུས་བཅོས་ ",
    " List": " ཐོ་ཡིག",
    "Parties List": "ཕྱོགས་ཀྱི་ཐོ་ཡིག",
    "Add new ": "གསརཔ་འཕྲུལ། ",
    "Create Product": "ཐོན་རྫས་གསར་བསྐྲུན་འབད།",
    "Add new Product": "ཐོན་རྫས་གསརཔ་འཕྲུལ།",
    "Product Name": "ཐོན་རྫས་ཀྱི་མིང་",
    "Enter Product Name": "ཐོན་རྫས་ཀྱི་མིང་བཙུགས།",
    "Product Category": "ཐོན་རྫས་ཀྱི་སྡེ་ཚན།",
    "Product Unit": "ཐོན་རྫས་ཀྱི་ཚད་གཞི།",
    "Product Code": "ཐོན་རྫས་ཀྱི་ཨང་གྲངས།",
    "Enter Product Code": "ཐོན་རྫས་ཀྱི་ཨང་གྲངས་བཙུགས།",
    "Stock": "རིམ་གྲོ།",
    "Enter stock qty": "རིམ་གྲོའི་གྲངས་ཚད་བཙུགས།",
    "Purchase Price": "ཉོ་སྒོའི་གོང་ཚད།",
    "Enter purchase price": "ཉོ་སྒོའི་གོང་ཚད་བཙུགས།",
    "Sale Price": "ཚོང་སྒོའི་གོང་ཚད།",
    "Enter sale price": "ཚོང་སྒོའི་གོང་ཚད་བཙུགས།",
    "Wholesale Price": "ཕོ་བྲང་ཚོང་སྒོའི་གོང་ཚད།",
    "Enter wholesale price": "ཕོ་བྲང་ཚོང་སྒོའི་གོང་ཚད་བཙུགས།",
    "Dealer Price": "ཉོ་ཚོང་པའི་གོང་ཚད།",
    "Enter dealer price": "ཉོ་ཚོང་པའི་གོང་ཚད་བཙུགས།",
    "Manufacturer": "བཟོ་སྐྲུན་མཁན།",
    "Enter manufacturer name": "བཟོ་སྐྲུན་མཁན་གྱི་མིང་བཙུགས།",
    "Edit Product": "ཐོན་རྫས་ཞུས་བཅོས་འབད།",
    "Product Brand": "ཐོན་རྫས་ཀྱི་སྤུན་རྟགས།",
    "Purchase price": "ཉོ་སྒོའི་གོང་ཚད།",
    "Sale price": "ཚོང་སྒོའི་གོང་ཚད།",
    "Pos Sale": "POS ཚོང་འབྲེལ།",
    "Invoice no": "རྱིས་གཙང་ཨང་གྲངས།",
    "Invoice No": "རྱིས་གཙང་ཨང་གྲངས།",
    "Items": "རྣམ་གྲངས།",
    "Qty": "གྲངས་ཚད།",
    "Sub Total": "སྤྱིའི་གོང་ཚད།",
    "Purchase return Amount ": "ཉོ་འཚོང་ཕྱིར་འགྱོག་གི་གོང་ཚད།",
    "Confirm Return": "ཕྱིར་འགྱོག་ལ་ངོས་ལེན་འབད།",
    "Purchase Return List": "ཉོ་འཚོང་ཕྱིར་འགྱོག་གི་ཐོ་ཡིག",
    "Return Date": "ཕྱིར་འགྱོག་གི་ཚེས་གྲངས།",
    "Return Amount": "ཕྱིར་འགྱོག་གི་གོང་ཚད།",
    "Return Qty": "ཕྱིར་འགྱོག་གི་གྲངས་ཚད།",
    "Brand list": "སྤུན་རྟགས་ཀྱི་ཐོ་ཡིག",
    "0": "0",
    "Quick Action": "མྱུར་སྐྱོད་བྱ་སྤྱོད།",
    "Today Purchase": "དღེའི་ཉོ་འཚོང་",
    "Calculator": "རྩིས་འཁོར་",
    "Select Supplier": "མཁོ་འདོན་མཁན་སེལ་གདམ།",
    "Receive Amount": "འབྱོར་པའི་གོང་ཚད།",
    "Search product...": "ཐོན་རྫས་འཚོལ་བཤེར་...",
    "Due: ": "བསྐྱར་སྤྲོད་དགོས། :",
    "Party Name": "ཕྱོགས་ཀྱི་མིང་",
    "Discount": "མཐོང་ཆུང་",
    "Payment": "སྤྲོད་སྟངས།",
    "INVOICE": "རྱིས་གཙང་",
    "Sells By": "ཚོང་འབྲེལ་མཁན།",
    "Quantity": "གྲངས་ཚད།",
    "Unit Price": "རྐྱེན་རེའི་གོང་ཚད།",
    "Total Price": "སྤྱིའི་གོང་ཚད།",
    "Item": "རྣམ་གྲངས།",
    "Paid by": "སྤྲོད་མཁན།",
    "Subtotal": "སྤྱིའི་གོང་ཚད།",
    "Customer Signature": "མཁོ་མཁན་གྱི་མཚན་རྟགས།",
    "Authorized Signature": "ཆོག་མཆན་བཀོད་མཁན་གྱི་མཚན་རྟགས།",
    "Add Items": "རྣམ་གྲངས་འཕྲུལ།",
    "Enter Quantity": "གྲངས་ཚད་བཙུགས།",
    "Enter Purchase Price": "ཉོ་སྒོའི་གོང་ཚད་བཙུགས།",
    "Sales Price": "ཚོང་སྒོའི་གོང་ཚད།",
    "Enter Sales Price": "ཚོང་སྒོའི་གོང་ཚད་བཙུགས།",
    "WholeSale Price": "ཕོ་བྲང་ཚོང་སྒོའི་གོང་ཚད།",
    "Enter WholeSale Price": "ཕོ་བྲང་ཚོང་སྒོའི་གོང་ཚད་བཙུགས།",
    "Enter Dealer Price": "ཉོ་ཚོང་པའི་གོང་ཚད་བཙུགས།",
    "Customer Due Reports": "མཁོ་མཁན་གྱི་བསྐྱར་སྤྲོད་དགོས་པའི་སྙན་ཞུ།",
    "Customer Due List": "མཁོ་མཁན་གྱི་བསྐྱར་སྤྲོད་དགོས་པའི་ཐོ་ཡིག",
    "Expense Reports": "འགྲོ་གྲོན་གྱི་སྙན་ཞུ།",
    "Expense Report List": "འགྲོ་གྲོན་གྱི་སྙན་ཞུའི་ཐོ་ཡིག",
    "Income For": "ཡོང་འབབ་ཀྱི་དོན་ཚད།",
    "Income Reports": "ཡོང་འབབ་ཀྱི་སྙན་ཞུ།",
    "Income Report List": "ཡོང་འབབ་ཀྱི་སྙན་ཞུའི་ཐོ་ཡིག",
    "Loss Profit Reports": "གྱོང་ཁེའི་སྙན་ཞུ།",
    "From Date": "འགོ་ཚུགས་ཚེས་གྲངས།",
    "To Date": "མཇུག་འགྲིམ་ཚེས་གྲངས།",
    "Loss Profit Report List": "གྱོང་ཁེའི་སྙན་ཞུའི་ཐོ་ཡིག",
    "Discount Amount": "མཐོང་ཆུང་གི་གོང་ཚད།",
    "Sale Date": "ཚོང་འབྲེལ་གྱི་ཚེས་གྲངས།",
    "Purchase Report List": "ཉོ་འཚོང་གི་སྙན་ཞུའི་ཐོ་ཡིག",
    "Purchase Reports": "ཉོ་འཚོང་གི་སྙན་ཞུ།",
    "Purchase Return Report List": "ཉོ་འཚོང་ཕྱིར་འགྱོག་གི་སྙན་ཞུའི་ཐོ་ཡིག",
    "Purchase Return Reports": "ཉོ་འཚོང་ཕྱིར་འགྱོག་གི་སྙན་ཞུ།",
    "Sales Report List": "ཚོང་འབྲེལ་གྱི་སྙན་ཞུའི་ཐོ་ཡིག",
    "Sale Reports": "ཚོང་འབྲེལ་གྱི་སྙན་ཞུ།",
    "Sale Return Report": "ཚོང་འབྲེལ་ཕྱིར་འགྱོག་གི་སྙན་ཞུ།",
    "Sale Return Reports": "ཚོང་འབྲེལ་ཕྱིར་འགྱོག་གི་སྙན་ཞུ།",
    "Sale Return Report List": "ཚོང་འབྲེལ་ཕྱིར་འགྱོག་གི་སྙན་ཞུའི་ཐོ་ཡིག",
    "Cost": "ཟད་གྲོན་",
    "Stock Value": "རིམ་གྲོའི་རིན་ཐང་",
    "Stock Report List": "རིམ་གྲོའི་སྙན་ཞུའི་ཐོ་ཡིག",
    "Stock Reports": "རིམ་གྲོའི་སྙན་ཞུ།",
    "Total Quantity": "སྤྱིའི་གྲངས་ཚད།",
    "Total Stock Value": "སྤྱིའི་རིམ་གྲོའི་རིན་ཐང་",
    "Supplier Due Reports": "མཁོ་འདོན་མཁན་གྱི་བསྐྱར་སྤྲོད་དགོས་པའི་སྙན་ཞུ།",
    "Supplier Due List": "མཁོ་འདོན་མཁན་གྱི་བསྐྱར་སྤྲོད་དགོས་པའི་ཐོ་ཡིག",
    "Profile Edit": "རང་བཞིན་ཞུས་བཅོས་",
    "Parties": "ཕྱོགས།",
    "Sales List": "ཚོང་འབྲེལ་གྱི་ཐོ་ཡིག",
    "User Title": "མིའི་མཚན་གནས།",
    "Enter user title": "མིའི་མཚན་གནས་བཙུགས།",
    "Email Address": "གློག་འཕྲིན་ཁ་བྱང་",
    "Edit User Role": "མིའི་ནུས་པ་ཞུས་བཅོས་འབད།",
    "Add User Role": "མིའི་ནུས་པ་འཕྲུལ།",
    "Sale return Amount ": "ཚོང་འབྲེལ་ཕྱིར་འགྱོག་གི་གོང་ཚད།",
    "Sales Return List": "ཚོང་འབྲེལ་ཕྱིར་འགྱོག་གི་ཐོ་ཡིག",
    "Select Customer": "མཁོ་མཁན་སེལ་གདམ།",
    "Guest": "སྐུ་མགྲོན།",
    "Enter Customer Phone Number": "མཁོ་མཁན་གྱི་ཁ་པར་ཨང་གྲངས་བཙུགས།",
    "Type note...": "བསམ་བཀོད་འབྲི་རོགས།...",
    "Sales Return": "ཚོང་འབྲེལ་ཕྱིར་འགྱོག",
    "Purchases Return": "ཉོ་འཚོང་ཕྱིར་འགྱོག",
    "Add Vat": "ཁྲལ་འཕྲུལ།",
    "Tax": "ཁྲལ།",
    "Apply": "འཇུག་སྤྱོད།",
    "Select a category": "སྡེ་ཚན་གཅིག་སེལ་གདམ།",
    "Company And Business Name": "ཁེ་ལས་དང་ཚོང་ལས་ཀྱི་མིང་",
    "Enter Phone": "ཁ་པར་ཨང་གྲངས་བཙུགས།",
    "Logo": "རྟགས་མ།",
    "Invoice Logo": "རྱིས་གཙང་གི་རྟགས་མ།",
    "Purchase Plan": "ཉོ་འཚོང་འཆར་གཞི།",
    "Days": "ཉིན།",
    "Already Subscribed": "སྔོན་ནས་རྟགས་འཛིན་བྱས་ཟིན།",
    "Buy Now": "ད་ལྟ་ཉོ།",
    "Create Unit": "ཚད་གཞི་གསར་བསྐྲུན་འབད།",
    "Unit Name": "ཚད་གཞིའི་མིང་",
    "Enter Unit Name": "ཚད་གཞིའི་མིང་བཙུགས།",
    "Unit List": "ཚད་གཞིའི་ཐོ་ཡིག",
    "Add new Unit": "ཚད་གཞི་གསརཔ་འཕྲུལ།",
    "Overall Reports": "སྤྱིའི་སྙན་ཞུ།",
    "Revenue Statistic": "ཡོང་འབབ་ཀྱི་རྩིས་གཞི།",
    "Today Sales": "དღེའི་ཚོང་འབྲེལ།",
    "Change Amount": "བསྒྱུར་བའི་གོང་ཚད།",
    "Vat": "ཁྲལ།",
    "Save Product": "ཐོན་རྫས་སྲུང་འཇུག་བྱེད།",
    "Product": "ཐོན་རྫས།",
    "Category created successfully": "སྡེ་ཚན་གསར་བསྐྲུན་ལེགས་འགྲུབ་བྱུང་།",
    "Category updated successfully": "སྡེ་ཚན་ཞུས་བཅོས་ལེགས་འགྲུབ་བྱུང་།",
    "Category deleted successfully": "སྡེ་ཚན་གཏོར་ནུས་ལེགས་འགྲུབ་བྱུང་།",
    "Selected Category deleted successfully": "སེལ་གདམ་པའི་སྡེ་ཚན་གཏོར་ནུས་ལེགས་འགྲུབ་བྱུང་།",
    "Something went wrong!": "སྐྱོན་འགྱུར་ཞིག་འབྱུང་སོང་།",
    "Brand created cuccessfully": "སྤུན་རྟགས་གསར་བསྐྲུན་ལེགས་འགྲུབ་བྱུང་།",
    "Brand updated successfully": "སྤུན་རྟགས་ཞུས་བཅོས་ལེགས་འགྲུབ་བྱུང་།",
    "Brand deleted successfully": "སྤུན་རྟགས་གཏོར་ནུས་ལེགས་འགྲུབ་བྱུང་།",
    "Selected Brands deleted successfully": "སེལ་གདམ་པའི་སྤུན་རྟགས་གཏོར་ནུས་ལེགས་འགྲུབ་བྱུང་།",
    "Something was wrong.": "སྐྱོན་འགྱུར་ཞིག་འབྱུང་སོང་།",
    "Default currency activated successfully": "སྔོན་འཇུག་དངུལ་གྲུབ་ལེགས་འགྲུབ་བྱུང་།",
    "Failed to set default currency. Please try again.": "སྔོན་འཇུག་དངུལ་གྲུབ་སྒྲིག་འཛུགས་བྱེད་མ་ཐུབ་པས། ད་རུང་ཐེངས་གཞན་ཞིག་འབད་བརྩོན་གནང་།",
    "Collect Due saved successfully": "བསྐྱར་སྤྲོད་འབད་པ་སྲུང་འཇུག་བྱས་པར་ལེགས་འགྲུབ་བྱུང་།",
    "Expense Category saved successfully.": "འགྲོ་གྲོན་གྱི་སྡེ་ཚན་སྲུང་འཇུག་བྱས་པར་ལེགས་འགྲུབ་བྱུང་།",
    "Expense Category updated successfully.": "འགྲོ་གྲོན་གྱི་སྡེ་ཚན་ཞུས་བཅོས་བྱས་པར་ལེགས་འགྲུབ་བྱུང་།",
    "Expense Category deleted successfully": "འགྲོ་གྲོན་གྱི་སྡེ་ཚན་གཏོར་ནུས་ལེགས་འགྲུབ་བྱུང་།",
    "Selected item deleted successfully.": "སེལ་གདམ་པའི་རྣམ་གྲངས་གཏོར་ནུས་ལེགས་འགྲུབ་བྱུང་།",
    "Expense saved successfully.": "འགྲོ་གྲོན་སྲུང་འཇུག་བྱས་པར་ལེགས་འགྲུབ་བྱུང་།",
    "Expense updated successfully.": "འགྲོ་གྲོན་ཞུས་བཅོས་བྱས་པར་ལེགས་འགྲུབ་བྱུང་།",
    "Expense deleted successfully": "འགྲོ་གྲོན་གཏོར་ནུས་ལེགས་འགྲུབ་བྱུང་།",
    "Selected Items deleted successfully.": "སེལ་གདམ་པའི་རྣམ་གྲངས་གཏོར་ནུས་ལེགས་འགྲུབ་བྱུང་།",
    "Income Category saved successfully.": "ཡོང་འབབ་ཀྱི་སྡེ་ཚན་སྲུང་འཇུག་བྱས་པར་ལེགས་འགྲུབ་བྱུང་།",
    "Income Category updated successfully.": "ཡོང་འབབ་ཀྱི་སྡེ་ཚན་ཞུས་བཅོས་བྱས་པར་ལེགས་འགྲུབ་བྱུང་།",
    "Income Category deleted successfully": "ཡོང་འབབ་ཀྱི་སྡེ་ཚན་གཏོར་ནུས་ལེགས་འགྲུབ་བྱུང་།",
    "Income saved successfully.": "ཡོང་འབབ་སྲུང་འཇུག་བྱས་པར་ལེགས་འགྲུབ་བྱུང་།",
    "Income updated successfully.": "ཡོང་འབབ་ཞུས་བཅོས་བྱས་པར་ལེགས་འགྲུབ་བྱུང་།",
    "Income deleted successfully": "ཡོང་འབབ་གཏོར་ནུས་ལེགས་འགྲུབ་བྱུང་།",
    "Premission denied.": "ཆོག་མཆན་མ་བྱུང་།",
    "Customer created successfully": "མཁོ་མཁན་གསར་བསྐྲུན་ལེགས་འགྲུབ་བྱུང་།",
    "Supplier created successfully": "མཁོ་འདོན་མཁན་གསར་བསྐྲུན་ལེགས་འགྲུབ་བྱུང་།",
    "Supplier deleted successfully": "མཁོ་འདོན་མཁན་གཏོར་ནུས་ལེགས་འགྲུབ་བྱུང་།",
    "Customer deleted successfully": "མཁོ་མཁན་གཏོར་ནུས་ལེགས་འགྲུབ་བྱུང་།",
    "Selected parties deleted successfully": "སེལ་གདམ་པའི་ཕྱོགས་གཏོར་ནུས་ལེགས་འགྲུབ་བྱུང་།",
    "Product saved successfully.": "ཐོན་རྫས་སྲུང་འཇུག་བྱས་པར་ལེགས་འགྲུབ་བྱུང་།",
    "Data saved successfully.": "གནས་ཚུལ་སྲུང་འཇུག་བྱས་པར་ལེགས་འགྲུབ་བྱུང་།",
    "Product deleted successfully": "ཐོན་རྫས་གཏོར་ནུས་ལེགས་འགྲུབ་བྱུང་།",
    "Selected product deleted successfully": "སེལ་གདམ་པའི་ཐོན་རྫས་གཏོར་ནུས་ལེགས་འགྲུབ་བྱུང་།",
    "Cart is empty. Add items first!": "ཚོང་ཁུག་སྟོང་པ་ཨིན། སྔོན་འགྲོར་རྣམ་གྲངས་འཕྲུལ།",
    "Purchase created successfully.": "ཉོ་འཚོང་གསར་བསྐྲུན་ལེགས་འགྲུབ་བྱུང་།",
    "Somethings went wrong!": "སྐྱོན་འགྱུར་འགའ་ཤས་ཤིག་འབྱུང་སོང་།",
    "Purchase updated successfully.": "ཉོ་འཚོང་ཞུས་བཅོས་ལེགས་འགྲུབ་བྱུང་།",
    "Selected purchases deleted successfully": "སེལ་གདམ་པའི་ཉོ་འཚོང་གཏོར་ནུས་ལེགས་འགྲུབ་བྱུང་།",
    "Sales created successfully.": "ཚོང་འབྲེལ་གསར་བསྐྲུན་ལེགས་འགྲུབ་བྱུང་།",
    "You cannot sale in due for a walking customer.": "ཁྱོད་ཀྱིས་འགྲོ་མཁན་གྱི་མཁོ་མཁན་ལ་དུས་བཀག་ནང་ཚོང་འབྲེལ་འབད་མི་ཚུགས།",
    "Sales updated successfully.": "ཚོང་འབྲེལ་ཞུས་བཅོས་ལེགས་འགྲུབ་བྱུང་།",
    "Sale deleted successfully.": "ཚོང་འབྲེལ་གཏོར་ནུས་ལེགས་འགྲུབ་བྱུང་།",
    "Selected sales deleted successfully.": "སེལ་གདམ་པའི་ཚོང་འབྲེལ་གཏོར་ནུས་ལེགས་འགྲུབ་བྱུང་།",
    "Unit saved successfully": "ཚད་གཞི་སྲུང་འཇུག་བྱས་པར་ལེགས་འགྲུབ་བྱུང་།",
    "Unit updated successfully": "ཚད་གཞི་ཞུས་བཅོས་ལེགས་འགྲུབ་བྱུང་།",
    "Units deleted successfully": "ཚད་གཞི་གཏོར་ནུས་ལེགས་འགྲུབ་བྱུང་།",
    "Unit deleted successfully": "ཚད་གཞི་གཏོར་ནུས་ལེགས་འགྲུབ་བྱུང་།",
    "Quantity and price updated successfully": "གྲངས་ཚད་དང་གོང་ཚད་བསྒྱུར་བཅོས་ལེགས་འགྲུབ་བྱུང་།",
    "Enter valid qty and price": "དོན་འབྲས་ཡོད་པའི་གྲངས་ཚད་དང་གོང་ཚད་བཙུགས།",
    "Item not found in the cart": "ཚོང་ཁུག་ནང་རྣམ་གྲངས་མ་རྙེད་པས།",
    "The cart does not contain this item": "ཚོང་ཁུག་ནང་རྣམ་གྲངས་འདི་མེད།",
    "Item removed from cart": "རྣམ་གྲངས་ཚོང་ཁུག་ནས་བཏོན་ཟིན།",
    "All cart removed successfully!": "ཚོང་ཁུག་ཚང་མ་གཏོར་ནུས་ལེགས་འགྲུབ་བྱུང་།",
    "Current Password does not match with old password": "ད་ལྟའི་གསང་ཚིག་དང་སྔོན་མ་གསང་ཚིག་མཐུན་མེད།",
    "Profile updated successfully": "རང་བཞིན་ཞུས་བཅོས་ལེགས་འགྲུབ་བྱུང་།",
    "Purchase returned successfully.": "ཉོ་འཚོང་ཕྱིར་འགྱོག་ལེགས་འགྲུབ་བྱུང་།",
    "Business General Setting updated successfully": "ཚོང་ལས་ཀྱི་སྤྱིའི་སྒྲིག་འཛུགས་ལེགས་འགྲུབ་བྱུང་།",
    "User role created successfully": "མིའི་ནུས་པ་གསར་བསྐྲུན་ལེགས་འགྲུབ་བྱུང་།",
    "User role updated successfully": "མིའི་ནུས་པ་ཞུས་བཅོས་ལེགས་འགྲུབ་བྱུང་།",
    "User role deleted successfully": "མིའི་ནུས་པ་གཏོར་ནུས་ལེགས་འགྲུབ་བྱུང་།",
    "You have no permission to access.": "ཁྱོད་ལ་འཛུལ་ཞུགས་བྱེད་པའི་ཆོག་མཆན་མེད།",
    "Sale returned successfully.": "ཚོང་འབྲེལ་ཕྱིར་འགྱོག་ལེགས་འགྲུབ་བྱུང་།",
    "New subscription order successfully.": "རྟགས་འཛིན་གསར་བསྐྲུན་གྱི་བསྒོ་བཤད་ལེགས་འགྲུབ་བྱུང་།",


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

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

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

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

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

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

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

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

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

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

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

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

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

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