Files
kulakpos_web/lang/bws.json

2080 lines
103 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"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": "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 went 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 didnt 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 domains 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 (Lets Encrypt is free).": "mo cPanel mme o neye setifikeiti sa kgwebo ya gago e ntsha (Lets 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",
"Download Apk": "Download Apk",
"SMS Marketing": "Papatso ya SMS",
"Party Reports": "Ditlaleletso tsa Phatlalatso",
"HRM": "Taolo ya Batho",
"Finance & Accounts": "Ditšhelete le Dikarolo",
"Transfer": "Phetiso",
"Expired": "E Fela",
"Upgrade Now": "Ntlafatsa Jaanong",
"No Active Plan": "Ga go na Leano le le Tirang",
"Please subscribe to a plan": "Tsweetswee ingwalela leano",
"Invoice Wise Profit": "Phelelo ya Lokwalo la Tlaleletso",
"Company / Business Name": "Leina la Khampani / Kgwebo",
"Shop Opening Balance": "Tekanyetso ya Buka ya Lebenkele",
"Shop Remaining Balance": "Tekanyetso e e Salang ya Lebenkele",
"Plan Expire Date": "Letsatsi la Go Fela la Leano",
"Enter Business Name": "Tsenya Leina la Kgwebo",
"Enter your Name": "Tsenya Leina la Gago",
"POS": "Phatlalatso ya Thekiso",
"Inventory": "Lenaneo la Dikhampani",
"Shipping Charge": "Tefo ya Phetiso",
"Rounding(+/-)": "Go Potlaka (+/-)",
"Create Customer": "Tlhama Moreki",
"Add Payment": "Oketsa Tefo",
"Cheque": "Sekete",
"Wallet": "Poka",
"Select Warehouse": "Kgetha Setshelo",
"Batch": "Sehlopha",
"Scan / search by code or name": "Skena / batla ka khoutu kgotsa leina",
"Show 20": "Bontsha - 20",
"Show 500": "Bontsha - 500",
"Yesterday": "Labone",
"Last 30 Days": "Malatsi a 30 a Feta",
"Current Month": "Kgwedi ya Jaanong",
"Current Year": "Ngwaga wa Jaanong",
"Custom Date": "Letsatsi le le Ikgethileng",
"View Payment": "Bona Tefo",
"Receipt No.": "Nomoro ya Risiti",
"Inventory Sales": "Thekiso ya Lenaneo la Dikhampani",
"Flat": "Fleite",
"Percent (%)": "Peresente (%)",
"Select Product": "Kgetha Sehlahisoa",
"Guarantee": "Tiisetso",
"Warranty": "Tiisetso",
"Remarks": "Ditlhaloso",
"Sales Invoice": "Tlaleletso ya Thekiso",
"PDF": "PDF",
"Print": "Printa",
"Sales By": "Thekiso ka",
"Sub-Total": "Sekontiri",
"Net Payable": "E e Setseng go Lefiwa",
"invoice": "Tlaleletso",
"QTY": "Palo",
"U.Price": "Theko ya Ekgwebo",
"Delivery charge": "Tefo ya Phetiso",
"Total Payable": "Sekontiri se se Lefiwang",
"Total Return": "Sekontiri se se Boela",
"Payable": "E le Lefiwa",
"Return Product": "Boeletsa Sehlahisoa",
"Returned Item": "Ntho e e Boelletsweng",
"Total Return Amount": "Sekontiri sa Boela ka Kakaretso",
"Add Purchase": "Oketsa Theko",
"Returns List": "Lenane la Boela",
"Partial Paid": "E Lefilwe ka Karolo",
"Bulk Upload": "Tlhatlhobo ka Bongata",
"Save & Published": "Boloka & Phatlalatsa",
"Product price, stock": "Theko ya Sehlahisoa, Stock",
"Combo Products": "Sehlahisoa sa Combo",
"Expired Products": "Dithoto tse di Fela",
"Print Labels": "Printa Diphatlalatso",
"Model": "Mokgwa",
"Variation": "Phetoho",
"Racks": "Diraka",
"Shelfs": "Dipapadi",
"Product Image": "Setshwantsho sa Sehlahisoa",
"Expire Date": "Letsatsi la Go Fela",
"Barcode Generate": "Tlhama Barcode",
"Available Stock": "Stock e e Teng",
"Qty / No of label": "Palo / Nomoro ya Lebitso",
"Packing Date": "Letsatsi la Phuthelo",
"Information to show in labels": "Tshedimosetso e e Bonwang mo Diphatlatsong",
"Product Price": "Theko ya Sehlahisoa",
"Print packing date": "Printa Letsatsi la Phuthelo",
"Show Price": "Bontsha Theko",
"Barcode Type *": "Mofuta wa Barcode *",
"Barcode Print Paper Setting": "Dikgato tsa Pampiri ya Barcode",
"Preview": "Ponelopele",
"Download File": "Download Faele",
"Field Name": "Leina la Lefelo",
"Add new Model": "Oketsa Mokgwa o Mosha",
"Model List": "Lenane la Mefuta",
"Model Name": "Leina la Mokgwa",
"Create Model": "Tlhama Mokgwa",
"Variations List": "Lenane la Diphetoho",
"Values": "Magae",
"Edit Variation": "Sebelisa Phetoho",
"Rack List": "Lenane la Diraka",
"Add new rack": "Oketsa Raka e Ncha",
"Shelf List": "Lenane la Dipapadi",
"Add shelf": "Oketsa Papadi",
"Edit shelf": "Sebelisa Papadi",
"Transfer List": "Lenane la Phetiso",
"From Branch": "Go tswa Tlhagiso",
"To Branch": "Go ya Tlhagiso",
"From Warehouse": "Go tswa Setshelo",
"To Warehouse": "Go ya Setshelo",
"Add New Transfer": "Oketsa Phetiso e Ncha",
"Transfer Note": "Lentšu la Phetiso",
"All Stock": "Stock yotlhe",
"Party Credit Limit": "Mokgwa wa Kharata ya Phatlalatso",
"Billing Address": "Aderese ya Bill",
"City": "Toropo",
"State": "Setshaba",
"Zip Code": "Khoutu ya Zip",
"Shipping Address": "Aderese ya Phetiso",
"Supplier Name": "Leina la Mofani",
"Vat List": "Lenane la VAT",
"Add New Vat": "Oketsa VAT e Ncha",
"Tax Setting": "Dikgato tsa Lekgetho",
"Add New Vat Group": "Oketsa Sehlopha se Secha sa VAT",
"Vat Group List": "Lenane la Mehuta ya VAT",
"Vat Group Name": "Leina la Sehlopha sa VAT",
"Select vats": "Kgetha VAT",
"All List": "Lenane Lotlhe",
"Guest Due": "Kgang ya Moeng",
"Retailer Due": "Kgang ya Morekisi",
"Dealer Due": "Kgang ya Moagisi",
"Wholesaler Due": "Kgang ya Moemedi",
"Guest Due List": "Lenane la Makgolo a Moeng",
"Invoice Number": "Nomoro ya Tlaleletso",
"Bank Account": "Akhaonto ya Banka",
"Cash In Hand": "Tšhelete ka Letlhakoreng",
"Cheques": "Dikhete",
"Transactions": "Ditiro",
"Day Book": "Buka ya Letsatsi",
"Cash Flow": "Phallo ya Tšhelete",
"Bill Wise Profit": "Phelelo ya Bill Wise",
"Expenses": "Ditšhelete tse di Dirisiwang",
"Bank Accounts": "Dikhaonto tsa Banka",
"Deposit & Withdraws": "Tsenya & Ntsha",
"Add Bank": "Oketsa Banka",
"Account Name": "Leina la Akhaonto",
"Account Number": "Nomoro ya Akhaonto",
"Bank Name": "Leina la Banka",
"Branch Name": "Leina la Tlhagiso",
"Holder Name": "Leina la Moitshware",
"Add New Bank": "Oketsa Banka e Ncha",
"Account Display Name": "Leina le le Bonwang la Akhaonto",
"As of Date": "Go ya ka Letsatsi",
"Routing Number": "Nomoro ya Tlhama",
"UPI ID for QR Code": "UPI ID bakeng sa QR Code",
"Account Holder Name": "Leina la Moitshware wa Akhaonto",
"Add more fields": "Oketsa mafelo a mang",
"Print Bank details on invoices": "Printa dintlha tsa Banka mo Ditlaleletsong",
"Bank to Bank Transfer": "Phetiso go tswa Banka go ya Banka",
"Bank to Cash Transfer": "Phetiso go tswa Banka go ya Tšhelete",
"Adjust Bank Balance": "Letseng Tekanyetso ya Banka",
"Adjust Cash": "Letseng Tšhelete",
"Cash to Bank Transfer": "Phetiso ya Tšhelete go ya Banka",
"From": "Go tswa",
"To": "Go ya",
"Transfer Date": "Letsatsi la Phetiso",
"Cheques List": "Lenane la Dikhete",
"Profit & Loss": "Phelelo le Tahlehelo",
"Gross Profit": "Phelelo e Kgolo",
"Total Expenses": "Ditšhelete Tse Tshotlhe",
"Income Types": "Mefuta ya Lekgetho",
"Expenses Types": "Mefuta ya Ditšhelete",
"Net Profit": "Phelelo e e Net",
"Money In": "Tšhelete e Tsene",
"Money Out": "Tšhelete e Tsene",
"Transaction List": "Lenane la Ditiro",
"Reference": "Tlhaloso",
"Transaction Type": "Mofuta wa Tiriso",
"Due Pay": "Tefo e e Setseng",
"Due Collect": "Kolekshene e e Setseng",
"All Party": "Mokgatlho Yotlhe",
"Transaction By": "Tiriso e Dirilwe ke",
"Total :": "Sekontiri :",
"Cash In": "Tšhelete e Tsene",
"Cash Out": "Tšhelete e Tsene",
"Running Cash": "Tšhelete e e Tsamayang",
"Bill Wise Profit List": "Lenane la Phelelo ya Bill Wise",
"Sales Amount": "Sekontiri sa Thekiso",
"Sale Amount": "Sekontiri sa Thekiso",
"Create Expense Category": "Tlhama Kategori ya Ditšhelete",
"Department": "Lefapha",
"Designation": "Boemo",
"Shift": "Shift",
"Employee": "Motlhokomedi",
"Leave Request": "Kopo ya Phomolo",
"Holiday": "Phomolo",
"Attendance": "Botlhokwa",
"Payroll": "Lenane la Meputso",
"Department List": "Lenane la Lefapha",
"Add Department": "Oketsa Lefapha",
"Create Department": "Tlhama Lefapha",
"Designation List": "Lenane la Boemo",
"Add Designation": "Oketsa Boemo",
"Create Designation": "Tlhama Boemo",
"Shift List": "Lenane la Shift",
"Add new Shift": "Oketsa Shift e Ncha",
"Start Time": "Nako ya Thomo",
"End Time": "Nako ya Mafelo",
"Break Time": "Nako ya Phomolo",
"Break Duration": "Nako e e Dirwang Phomolo",
"Create Shift": "Tlhama Shift",
"Select Name": "Kgetha Leina",
"Break Status": "Boemo jwa Phomolo",
"Start Break Time": "Nako ya Thomo ya Phomolo",
"End Break Time": "Nako ya Mafelo ya Phomolo",
"Employee List": "Lenane la Batho",
"Add new Employee": "Oketsa Motlhokomedi e Mosha",
"shift": "Shift",
"Salary": "Meputso",
"Gender": "Bong",
"Birth Date": "Letsatsi la Go Tlwa",
"Join Date": "Letsatsi la Go Tsena",
"Leave Type": "Mofuta wa Phomolo",
"Leave": "Phomolo",
"Leave Type List": "Lenane la Mefuta ya Phomolo",
"Add Leave Type": "Oketsa Mofuta wa Phomolo",
"Create Leave Type": "Tlhama Mofuta wa Phomolo",
"Leave List": "Lenane la Phomolo",
"Add new Leave": "Oketsa Phomolo e Ncha",
"Month": "Kgwedi",
"Start Date": "Letsatsi la Thomo",
"End Date": "Letsatsi la Mafelo",
"Leave Duration": "Nako ya Phomolo",
"Select employee": "Kgetha Motlhokomedi",
"All month": "Kgwedikgwebo Yotlhe",
"Create Leave": "Tlhama Phomolo",
"Holiday List": "Lenane la Phomolo",
"Add new Holiday": "Oketsa Phomolo e Ncha",
"Create Holiday": "Tlhama Phomolo",
"Tax Report": "Tlaleletso ya Lekgetho",
"Profit Loss": "Phelelo le Tahlehelo",
"Due Transaction": "Tiriso e e Setseng",
"Subscription Report": "Tlaleletso ya Subskripsione",
"Product Profit/Loss": "Phelelo/Tahlehelo ya Sehlahisoa",
"Top 5 Customer": "Bareki ba Ba Top 5",
"Top 5 Supplier": "Bafani ba Ba Top 5",
"Top 5 Product": "Dithoto tse di Top 5",
"Combo Product": "Sehlahisoa sa Combo",
"Discount Product": "Sehlahisoa se se Nang le Theolelo",
"Product Wise Purchase": "Theko ya Sehlahisoa",
"Product Wise Sale": "Thekiso ya Sehlahisoa",
"Expired Product": "Sehlahisoa se se Fela",
"Customer Ledger": "Lenaneo la Moreki",
"Supplier Ledger": "Lenaneo la Mofani",
"Party Loss/Profit": "Tahlehelo/Phelelo ya Mokgatlho",
"SMS Template": "Template ya SMS",
"Android Gateway": "Gateway ya Android",
"API Gateway": "Gateway ya API",
"Balance Sheet": "Lenaneo la Tekanyetso",
"All Due": "Tsohle tse di Setseng",
"Attendance List": "Lenane la Botlhokwa",
"Add new Attendance": "Oketsa Botlhokwa jo Bosha",
"Time In": "Nako ya Tsene",
"Time Out": "Nako ya Tsene",
"Payroll List": "Lenane la Meputso",
"Add new Payroll": "Oketsa Meputso e Masha",
"Payment Year": "Ngwaga wa Tefo",
"Receipt No": "Nomoro ya Risiti",
"date": "Letsatsi",
"Attendance Report": "Tlaleletso ya Botlhokwa",
"Payroll Report": "Tlaleletso ya Meputso",
"Slip No": "Nomoro ya Slip",
"Leave Report": "Tlaleletso ya Phomolo",
"Total Sale": "Sekontiri sa Thekiso",
"Total Sale Return": "Sekontiri sa Thekiso se Boelletsweng",
"Total Purchase Return": "Sekontiri sa Theko se Boelletsweng",
"Tax Report List": "Lenane la Tlaleletso ya Lekgetho",
"Payment Method": "Mokgwa wa Tefo",
"Loss/Profit Report Details": "Tshedimosetso ya Tlaleletso ya Tahlehelo/Phelelo",
"Opening Stock": "Stock ya Thomo",
"(By purchase price)": "(Ka Theko ya Theko)",
"(By sale price)": "(Ka Theko ya Thekiso)",
"Total purchase:": "Sekontiri sa Theko:",
"Total purchase shipping charge:": "Ditšhelete tsa Phetiso tsa Theko:",
"Total Sell discount:": "Theolelo ya Thekiso Yotlhe:",
"Total Sell Return:": "Thekiso e Boelletsweng Yotlhe:",
"Closing stock": "Stock ya Mafelo",
"Total Sales:": "Sekontiri sa Thekiso Yotlhe:",
"Total sell shipping charge:": "Ditšhelete tsa Phetiso tsa Thekiso:",
"Total Purchase Return:": "Theko e Boelletsweng Yotlhe:",
"Total Purchase discount:": "Theolelo ya Theko Yotlhe:",
"Total sell round off:": "Raundo ya Thekiso Yotlhe:",
"Credit Limit": "Mefuta ya Mokitlane",
"Due Collection Transactions": "Ditiro tsa Kolekshene e e Setseng",
"Pay Due Amount": "Tefo ya Sekontiri se se Setseng",
"Top 5 Customers": "Bareki ba Ba Top 5",
"Top 5 Suppliers": "Bafani ba Ba Top 5",
"Total Purchases": "Sekontiri sa Theko Yotlhe",
"Top 5 Products": "Dithoto tse di Top 5",
"Cost Price": "Theko ya Tlholaganyo",
"Sales price": "Theko ya Thekiso",
"Product Wise Discount": "Theolelo ya Sehlahisoa ka Botlhokwa",
"Product Purchases": "Theko ya Sehlahisoa",
"Purchase QTY": "Bong ya Theko",
"Product Sales": "Thekiso ya Sehlahisoa",
"Sale QTY": "Bong ya Thekiso",
"Total Sale Due": "Sekontiri sa Thekiso se se Setseng",
"Total Purchase Due": "Sekontiri sa Theko se se Setseng",
"Party Wise Loss & Profit": "Tahlehelo/Phelelo ya Mokgatlho ka Botlhokwa",
"Gateway List": "Lenane la Gateway",
"Gateway ID.": "ID ya Gateway",
"Gateway Type": "Mofuta wa Gateway",
"Device List": "Lenane la Sesebediswa",
"Add Device": "Oketsa Sesebediswa",
"Device ID": "ID ya Sesebediswa",
"Device Version": "Phetolo ya Sesebediswa",
"App Version": "Phetolo ya App",
"Total Messages": "Potsolotso e e Tshotlhe",
"Created Date": "Letsatsi le le Dirilweng",
"All Settings": "Dikgato Tsohle",
"General": "Ka Kakaretso",
"Invoice Print": "Printa ya Invoice",
"Currencies Settings": "Dikgato tsa Madi",
"SMS Gateway Settings": "Dikgato tsa SMS Gateway",
"Languages Settings": "Dikgato tsa Puo",
"Add, Edit, Update, Delete Languages.": "Oketsa, Fetola, Ntlha, Sula Dipuo.",
"Configure the fundamental information of the site.": "Bea tshedimosetso ya motheo ya site.",
"Control and configure overall notification systems": "Laola le bea tsamaiso ya ditsebiso ka bophara",
"View and update currency settings": "Bona le ntsha dikgato tsa madi",
"Add new users, Provide role and Permission": "Oketsa basebedisi ba basha, abela maikarabelo le tumelelo",
"VAT/GST Title": "Taitle ya VAT/GST",
"VAT/GST Number": "Nomoro ya VAT/GST",
"Sale Rounding Option": "Kgetho ya Raundo ya Thekiso",
"Product Profit Option": "Kgetho ya Phelelo ya Sehlahisoa",
"Post Sale Message": "Molaetsa wa Morago ga Thekiso",
"Invoice Note Label": "Lebele la Nota ya Invoice",
"Invoice Note": "Nota ya Invoice",
"Warranty Void Label": "Lebele la Warranty Void",
"Warranty Void": "Warranty Void",
"A4 Page Invoice Logo": "Logo ya Invoice ya Leqephe la A4",
"Thermal Invoice Logo": "Logo ya Invoice ya Thermal",
"Invoice Scanner Logo": "Logo ya Scanner ya Invoice",
"Select SMS Gateway": "Kgetha SMS Gateway",
"Language Settings": "Dikgato tsa Puo",
"Locale": "Locale",
"Flag": "Fulege",
"Add New Language": "Oketsa Puo e Ncha",
"Is Active": "E Tsweletse",
"Is Default": "Ke ya Motheo",
"Product Settings": "Dikgato tsa Sehlahisoa",
"Currency Setting": "Kgato ya Madi",
"Select Currency": "Kgetha Madi",
"Total Assets": "Dithoto Tsohle",
"Liabilities": "Daito",
"Assets": "Dithoto",
"Payment In": "Tefo e Tsene",
"Equities & Liabilities": "Daito le Equities",
"Create Supplier": "Tlhama Mofani",
"Batch No.": "Nomoro ya Batch",
"Cost exc. tax": "Theko ntle le Lekgetho",
"Cost inc. tax": "Theko le Lekgetho",
"Wholesale": "Theko ya Mokoloko",
"View Combo Product": "Bona Sehlahisoa sa Combo",
"Add new Transfer": "Oketsa Phetiso e Ncha",
"Stock Values": "Ditlhopho tsa Stock",
"Drag & drop your Image": "Gana & thuba Setshwantsho sa gago",
"Browse": "Batla",
"Address line 1": "Mola wa Aterese 1",
"Add Vat Rate": "Oketsa Tekanyo ya VAT",
"Rate": "Tekanyo",
"Pay Due": "Tefo e Setseng",
"Apply Month": "Kgwedikgwebo e e Dirang",
"Create Attendance": "Tlhama Botlhokwa",
"Create Payroll": "Tlhama Meputso",
"Purchase Date": "Letsatsi la Theko",
"Payment Reminder": "Kgwetlho ya Tefo",
"New Sale": "Thekiso e Ncha",
"Payment Received": "Tefo e Amogetswe",
"Payment Paid": "Tefo e Lefetswe",
"SMS Body": "Mmogo wa SMS",
"Available Tags": "Ditaga tse di Teng",
"Enable SMS Notification": "Thusa Ditsebiso tsa SMS",
"Business Phone": "Nomoro ya Fono ya Kgwebo",
"Add Gateway": "Oketsa Gateway",
"Add New Device": "Oketsa Sesebediswa se Secha",
"To add your device to the system, follow these steps:": "Go oketsa sesebediswa mo tsamaisong, latela dikgato tse:",
"Get the latest version of the App from this": "Tsenya phetolelo ya bofelo ya App go tswa mo",
"link": "kgokagano",
"and install the app on your device.": "mme tsenya App mo sesebedisweng sa gago.",
"Step 01": "Gato 01",
"Step 02": "Gato 02",
"Step 03": "Gato 03",
"After installing the app, locate the QR code provided at the top of the screen. Open the app and grant all requested permissions when prompted. On the login screen, select \"Login with QR code\" and scan the QR code": "Morago ga go tsenya App, bona QR code e e mo godimo ga skrini. Bula App mme o neye ditumelo tse di kopa tsotlhe. Mo skrining ya login, kgetha \"Login ka QR code\" mme o skane QR code.",
"Your Android phone is now connected to the system. Please reload this page to see your new device.": "Fono ya gago ya Android e se e hoketswe mo tsamaisong. Tsenya pego gape go bona sesebediswa se secha.",
"View and update gateway settings.": "Bona mme ntsha dikgato tsa Gateway",
"Product Stock": "Stock ya Sehlahisoa",
"Model No": "Nomoro ya Model",
"Product Manufacturer": "Moetsi wa Sehlahisoa",
"Low Stock Alert": "Tlhokomelo ya Stock e e Kwa tlase",
"VAT ID": "ID ya VAT",
"VAT Type": "Mofuta wa VAT",
"Exclusive Price": "Theko e e Kgethegileng",
"Inclusive Price": "Theko e e Akaretsang",
"Profit Percent": "Sekontiri sa Phelelo",
"Serial": "Serial",
"MRP/PRICE": "MRP/THEKO",
"MRP": "MRP",
"Batch Tracking": "Tlhatlhobo ya Batch",
"Batch No": "Nomoro ya Batch",
"Expiry Date": "Letsatsi la Go Fela",
"Mfg Date": "Letsatsi la Go Dirwa",
"Product Type": "Mofuta wa Sehlahisoa",
"Single": "Nngwe",
"Variant": "Variant",
"Combo": "Combo",
"Guest Due Sale": "Thekiso ya Moreki e e Setseng",
"Product Discount": "Theolelo ya Sehlahisoa",
"Add Product Settings": "Oketsa Dikgato tsa Sehlahisoa",
"Additional Product Field": "Kakaretso ya Sehlahisoa",
"Purchase Setting": "Dikgato tsa Theko",
"Sale Setting": "Dikgato tsa Thekiso",
"Profit & Loss Details": "Tshedimosetso ya Phelelo le Tahlehelo",
"Product Profit & Loss": "Phelelo le Tahlehelo ya Sehlahisoa",
"Customer List": "Lenane la Bareki",
"Supplier List": "Lenane la Bafani",
":type List": "Lenane la :type",
"Add new :type": "Oketsa :type e Ncha",
"Edit :type": "Fetola :type",
"Edit Supplier": "Fetola Mofani",
"Edit Customer": "Fetola Moreki",
"(PNG & JPG)": "(PNG le JPG)",
"Vat groups (Combination of multiple vats)": "Di-group tsa VAT (Kakaretso ya VAT tse dintsi)",
"Send": "Romela",
"1.": "1.",
"2.": "2.",
"3.": "3.",
"4.": "4.",
"5.": "5.",
"6.": "6.",
"7.": "7.",
"8.": "8.",
"9.": "9.",
"10.": "10.",
"11.": "11.",
"12.": "12.",
"13.": "13.",
"14.": "14.",
"15.": "15.",
"16.": "16.",
"17.": "17.",
"18.": "18.",
"19.": "19.",
"20.": "20.",
"21.": "21.",
"Please follow the instructions below to upload your file.": "Tsweetswee latela ditaelo tse di fa tlase go tsenya faele ya gago.",
"Download the sample file first and add all your products to it.": "Laola faele ya mohlala pele mme oketse dikarolo tsotlhe tsa gago mo go yona.",
"Indicates a required field. If you do not provide the required fields, the system will ignore the product.": "E supa lefelo le le tlhokegang. Fa o sa tsenye lefelo le le tlhokegang, tsamaiso e tla tlhopha sehlahisoa e seng botlhokwa.",
"After adding all your products, please save the file and then upload the updated version.": "Morago ga go oketsa dikarolo tsotlhe, tsweetswee boloka faele mme o tsenye phetolelo e ntšhwa.",
"The name of the product you are adding": "Leina la sehlahisoa se o se oketsang",
"e.g.,": "mohlala,",
"Banana": "Banana",
"Stock Quantity": "Bong jwa Stock",
"Sale Price (MRP)": "Theko ya Thekiso (MRP)",
"VAT Name": "Leina la VAT",
"VAT (%)": "VAT (%)",
"Low Stock Qty": "Bong jo bo kwa tlase jwa Stock",
"Manufacturing Date": "Letsatsi la tlhamišo",
"Variations": "Diphetogo",
"The category under which the product falls": "Karo ya sehlahisoa",
"Beverages, Electronics": "Dinepe, Ditekanyetso tsa motlakase",
"The measurement unit used for the product": "Setlhopha sa tekanyo se se dirisitsweng mo sehlahisoa",
"Piece, Kg, Litre": "Karolo, Kg, Litre",
"If not found, a new unit will be created automatically.": "Fa e sa fitlhiwe, yuniti e ntšhwa e tla tlhama ka boiketsetso.",
"The brand associated with the product": "Letlha le le amanang le sehlahisoa",
"Samsung, Nestlé": "Samsung, Nestlé",
"If not found, the system will create it automatically.": "Fa e sa fitlhiwe, tsamaiso e tla e tlhama ka boiketsetso.",
"The available quantity of the product currently in stock.": "Bong jo bo teng jwa sehlahisoa mo stock.",
"A unique identifier for the product": "Motswedi o o kgethegileng wa sehlahisoa",
"SKU001": "SKU001",
"Product codes must be unique — duplicate codes will be ignored.": "Dikodi tsa sehlahisoa di tshwanetse go nna tse di kgethegileng — dikodi tse di phetolelwang di tla seka tsa akarediwa.",
"The cost price of the product excluding VAT.": "Theko ya sehlahisoa ntle le VAT.",
"The selling price or maximum retail price for the product.": "Theko ya thekiso kgotsa theko e kgolo ya thekiso (MRP) ya sehlahisoa.",
"Special discounted price for bulk resellers or dealers.": "Theko e kgethegileng ya theolelo bakeng sa barekisi ba bongata.",
"The price offered for wholesale buyers, usually lower than MRP.": "Theko e abiwang bareki ba bongata, gantsi e tlase go feta MRP.",
"If not found, the system will automatically create a new category.": "Fa e sa fitlhiwe, tsamaiso e tla tlhama karo e ntšhwa ka boiketsetso.",
"The VAT name applied to the product.": "Leina la VAT le le dirisitsweng mo sehlahisoa.",
"If the system doesnt find it, it will create a new VAT with the provided rate.": "Fa tsamaiso e sa fitlhi, e tla tlhama VAT e ntšhwa ka sekano se se filweng.",
"The VAT rate as a percentage": "Sekano sa VAT ka diperesente",
"15": "15",
"Define whether the VAT is": "Tlhalosa gore VAT e",
"exclusive": "e kgethegileng",
"or": "kgotsa",
"inclusive": "e akaretsang",
"in the price.": "mo thekong.",
"The minimum stock quantity to trigger a low-stock alert.": "Bong jo bo kwa tlase jwa stock go tshwarwa tlhokomelo ya stock e e kwa tlase.",
"Name of the product manufacturer or supplier.": "Leina la moetsi kgotsa mofani wa sehlahisoa.",
"Expiry date for perishable products": "Letsatsi la go fela la dikarolo tse di senang botshelo jo bo telele",
"format:": "foromo:",
"YYYY-MM-DD": "NG-LL-DD",
"Batch or lot number used to identify stock batches.": "Nomoro ya batch kgotsa lot e e dirisiwang go tlhalosa stock batches.",
"The model of the product": "Mofuta wa sehlahisoa",
"iPhone 15": "iPhone 15",
"Date the product was manufactured": "Letsatsi le sehlahisoa se tlhamiwang ka lone",
"Define whether the product is": "Tlhalosa gore sehlahisoa ke se",
"single": "sengwe",
"variant": "phetogo",
"for products with multiple variations like size or color.": "bakeng sa dikarolo tse di nang le diphetogo tse dintsi jaaka bogolo kgotsa mmala.",
"This column defines all variations for variant products.": "Kolomo e tlhalosa diphetogo tsotlhe tsa dikarolo tse di nang le diphetogo.",
"Use the format:": "Dirisa foromo:",
"VariationName:Value": "Leina la Phetogo:Thata",
"separated by a": "e arotsweng ke",
"for multiple values.": "bakeng sa boleng jo bo le bongata.",
"Example:": "Mohlala:",
"Color:Black|Size:M": "Mmala:Ntsho|Bogolo:M",
"➤ The system will:": "➤ Tsamaiso e tla:",
"Create or match existing variations dynamically.": "Tlhama kgotsa tshware diphetogo tse di teng ka boiketsetso.",
"Store selected variation IDs in the": "Boloka ID tsa diphetogo tse di kgethegileng mo",
"table": "tafeleng",
"Store structured JSON like": "Boloka JSON e e rulagantsweng jaaka",
"\"Color\":\"Black\"": "\"Mmala\":\"Ntsho\"",
"in the": "mo go",
"Automatically create": "Tlhama ka boiketsetso",
"variant_name": "leina_la_phetogo",
"such as": "jaaka",
"Black - M": "Ntsho - M",
"table.": "tafele.",
"Party Profit & Loss": "Lahlehelo le Phelelo ya Mokgatlho",
"Bill Wise Profit & Loss": "Poelo le Tatlhegelo ka Bill",
"Bank Details": "Dintlha tsa Banka",
"Account No": "Nomore ya Akhaonto",
"UPI ID": "UPI ID",
"Holders Nmae": "Leina la Mong wa Akhaonto",
"MONEY RECEIPT": "Seteritifi sa Madi",
"Money Receipt": "Seteritifi sa Madi",
"Purchase Invoice": "Invoice ya Theko",
"Holders Name": "Leina la Mong wa Akhaonto",
"Rounding (+/-)": "Go lekalekanya (+/-)",
"welcome_to": "O amogelesegile kwa",
"welcome_back": "O amogelesegile gape",
"please_login": "Tswee-tswee tsena mo akhaontong ya gago",
"enter_your_email": "Tsenya email ya gago",
"password": "Phasewete",
"remember_me": "Nkgopole",
"forgot_password": "O lebetse phasewete?",
"log_in": "Tsena",
"back_to_home": "Boela kwa gae",
"create_an_account": "Dira akhaonto",
"or_continue_with": "Kotsa tswelela ka",
"login_with_x": "Tsena ka X",
"login_with_google": "Tsena ka Google",
"super_admin": "Super Admin",
"admin": "Motsamaisi",
"business": "Kgwebo",
"add_on": "Tlaleletso",
"manager": "Motsamaisi",
"multi_branch": "Makala a mantsi",
"warranty": "Waranti",
"guarantee": "Tiisetso",
"Months": "Dikgwedi",
"Years": "Dingwaga",
"Tax Type": "Mofuta wa Lekgetho",
"Exclusive": "E sa akaretse",
"Inclusive": "E akaretsa",
"Select Tax": "Tlhopha Lekgetho",
"select_one": "Tlhopha e le nngwe",
"Image (Size 150x130)": "Setshwantsho (Selekani 150x130)",
"Drag & drop image": "Gogela o bo o tlogela setshwantsho",
"Variant Name": "Leina la mofuta",
"Manufacture": "Go dira/Go tlhagisa",
"Profit Margin (%)": "Poelo ka phesente (%)",
"Default Selling Price": "Tlhotlhwa ya thekiso ya gale",
"SKU / Code": "Khoutu ya Thoto (SKU)",
"Edit Model": "Baakanya mmotlolo",
"Rack Name": "Leina la raka",
"Edit rack": "Baakanya raka",
"Update Password": "Ntshafatsa phasewete",
"Tax Rate": "Selekani sa Lekgetho",
"Sub vats": "Vat e nnye",
"Edit Vat": "Baakanya Vat",
"Edit Vat Group": "Baakanya Setlhopha sa Vat",
"Edit Bank": "Baakanya Banka",
"Account Display Name balnce": "Leina la akhaonto/Madi a a teng",
"+ Add more fields": "+ Tsenya dintlha tse dingwe",
"Show In Invoice": "Bontsha mo Invoiceng",
"As Of Date": "Ka letsatsi la",
"Cheque Number": "Nomore ya tšheke",
"Current Plan": "Lenaneo la jaanong",
"Multi-branch Allowed": "Go letleletswe makala a mantsi",
"Addon Limit:": "Selekanyo sa tlaleletso:",
"Addon Domain Available?": "A domain ya tlaleletso e teng?",
"Subdomain Limit:": "Selekanyo sa subdomain:",
"Subdomain Available?": "A subdomain e teng?",
"Freya Haynes": "Freya Haynes",
"Invoice: S06 - Emery Mueller": "Invoice: S06 - Emery Mueller",
"Item Name": "Leina la selo",
"Product Wise Profit & Loss": "Poelo le Tatlhegelo ka Seuno",
"Product Wise Loss Profit": "Tatlhegelo le Poelo ka Seuno",
"Pay Amount": "Duela madi",
"Select party": "Tlhopha leloko/motho",
"Loss Profit History": "Ditiragalo tsa Poelo le Tatlhegelo",
"Product Sale History": "Ditiragalo tsa thekiso ya dithoto",
"Product Purchase History": "Ditiragalo tsa theko ya dithoto",
"Purchase Qty": "Palo ya tse di rekilweng",
"Sold Qty": "Palo ya tse di rekisitsweng",
"Remaining Qty": "Palo e e setseng",
"Subscription Orders": "Ditaelo tsa Tlhopho",
"Subscriber View": "Ponelo ya Moingwadi",
"Expire date": "Letsatsi la go fela",
"Enroll Date": "Letsatsi la go ingwalela",
"How to Add a Domain in hPanel": "Jang go tsenya Domain mo hPanel",
"hPanel (Hostinger) Domain Setup Instructions": "Ditaelo tsa go Seteletsa Domain mo hPanel (Hostinger)",
"Multibranch Allowed": "Maekano a Multi-branch a a letleleditswe",
"Addon Domain Limit": "Mokgwa wa Addon Domain",
"Subdomain Limit": "Mokgwa wa Subdomain",
"Custom Domain Limit": "Mokgwa wa Domain ya Custom",
"Add-ons": "Ditlhatlhobo",
"New": "Se se sa sowa",
"Addons List": "Lenane la Ditlhatlhobo",
"Install / Update Addon": "Tsenya / Ntlha Ditlhatlhobo",
"Version": "Mofuta",
"Enter purchase code": "Tsena khoutu ya thekiso",
"Upload addons zip file": "Romela faele ya zip ya ditlhatlhobo",
"System": "Tsamaiso",
"User Sign Up": "Moingwadi o Ingwalela",
"Domain Setting": "Tlhophiso ya Domain",
"View and update payment gateway settings": "Bona le ntsha diphetogo tsa setlhopha sa tefo",
"View and update user sign up settings": "Bona le ntsha diphetogo tsa go ingwalela moingwadi",
"View and update system settings": "Bona le ntsha diphetogo tsa tsamaiso",
"User Registration Email Setup": "Tlhophiso ya Email ya go Ingwalela moingwadi",
"Verify email with OTP on signup?": "A o netefatsa email ka OTP fa o ingwalela?",
"Verify email without OTP on signup?": "A o netefatsa email ntle le OTP fa o ingwalela?",
"SSL is required.": "SSL e a tlhokega.",
"SSL is not required.": "SSL ga e a tlhokega.",
"Subdomain / Custom domains are allowed automatically.": "Subdomain / Domain ya Custom e a letleleditswe ka boithaopo.",
"Subdomain / Custom domains are not allowed automatically.": "Subdomain / Domain ya Custom ga e a letleleditswe ka boithaopo.",
"Dynamic Text": "Molaetsa o o Fetogang",
"Dynamic Link Text": "Molaetsa wa Kgokagano e e Fetogang",
"Dynamic Link": "Kgokagano e e Fetogang",
"App Link": "Kgokagano ya App",
"Login Page Logo": "Logo ya Leqephe la Login",
"Login Page Image": "Setshwantsho sa Leqephe la Login",
"Stripe": "Stripe",
"mollie": "Mollie",
"paypal": "Paypal",
"paystack": "Paystack",
"razorpay": "Razorpay",
"instamojo": "Instamojo",
"toyyibpay": "Toyyibpay",
"flutterwave": "Flutterwave",
"thawani": "Thawani",
"mercadopago": "Mercadopago",
"phonepe": "PhonePe",
"paytm": "PayTM",
"Tap Payment": "Tap Payment",
"Sslcommerz": "SSLCommerz",
"Manual": "Manwal",
"API KEY": "API Key",
"CLIENT ID": "Client ID",
"CLIENT SECRET": "Client Secret",
"PUBLIC KEY": "Public Key",
"SECRET KEY": "Secret Key",
"KEY ID": "Key ID",
"KEY SECRET": "Key Secret",
"X API KEY": "X API Key",
"X AUTH TOKEN": "X Auth Token",
"USER SECRET KEY": "User Secret Key",
"CATEOGRY CODE": "Khoutu ya Category",
"ENCRYPTION KEY": "Encryption Key",
"PAYMENT OPTIONS": "Dikgetho tsa Tefo",
"Hello": "Dumelang",
"Net Profit (Profit - Loss) =": "Phekolo ya Letseno (Phekolo - Tlhakanyo) =",
"Net Profit (Income - Expense) =": "Phekolo ya Letseno (Lekgolo - Ditshenyegelo) =",
"Sale Details": "Dintlha tsa Thekiso",
"Purchase Details": "Dintlha tsa Pogo",
"All Customer": "Bareki Botlhe",
"Sale Qty": "Palo ya Thekiso",
"Profit/Loss": "Phekolo/Tlhakanyo",
"Printer A4": "Motlharisi A4",
"Thermal: 3 inch 80mm": "Thermal: 3 intshi 80mm",
"Showing": "Go bontsha",
"to": "go",
"of": "ya",
"results": "diphumela",
"Custom Domain": "Domain e e Kgethegileng",
"Ledger": "Lereja",
"(Ledger)": "(Lereja)",
"Credit (In)": "Karediti (Mo gare)",
"Debit (Out)": "Debhiti (Mo ntle)",
"View Stock": "Bona Stokwe",
"Log In": "Tsenelela",
"Back to Home": "Boela gae",
"Create an account.": "Tlhama akhaonto",
"Add-on": "Tlhagiso",
"Bussiness": "Kgwebo",
"Multi Branch": "Maema a a Farologaneng",
"Create an Free Account!": "Tlhama Akhaonto ya Mahala!",
"Hey, Enter Your details to get Sign Up to your account": "Dumela, Tsenya dintlha tsa gago go ingwaga ka akhaonto ya gago",
"Sign Up": "Ingwaga",
"Or Continue with": "Goba Tsoela pele ka",
"Log in with X": "Tsenelela ka X",
"Log in with Google": "Tsenelela ka Google",
"Already have an Account?": "O setse o na le Akhaonto?",
"Email Verification": "Tlhahlobo ya Email",
"we sent an OTP in your email address": "Re rometse OTP mo atereseng ya gago ya email",
"Code send in": "Khodi e rometswe mo",
"Resend code": "Romela khodi gape",
"Verify": "Netefatsa",
"Setup Your Profile": "Bea Profailo ya gago",
"Company/Business Name": "Leina la Khampani/Kgwebo",
"Enter company/business name": "Kenya leina la khampani/kwebo",
"Ex: $500": "Sek: $500",
"Company Address": "Aterese ya Khampani",
"Enter company address": "Kenya aterese ya khampani",
"Successfully!": "Ka Katlego!",
"Congratulations, Your account has been": "Ditumediso, Akhaonto ya gago e setse e",
"successfully created": "e tlhamiwa ka katlego",
"Enter Model Name": "Tsenya leina la mmotlolo",
"Completed": "Go weditswe",
"Enter values": "Tsenya dipalo",
"Total Stock Value:": "Boleng jotlhe jwa thoto:",
"Sale Commission": "Khomishene ya thekiso",
"Enter Supplier Name": "Tsenya leina la mofani wa thoto",
"Enter city": "Tsenya toropo",
"Enter state": "Tsenya kgaolo",
"Enter zip code": "Tsenya khoutu ya poso",
"Select a country": "Tlhopha lefatshe",
"Advance": "Madi a a tlang pele",
"Enter account display name": "Tsenya leina la akhaunto le le bontshiwang",
"Enter account number": "Tsenya nomore ya akhaunto",
"Enter UPI code": "Tsenya khoutu ya UPI",
"Enter bank name": "Tsenya leina la banka",
"Enter bank name_duplicate": "Tsenya leina la banka",
"Enter account holder name": "Tsenya leina la mong wa akhaunto",
"Ex: 500": "Sekai: 500",
"Total Transaction": "Dithulaganyo tsotlhe tsa madi",
"Branch Opening Balance": "Madi a go bulang ka one mo lekala",
"Branch Remaining Balance": "Madi a a setseng mo lekaleng",
"Language": "Puuo",
"Select Variant": "Tlhopha mofuta",
"Enter Batch No.": "Tsenya nomore ya batch",
"Bank List": "Lenane la dibanka",
"Cash List": "Lenane la madi a a tshetsheng",
"Add Cash": "Oketsa madi",
"Reduce Cash": "Fokotsa madi",
"ex 500": "sekai 500",
"Adjustment Date": "Letlha la phetolo",
"description": "tlhaloso",
"cash": "madi a a tshetsheng",
"PNG & JPG": "PNG le JPG",
"Transaction Image": "Setshwantsho sa madi",
"Platform": "Polatefomo",
"Add Image": "Oketsa setshwantsho",
"Loading...": "E a laola...",
"Approved Payment": "Tuelo e e rebolotsweng",
"24 Jan 2024, 10:30": "24 Ferikgong 2024, 10:30",
"Withdraw Amount": "Madi a o a ntshang",
"$0": "$0",
"Account Information": "Kitso ka akhaunto",
"A/C Name": "Leina la akhaunto",
"Shaidul Islam": "Shaidul Islam",
"Dutch-Bangla Bank PLC": "Dutch-Bangla Bank PLC",
"A/C Number": "Nomore ya akhaunto",
"365214512236": "365214512236",
"Dhaka": "Dhaka",
"Rejected": "E gannwe",
"Approved": "E rebolotswe",
"Approve Withdrawal Payment": "Rebola tuelo ya go ntsha madi",
"Have you Sent": "A o rometse",
"$250.00?": "$250.00?",
"Transaction Number": "Nomore ya thulaganyo",
"Enter transaction Number": "Tsenya nomore ya thulaganyo",
"Upload Receipt": "Latlhela risiti",
"Add-On": "Koketso",
"Google Login Settings": "Paakanyo ya go tsena ka Google",
"X Login Settings": "Paakanyo ya go tsena ka X",
"Please request for a domain/subdomain from the business panel.": "Tsweetswee kopa domain mo phaneleng ya kgwebo.",
"Request For A Domain": "Kopa Domain",
"The app url is not available in .env file, please contact with administrator.": "URL ya app ga e yo, ikopanye le mookamedi.",
"Are you sure you want to exit?": "A o tlhomamisa gore o batla go tswa?",
"We Makes": "Re dira",
"Globally": "Lefatshe ka bophara",
"Growth": "Kgolo",
"Increase Your Revenue": "Oketsa madi a o a amogelang",
"(Optional)": "(O ka tlogela)",
"Data Deletion Instructions": "Ditaelo tsa go phimola kitso",
"If you want to delete your data from our system, please follow these steps:": "Fa o batla go phimola kitso ya gago, latela ditsela tse:",
"Send an email to [your-email@example.com] with the subject line “Delete My Data”.": "Romela email kwa [your-email@example.com] o kwale gore “Delete My Data”.",
"Include your name and the email address you used to register.": "Tsenya leina la gago le email e o e dirisitseng go ikwadisetsa.",
"We will process your request and confirm deletion within 7 business days.": "Re tla phimola kitso ya gago mo malatsing a le 7 a tiro.",
"Share your referral link": "Abelana ka linki ya gago",
"Refer a friend and earn a commission.": "Lere tsala mme o bone madi.",
"Copy": "Kopolola",
"Available for Withdraw": "A ka ntshiwa",
"$30": "$30",
"Payout your balance is more than": "O ka ntsha madi fa o na le go feta",
"$100": "$100",
"Total Withdraw": "Madi otlhe a a ntshitsweng",
"$500": "$500",
"Total Referrals": "Palo ya batho ba o ba lereng",
"5": "5",
"1 Month": "Kgwedi e le 1",
"৳499": "৳499",
"৳699": "৳699",
"1": "1",
"Copy Link": "Kopolola Linki",
"2": "2",
"3": "3",
"This bank account can not be deleted as it already has transactions. Please delete all transactions other than bank entries before deleting the account.": "Akhaunto e ga e kake ya phimolwa ka gonne e na le dithulaganyo. Phimola dithulaganyo tsotlhe pele.",
"14": "14",
"12": "12",
"currency": "madi",
"Do you really want to re-open this cheque?": "A mme o batla go bula tšheke e gape?",
"Transfer Cheque": "Romela tšheke",
"Deposit": "Boloka madi",
"Re-Open": "Bula gape",
"A": "A",
"10%": "10%",
"100,00,0000": "100,00,0000",
"This is a demo account — data resets every hour for this account only. Some of module are disabled in this account, to get full access please please create your own account.": "E ke akhaunto ya tekeletso fela. Itirele ya gago go bona gotlhe.",
"You can not access it!": "Ga o kake wa tsena!",
"N/A": "Ga go yo",
"English": "Sekgoa",
"en": "en",
"Bengali": "Se-Bengali",
"bn": "bn",
"French": "Se-Fora",
"fr": "fr",
"This party is from another branch, you can not change the opening from here.": "Motho yo o tswa kwa lekaleng le lengwe, o ka se fetole sepe fano.",
"Please select a variation.": "Tsweetswee tlhopha mofuta.",
"Units": "Diyunitsi",
"25632": "25632",
"25%": "25%",
"Ex: 200": "Sekai: 200",
"Ex: 50": "Sekai: 50",
"Batch No:": "Batch No:",
"Ex: 1": "Sekai: 1",
"Ex: 30": "Sekai: 30",
"Download Sample File": "Tsaya faele ya sekai",
" Please follow the instructions below to upload your file.": " Latela ditaelo tse go tsenya faele.",
" Download the sample file first and add all your purchases data to it.": " Tsaya faele pele mme o tsenye dilo tse o di rekileng.",
"Indicates a required field. If you do not provide the required fields, the system will ignore except product information.": "Tsenya kitso e e tlhokegang.",
"After adding all your purchases, please save the file and then upload the updated version.": "Fa o feditse, boloka faele mme o e tsenye gape.",
"Paid by:": "E duelwa ke:",
"Payable Amount:": "Madi a a duelwang:",
"Received Amount:": "Madi a a amogetsweng:",
"Due:": "Madi a a kolotiwang:",
"pospro.com": "pospro.com",
"Select a report type to load fields": "Tlhopha mofuta wa pego",
"Change Amt/Due:": "Madi a a fetogileng/A a kolotiwang:",
"Total Subscription": "Ditefo tsotlhe tsa kgwedi",
"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 "
}