{
    "auth.failed": "These credentials do not match our records.",
    "auth.password": "The provided password is incorrect.",
    "auth.throttle": "Too many login attempts. Please try again in :seconds seconds.",
    "pagination.previous": "&laquo; Previous",
    "pagination.next": "Next &raquo;",
    "passwords.reset": "Your password has been reset!",
    "passwords.sent": "We have emailed your password reset link!",
    "passwords.throttled": "Please wait before retrying.",
    "passwords.token": "This password reset token is invalid.",
    "passwords.user": "We can't find a user with that email address.",
    "validation.accepted": "The :attribute must be accepted.",
    "validation.accepted_if": "The :attribute must be accepted when :other is :value.",
    "validation.active_url": "The :attribute is not a valid URL.",
    "validation.after": "The :attribute must be a date after :date.",
    "validation.after_or_equal": "The :attribute must be a date after or equal to :date.",
    "validation.alpha": "The :attribute must only contain letters.",
    "validation.alpha_dash": "The :attribute must only contain letters, numbers, dashes and underscores.",
    "validation.alpha_num": "The :attribute must only contain letters and numbers.",
    "validation.array": "The :attribute must be an array.",
    "validation.before": "The :attribute must be a date before :date.",
    "validation.before_or_equal": "The :attribute must be a date before or equal to :date.",
    "validation.between.array": "The :attribute must have between :min and :max items.",
    "validation.between.file": "The :attribute must be between :min and :max kilobytes.",
    "validation.between.numeric": "The :attribute must be between :min and :max.",
    "validation.between.string": "The :attribute must be between :min and :max characters.",
    "validation.boolean": "The :attribute field must be true or false.",
    "validation.confirmed": "The :attribute confirmation does not match.",
    "validation.current_password": "The password is incorrect.",
    "validation.date": "The :attribute is not a valid date.",
    "validation.date_equals": "The :attribute must be a date equal to :date.",
    "validation.date_format": "The :attribute does not match the format :format.",
    "validation.declined": "The :attribute must be declined.",
    "validation.declined_if": "The :attribute must be declined when :other is :value.",
    "validation.different": "The :attribute and :other must be different.",
    "validation.digits": "The :attribute must be :digits digits.",
    "validation.digits_between": "The :attribute must be between :min and :max digits.",
    "validation.dimensions": "The :attribute has invalid image dimensions.",
    "validation.distinct": "The :attribute field has a duplicate value.",
    "validation.email": "The :attribute must be a valid email address.",
    "validation.ends_with": "The :attribute must end with one of the following: :values.",
    "validation.enum": "The selected :attribute is invalid.",
    "validation.exists": "The selected :attribute is invalid.",
    "validation.file": "The :attribute must be a file.",
    "validation.filled": "The :attribute field must have a value.",
    "validation.gt.array": "The :attribute must have more than :value items.",
    "validation.gt.file": "The :attribute must be greater than :value kilobytes.",
    "validation.gt.numeric": "The :attribute must be greater than :value.",
    "validation.gt.string": "The :attribute must be greater than :value characters.",
    "validation.gte.array": "The :attribute must have :value items or more.",
    "validation.gte.file": "The :attribute must be greater than or equal to :value kilobytes.",
    "validation.gte.numeric": "The :attribute must be greater than or equal to :value.",
    "validation.gte.string": "The :attribute must be greater than or equal to :value characters.",
    "validation.image": "The :attribute must be an image.",
    "validation.in": "The selected :attribute is invalid.",
    "validation.in_array": "The :attribute field does not exist in :other.",
    "validation.integer": "The :attribute must be an integer.",
    "validation.ip": "The :attribute must be a valid IP address.",
    "validation.ipv4": "The :attribute must be a valid IPv4 address.",
    "validation.ipv6": "The :attribute must be a valid IPv6 address.",
    "validation.json": "The :attribute must be a valid JSON string.",
    "validation.lt.array": "The :attribute must have less than :value items.",
    "validation.lt.file": "The :attribute must be less than :value kilobytes.",
    "validation.lt.numeric": "The :attribute must be less than :value.",
    "validation.lt.string": "The :attribute must be less than :value characters.",
    "validation.lte.array": "The :attribute must not have more than :value items.",
    "validation.lte.file": "The :attribute must be less than or equal to :value kilobytes.",
    "validation.lte.numeric": "The :attribute must be less than or equal to :value.",
    "validation.lte.string": "The :attribute must be less than or equal to :value characters.",
    "validation.mac_address": "The :attribute must be a valid MAC address.",
    "validation.max.array": "The :attribute must not have more than :max items.",
    "validation.max.file": "The :attribute must not be greater than :max kilobytes.",
    "validation.max.numeric": "The :attribute must not be greater than :max.",
    "validation.max.string": "The :attribute must not be greater than :max characters.",
    "validation.mimes": "The :attribute must be a file of type: :values.",
    "validation.mimetypes": "The :attribute must be a file of type: :values.",
    "validation.min.array": "The :attribute must have at least :min items.",
    "validation.min.file": "The :attribute must be at least :min kilobytes.",
    "validation.min.numeric": "The :attribute must be at least :min.",
    "validation.min.string": "The :attribute must be at least :min characters.",
    "validation.multiple_of": "The :attribute must be a multiple of :value.",
    "validation.not_in": "The selected :attribute is invalid.",
    "validation.not_regex": "The :attribute format is invalid.",
    "validation.numeric": "The :attribute must be a number.",
    "validation.present": "The :attribute field must be present.",
    "validation.prohibited": "The :attribute field is prohibited.",
    "validation.prohibited_if": "The :attribute field is prohibited when :other is :value.",
    "validation.prohibited_unless": "The :attribute field is prohibited unless :other is in :values.",
    "validation.prohibits": "The :attribute field prohibits :other from being present.",
    "validation.regex": "The :attribute format is invalid.",
    "validation.required": "The :attribute field is required.",
    "validation.required_array_keys": "The :attribute field must contain entries for: :values.",
    "validation.required_if": "The :attribute field is required when :other is :value.",
    "validation.required_unless": "The :attribute field is required unless :other is in :values.",
    "validation.required_with": "The :attribute field is required when :values is present.",
    "validation.required_with_all": "The :attribute field is required when :values are present.",
    "validation.required_without": "The :attribute field is required when :values is not present.",
    "validation.required_without_all": "The :attribute field is required when none of :values are present.",
    "validation.same": "The :attribute and :other must match.",
    "validation.size.array": "The :attribute must contain :size items.",
    "validation.size.file": "The :attribute must be :size kilobytes.",
    "validation.size.numeric": "The :attribute must be :size.",
    "validation.size.string": "The :attribute must be :size characters.",
    "validation.starts_with": "The :attribute must start with one of the following: :values.",
    "validation.string": "The :attribute must be a string.",
    "validation.timezone": "The :attribute must be a valid timezone.",
    "validation.unique": "The :attribute has already been taken.",
    "validation.uploaded": "The :attribute failed to upload.",
    "validation.url": "The :attribute must be a valid URL.",
    "validation.uuid": "The :attribute must be a valid UUID.",
    "validation.custom.attribute-name.rule-name": "custom-message",

    "Dashboard": "Dashboard",
    "Advertising": "Pitso",
    "Subscription Reports": "Ditlhopho tse di Neng",
    "Manage Business": "Laola Buisines",
    "Categories": "Dikgetho",
    "Business List": "Lethathamo la Buisines",
    "Manage Plans": "Laola Merero",
    "Create Plan": "Bua Merero",
    "Staff Management": "Laola Badiri",
    "Create Staff": "Bua Badiri",
    "Manage Staff": "Laola Badiri",
    "Messages": "Molaetsa",
    "Manage Messages": "Laola Molaetsa",
    "CMS Manage": "Laola CMS",
    "Manage Pages": "Laola Diphetho",
    "Manage FAQs": "Laola Dipotso tse di Amanang",
    "Terms & Conditions": "Mme le Melemo",
    "Privacy & Policy": "Bophelo le Melao",
    "Testimonials": "Ditlhopho",
    "Features": "Dikgato",
    "Interface": "Interface",
    "Manage Blogs": "Laola Blog",
    "Newsletters": "Diphetho",
    "Roles & Permissions": "Mehato le Ditlhopho",
    "Roles": "Mehato",
    "Permissions": "Ditlhopho",
    "Settings": "Ditlhopho",
    "Currencies": "Ditereno",
    "Notifications": "Dikitsiso",
    "SMS Settings": "Ditlhopho tsa SMS",
    "Payment Gateway": "Tlhopho ya Tefo",
    "System Settings": "Ditlhopho tsa Système",
    "General Settings": "Ditlhopho tse di Kgethegileng",

    "Banner": "Banner",
    "Add New Banner": "Eketsa Banner e Ntšha",
    "Banner List": "Lethathamo la Banner",
    "Status": "Boemo",
    "Image": "Setshwantsho",
    "Active": "Active",
    "Cancel": "Kana",
    "Save": "Boloka",
    "Edit Banner": "Sewana Banner",
    "Advertising List": "Lethathamo la Pitso",
    "Create Banner": "Bua Banner",
    "SL": "SL",
    "Create Advertising": "Bua Pitso",
    "Reset": "Sethosa",
    "Edit Advertising": "Sewana Pitso",
    "Edit": "Sewana",
    "Delete": "Kgaola",
    "Shop": "Shop",
    "Add new Package": "Eketsa Paket e Ntšha",
    "Shop List": "Lethathamo la Shop",
    "Subscription Plan": "Morero wa Ditlhopho",
    "Select Plan Category": "Kgetha Kgetho ya Morero",
    "Package Name": "Lebitso la Paket",
    "Enter Package Name": "Kenya Lebitso la Paket",
    "Business Category": "Kgetho ya Buisines",
    "Select Business Category": "Kgetha Kgetho ya Buisines",
    "Duration in Days": "Nako ka Mehotso",
    "Enter number": "Kenyang nomoro",
    "Offer Price": "Theko ya Tlhopho",
    "Enter Plan Price": "Kenyang Theko ya Morero",
    "Subscription Price": "Theko ya Ditlhopho",
    "Enter Subscription Price": "Kenyang Theko ya Ditlhopho",
    "View": "Bona",
    "Upgrade Plan": "Bokgoni Morero",
    "Edit Shop": "Sewana Shop",
    "Select Category": "Kgetha Kgetho",
    "Shop/Business Name": "Lebitso la Shop/Buisines",
    "Enter Shop/Business Name": "Kenyang Lebitso la Shop/Buisines",
    "Package": "Paket",
    "Select a package": "Kgetha paket",
    "Name": "Lebitso",
    "Enter Name": "Kenyang Lebitso",
    "Role": "Mokgwa",
    "Select a role": "Kgetha mokgwa",
    "Email": "Imeile",
    "Enter Email": "Kenyang Imeile",
    "Phone": "Fono",
    "Enter Phone Number": "Kenyang Nomoro ya Fono",
    "Password": "Pasepoto",
    "Enter Password": "Kenyang Pasepoto",
    "Confirm password": "Netefatsa pasepoto",
    "Enter Confirm password": "Kenyang Netefatsa pasepoto",
    "Address": "Aterese",
    "Enter Address": "Kenyang Aterese",
    "Select Country": "Kgetha Nageng",
    "Select a Country": "Kgetha Nageng",
    "Balance": "Sebaka",
    "Enter Balance": "Kenyang Sebaka",
    "Search...": "Batla...",
    "Business Name": "Lebitso la Buisines",
    "Last Enroll": "Ngwaga e e fetileng",
    "Expired Date": "Letsatsi la Go Fela",
    "Action": "Ketsahalo",
    "Select A Plan": "Kgetha Morero",
    "Select One": "Kgetha e le nngwe",
    "Price": "Theko",
    "Enter plan price or select a plan": "Kenyang theko ya morero kgotsa kgetha morero",
    "Payment Gateways": "Ditsela Tsa Tefo",
    "Select A payment gateway": "Kgetha tsela ya tefo",
    "Notes": "Dikgopolo",
    "Enter notes": "Kenyang dikgopolo",
    "Business View": "Tlhogo ya Buisines",
    "Created date": "Letsatsi la Go Bua",
    "Category": "Kgetho",
    "Add new Category": "Eketsa Kgetho e Ntšha",
    "View List": "Bona Lethathamo",
    "Buisness Name": "Lebitso la Buisines",
    "Enter Description": "Kenyang Tlhaloso",
    "Description": "Tlhaloso",
    "Edit Business Category": "Sewana Kgetho ya Buisines",
    "Enter Buisness Description": "Kenyang Tlhaloso ya Buisines",
    "Business Categories List": "Lethathamo la Dikgetho tsa Buisines",
    "Add New": "Eketsa E Ntšha",
    "Reports": "Dikopano",
    "All": "Tota",
    "Active User": "Mokwadi ya Active",
    "Deactive User": "Mokwadi ya Deactive",
    "Date": "Letsatsi",
    "SL.": "SL.",
    "Invoice": "Invoice",
    "Customer Name": "Lebitso la Moreki",
    "Amount": "Mothamo",
    "View Report": "Bona Tlhahlobo",
    "Download Report": "Download Tlhahlobo",
    "User View": "Tlhogo ya Mokwadi",
    "Shop Name": "Lebitso la Shop",
    "Country": "Naga",
    "Reason": "Sebopego",
    "Are You Sure?": "A O Na le Tshepo?",
    "You won't be able to revert this!": "O ka se kgone go boa!",
    "Yes, Delete It!": "Ee, Kgaola!",
    "Add Currency": "Eketsa Ditlhopho",
    "Code": "Koodu",
    "Symbol": "Selo",
    "Position": "Mokgwa",
    "Inactive": "Inacive",
    "Make Default": "Ebe e Fana",
    "Edit Currency": "Sewana Ditlhopho",
    "Currency": "Ditlhopho",

    "Total Businesses": "Buisines Tse di Fapaneng",
    "Total Expired Businesses": "Buisines tse di Fetseng",
    "Total Plan Subscribes": "Morero wa Ditlhopho",
    "Total Business Categories": "Dikgetho Tsa Buisines",
    "Total Plans": "Dikgetho Tsa Morero",
    "Total Staffs": "Badiri Botlhe",
    "Finance Overview": "Tlhahlobo ya Ditlhopho",

    "Gateway Settings": "Ditlhopho Tsa Tsela",
    "Payment Gateway Settings": "Ditlhopho Tsa Tsela ya Tefo",
    "GATEWAY IMAGE": "SETSHWANTSHO SA TSELA",
    "GATEWAY NAME": "LEBITSO LA TSELA",
    "Gateway Charge": "Ntho ya Tsela",
    "Gateway Currency": "Ditlhopho Tsa Tsela",
    "Gateway Mode": "Mokgwa wa Tsela",
    "Is Manual": "A ke Manual",
    "Yes": "Ee",
    "No": "Aowa",
    "Label": "Lebeletso",
    "Enter label name": "Kenyang lebitso la lebeko",
    "Select Required/Optionl": "Kgetha E Tshepang/ E Kgethegileng",
    "Required": "E Tshepang",
    "Optional": "E Kgethegileng",
    "Add new row": "Eketsa Monyako o Montšha",
    "INSTRUCTIONS": "Tlhahiso",
    "Enter payment instructions here": "Kenyang ditaelo tsa tefo fa",

    "Messages List": "Lethathamo la Molaetsa",
    "Search": "Batla",
    "Company Name": "Lebitso la Khamphani",
    "Message": "Molaetsa",

    "Notifications List": "Lethathamo la Diketsahalo",
    "Today": "Bokamoso",
    "Last 7 Days": "Matsatsi a a fetileng 7",
    "Last 15 Days": "Matsatsi a a fetileng 15",
    "Last Month": "Ngwaga e e fetileng",
    "Last Year": "Ngwaga e e fetileng",
    "Created At": "E Theilwe Kwa",
    "Read At": "E Balwe Kwa",
    "Add New Payment Type": "Eketsa Mofuta wa Tefo e Ntšha",
    "Enter Payment Type": "Kenyang Mofuta wa Tefo",
    "Edit Payment Type": "Sewana Mofuta wa Tefo",
    "Payment Type": "Mofuta wa Tefo",
    "Add Payment Type": "Eketsa Mofuta wa Tefo",
    "Per Page- 10": "Ka Peege- 10",
    "Per Page- 25": "Ka Peege- 25",
    "Per Page- 50": "Ka Peege- 50",
    "Per Page- 100": "Ka Peege- 100",
    "Assigned Role": "Mosebetsi o Mo Go Sediwang",
    "Assign Role To User": "Sediang Mosebetsi Go Mokwadi",
    "Select User": "Kgetha Mokwadi",
    "User": "Mokwadi",
    "Select Role": "Kgetha Mosebetsi",
    "Add Subscription Plan": "Eketsa Morero wa Ngwaga",
    "Package List": "Lethathamo la Diphakheje",
    "Add New Features": "Eketsa Ditlhopho Tse Ntšha",
    "Enter features": "Kenyang ditlhopho",
    "Edit Subscription Plan": "Sewana Morero wa Ngwaga",
    "Edit Package": "Sewana Phakheje",
    "Enter Duration Days": "Kenyang Matsatsi a Nako",
    "Deactive": "Deactive",
    "Create Plans": "Bua Diphetho",
    "User Profile": "Profailo ya Mokwadi",
    "Registration Date": "Letsatsi la Ngwaga",
    "Enter Your Name": "Kenyang Lebitso la Gago",
    "Enter Your Email": "Kenyang Email ya Gago",
    "Profile Picture": "Setshwantsho sa Profailo",
    "Current Password": "Bolelo jwa Gagwe",
    "Enter Your Current Password": "Kenyang Bolelo jwa Gago",
    "New Password": "Bolelo jo Bontšha",
    "Enter New Password": "Kenyang Bolelo jo Bontšha",
    "Save Changes": "Boloka Diphetogo",
    "Add New Role": "Eketsa Mosebetsi o Montšha",
    "Set role permissions": "Beletsa ditlhopho tsa mosebetsi",
    "Role Name": "Lebitso la Mosebetsi",
    "Enter role name": "Kenyang lebitso la mosebetsi",
    "Role Permissions": "Ditlhopho Tsa Mosebetsi",
    "Setup role permissions": "Tlhama ditlhopho tsa mosebetsi",
    "Select All": "Kgetha Botlhe",
    "Roles List": "Lethathamo la Ditlhopho",
    "Add role, if it does not exist": "Eketsa mosebetsi, fa o sa le teng",
    "Edit Role": "Sewana Mosebetsi",
    "Privacy & Policy Settings": "Ditlhopho Tsa Boikanyego le Diphetho",
    "Update": "Ntshetsa Pele",
    "Term & Condition Settings": "Ditlhopho Tsa Melao le Ditlhopho",
    "Title": "Sehloho",
    "Enter Title": "Kenyang Sehloho",
    "Copy Right": "Ditlhopho Tsa Bokamoso",
    "Admin Footer Text": "Sehloho sa Admin Footer",
    "Enter Text": "Kenyang Text",
    "Admin Footer Link Text": "Sehloho sa Link sa Admin Footer",
    "Admin Footer Link": "Link ya Admin Footer",
    "Enter Link": "Kenyang Link",
    "Main Header Logo": "Logo ya Main Header",
    "Common Header Logo": "Logo ya Common Header",
    "Footer Logo": "Logo ya Footer",
    "Admin Logo": "Logo ya Admin",
    "Favicon": "Favicon",
    "Don't Use Any Kind Of Space In The Input Fields": "Se se A Kgethe Tshemo Kaofela Mo Melekeng ya Kgotso",

    "App": "App",
    "Drivers": "Batsamai",
    "Storage Settings": "Dikgetho Tsa Phitlhelelo",
    "Mail Configuration": "Kgotso ya Mmail",
    "Others": "Ba bangwe",
    "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": "QUE COMMAND Path",
    "CACHE_DRIVER": "CACHE_DRIVER",
    "Recommended": "E Kgothaletswe",
    "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": "Fologa ditlhopho tse fa o batla go dirisa AWS S3 Storage Bucket",
    "Wasabi Storage Bucket": "Wasabi Storage Bucket",
    "public (uploads folder)": "sephuthelo (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": "Fologa ditlhopho tse fa o batla go dirisa 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": "Payed",
    "Reject": "Dira",
    "Why are you reject It?": "Ke eng fa o dira?",
    "Enter Reason": "Kenyang Tlhohlo",
    "Confirm": "Netefatsa",
    "Subscriptions List": "Lethathamo la Ngwaga",
    "Started": "E Sumnye",
    "End": "Pheta",
    "Gateway Method": "Mehato ya Gateway",
    "Are you sure?": "Na o netefatsa?",
    "Add New Testimonial": "Eketsa Tshedimosetso e Ntšha",
    "Client Name": "Lebitso la Moamogedi",
    "Enter Client Name": "Kenyang Lebitso la Moamogedi",
    "Stars": "Lintlha",
    "Works At": "E Sebetsa Kwa",
    "Client Image": "Setshwantsho sa Moamogedi",
    "Review": "Tlhatlhobo",
    "Enter text": "Kenyang text",
    "Enter review message here": "Kenyang molaetsa wa tlhatlhobo fano",
    "Edit Testimonial": "Sewana Tshedimosetso",
    "Testimonials List": "Lethathamo la Ditlhopho",
    "Create New": "Bua e Ntšha",
    "Add New Staff": "Eketsa Basebetsi ba Ntšha",
    "Full Name": "Lebitso le le Kgwetsweng",
    "Enter Email Address": "Kenyang Aterese ya Email",
    "Edit Staff": "Sewana Basebetsi",
    "Staff List": "Lethathamo la Basebetsi",
    "User Email": "Email ya Mokwadi",
    "User Role": "Mosebetsi wa Mokwadi",
    "Comments": "Dikopelo",
    "Comment List": "Lethathamo la Dikopelo",
    "Create Blog": "Bua Blog",
    "Blog List": "Lethathamo la Blog",
    "Select a status": "Kgetha maemo",
    "Tags": "Diatlhopho",
    "Enter tags name": "Kenyang leina la diatlhopho",
    "SEO Meta Tags": "SEO Meta Tags",
    "Meta Title": "Meta Title",
    "Meta Description": "Meta Description",
    "Enter meta Description": "Kenyang Meta Description",
    "Comment": "Kopelo",
    "Edit Blog": "Sewana Blog",
    "Blogs": "Blogs",
    "Create Faqs": "Bua Faqs",
    "Add New FAQs": "Eketsa FAQs e Ntšha",
    "Question": "Potso",
    "InActive": "InActive",
    "Answer": "Karabo",
    "Enter question answer here": "Kenyang karabo ya potso fano",
    "Edit Faqs": "Sewana Faqs",
    "FAQS List": "Lenane la FAQ",
    "View Details": "Bona Tshedimosetso",
    "Create Feature": "Bua Moletso",
    "Add New Feature": "Naya Moletso o Mosha",
    "Backgroud Color": "Mmala wa Bofile",
    "Enter Color": "Kenya Mmala",
    "Edit Feature": "Tlhopho ya Moletso",
    "Features List": "Lenane la Meletso",
    "Create Interfaces": "Bua Dintlha",
    "Add New Interface": "Naya Dintlha tse Disha",
    "Edit Interface": "Tlhopho ya Dintlha",
    "Interfaces List": "Lenane la Dintlha",
    "Newsletters List": "Lenane la Ditlhagiso",
    "Page for Updating Website Sections": "Pego ya go Naya Tshedimosetso ya Marekoro",
    "Slider Section": "Karolo ya Slider",
    "Header Section": "Karolo ya Header",
    "Feature Section": "Karolo ya Moletso",
    "Interface Section": "Karolo ya Dintlha",
    "Watch Section": "Karolo ya Borai",
    "Testimonial Section": "Karolo ya Boeletsi",
    "Blog Section": "Karolo ya Blog",
    "About us Page": "Pego ka rona",
    "Terms And Conditions": "Melawana le Melemo",
    "Privacy Page": "Pego ya Boikarabelo",
    "Contuct us Page": "Pego ya Ikopanye le rona",
    "Pricing Section": "Karolo ya Ditlhopho",
    "Footer Section": "Karolo ya Footer",
    "Social Medias": "Meedia ya Setso",
    "Button One": "Phetho e Nnete",
    "Button Text": "Mangwalo a Phetho",
    "Button One Link": "Tlhopho ya Phetho e Nnete",
    "Button Two": "Phetho e Nne",
    "Button Two Link": "Tlhopho ya Phetho e Nne",
    "Scanner Text": "Mangwalo a Scanner",
    "Scanner Image": "Setshwantsho sa Scanner",
    "Slider Image": "Setshwantsho sa Slider",
    "Header Button Text": "Mangwalo a Phetho ya Header",
    "Header Button Link": "Tlhopho ya Phetho ya Header",
    "Enter Header link": "Kenya Tlhopho ya Header",
    "Section Title": "Tlhogo ya Karolo",
    "Enter Section Title": "Kenya Tlhogo ya Karolo",
    "Interface Title": "Tlhogo ya Dintlha",
    "Watch Title": "Tlhogo ya Borai",
    "Button Link": "Tlhopho ya Phetho",
    "Watch Image": "Setshwantsho sa Borai",
    "Blog Title": "Tlhogo ya Blog",
    "Read More Button Text": "Mangwalo a Phetho ya Bala go Okafala",
    "View All Button Text": "Mangwalo a Phetho ya Bona tsotlhe",
    "View All Link": "Tlhopho ya Bona tsotlhe",
    "Testimonial Title": "Tlhogo ya Boeletsi",
    "Enter Short Title": "Kenya Tlhogo e Khutšo",
    "Long Title": "Tlhogo e Telele",
    "About Image": "Setshwantsho ka Rona",
    "Description One": "Tlhaloso e Nnete",
    "Description Two": "Tlhaloso e Nne",
    "Option": "Khetho",
    "Icon": "Ikona",
    "Plan Button Url": "Plan Button Url",
    "Short Title": "Tlhogo e Khutšo",
    "Right Footer Title": "Tlhogo ya Footer ya Makgalagadi",
    "Middle Footer Title": "Tlhogo ya Footer ya Boitshepo",
    "Apple App Link": "Tlhopho ya Apple App",
    "Apple App": "Apple App",
    "Google Play Link": "Tlhopho ya Google Play",
    "Google Play App": "Google Play App",
    "Right Footer": "Makgalagadi a Matlhagatlhaga",
    "Link": "Tlhopho",
    "Middle Footer": "Boitshepo Footer",
    "Left Footer": "Makgalagadi a Seno",
    "Footer Socials": "Meedia ya Footer",
    "Forgot Password": "Lefa Tlhakiso",
    "Enter the email address associated with your account": "Kenya aterese ya imeile e amanang le akhaonto ya gago",
    "Enter your Email": "Kenya Imeile ya gago",
    "Continue": "Tswelela",
    "Back to Login": "Seela go Kena",
    "Login": "Kena",
    "Welcome to": "O a Amogelwa mo",
    "Welcome back, Please login in to your account": "O a Amogelwa boe, Ka kopo, Kena mo akhaontong ya gago",
    "Remember me": "Gafa Gago",
    "Forgot Password?": "O lefa Tlhakiso?",
    "Super Admin": "Super Admin",
    "Admin": "Admin",
    "Manager": "Motsamaisi",
    "Reset Password": "Setlhopho ya Tlhakiso",
    "Change Password": "Fetola Tlhakiso",
    "Create new password, it must be Strong password.": "Bua tlhakiso e ntšha, e tshwanetse go nna le borai.",
    "Confirm Password": "Netefatsa Tlhakiso",
    "You Have": "O na le",
    "new Notifications": "ditshedimosetso tse disha",
    "Mark all Read": "Maraka tsohle di balwe",
    "View all notifications": "Bona ditlhagiso tsotlhe",
    "Clear cache": "Fokotsa cache",
    "My Profile": "Profailo ya me",
    "Logout": "Phepa",
    "About Us": "Ka Rona",
    "Home": "Borai",
    "Pricing": "Ditlhopho",
    "Pages": "Maqe",
    "Blog": "Blog",
    "Privacy Policy": "Melao ya Boikarabelo",
    "Contact Us": "Ikopanye le Rona",
    "You are having this email because you have requested for a password reset.": "O na le email eno ka ntlha ya gore o kopa go fetola password.",
    "Your verification code is:": "Khoutu ya gago ya netefatso ke:",
    "This password reset code will expire in 60 minutes.": "Khoutu ya go fetola password e tla fela mo metsotsong e 60.",
    "If you did not request a password reset, no further action is required.": "Fa o sa kopa go fetola password, go a tshwanela go se dirwe sepe.",
    "Regards": "Ditebe",
    "All right reserved": "Tlhakanelwa tsotlhe",
    "Hi": "Dumelang",
    "Dear": "O e buang",
    "Your OTP code is": "khoutu ya gago ya OTP ke",
    "Please do not share this PIN with anyone": "Tsweetswee o se arolelane PIN eno le mongwe.",
    "Best Regards": "Ditebe tse di molemo",
    "Gateway Name": "Leina la Gateway",
    "Subscription Name": "Leina la Tshebeletso",
    "Payable Amount": "Mafelo a go Patala",
    "Phone Number": "Nomoro ya Mogala",
    "Enter your phone number": "Tsenya nomoro ya gago ya mogala",
    "Pay Now": "Patela Jaanong",
    "Next": "Go Ya Go",
    "Previous": "Go Kae",
    "Free": "Mahala",
    "Features Of Free Plan": "Ditiro tsa Tshebeletso ya Mahala",
    "Choose Plan": "Kgetha Tshebeletso",
    "Blog Details": "Tshedimosetso ya Blog",
    "Leave a Comment Here": "Tlogela Tshedimosetso Fano",
    "Your email address will not be published": "A go na le go phatlalatsa aterese ya gago ya email.",
    "Enter your name": "Tsenya leina la gago",
    "Enter your email": "Tsenya email ya gago",
    "Enter your comment": "Tsenya tshedimosetso ya gago",
    "Recent Posts": "Dikgang Tse di Humuang",
    "Create a Free Account": "Bua Akhaonto ya Mahala",
    "Enter full name": "Tsenya leina le lengwe",
    "Enter phone number": "Tsenya nomoro ya mogala",
    "Enter email address": "Tsenya aterese ya email",
    "Company": "Khamphani",
    "Enter company name": "Tsenya leina la khamphani",
    "Enter your message": "Tsenya molaetsa wa gago",
    "Pricing Plan": "Tshebeletso ya Ditlhopho",
    "Subscription Plans": "Ditshebeletso tsa Tshebeletso",

    "Plan List": "Lenane la Ditshebeletso",
    "Work At": "Dira Kwa",
    "Show- 10": "Bontsha- 10",
    "Show- 25": "Bontsha- 25",
    "Show- 50": "Bontsha- 50",
    "Show- 100": "Bontsha- 100",
    "Duration": "Nako",
    "Select": "Kgetha",
    "Currency List": "Lenane la Mothamo",
    "Default": "Se ka go leboga",
    "Country Name": "Leina la Sebele",
    "View Website": "Bona Websaete",
    "Contact Messages": "Molaetsa ya Ikopanya",

    "Total Shop": "Shop e e Kgetsi",
    "Expired Businesses": "Dikhampani tse di Felang",
    "Plan Subscribes": "Ditshebeletso tse di Tshebediwang",
    "Total Categories": "Mokgwa o o Kgetsi",
    "Recent Register": "Phetho e e Humuang",
    "Date & Time": "Letsatsi le Nako",
    "View All": "Bona tsotlhe",
    "Add new Business": "Kgotlha khamphani e ntšha",
    "Enter Company Name": "Tsenya Leina la Khamphani",
    "Edit Business": "Seditse Khamphani",
    "Create Business": "Bua Khamphani",
    "Enter Buisness Name": "Tsenya leina la Khamphani",
    "Note: Enter embedded video link": "Tlhokomeliso: Tsenya kgokaganyo ya video e amanang",
    "Enter title": "Tsenya setlhogo",
    "Enter Code": "Tsenya Khoutu",
    "Enter Symbol": "Tsenya Letshwao",
    "Select a position": "Kgetha boemo",
    "left": "makgotla",
    "right": "maemo",
    "TIMEZONE": "Nako ya Sebele",
    "Note :": "Tlhokomeliso :",
    "If you are using MAIL QUEUE after Changing The Mail Settings You Need To Restart Your Supervisor From Your Server": "Fa o dirisa MAIL QUEUE ka morago ga go fetola Melemo ya Email o tshwanetse go Qaletsa Supervisor ya gago go tswa mo Server ya gago.",
    "QUEUE COMMAND Path :": "Tlhophiso ya QUEUE COMMAND :",
    "QUEUE COMMAND :": "COMMAND YA QUEUE :",
    "Storage Method": "Mokgwa wa Tlhopho",

    "Brand List": "Lethareng la Maraka",
    "Add new Brand": "Tsenya Maraka a Masha",
    "items show": "ditebele tsa items",
    "Brand Name": "Leina la Maraka",
    "Create Brand": "Bua Maraka",
    "Enter Brand Name": "Tsenya Leina la Maraka",
    "Edit Brand": "Tsamaisa Maraka",
    "Add New Category": "Tsenya Karata e Masha",
    "Enter Category Name": "Tsenya Leina la Karata",
    "Select Variations": "Kgetha Diphetogo",
    "Capacity": "Bokgoni",
    "Color": "Mmala",
    "Size": "Boholo",
    "Type": "Mofuta",
    "Weight": "Boima",
    "Edit Category": "Tsamaisa Karata",
    "Category List": "Lethareng la Karata",
    "You want to delete everything!": "O batla go kokota sengwe le sengwe!",
    "Total Sales": "Palesa Yotlhe",
    "Total Purchase": "Thekgo Yotlhe",
    "Total Income": "Mokgwa Yotlhe",
    "This Month": "Mo kgweding ee",
    "Total Expense": "Tshwanelo Yotlhe",
    "Total Customer": "Mokgwa Yotlhe wa Batlhotlhi",
    "Total Supplier": "Mokgwa Yotlhe wa Bafanyetsi",
    "Sales Returns": "Thomello ya Palesa",
    "Purchase Returns": "Thomello ya Thekgo",
    "Low Stock": "Sephiri se Fokotse",
    "Alert Qty": "Bohlale ba Dintlha",
    "Profit": "Profete",
    "Loss": "Phuthelo",
    "Purchase": "Thekgo",
    "Sales": "Palesa",
    "Income": "Mokgwa",
    "Expense": "Tshwanelo",
    "Recent Sales": "Palesa e e sa tsamayang",
    "Recent Purchase": "Thekgo e e sa tsamayang",
    "Customer": "Mokgwa wa Batho",
    "Total": "Yotlhe",
    "Due": "Dikgoka",
    "Collect Due": "Kgoboketsha Dikgoka",
    "Select Invoice": "Kgetha Invoice",
    "Select an Invoice": "Kgetha Invoice",
    "Total Amount": "Mokgwa Yotlhe",
    "Paid Amount": "Mokgwa o Padiwang",
    "Due Amount": "Mokgwa o Kagisitswe",
    "Select one": "Kgetha e le nngwe",
    "Cash": "Tefo",
    "Card": "Karete",
    "Check": "Sekoloto",
    "Mobile Pay": "Tefo ya Mobile",
    "Due List": "Lethareng la Dikgoka",
    "Mobile": "Mobile",
    "Sale": "Palesa",
    "Bill To": "Tsamaiso",
    "Collected By": "E Kgotlhetse",
    "Total Due": "Mokgwa wa Dikgoka",
    "Payment Amount": "Tefo ya Amount",
    "Remaining Due": "Dikgoka tse di saleng",
    "Powered By": "E tsenywa ke",
    "Create Expense Catgeory": "Bua Karata ya Tshwanelo",
    "Catgeory Name": "Leina la Karata",
    "Enter catgeory Name": "Tsenya Leina la Karata",
    "Edit Expense Category": "Tsamaisa Karata ya Tshwanelo",
    "Expense Category List": "Lethareng la Karata ya Tshwanelo",
    "Add new": "Tsenya e Masha",
    "Category Name": "Leina la Karata",
    "Create Expense": "Bua Tshwanelo",
    "Enter Amount": "Tsenya Amount",
    "Select A Category": "Kgetha Karata",
    "Expense For": "Tshwanelo Ya",
    "Enter Expense For": "Tsenya Tshwanelo Ya",
    "Select a payment type": "Kgetha Mofuta wa Tefo",
    "Bank": "Bank",
    "Mobile Payment": "Tefo ya Mobile",
    "Reference Number": "Nomoro ya Tlhahlobo",
    "Enter reference number": "Tsenya nomoro ya tlhahlobo",
    "Expense Date": "Letsatsi la Tshwanelo",
    "Note": "Tlhahiso",
    "Enter note": "Tsenya tlhahiso",
    "Edit Expense": "Tsamaisa Tshwanelo",
    "Expense List": "Lethareng la Tshwanelo",
    "Expesne For": "Tshwanelo Ya",
    "Create Income Catgeory": "Bua Karata ya Mookamedi",
    "Enter catgeory name": "Tsenya leina la karata",
    "Edit Income Category": "Tsamaisa Karata ya Mookamedi",
    "Income Category List": "Lethareng la Karata ya Mookamedi",
    "Create Income": "Bua Mookamedi",
    "Enter amount": "Tsenya Amount",
    "Enter income for": "Tsenya mookamedi wa",
    "Income Date": "Letsatsi la Mookamedi",
    "Edit Income": "Tsamaisa Mookamedi",
    "Income List": "Lethareng la Mookamedi",
    "Sale New": "Palesa e Masha",
    "Sale List": "Lethareng la Palesa",
    "Sale Return": "Thomello ya Palesa",
    "Purchases": "Thekgo",
    "Purchase New": "Thekgo e Masha",
    "Purchase List": "Lethareng la Thekgo",
    "Purchase Return": "Thomello ya Thekgo",
    "Products": "Dintlha",
    "All Product": "Dintlha Tse di Yotlhe",
    "Add Product": "Tsenya Dintlha",
    "Brand": "Maraka",
    "Unit": "Unit",
    "Stock List": "Lethareng la Stock",
    "Customers": "Batlhotlhi",
    "All Customers": "Batlhotlhi Yotlhe",
    "Add Customer": "Tsenya Batlhotlhi",
    "Suppliers": "Bafanyetsi",
    "All Suppliers": "Bafanyetsi Yotlhe",
    "Add Supplier": "Tsenya Bafanyetsi",
    "Income Category": "Karata ya Mookamedi",
    "Expense Category": "Karata ya Tshwanelo",
    "Subscriptions": "Ditšhono",
    "Profit & Loss List": "Lethareng la Profete le Phuthelo",
    "All Income": "Mookamedi Yotlhe",
    "All Expense": "Tshwanelo Yotlhe",
    "Current Stock": "Stock ya Gale",
    "Customer Due": "Batlhotlhi Dikgoka",
    "Supplier Due": "Bafanyetsi Dikgoka",
    "Loss & Profit": "Phuthelo le Profete",
    "Loss/Profit": "Phuthelo/Profete",
    "Unpaid": "E sa Tefo",
    "Loss Profit": "Phuthelo Profete",
    "Loss Profit List": "Lethareng la Phuthelo Profete",
    "Product List": "Lethareng la Dintlha",
    "Create Party": "Bua Parti",
    "List": "Lethareng",
    "Party Type": "Mofuta wa Parti",
    "Retailer": "Mokhanni",
    "Dealer": "Mokgwebi",
    "Wholesaler": "Mokgwebi wa Bohlale",
    "Supplier": "Mofanyetsi",
    "Enter Due": "Tsenya Dikgoka",
    "Edit Party": "Tsamaisa Parti",
    "Edit ": "Tsamaisa",
    " List": " Lethareng",
    "Parties List": "Lethareng la Partisi",
    "Add new ": "Tsenya e Masha ",
    "Create Product": "Bua Dintlha",
    "Add new Product": "Tsenya Dintlha e Masha",
    "Product Name": "Leina la Dintlha",
    "Enter Product Name": "Tsenya Leina la Dintlha",
    "Product Category": "Karata ya Dintlha",
    "Product Unit": "Unit ya Dintlha",
    "Product Code": "Kode ya Dintlha",
    "Enter Product Code": "Tsenya Kode ya Dintlha",
    "Stock": "Stock",
    "Enter stock qty": "Tsenya qty ya stock",
    "Purchase Price": "Theko ya Thekgo",
    "Enter purchase price": "Tsenya theko ya thekgo",
    "Sale Price": "Theko ya Palesa",
    "Enter sale price": "Tsenya theko ya palesa",
    "Wholesale Price": "Theko ya Bohlale",
    "Enter wholesale price": "Tsenya theko ya bohlale",
    "Dealer Price": "Theko ya Mokgwebi",
    "Enter dealer price": "Tsenya theko ya mokgwebi",
    "Manufacturer": "Moetsi",
    "Enter manufacturer name": "Tsenya leina la moetsi",
    "Edit Product": "Tsamaisa Dintlha",
    "Product Brand": "Maraka a Dintlha",
    "Purchase price": "Theko ya Thekgo",
    "Sale price": "Theko ya Palesa",
    "Pos Sale": "Palesa ya POS",
    "Invoice no": "Nomoro ya Invoice",
    "Invoice No": "Nomoro ya Invoice",
    "Items": "Ditebele",
    "Qty": "Qty",
    "Sub Total": "Sub Total",
    "Purchase return Amount ": "Molemo wa go khutlisa ditlhabololo",
    "Confirm Return": "Netefatsa go khutlisa",
    "Purchase Return List": "Lethano la go khutlisa ditlhabololo",
    "Return Date": "Letsatsi la go khutlisa",
    "Return Amount": "Molemo wa go khutlisa",
    "Return Qty": "Palo ya go khutlisa",
    "Brand list": "Lethano la mekgatlo",
    "0": "0",
    "Quick Action": "Tiriso e e potlako",
    "Today Purchase": "Pele ga go reka gompieno",
    "Calculator": "Mokgwa wa go bala",
    "Select Supplier": "Kgetha Mothomoso",
    "Receive Amount": "Amogela molemo",
    "Search product...": "Batla sehlahisoa...",
    "Due: ": "Mongwe: ",
    "Party Name": "Leina la mokgatlo",
    "Discount": "Kgwetlho",
    "Payment": "Peletsa",
    "INVOICE": "SEFOKO",
    "Sells By": "O rekisa ka",
    "Quantity": "Palo",
    "Unit Price": "Theko ya Sediri",
    "Total Price": "Theko e tota",
    "Item": "Sehlahisoa",
    "Paid by": "E teleditswe ke",
    "Subtotal": "Sephuthego",
    "Customer Signature": "Sephiri sa Motlholagadi",
    "Authorized Signature": "Sephiri sa Dintlha",
    "Add Items": "Oketsa Sehlahisoa",
    "Enter Quantity": "Tshwara Palo",
    "Enter Purchase Price": "Tshwara theko ya go reka",
    "Sales Price": "Theko ya go rekisa",
    "Enter Sales Price": "Tshwara theko ya go rekisa",
    "WholeSale Price": "Theko ya WholeSale",
    "Enter WholeSale Price": "Tshwara theko ya WholeSale",
    "Enter Dealer Price": "Tshwara theko ya Dealer",
    "Customer Due Reports": "Dikgatiso tsa Matlhodi a Motlholagadi",
    "Customer Due List": "Lethano la Matlhodi a Motlholagadi",
    "Expense Reports": "Dikgatiso tsa Ditshenyegelo",
    "Expense Report List": "Lethano la Dikgatiso tsa Ditshenyegelo",
    "Income For": "Palo ya Tlhagiso",
    "Income Reports": "Dikgatiso tsa Tlhagiso",
    "Income Report List": "Lethano la Dikgatiso tsa Tlhagiso",
    "Loss Profit Reports": "Dikgatiso tsa Matlhotlhodi a Phono",
    "From Date": "Go tswa mo Letsatsing",
    "To Date": "Go ya mo Letsatsing",
    "Loss Profit Report List": "Lethano la Dikgatiso tsa Matlhotlhodi a Phono",
    "Discount Amount": "Molemo wa Kgwetlho",
    "Sale Date": "Letsatsi la Rekisa",
    "Purchase Report List": "Lethano la Dikgatiso tsa go Reka",
    "Purchase Reports": "Dikgatiso tsa go Reka",
    "Purchase Return Report List": "Lethano la Dikgatiso tsa go khutlisa go reka",
    "Purchase Return Reports": "Dikgatiso tsa go khutlisa go reka",
    "Sales Report List": "Lethano la Dikgatiso tsa go rekisa",
    "Sale Reports": "Dikgatiso tsa go rekisa",
    "Sale Return Report": "Dikgatiso tsa go khutlisa go rekisa",
    "Sale Return Reports": "Dikgatiso tsa go khutlisa go rekisa",
    "Sale Return Report List": "Lethano la Dikgatiso tsa go khutlisa go rekisa",
    "Cost": "Theko",
    "Stock Value": "Bohlokwa jwa Tlhakanelo",
    "Stock Report List": "Lethano la Dikgatiso tsa Tlhakanelo",
    "Stock Reports": "Dikgatiso tsa Tlhakanelo",
    "Total Quantity": "Palo e tota",
    "Total Stock Value": "Bohlokwa jwa Tlhakanelo e tota",
    "Supplier Due Reports": "Dikgatiso tsa Matlhodi a Mothomoso",
    "Supplier Due List": "Lethano la Matlhodi a Mothomoso",
    "Profile Edit": "Edita Profile",
    "Parties": "Dikhomotso",
    "Sales List": "Lethano la Rekisa",
    "User Title": "Tlotlo ya Mosebedisi",
    "Enter user title": "Tshwara tlotlo ya mosebedisi",
    "Email Address": "Aterese ya Imeele",
    "Edit User Role": "Edita Maemo a Mosebedisi",
    "Add User Role": "Oketsa Maemo a Mosebedisi",
    "Sale return Amount ": "Molemo wa go khutlisa Rekisa",
    "Sales Return List": "Lethano la go khutlisa Rekisa",
    "Select Customer": "Kgetha Motlholagadi",
    "Guest": "Motswakwa",
    "Enter Customer Phone Number": "Tshwara nomero ya motlholagadi",
    "Type note...": "Tlhama note...",
    "Sales Return": "Go khutlisa Rekisa",
    "Purchases Return": "Go khutlisa go reka",
    "Add Vat": "Oketsa VAT",
    "Tax": "Lekgololo",
    "Apply": "Aplaya",
    "Select a category": "Kgetha sehlopha",
    "Company And Business Name": "Leina la Khamphani le Kgwebo",
    "Enter Phone": "Tshwara mohlala wa mogala",
    "Logo": "Logo",
    "Invoice Logo": "Logo ya Sefofane",
    "Purchase Plan": "Thulaganyo ya go Reka",
    "Days": "Dilemo",
    "Already Subscribed": "O amogetse",
    "Buy Now": "Reka Gompieno",
    "Create Unit": "Bopa Sediri",
    "Unit Name": "Leina la Sediri",
    "Enter Unit Name": "Tshwara leina la Sediri",
    "Unit List": "Lethano la Sediri",
    "Add new Unit": "Oketsa Sediri se se tshwasanang",
    "Overall Reports": "Dikgatiso tsa Kakaretso",
    "Revenue Statistic": "Tlhahiso ya Puso",
    "Today Sales": "Rekisa Gompieno",
    "Change Amount": "Molemo wa Go fetola",
    "Vat": "VAT",
    "Save Product": "Boloka Sehlahisoa",
    "Product": "Sehlahisoa",
    "Category created successfully": "Sehlopha se bopilwe ka katleho",
    "Category updated successfully": "Sehlopha se ntlafaditswe ka katleho",
    "Category deleted successfully": "Sehlopha se deletiwe ka katleho",
    "Selected Category deleted successfully": "Sehlopha se se kgethilweng se deletiwe ka katleho",
    "Something went wrong!": "Go ne go tlhola sengwe se se sa siamang!",
    "Brand created cuccessfully": "Mekgatlo e bopilwe ka katleho",
    "Brand updated successfully": "Mekgatlo e ntlafaditswe ka katleho",
    "Brand deleted successfully": "Mekgatlo e deletiwe ka katleho",
    "Selected Brands deleted successfully": "Mekgatlo e e kgethilweng e deletiwe ka katleho",
    "Something was wrong.": "Go ne go na le bothata.",
    "Default currency activated successfully": "Dithoto tsa motheo di dirisitswe ka katleho",
    "Failed to set default currency. Please try again.": "Go palelwa ke go tlhopha dithoto tsa motheo. Ka kopo leka gape.",
    "Collect Due saved successfully": "Go kolota matlhodi go bolokilwe ka katleho",
    "Expense Category saved successfully.": "Sehlopha sa Ditshenyegelo se bolokilwe ka katleho.",
    "Expense Category updated successfully.": "Sehlopha sa Ditshenyegelo se ntlafaditswe ka katleho.",
    "Expense Category deleted successfully": "Sehlopha sa Ditshenyegelo se deletiwe ka katleho",
    "Selected item deleted successfully.": "Seiteme se se kgethilweng se deletiwe ka katleho.",
    "Expense saved successfully.": "Ditshenyegelo di bolokilwe ka katleho.",
    "Expense updated successfully.": "Ditshenyegelo di ntlafaditswe ka katleho.",
    "Expense deleted successfully": "Ditshenyegelo di deletiwe ka katleho",
    "Selected Items deleted successfully.": "Ditshedimo tse di kgethilweng di deletiwe ka katleho.",
    "Income Category saved successfully.": "Sehlopha sa Tlhagiso se bolokilwe ka katleho.",
    "Income Category updated successfully.": "Sehlopha sa Tlhagiso se ntlafaditswe ka katleho.",
    "Income Category deleted successfully": "Sehlopha sa Tlhagiso se deletiwe ka katleho",
    "Income saved successfully.": "Tlhagiso e bolokilwe ka katleho.",
    "Income updated successfully.": "Tlhagiso e ntlafaditswe ka katleho.",
    "Income deleted successfully": "Tlhagiso e deletiwe ka katleho",
    "Premission denied.": "Tumo e laetswe.",
    "Customer created successfully": "Motlholagadi o bopilwe ka katleho",
    "Supplier created successfully": "Mothomoso o bopilwe ka katleho",
    "Supplier deleted successfully": "Mothomoso o deletiwe ka katleho",
    "Customer deleted successfully": "Motlholagadi o deletiwe ka katleho",
    "Selected parties deleted successfully": "Dikhomotso tse di kgethilweng di deletiwe ka katleho",
    "Product saved successfully.": "Sehlahisoa se bolokilwe ka katleho.",
    "Data saved successfully.": "Datha e bolokilwe ka katleho.",
    "Product deleted successfully": "Sehlahisoa se deletiwe ka katleho",
    "Selected product deleted successfully": "Sehlahisoa se se kgethilweng se deletiwe ka katleho",
    "Cart is empty. Add items first!": "Thapo e a siame. Oketsa seiteme pele!",
    "Purchase created successfully.": "Pele ga go reka e bopilwe ka katleho.",
    "Somethings went wrong!": "Go ne go tlhola sengwe se se sa siamang!",
    "Purchase updated successfully.": "Pele ga go reka e ntlafaditswe ka katleho.",
    "Selected purchases deleted successfully.": "Ditshedimo tse di kgethilweng di deletiwe ka katleho.",
    "Sales created successfully.": "Rekisa e bopilwe ka katleho.",
    "You cannot sale in due for a walking customer.": "O ka se rekise ka matlhodi a motlholagadi wa go tsamaya.",
    "Sales updated successfully.": "Rekisa e ntlafaditswe ka katleho.",
    "Sale deleted successfully.": "Rekisa e deletiwe ka katleho.",
    "Selected sales deleted successfully.": "Ditshedimo tse di kgethilweng di deletiwe ka katleho.",
    "Unit saved successfully": "Sediri se bolokilwe ka katleho",
    "Unit updated successfully": "Sediri se ntlafaditswe ka katleho",
    "Units deleted successfully": "Ditshedimo tse di deletiwe ka katleho",
    "Unit deleted successfully": "Sediri se deletiwe ka katleho",
    "Quantity and price updated successfully": "Palo le theko di ntlafaditswe ka katleho",
    "Enter valid qty and price": "Tshwara palo le theko tse di siameng",
    "Item not found in the cart": "Seiteme se se sa fitlhelweng mo thapong",
    "The cart does not contain this item": "Thapo ga e na seiteme se se",
    "Item removed from cart": "Seiteme se tlositswe mo thapong",
    "All cart removed successfully!": "Thapo yotlhe e tlositswe ka katleho!",
    "Current Password does not match with old password": "Password ya gompieno ga e sepelane le password ya bogologolo",
    "Profile updated successfully": "Profile e ntlafaditswe ka katleho",
    "Purchase returned successfully.": "Pele ga go reka e khutlisiwe ka katleho.",
    "Business General Setting updated successfully": "Dintlha tsa Kgwebo tse di Kakaretso di ntlafaditswe ka katleho",
    "User role created successfully": "Maemo a Mosebedisi a bopilwe ka katleho",
    "User role updated successfully": "Maemo a Mosebedisi a ntlafaditswe ka katleho",
    "User role deleted successfully": "Maemo a Mosebedisi a deletiwe ka katleho",
    "You have no permission to access.": "Ga o na tumo ya go tsena.",
    "Sale returned successfully.": "Rekisa e khutlisiwe ka katleho.",
    "New subscription order successfully.": "Oketso ya thomo ya ngwaga o o latelang e fetileng ka katleho.",

    "Branch": "Lekala",
    "Warehouse": "Polokelo",
    "Overview": "Tlhahlobo",
    "Branch List": "Lenane la Dikhutlo",
    "Role & permissions": "Maikarabelo le Ditokelo",
    "Warehouses List": "Lenane la Dipolokelo",
    "Stock Qty": "Palo ya Ditshebeletso",
    "Create Warehouse": "Bua Polokelo",
    "Enter phone": "Tsenya mogala",
    "Enter email": "Tsenya imeile",
    "Enter address": "Tsenya aterese",
    "Enter name": "Tsenya leina",
    "Edit Warehouse": "Tokafatsa Polokelo",
    "Select Branch": "Kgetha Lekala",
    "Rack": "Raki",
    "Shelf": "Sefate",
    "Statement": "Polelo",
    "Expire Product": "Sehlahisoa se se nang nako",
    "Branch Wise Sales": "Thekiso go ya ka Lekala",
    "Branch Wise Purchases": "Tsenyo go ya ka Lekala",
    "Employee Overview": "Tlhahlobo ya Basebetsi",
    "Staffs": "Basebetsi",
    "Add new Branch": "Tsenya Lekala le lecha",
    "Create Branch": "Bua Lekala",
    "Opening Balance": "Balanse ya Puo",
    "Enter balance": "Tsenya balance",
    "Enter description": "Tsenya tlhaloso",
    "Edit Branch": "Tokafatsa Lekala",
    "Example": "Mohlala",
    "Acnoo": "Akeno",
    "in this example": "mo mohlala o",
    "Previously, you didn’t have a branch section. So, when you create your first branch, another branch will be created automatically using your company/business name.": "Pejana, o ne o se na karolo ya dikhutlo. Ka jalo, fa o bopa lekala la gago la ntlha, le lengwe le tla bopa ka boitshwaro go dirisa leina la kgwebo ya gago.",
    "when you create your first branch, another branch will automatically be created with the name": "fa o bopa lekala la gago la ntlha, le lengwe le tla bopa ka boitshwaro leina",
    "If your company/business name is": "Fa leina la kgwebo ya gago e le",
    "All your previous data will be assigned to the automatically created branch": "Datha tsotlhe tsa gago tsa pejana di tla abelwa lekala le le bopilweng ka boitshwaro",
    "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.": "Ga o kgone go tlosa lekala le le bopilweng ka boitshwaro. Se ke ka gore fa lekala le tlosiwa, le tlosiwa mo dikarolong tsotlhe, go dira gore go se kgone go filtara datha ya dikhutlo. Ka jalo, lekala le le bopilweng ka boitshwaro ga le kgone go tlosiwa.",
    "Role & Permission": "Maikarabelo le Ditokelo",
    "Add Role": "Tsenya Maikarabelo",
    "Selected role deleted successfully": "Maikarabelo a a kgethilweng a tlositswe ka katlego",
    "Branch saved successfully.": "Lekala le bolokilwe ka katlego.",
    "Branch updated successfully.": "Lekala le ntshiwa ka katlego.",
    "Selected branch deleted successfully": "Lekala le le kgethilweng le tlositswe ka katlego",
    "Branch deleted successfully": "Lekala le tlositswe ka katlego",
    "Warehouse saved successfully.": "Polokelo e bolokilwe ka katlego.",
    "Warehouse updated successfully.": "Polokelo e ntshiwa ka katlego.",
    "Warehouse deleted successfully": "Polokelo e tlositswe ka katlego.",
    "Selected items deleted successfully.": "Ditshebeletso tse di kgethilweng di tlositswe ka katlego.",
    "My Domains": "Dikgwebo tsa me",
    "Domain List": "Lenane la Dikgwebo",
    "Domains": "Dikgwebo",
    "Domain Name": "Leina la Kgwebo",
    "Is Verified": "A e netefaditswe",
    "Has SSL": "A e na le SSL",
    "Added on": "E tsentswe ka",
    "Add New Domain": "Tsenya Kgwebo e Ntsha",
    "Domain Type": "Mofuta wa Kgwebo",
    "Addon Domain": "Kgwebo ya go oketsa",
    "Subdomain": "Kgwebo e e tlase",
    "Enter your domain name": "Tsenya leina la kgwebo ya gago",
    "row selected": "serui se kgethilweng",
    "A new sub domain has been added.": "Kgwebo e ntsha e e tlase e tsentswe.",
    "A new domain has been added.": "Kgwebo e ntsha e tsentswe.",
    "Domain deleted successfully": "Kgwebo e tlositswe ka katlego",
    "Domains deleted successfully": "Dikgwebo di tlositswe ka katlego",
    "Domains List": "Lenane la Dikgwebo",
    "Get instruction": "Tlwaa ka ditaelo",
    "Accept": "Amogela",
    "Pending": "E lebeletswe",
    "Why are you reject it?": "Ke eng fa o e latlhegile?",
    "Enter reason...": "Tsenya ntlha...",
    "Submit": "Tsaya",
    "Instructions": "Ditaelo",
    "cPanel Domain Setup Instructions": "Ditaelo tsa go Bopa Kgwebo ya cPanel",
    "Login to your": "Nna le kgokagano le",
    "cPanel": "cPanel",
    "account": "akhaonto",
    "Go to": "Ya kwa",
    "Domains → Addon Domains": "Dikgwebo → Dikgwebo tsa go oketsa",
    "Enter your new domain": "Tsenya kgwebo ya gago e ntsha",
    "Leave the auto-generated subdirectory and FTP as default": "Tlogela subdirectory e e bopilweng ka boitshwaro le FTP jaaka boitshwaro",
    "Click": "Taya",
    "Add Domain": "Tsenya Kgwebo",
    "Update your domain’s DNS to point to your cPanel nameservers": "Ntlhaeletsa DNS ya kgwebo ya gago go ya go cPanel nameservers",
    "Tip": "Tlhahlo",
    "If you need SSL, go to": "Fa o tlhoka SSL, ya kwa",
    "SSL/TLS": "SSL/TLS",
    "in cPanel and issue a certificate for your new domain (Let’s Encrypt is free).": "mo cPanel mme o neye setifikeiti sa kgwebo ya gago e ntsha (Let’s Encrypt ke mahala).",
    "Apache VPS Configuration": "Tlhophiso ya Apache VPS",
    "Apache Wildcard Domain Setup": "Bopa Kgwebo ya Apache Wildcard",
    "Create a config file in": "Bopa faele ya tlhophiso mo",
    "How to Add a Domain in cPanel": "Tsela ya go Tsenya Kgwebo mo cPanel",
    "Enable the site and reload Apache": "Tsimolola sebaka mme o tsosolose Apache",
    "Always test config before reload": "Nna le netefatso ya tlhophiso pele ga go tsosolosa",
    "Replace": "Fetola",
    "with your actual domain": "ka kgwebo ya gago e e maleba",
    "Ensure correct file permissions (chown/chmod)": "Netefatsa ditokelo tsa faele tse di maleba (chown/chmod)",
    "Use": "Dirisa",
    "Certbot": "Certbot",
    "for free SSL": "go SSL ya mahala",
    "Nginx VPS Configuration": "Tlhophiso ya Nginx VPS",
    "Nginx Wildcard Domain Setup": "Bopa Kgwebo ya Nginx Wildcard",
    "Enable the site and reload Nginx": "Tsimolola sebaka mme o tsosolose Nginx",
    "Important": "Se se botlhokwa",
    "Ensure correct file permissions": "Netefatsa ditokelo tsa faele tse di maleba",
    "Domain updated successfully": "Kgwebo e ntshiwa ka katlego",
    "Domain": "Kgwebo",
    "Domain has been rejected successfully.": "Kgwebo e latlhegile ka katlego.",
    "Domain has been approved successfully.": "Kgwebo e amogilwe ka katlego.",
    "Edit Domain": "Tokafatsa Kgwebo",
    "Deleted by user": "E tlositswe ke mosebedisi",

    "installer_messages.title": "POS Pro Installer",
    "installer_messages.next": "Next Step",
    "installer_messages.back": "Previous",
    "installer_messages.finish": "Install",
    "installer_messages.forms.errorTitle": "The Following errors occurred:",

    "installer_messages.welcome.templateTitle": "Welcome",
    "installer_messages.welcome.title": "POS Pro Installer",
    "installer_messages.welcome.message": "Easy Installation and Setup Wizard.",
    "installer_messages.welcome.next": "Check Requirements",

    "installer_messages.requirements.templateTitle": "Step 1 | Server Requirements",
    "installer_messages.requirements.title": "Server Requirements",
    "installer_messages.requirements.next": "Check Permissions",
    "installer_messages.permissions.templateTitle": "Step 2 | Permissions",
    "installer_messages.permissions.title": "Permissions",
    "installer_messages.permissions.next": "Configure Environment",
    "installer_messages.environment.menu.templateTitle": "Step 3 | Environment Settings",
    "installer_messages.environment.menu.title": "Environment Settings",
    "installer_messages.environment.menu.desc": "Please select how you want to configure the apps .env file.",
    "installer_messages.environment.menu.wizard-button": "Form Wizard Setup",
    "installer_messages.environment.menu.classic-button": "Classic Text Editor",

    "installer_messages.environment.wizard.templateTitle": "Step 3 | Environment Settings | Guided Wizard",
    "installer_messages.environment.wizard.title": "Guided .env Wizard",
    "installer_messages.environment.wizard.tabs.environment": "Environment",
    "installer_messages.environment.wizard.tabs.database": "Database",
    "installer_messages.environment.wizard.tabs.application": "Application",

    "installer_messages.environment.wizard.form.name_required": "An environment name is required.",
    "installer_messages.environment.wizard.form.app_name_label": "Website name",
    "installer_messages.environment.wizard.form.app_name_placeholder": "Enter your website name",
    "installer_messages.environment.wizard.form.app_environment_label": "App Environment",
    "installer_messages.environment.wizard.form.app_environment_label_local": "Local",
    "installer_messages.environment.wizard.form.app_environment_label_developement": "Development",
    "installer_messages.environment.wizard.form.app_environment_label_qa": "Qa",
    "installer_messages.environment.wizard.form.app_environment_label_production": "Production",
    "installer_messages.environment.wizard.form.app_environment_label_other": "Other",
    "installer_messages.environment.wizard.form.app_environment_placeholder_other": "Enter your environment...",
    "installer_messages.environment.wizard.form.app_debug_label": "App Debug",
    "installer_messages.environment.wizard.form.app_debug_label_true": "True",
    "installer_messages.environment.wizard.form.app_debug_label_false": "False",
    "installer_messages.environment.wizard.form.app_log_level_label": "App Log Level",
    "installer_messages.environment.wizard.form.app_log_level_label_debug": "debug",
    "installer_messages.environment.wizard.form.app_log_level_label_info": "info",
    "installer_messages.environment.wizard.form.app_log_level_label_notice": "notice",
    "installer_messages.environment.wizard.form.app_log_level_label_warning": "warning",
    "installer_messages.environment.wizard.form.app_log_level_label_error": "error",
    "installer_messages.environment.wizard.form.app_log_level_label_critical": "critical",
    "installer_messages.environment.wizard.form.app_log_level_label_alert": "alert",
    "installer_messages.environment.wizard.form.app_log_level_label_emergency": "emergency",

    "installer_messages.environment.wizard.form.app_url_label": "App Url",
    "installer_messages.environment.wizard.form.app_url_placeholder": "App Url",
    "installer_messages.environment.wizard.form.db_connection_failed": "Could not connect to the database.",
    "installer_messages.environment.wizard.form.db_connection_label": "Database Connection",
    "installer_messages.environment.wizard.form.db_connection_label_mysql": "mysql",
    "installer_messages.environment.wizard.form.db_connection_label_sqlite": "sqlite",
    "installer_messages.environment.wizard.form.db_connection_label_pgsql": "pgsql",
    "installer_messages.environment.wizard.form.db_connection_label_sqlsrv": "sqlsrv",
    "installer_messages.environment.wizard.form.db_host_label": "Database Host",
    "installer_messages.environment.wizard.form.db_host_placeholder": "Database Host",
    "installer_messages.environment.wizard.form.db_port_label": "Database Port",
    "installer_messages.environment.wizard.form.db_port_placeholder": "Database Port",
    "installer_messages.environment.wizard.form.db_name_label": "Database Name",
    "installer_messages.environment.wizard.form.db_name_placeholder": "Database Name",
    "installer_messages.environment.wizard.form.db_username_label": "Database User Name",
    "installer_messages.environment.wizard.form.db_username_placeholder": "Database User Name",
    "installer_messages.environment.wizard.form.db_password_label": "Database Password",
    "installer_messages.environment.wizard.form.db_password_placeholder": "Database Password",

    "installer_messages.environment.wizard.form.app_tabs.more_info": "More Info",
    "installer_messages.environment.wizard.form.app_tabs.broadcasting_title": "Broadcasting, Caching, Session, &amp; Queue",
    "installer_messages.environment.wizard.form.app_tabs.broadcasting_label": "Broadcast Driver",
    "installer_messages.environment.wizard.form.app_tabs.broadcasting_placeholder": "Broadcast Driver",
    "installer_messages.environment.wizard.form.app_tabs.cache_label": "Cache Driver",
    "installer_messages.environment.wizard.form.app_tabs.cache_placeholder": "Cache Driver",
    "installer_messages.environment.wizard.form.app_tabs.session_label": "Session Driver",
    "installer_messages.environment.wizard.form.app_tabs.session_placeholder": "Session Driver",
    "installer_messages.environment.wizard.form.app_tabs.queue_label": "Queue Driver",
    "installer_messages.environment.wizard.form.app_tabs.queue_placeholder": "Queue Driver",
    "installer_messages.environment.wizard.form.app_tabs.redis_label": "Redis Driver",
    "installer_messages.environment.wizard.form.app_tabs.redis_host": "Redis Host",
    "installer_messages.environment.wizard.form.app_tabs.redis_password": "Redis Password",
    "installer_messages.environment.wizard.form.app_tabs.redis_port": "Redis Port",
    "installer_messages.environment.wizard.form.app_tabs.mail_label": "Mail",
    "installer_messages.environment.wizard.form.app_tabs.mail_driver_label": "Mail Driver",
    "installer_messages.environment.wizard.form.app_tabs.mail_driver_placeholder": "Mail Driver",
    "installer_messages.environment.wizard.form.app_tabs.mail_host_label": "Mail Host",
    "installer_messages.environment.wizard.form.app_tabs.mail_host_placeholder": "Mail Host",
    "installer_messages.environment.wizard.form.app_tabs.mail_port_label": "Mail Port",
    "installer_messages.environment.wizard.form.app_tabs.mail_port_placeholder": "Mail Port",
    "installer_messages.environment.wizard.form.app_tabs.mail_username_label": "Mail Username",
    "installer_messages.environment.wizard.form.app_tabs.mail_username_placeholder": "Mail Username",
    "installer_messages.environment.wizard.form.app_tabs.mail_password_label": "Mail Password",
    "installer_messages.environment.wizard.form.app_tabs.mail_password_placeholder": "Mail Password",
    "installer_messages.environment.wizard.form.app_tabs.mail_encryption_label": "Mail Encryption",
    "installer_messages.environment.wizard.form.app_tabs.mail_encryption_placeholder": "Mail Encryption",
    "installer_messages.environment.wizard.form.app_tabs.pusher_label": "Pusher",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_id_label": "Pusher App Id",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_id_palceholder": "Pusher App Id",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_key_label": "Pusher App Key",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_key_palceholder": "Pusher App Key",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_secret_label": "Pusher App Secret",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_secret_palceholder": "Pusher App Secret",

    "installer_messages.environment.wizard.form.buttons.setup_database": "Setup Database",
    "installer_messages.environment.wizard.form.buttons.setup_application": "Setup Application",
    "installer_messages.environment.wizard.form.buttons.install": "Install",

    "installer_messages.environment.classic.templateTitle": "Step 3 | Environment Settings | Classic Editor",
    "installer_messages.environment.classic.title": "Classic Environment Editor",
    "installer_messages.environment.classic.save": "Save .env",
    "installer_messages.environment.classic.back": "Use Form Wizard",
    "installer_messages.environment.classic.install": "Save and Install",

    "installer_messages.environment.success": "Your .env file settings have been saved.",
    "installer_messages.environment.errors": "Unable to save the .env file, Please create it manually.",

    "installer_messages.install": "Install",
    "installer_messages.installed.success_log_message": "Laravel Installer successfully INSTALLED on ",

    "installer_messages.final.title": "Installation Finished",
    "installer_messages.final.templateTitle": "Installation Finished",
    "installer_messages.final.finished": "Application has been successfully installed.",
    "installer_messages.final.migration": "Migration &amp; Seed Console Output:",
    "installer_messages.final.console": "Application Console Output:",
    "installer_messages.final.log": "Installation Log Entry:",
    "installer_messages.final.env": "Final .env File:",
    "installer_messages.final.exit": "Click here to exit",

    "installer_messages.updater.title": "Laravel Updater",
    "installer_messages.updater.welcome.title": "Welcome To The Updater",
    "installer_messages.updater.welcome.message": "Welcome to the update wizard.",

    "installer_messages.updater.overview.title": "Overview",
    "installer_messages.updater.overview.message": "There is 1 update.|There are :number updates.",
    "installer_messages.updater.overview.install_updates": "Install Updates",
    "installer_messages.updater.final.title": "Finished",
    "installer_messages.updater.final.finished": "Application's database has been successfully updated.",
    "installer_messages.updater.final.exit": "Click here to exit",
    "installer_messages.updater.log.success_message": "Laravel Installer successfully UPDATED on "
}
