{
    "auth.failed": "These credentials do not match our records.",
    "auth.password": "The provided password is incorrect.",
    "auth.throttle": "Too many login attempts. Please try again in :seconds seconds.",
    "pagination.previous": "&laquo; Previous",
    "pagination.next": "Next &raquo;",
    "passwords.reset": "Your password has been reset!",
    "passwords.sent": "We have emailed your password reset link!",
    "passwords.throttled": "Please wait before retrying.",
    "passwords.token": "This password reset token is invalid.",
    "passwords.user": "We can't find a user with that email address.",
    "validation.accepted": "The :attribute must be accepted.",
    "validation.accepted_if": "The :attribute must be accepted when :other is :value.",
    "validation.active_url": "The :attribute is not a valid URL.",
    "validation.after": "The :attribute must be a date after :date.",
    "validation.after_or_equal": "The :attribute must be a date after or equal to :date.",
    "validation.alpha": "The :attribute must only contain letters.",
    "validation.alpha_dash": "The :attribute must only contain letters, numbers, dashes and underscores.",
    "validation.alpha_num": "The :attribute must only contain letters and numbers.",
    "validation.array": "The :attribute must be an array.",
    "validation.before": "The :attribute must be a date before :date.",
    "validation.before_or_equal": "The :attribute must be a date before or equal to :date.",
    "validation.between.array": "The :attribute must have between :min and :max items.",
    "validation.between.file": "The :attribute must be between :min and :max kilobytes.",
    "validation.between.numeric": "The :attribute must be between :min and :max.",
    "validation.between.string": "The :attribute must be between :min and :max characters.",
    "validation.boolean": "The :attribute field must be true or false.",
    "validation.confirmed": "The :attribute confirmation does not match.",
    "validation.current_password": "The password is incorrect.",
    "validation.date": "The :attribute is not a valid date.",
    "validation.date_equals": "The :attribute must be a date equal to :date.",
    "validation.date_format": "The :attribute does not match the format :format.",
    "validation.declined": "The :attribute must be declined.",
    "validation.declined_if": "The :attribute must be declined when :other is :value.",
    "validation.different": "The :attribute and :other must be different.",
    "validation.digits": "The :attribute must be :digits digits.",
    "validation.digits_between": "The :attribute must be between :min and :max digits.",
    "validation.dimensions": "The :attribute has invalid image dimensions.",
    "validation.distinct": "The :attribute field has a duplicate value.",
    "validation.email": "The :attribute must be a valid email address.",
    "validation.ends_with": "The :attribute must end with one of the following: :values.",
    "validation.enum": "The selected :attribute is invalid.",
    "validation.exists": "The selected :attribute is invalid.",
    "validation.file": "The :attribute must be a file.",
    "validation.filled": "The :attribute field must have a value.",
    "validation.gt.array": "The :attribute must have more than :value items.",
    "validation.gt.file": "The :attribute must be greater than :value kilobytes.",
    "validation.gt.numeric": "The :attribute must be greater than :value.",
    "validation.gt.string": "The :attribute must be greater than :value characters.",
    "validation.gte.array": "The :attribute must have :value items or more.",
    "validation.gte.file": "The :attribute must be greater than or equal to :value kilobytes.",
    "validation.gte.numeric": "The :attribute must be greater than or equal to :value.",
    "validation.gte.string": "The :attribute must be greater than or equal to :value characters.",
    "validation.image": "The :attribute must be an image.",
    "validation.in": "The selected :attribute is invalid.",
    "validation.in_array": "The :attribute field does not exist in :other.",
    "validation.integer": "The :attribute must be an integer.",
    "validation.ip": "The :attribute must be a valid IP address.",
    "validation.ipv4": "The :attribute must be a valid IPv4 address.",
    "validation.ipv6": "The :attribute must be a valid IPv6 address.",
    "validation.json": "The :attribute must be a valid JSON string.",
    "validation.lt.array": "The :attribute must have less than :value items.",
    "validation.lt.file": "The :attribute must be less than :value kilobytes.",
    "validation.lt.numeric": "The :attribute must be less than :value.",
    "validation.lt.string": "The :attribute must be less than :value characters.",
    "validation.lte.array": "The :attribute must not have more than :value items.",
    "validation.lte.file": "The :attribute must be less than or equal to :value kilobytes.",
    "validation.lte.numeric": "The :attribute must be less than or equal to :value.",
    "validation.lte.string": "The :attribute must be less than or equal to :value characters.",
    "validation.mac_address": "The :attribute must be a valid MAC address.",
    "validation.max.array": "The :attribute must not have more than :max items.",
    "validation.max.file": "The :attribute must not be greater than :max kilobytes.",
    "validation.max.numeric": "The :attribute must not be greater than :max.",
    "validation.max.string": "The :attribute must not be greater than :max characters.",
    "validation.mimes": "The :attribute must be a file of type: :values.",
    "validation.mimetypes": "The :attribute must be a file of type: :values.",
    "validation.min.array": "The :attribute must have at least :min items.",
    "validation.min.file": "The :attribute must be at least :min kilobytes.",
    "validation.min.numeric": "The :attribute must be at least :min.",
    "validation.min.string": "The :attribute must be at least :min characters.",
    "validation.multiple_of": "The :attribute must be a multiple of :value.",
    "validation.not_in": "The selected :attribute is invalid.",
    "validation.not_regex": "The :attribute format is invalid.",
    "validation.numeric": "The :attribute must be a number.",
    "validation.present": "The :attribute field must be present.",
    "validation.prohibited": "The :attribute field is prohibited.",
    "validation.prohibited_if": "The :attribute field is prohibited when :other is :value.",
    "validation.prohibited_unless": "The :attribute field is prohibited unless :other is in :values.",
    "validation.prohibits": "The :attribute field prohibits :other from being present.",
    "validation.regex": "The :attribute format is invalid.",
    "validation.required": "The :attribute field is required.",
    "validation.required_array_keys": "The :attribute field must contain entries for: :values.",
    "validation.required_if": "The :attribute field is required when :other is :value.",
    "validation.required_unless": "The :attribute field is required unless :other is in :values.",
    "validation.required_with": "The :attribute field is required when :values is present.",
    "validation.required_with_all": "The :attribute field is required when :values are present.",
    "validation.required_without": "The :attribute field is required when :values is not present.",
    "validation.required_without_all": "The :attribute field is required when none of :values are present.",
    "validation.same": "The :attribute and :other must match.",
    "validation.size.array": "The :attribute must contain :size items.",
    "validation.size.file": "The :attribute must be :size kilobytes.",
    "validation.size.numeric": "The :attribute must be :size.",
    "validation.size.string": "The :attribute must be :size characters.",
    "validation.starts_with": "The :attribute must start with one of the following: :values.",
    "validation.string": "The :attribute must be a string.",
    "validation.timezone": "The :attribute must be a valid timezone.",
    "validation.unique": "The :attribute has already been taken.",
    "validation.uploaded": "The :attribute failed to upload.",
    "validation.url": "The :attribute must be a valid URL.",
    "validation.uuid": "The :attribute must be a valid UUID.",
    "validation.custom.attribute-name.rule-name": "custom-message",

    "Dashboard": "Lukasa",
    "Advertising": "Pona Mbangu",
    "Subscription Reports": "Bambangu ya Kokamata",
    "Manage Business": "Tanga Biznes",
    "Categories": "Bikolo",
    "Business List": "Lisanga ya Biznes",
    "Manage Plans": "Tanga Mibeko",
    "Create Plan": "Kokela Mibeko",
    "Staff Management": "Tanga Basango",
    "Create Staff": "Kokela Basango",
    "Manage Staff": "Tanga Basango",
    "Messages": "Mokanda",
    "Manage Messages": "Tanga Mokanda",
    "CMS Manage": "Tanga CMS",
    "Manage Pages": "Tanga Mpebi",
    "Manage FAQs": "Tanga Bisi ya Mibeko",
    "Terms & Conditions": "Balanzi mpe Bisika",
    "Privacy & Policy": "Bikela mpe Mibeko",
    "Testimonials": "Balinga",
    "Features": "Bikala",
    "Interface": "Interface",
    "Manage Blogs": "Tanga Blogs",
    "Newsletters": "Nzelu ya Nduka",
    "Roles & Permissions": "Mikano mpe Mibeko",
    "Roles": "Mikano",
    "Permissions": "Mibeko",
    "Settings": "Bikela",
    "Currencies": "Maboko",
    "Notifications": "Bampasa",
    "SMS Settings": "Bikela ya SMS",
    "Payment Gateway": "Port ya Libuku",
    "System Settings": "Bikela ya Nsango",
    "General Settings": "Bikela ya Moke",

    "Banner": "Bango",
    "Add New Banner": "Kokela Bango ya Sika",
    "Banner List": "Lisanga ya Bango",
    "Status": "Etati",
    "Image": "Sango",
    "Active": "Kasi",
    "Cancel": "Kangola",
    "Save": "Bika",
    "Edit Banner": "Suka Bango",
    "Advertising List": "Lisanga ya Pona Mbangu",
    "Create Banner": "Kokela Bango",
    "SL": "SL",
    "Create Advertising": "Kokela Pona Mbangu",
    "Reset": "Kozonga",
    "Edit Advertising": "Suka Pona Mbangu",
    "Edit": "Suka",
    "Delete": "Kangola",
    "Shop": "Bokende",
    "Add new Package": "Kokela Pakete ya Sika",
    "Shop List": "Lisanga ya Bokende",
    "Subscription Plan": "Mibeko ya Kokamata",
    "Select Plan Category": "Sengela Bikolo ya Mibeko",
    "Package Name": "Nkombo ya Pakete",
    "Enter Package Name": "Tanga Nkombo ya Pakete",
    "Business Category": "Bikolo ya Biznes",
    "Select Business Category": "Sengela Bikolo ya Biznes",
    "Duration in Days": "Tango na Mibale",
    "Enter number": "Tanga namboka",
    "Offer Price": "Mokolo ya Lokola",
    "Enter Plan Price": "Tanga Mokolo ya Mibeko",
    "Subscription Price": "Mokolo ya Kokamata",
    "Enter Subscription Price": "Tanga Mokolo ya Kokamata",
    "View": "Talaka",
    "Upgrade Plan": "Kokola Mibeko",
    "Edit Shop": "Suka Bokende",
    "Select Category": "Sengela Bikolo",
    "Shop/Business Name": "Nkombo ya Bokende/Biznes",
    "Enter Shop/Business Name": "Tanga Nkombo ya Bokende/Biznes",
    "Package": "Pakete",
    "Select a package": "Sengela pakete",
    "Name": "Nkombo",
    "Enter Name": "Tanga Nkombo",
    "Role": "Mikano",
    "Select a role": "Sengela mikano",
    "Email": "Email",
    "Enter Email": "Tanga Email",
    "Phone": "Liyamba",
    "Enter Phone Number": "Tanga Namboka ya Liyamba",
    "Password": "Mokanda ya nsuka",
    "Enter Password": "Tanga Mokanda ya nsuka",
    "Confirm password": "Kangola mokanda ya nsuka",
    "Enter Confirm password": "Tanga kangola mokanda ya nsuka",
    "Address": "Akomo",
    "Enter Address": "Tanga Akomo",
    "Select Country": "Sengela Ekozanga",
    "Select a Country": "Sengela Ekozanga",
    "Balance": "Loboko",
    "Enter Balance": "Tanga Loboko",
    "Search...": "Luka...",
    "Business Name": "Nkombo ya Biznes",
    "Last Enroll": "Nsuka ya Nsuka",
    "Expired Date": "Mokolo ya Koseka",
    "Action": "Mibeko",
    "Select A Plan": "Sengela Mibeko",
    "Select One": "Sengela Moko",
    "Price": "Mokolo",
    "Enter plan price or select a plan": "Tanga mokolo ya mibeko to sengela mibeko",
    "Payment Gateways": "Port ya Libuku",
    "Select A payment gateway": "Sengela port ya libuku",
    "Notes": "Mokanda",
    "Enter notes": "Tanga mokanda",
    "Business View": "Tala Biznes",
    "Created date": "Mokolo ya Kozala",
    "Category": "Bikolo",
    "Add new Category": "Kokela Bikolo ya Sika",
    "View List": "Tala Lisanga",
    "Buisness Name": "Nkombo ya Biznes",
    "Enter Description": "Tanga Bokanisi",
    "Description": "Bokanisi",
    "Edit Business Category": "Suka Bikolo ya Biznes",
    "Enter Buisness Description": "Tanga Bokanisi ya Biznes",
    "Business Categories List": "Lisanga ya Bikolo ya Biznes",
    "Add New": "Kokela Sika",
    "Reports": "Bambangu",
    "All": "Nyonso",
    "Active User": "Mokili Mabe",
    "Deactive User": "Mokili Mabe ya Koseka",
    "Date": "Mokolo",
    "SL.": "SL.",
    "Invoice": "Liyangani",
    "Customer Name": "Nkombo ya Mosali",
    "Amount": "Mokolo",
    "View Report": "Tala Bambangu",
    "Download Report": "Download Bambangu",
    "User View": "Tala Mokili",
    "Shop Name": "Nkombo ya Bokende",
    "Country": "Ekozanga",
    "Reason": "Mokano",
    "Are You Sure?": "Ozali na nsuka?",
    "You won't be able to revert this!": "Okosila na yo te!",
    "Yes, Delete It!": "Eee, Kangola yango!",
    "Add Currency": "Kokela Maboko",
    "Code": "Kod",
    "Symbol": "Sango",
    "Position": "Ezali",
    "Inactive": "Esika te",
    "Make Default": "Kokela Esika ya Mibeko",
    "Edit Currency": "Suka Maboko",
    "Currency": "Maboko",

    "Total Businesses": "Bizinse Nyonso",
    "Total Expired Businesses": "Bizinse Nyonso ya Koseka",
    "Total Plan Subscribes": "Mibeko Nyonso ya Kokamata",
    "Total Business Categories": "Bikolo Nyonso ya Biznes",
    "Total Plans": "Mibeko Nyonso",
    "Total Staffs": "Basango Nyonso",
    "Finance Overview": "Pona ya Mbongo",

    "Gateway Settings": "Bikela ya Port",
    "Payment Gateway Settings": "Bikela ya Port ya Libuku",
    "GATEWAY IMAGE": "SANGO YA PORT",
    "GATEWAY NAME": "NKOLO YA PORT",
    "Gateway Charge": "Mokolo ya Port",
    "Gateway Currency": "Maboko ya Port",
    "Gateway Mode": "Bokoli ya Port",
    "Is Manual": "Ezali na Nzela",
    "Yes": "Eee",
    "No": "Te",
    "Label": "Etikete",
    "Enter label name": "Tanga nkombo ya etikete",
    "Select Required/Optional": "Sengela Ezozanga/Esika te",
    "Required": "Ezozanga",
    "Optional": "Esika te",
    "Add new row": "Kokela sango ya sika",
    "INSTRUCTIONS": "MONGA",
    "Enter payment instructions here": "Tanga monganga ya libuku awa",

    "Messages List": "Lisanga ya Mokanda",
    "Search": "Luka",
    "Company Name": "Nkombo ya Kambani",
    "Message": "Mokanda",

    "Notifications List": "Lisanga ya Bokomi",
    "Today": "Lobi",
    "Last 7 Days": "Mibale ya 7",
    "Last 15 Days": "Mibale ya 15",
    "Last Month": "Mokolo ya Mibale",
    "Last Year": "Mokolo ya Mibale",
    "Created At": "Kozala Na",
    "Read At": "Kosalisa Na",
    "Add New Payment Type": "Kokela Nzela ya Libuku Sika",
    "Enter Payment Type": "Tanga Nzela ya Libuku",
    "Edit Payment Type": "Suka Nzela ya Libuku",
    "Payment Type": "Nzela ya Libuku",
    "Add Payment Type": "Kokela Nzela ya Libuku",
    "Per Page- 10": "Na Mukanda- 10",
    "Per Page- 25": "Na Mukanda- 25",
    "Per Page- 50": "Na Mukanda- 50",
    "Per Page- 100": "Na Mukanda- 100",
    "Assigned Role": "Mikano ebandeli",
    "Assign Role To User": "Sangisa Mikano Na Mokili",
    "Select User": "Sengela Mokili",
    "User": "Mokili",
    "Select Role": "Sengela Mikano",
    "Add Subscription Plan": "Kokela Mibeko ya Koseka",
    "Package List": "Lisanga ya Pakete",
    "Add New Features": "Kokela Mibeko Sika",
    "Enter features": "Tanga mibeko",
    "Edit Subscription Plan": "Suka Mibeko ya Koseka",
    "Edit Package": "Suka Pakete",
    "Enter Duration Days": "Tanga Mibale ya Ngonga",
    "Deactive": "Koseka",
    "Create Plans": "Koseka Mibeko",
    "User Profile": "Profile ya Mokili",
    "Registration Date": "Mokolo ya Kokoma",
    "Enter Your Name": "Tanga Nkombo na Yo",
    "Enter Your Email": "Tanga Email na Yo",
    "Profile Picture": "Sango ya Profile",
    "Current Password": "Mot de passe ya lelo",
    "Enter Your Current Password": "Tanga Mot de passe na Yo",
    "New Password": "Mot de passe Sika",
    "Enter New Password": "Tanga Mot de passe Sika",
    "Save Changes": "Zala Ngonga",
    "Add New Role": "Kokela Mikano Sika",
    "Set role permissions": "Sika permisyon ya mikano",
    "Role Name": "Nkombo ya Mikano",
    "Enter role name": "Tanga nkombo ya mikano",
    "Role Permissions": "Permisyon ya Mikano",
    "Setup role permissions": "Sika permisyon ya mikano",
    "Select All": "Sengela Nyonso",
    "Roles List": "Lisanga ya Mikano",
    "Add role, if it does not exist": "Kokela mikano, soki eza te",
    "Edit Role": "Suka Mikano",
    "Privacy & Policy Settings": "Bikela ya Mboka & Polisi",
    "Update": "Sukisa",
    "Term & Condition Settings": "Bikela ya Mibeko & Makambo",
    "Title": "Nkombo",
    "Enter Title": "Tanga Nkombo",
    "Copy Right": "Mokolo ya Kopi",
    "Admin Footer Text": "Mokanda ya Footer ya Admin",
    "Enter Text": "Tanga Mokanda",
    "Admin Footer Link Text": "Mokanda ya Liyangani ya Admin",
    "Admin Footer Link": "Liyangani ya Footer ya Admin",
    "Enter Link": "Tanga Liyangani",
    "Main Header Logo": "Logo ya Heder ya Mokolo",
    "Common Header Logo": "Logo ya Heder ya Sika",
    "Footer Logo": "Logo ya Footer",
    "Admin Logo": "Logo ya Admin",
    "Favicon": "Favicon",
    "Don't Use Any Kind Of Space In The Input Fields": "Okozanga lisusu lolenge ya espace na ba champ ya tanga",

    "App": "App",
    "Drivers": "Ba Driver",
    "Storage Settings": "Bikela ya Emoni",
    "Mail Configuration": "Kokela ya Mbangu",
    "Others": "Ba Nyonso",
    "APP_NAME": "Nkombo ya APP",
    "APP_KEY": "Koti ya APP",
    "APP_DEBUG": "APP_DEBUG",
    "APP_URL": "URL ya APP",
    "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": "Sika ya COMMAND ya QUEUE",
    "CACHE_DRIVER": "CACHE_DRIVER",
    "Recommended": "Ezalaka na Koyekola",
    "QUEUE_CONNECTION": "QUEUE_CONNECTION",
    "SESSION_DRIVER": "SESSION_DRIVER",
    "SESSION_LIFETIME": "Mokolo ya SESSION",
    "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": "Tanga ba credentials soki olingi kotisa AWS S3 Storage Bucket",
    "Wasabi Storage Bucket": "Wasabi Storage Bucket",
    "public (uploads folder)": "public (folder ya ba uploads)",
    "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": "Tanga ba credentials soki olingi kotisa 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": "Mokolo ya CACHE",
    "Paid": "Paya",
    "Reject": "Kokota",
    "Why are you reject It?": "Mpo na nini okokota yango?",
    "Enter Reason": "Tanga Mbala",
    "Confirm": "Kangola",
    "Subscriptions List": "Lisanga ya Ba Mibeko",
    "Started": "Ebimi",
    "End": "Kobima",
    "Gateway Method": "Mokano ya Gateway",
    "Are you sure?": "Ozali na esengo?",
    "Add New Testimonial": "Kokela Ba Témoignage Sika",
    "Client Name": "Nkombo ya Client",
    "Enter Client Name": "Tanga Nkombo ya Client",
    "Stars": "Bato",
    "Works At": "Ebandeli Na",
    "Client Image": "Sango ya Client",
    "Review": "Revizyon",
    "Enter text": "Tanga mokanda",
    "Enter review message here": "Tanga sango ya revizyon awa",
    "Edit Testimonial": "Suka Témoignage",
    "Testimonials List": "Lisanga ya Ba Témoignage",
    "Create New": "Koseka Sika",
    "Add New Staff": "Kokela Ba Staff Sika",
    "Full Name": "Nkombo Mobimba",
    "Enter Email Address": "Tanga Adresse Email",
    "Edit Staff": "Suka Staff",
    "Staff List": "Lisanga ya Staff",
    "User Email": "Email ya Mokili",
    "User Role": "Mikano ya Mokili",
    "Comments": "Makanisi",
    "Comment List": "Lisanga ya Ba Makanisi",
    "Create Blog": "Koseka Blog",
    "Blog List": "Lisanga ya Blog",
    "Select a status": "Sengela mikano",
    "Tags": "Tags",
    "Enter tags name": "Tanga nkombo ya tags",
    "SEO Meta Tags": "Ba Tags ya SEO Meta",
    "Meta Title": "Nkombo ya Meta",
    "Meta Description": "Likambo ya Meta",
    "Enter meta Description": "Tanga Likambo ya Meta",
    "Comment": "Makanisi",
    "Edit Blog": "Suka Blog",
    "Blogs": "Ba Blogs",
    "Create Faqs": "Koseka Ba Faqs",
    "Add New FAQs": "Kokela Ba FAQs Sika",
    "Question": "Motuna",
    "InActive": "Te Active",
    "Answer": "Mokonzi",
    "Enter question answer here": "Tanga mokonzi ya motuna awa",
    "Edit Faqs": "Suka Ba Faqs",
    "FAQS List": "Lisanga ya FAQ",
    "View Details": "Luka Ba détails",
    "Create Feature": "Lenga Fonctionnalité",
    "Add New Feature": "Sanga Fonctionnalité ya sika",
    "Backgroud Color": "Mokili ya Ndaka",
    "Enter Color": "Tinda Ndaka",
    "Edit Feature": "Sukola Fonctionnalité",
    "Features List": "Lisanga ya Bifangeli",
    "Create Interfaces": "Lenga Interfaces",
    "Add New Interface": "Sanga Interface ya sika",
    "Edit Interface": "Sukola Interface",
    "Interfaces List": "Lisanga ya Interfaces",
    "Newsletters List": "Lisanga ya Mbongo",
    "Page for Updating Website Sections": "Lemon ya Kobongisa Ba Seksyon ya Website",
    "Slider Section": "Seksyon ya Slider",
    "Header Section": "Seksyon ya Tête",
    "Feature Section": "Seksyon ya Fonctionnalité",
    "Interface Section": "Seksyon ya Interface",
    "Watch Section": "Seksyon ya Kolesa",
    "Testimonial Section": "Seksyon ya Témoignage",
    "Blog Section": "Seksyon ya Blog",
    "About us Page": "Lemon ya Likambo",
    "Terms And Conditions": "Mikanda mpe Makambo",
    "Privacy Page": "Lemon ya Mibeko",
    "Contuct us Page": "Lemon ya Kotalisa biso",
    "Pricing Section": "Seksyon ya Mikolo",
    "Footer Section": "Seksyon ya Footer",
    "Social Medias": "Mokili ya Social",
    "Button One": "Bato ya Moko",
    "Button Text": "Mokolo ya Bato",
    "Button One Link": "Liyebisi ya Bato ya Moko",
    "Button Two": "Bato ya Mibale",
    "Button Two Link": "Liyebisi ya Bato ya Mibale",
    "Scanner Text": "Mokolo ya Scanner",
    "Scanner Image": "Mokolo ya Liyaka ya Scanner",
    "Slider Image": "Mokolo ya Liyaka ya Slider",
    "Header Button Text": "Mokolo ya Bato ya Tête",
    "Header Button Link": "Liyebisi ya Bato ya Tête",
    "Enter Header link": "Tinda Liyebisi ya Tête",
    "Section Title": "Titr ya Seksyon",
    "Enter Section Title": "Tinda Titr ya Seksyon",
    "Interface Title": "Titr ya Interface",
    "Watch Title": "Titr ya Kolesa",
    "Button Link": "Liyebisi ya Bato",
    "Watch Image": "Mokolo ya Liyaka ya Kolesa",
    "Blog Title": "Titr ya Blog",
    "Read More Button Text": "Mokolo ya Bato ya Kolesa Nyonso",
    "View All Button Text": "Mokolo ya Bato ya Kolesa nyonso",
    "View All Link": "Liyebisi ya Kolesa nyonso",
    "Testimonial Title": "Titr ya Témoignage",
    "Enter Short Title": "Tinda Titr ya Posi",
    "Long Title": "Titr Long",
    "About Image": "Mokolo ya Liyaka",
    "Description One": "Bolanzi ya Moko",
    "Description Two": "Bolanzi ya Mibale",
    "Option": "Likambo",
    "Icon": "Ikoni",
    "Plan Button Url": "URL ya Bato ya Plan",
    "Short Title": "Titr ya Posi",
    "Right Footer Title": "Titr ya Footer ya Kolo",
    "Middle Footer Title": "Titr ya Footer ya Malamu",
    "Apple App Link": "Liyebisi ya Apple App",
    "Apple App": "Apple App",
    "Google Play Link": "Liyebisi ya Google Play",
    "Google Play App": "Google Play App",
    "Right Footer": "Footer ya Kolo",
    "Link": "Liyebisi",
    "Middle Footer": "Footer ya Malamu",
    "Left Footer": "Footer ya Kolo",
    "Footer Socials": "Mokili ya Social ya Footer",
    "Forgot Password": "Okozanga Mot de Passe",
    "Enter the email address associated with your account": "Tinda adresse e-mail oyo ebimaka na compte na yo",
    "Enter your Email": "Tinda e-mail na yo",
    "Continue": "Kangola",
    "Back to Login": "Koma na Login",
    "Login": "Login",
    "Welcome to": "Bino Moze",
    "Welcome back, Please login in to your account": "Bino Moze, S'il vous plaît Login na compte na yo",
    "Remember me": "Sunga ngai",
    "Forgot Password?": "Okozanga Mot de Passe?",
    "Super Admin": "Super Admin",
    "Admin": "Admin",
    "Manager": "Manager",
    "Reset Password": "Kondima Mot de Passe",
    "Change Password": "Suka Mot de Passe",
    "Create new password, it must be Strong password.": "Lenga mot de passe sika, ekoki kozala mot de passe ya nguvu.",
    "Confirm Password": "Sukola Mot de Passe",
    "You Have": "Ozo",
    "new Notifications": "Mikanda sika",
    "Mark all Read": "Sukola nyonso lokola zali kolobela",
    "View all notifications": "Luka nyonso ya mikanda",
    "Clear cache": "Suka cache",
    "My Profile": "Profil na ngai",
    "Logout": "Kondima",
    "About Us": "Likambo na biso",
    "Home": "Ndako",
    "Pricing": "Mikolo",
    "Pages": "Bokengeli",
    "Blog": "Blog",
    "Privacy Policy": "Politiki ya Mibeko",
    "Contact Us": "Tindela biso",
    "You are having this email because you have requested for a password reset.": "Ozali na e-mail oyo mpo na kozwa nzela ya kosala mpasi.",
    "Your verification code is:": "Kodik ya kokanga yo ezali:",
    "This password reset code will expire in 60 minutes.": "Kodik ya kosala mpasi oyo ekokufa na mikolo 60.",
    "If you did not request a password reset, no further action is required.": "Soki okomaki te kosala mpasi, toli nyonso ezali te.",
    "Regards": "Na nzela ya malamu",
    "All right reserved": "Biso nyonso tozali na lisungi",
    "Hi": "Mbote",
    "Dear": "Nayokani",
    "Your OTP code is": "kodik ya OTP na yo ezali",
    "Please do not share this PIN with anyone": "Ndakisa, soki okoyebisa te PIN oyo na moto moko te.",
    "Best Regards": "Na nzela ya malamu",
    "Gateway Name": "Nkombo ya gateway",
    "Subscription Name": "Nkombo ya kondima",
    "Payable Amount": "Mokolo ya kobonga",
    "Phone Number": "Nombolo ya telefone",
    "Enter your phone number": "Tika nombolo ya telefone na yo",
    "Pay Now": "Bonga sikoyo",
    "Next": "Esika ya nsima",
    "Previous": "Esika ya liboso",
    "Free": "Ya libanda",
    "Features Of Free Plan": "Mikano ya plan ya libanda",
    "Choose Plan": "Sengela plan",
    "Blog Details": "Makanisi ya blog",
    "Leave a Comment Here": "Tika komikisi awa",
    "Your email address will not be published": "Nombolo ya e-mail na yo ekoki te kozwa",
    "Enter your name": "Tika nkombo na yo",
    "Enter your email": "Tika e-mail na yo",
    "Enter your comment": "Tika komikisi na yo",
    "Recent Posts": "Makanisi ya nsima",
    "Create a Free Account": "Sengela akun ya libanda",
    "Enter full name": "Tika nkombo na yo mobimba",
    "Enter phone number": "Tika nombolo ya telefone",
    "Enter email address": "Tika e-mail",
    "Company": "Kampani",
    "Enter company name": "Tika nkombo ya kampani",
    "Enter your message": "Tika mpenza na yo",
    "Pricing Plan": "Plan ya mikolo",
    "Subscription Plans": "Plans ya kondima",

    "Plan List": "Liyangani ya plan",
    "Work At": "Mosala na",
    "Show- 10": "Tika- 10",
    "Show- 25": "Tika- 25",
    "Show- 50": "Tika- 50",
    "Show- 100": "Tika- 100",
    "Duration": "Mokolo",
    "Select": "Sengela",
    "Currency List": "Liyangani ya mbongo",
    "Default": "Malamu",
    "Country Name": "Nkombo ya mabele",
    "View Website": "Talá site",
    "Contact Messages": "Mokanda ya tindela",

    "Total Shop": "Ekomi mobimba",
    "Expired Businesses": "Kampani oyo efungaki",
    "Plan Subscribes": "Plans oyo ebele",
    "Total Categories": "Ekomi mbala",
    "Recent Register": "Kipela ya nsima",
    "Date & Time": "Mokolo & Tango",
    "View All": "Talá nyonso",
    "Add new Business": "Sengela kampani ya sika",
    "Enter Company Name": "Tika nkombo ya kampani",
    "Edit Business": "Sakola kampani",
    "Create Business": "Sengela kampani",
    "Enter Buisness Name": "Tika nkombo ya kampani",
    "Note: Enter embedded video link": "Luka: Tika nzela ya video.",
    "Enter title": "Tika titre",
    "Enter Code": "Tika kod",
    "Enter Symbol": "Tika simbó",
    "Select a position": "Sengela esika",
    "left": "kolo",
    "right": "kolo",
    "TIMEZONE": "TANGO",
    "Note :": "Luka :",
    "If you are using MAIL QUEUE after Changing The Mail Settings You Need To Restart Your Supervisor From Your Server": "Soki ozali na MAIL QUEUE sima ya kokanga mwinda, osengeli kokanga mposo na yo.",
    "QUEUE COMMAND Path :": "Nzela ya QUEUE COMMAND :",
    "QUEUE COMMAND :": "COMMAND ya QUEUE :",
    "Storage Method": "Mokano ya kokota",

    "Brand List": "Liste des marques",
    "Add new Brand": "Ajouter une nouvelle marque",
    "items show": "articles affichés",
    "Brand Name": "Nom de la marque",
    "Create Brand": "Créer une marque",
    "Enter Brand Name": "Entrez le nom de la marque",
    "Edit Brand": "Modifier la marque",
    "Add New Category": "Ajouter une nouvelle catégorie",
    "Enter Category Name": "Entrez le nom de la catégorie",
    "Select Variations": "Sélectionner les variations",
    "Capacity": "Capacité",
    "Color": "Couleur",
    "Size": "Taille",
    "Type": "Type",
    "Weight": "Poids",
    "Edit Category": "Modifier la catégorie",
    "Category List": "Liste des catégories",
    "You want to delete everything!": "Vous voulez tout supprimer!",
    "Total Sales": "Ventes totales",
    "Total Purchase": "Achats totaux",
    "Total Income": "Revenu total",
    "This Month": "Ce mois-ci",
    "Total Expense": "Dépenses totales",
    "Total Customer": "Total clients",
    "Total Supplier": "Total fournisseurs",
    "Sales Returns": "Retours de vente",
    "Purchase Returns": "Retours d'achat",
    "Low Stock": "Stock faible",
    "Alert Qty": "Quantité d'alerte",
    "Profit": "Profit",
    "Loss": "Perte",
    "Purchase": "Achat",
    "Sales": "Ventes",
    "Income": "Revenu",
    "Expense": "Dépense",
    "Recent Sales": "Ventes récentes",
    "Recent Purchase": "Achats récents",
    "Customer": "Client",
    "Total": "Total",
    "Due": "Dû",
    "Collect Due": "Recueillir dû",
    "Select Invoice": "Sélectionner la facture",
    "Select an Invoice": "Sélectionnez une facture",
    "Total Amount": "Montant total",
    "Paid Amount": "Montant payé",
    "Due Amount": "Montant dû",
    "Select one": "Sélectionnez-en un",
    "Cash": "Espèce",
    "Card": "Carte",
    "Check": "Chèque",
    "Mobile Pay": "Paiement mobile",
    "Due List": "Liste des dus",
    "Mobile": "Mobile",
    "Sale": "Vente",
    "Bill To": "Facturé à",
    "Collected By": "Récolté par",
    "Total Due": "Total dû",
    "Payment Amount": "Montant du paiement",
    "Remaining Due": "Restant dû",
    "Powered By": "Propulsé par",
    "Create Expense Catgeory": "Créer une catégorie de dépenses",
    "Catgeory Name": "Nom de la catégorie",
    "Enter catgeory Name": "Entrez le nom de la catégorie",
    "Edit Expense Category": "Modifier la catégorie de dépenses",
    "Expense Category List": "Liste des catégories de dépenses",
    "Add new": "Ajouter nouveau",
    "Category Name": "Nom de la catégorie",
    "Create Expense": "Créer une dépense",
    "Enter Amount": "Entrez le montant",
    "Select A Category": "Sélectionnez une catégorie",
    "Expense For": "Dépense pour",
    "Enter Expense For": "Entrez la dépense pour",
    "Select a payment type": "Sélectionnez un mode de paiement",
    "Bank": "Banque",
    "Mobile Payment": "Paiement mobile",
    "Reference Number": "Numéro de référence",
    "Enter reference number": "Entrez le numéro de référence",
    "Expense Date": "Date de dépense",
    "Note": "Note",
    "Enter note": "Entrez une note",
    "Edit Expense": "Modifier la dépense",
    "Expense List": "Liste des dépenses",
    "Expesne For": "Dépense pour",
    "Create Income Catgeory": "Créer une catégorie de revenus",
    "Enter catgeory name": "Entrez le nom de la catégorie",
    "Edit Income Category": "Modifier la catégorie de revenus",
    "Income Category List": "Liste des catégories de revenus",
    "Create Income": "Créer un revenu",
    "Enter amount": "Entrez le montant",
    "Enter income for": "Entrez le revenu pour",
    "Income Date": "Date de revenu",
    "Edit Income": "Modifier le revenu",
    "Income List": "Liste des revenus",
    "Sale New": "Nouvelle vente",
    "Sale List": "Liste des ventes",
    "Sale Return": "Retour de vente",
    "Purchases": "Achats",
    "Purchase New": "Nouvel achat",
    "Purchase List": "Liste des achats",
    "Purchase Return": "Retour d'achat",
    "Products": "Produits",
    "All Product": "Tous les produits",
    "Add Product": "Ajouter un produit",
    "Brand": "Marque",
    "Unit": "Unité",
    "Stock List": "Liste des stocks",
    "Customers": "Clients",
    "All Customers": "Tous les clients",
    "Add Customer": "Ajouter un client",
    "Suppliers": "Fournisseurs",
    "All Suppliers": "Tous les fournisseurs",
    "Add Supplier": "Ajouter un fournisseur",
    "Income Category": "Catégorie de revenus",
    "Expense Category": "Catégorie de dépenses",
    "Subscriptions": "Abonnements",
    "Profit & Loss List": "Liste des profits et pertes",
    "All Income": "Tous les revenus",
    "All Expense": "Toutes les dépenses",
    "Current Stock": "Stock actuel",
    "Customer Due": "Dû par les clients",
    "Supplier Due": "Dû aux fournisseurs",
    "Loss & Profit": "Perte et profit",
    "Loss/Profit": "Perte/Profit",
    "Unpaid": "Impayé",
    "Loss Profit": "Perte Profit",
    "Loss Profit List": "Liste des pertes et profits",
    "Product List": "Liste des produits",
    "Create Party": "Créer une partie",
    "List": "Liste",
    "Party Type": "Type de partie",
    "Retailer": "Détaillant",
    "Dealer": "Revendeur",
    "Wholesaler": "Grossiste",
    "Supplier": "Fournisseur",
    "Enter Due": "Entrez le dû",
    "Edit Party": "Modifier la partie",
    "Edit ": "Modifier ",
    " List": " Liste",
    "Parties List": "Liste des parties",
    "Add new ": "Ajouter nouveau ",
    "Create Product": "Créer un produit",
    "Add new Product": "Ajouter un nouveau produit",
    "Product Name": "Nom du produit",
    "Enter Product Name": "Entrez le nom du produit",
    "Product Category": "Catégorie de produit",
    "Product Unit": "Unité de produit",
    "Product Code": "Code produit",
    "Enter Product Code": "Entrez le code produit",
    "Stock": "Stock",
    "Enter stock qty": "Entrez la quantité de stock",
    "Purchase Price": "Prix d'achat",
    "Enter purchase price": "Entrez le prix d'achat",
    "Sale Price": "Prix de vente",
    "Enter sale price": "Entrez le prix de vente",
    "Wholesale Price": "Prix de gros",
    "Enter wholesale price": "Entrez le prix de gros",
    "Dealer Price": "Prix du revendeur",
    "Enter dealer price": "Entrez le prix du revendeur",
    "Manufacturer": "Fabricant",
    "Enter manufacturer name": "Entrez le nom du fabricant",
    "Edit Product": "Modifier le produit",
    "Product Brand": "Marque du produit",
    "Purchase price": "Prix d'achat",
    "Sale price": "Prix de vente",
    "Pos Sale": "Vente au point de vente",
    "Invoice no": "Numéro de facture",
    "Invoice No": "Numéro de facture",
    "Items": "Articles",
    "Qty": "Qté",
    "Sub Total": "Sous-total",
    "Purchase return Amount ": "Montant du retour d'achat",
    "Confirm Return": "Confirmer le retour",
    "Purchase Return List": "Liste des retours d'achat",
    "Return Date": "Date de retour",
    "Return Amount": "Montant du retour",
    "Return Qty": "Quantité retournée",
    "Brand list": "Liste des marques",
    "0": "0",
    "Quick Action": "Action rapide",
    "Today Purchase": "Achat d'aujourd'hui",
    "Calculator": "Calculatrice",
    "Select Supplier": "Sélectionner le fournisseur",
    "Receive Amount": "Montant reçu",
    "Search product...": "Rechercher un produit...",
    "Due: ": "Dû :",
    "Party Name": "Nom de la partie",
    "Discount": "Remise",
    "Payment": "Paiement",
    "INVOICE": "FACTURE",
    "Sells By": "Vendue par",
    "Quantity": "Quantité",
    "Unit Price": "Prix unitaire",
    "Total Price": "Prix total",
    "Item": "Article",
    "Paid by": "Payé par",
    "Subtotal": "Sous-total",
    "Customer Signature": "Signature du client",
    "Authorized Signature": "Signature autorisée",
    "Add Items": "Ajouter des articles",
    "Enter Quantity": "Entrez la quantité",
    "Enter Purchase Price": "Entrez le prix d'achat",
    "Sales Price": "Prix de vente",
    "Enter Sales Price": "Entrez le prix de vente",
    "WholeSale Price": "Prix de gros",
    "Enter WholeSale Price": "Entrez le prix de gros",
    "Enter Dealer Price": "Entrez le prix du revendeur",
    "Customer Due Reports": "Rapports de dû des clients",
    "Customer Due List": "Liste de dû des clients",
    "Expense Reports": "Rapports de dépenses",
    "Expense Report List": "Liste des rapports de dépenses",
    "Income For": "Revenu pour",
    "Income Reports": "Rapports de revenus",
    "Income Report List": "Liste des rapports de revenus",
    "Loss Profit Reports": "Rapports de perte et profit",
    "From Date": "Date de début",
    "To Date": "Date de fin",
    "Loss Profit Report List": "Liste des rapports de perte et profit",
    "Discount Amount": "Montant de la remise",
    "Sale Date": "Date de vente",
    "Purchase Report List": "Liste des rapports d'achat",
    "Purchase Reports": "Rapports d'achat",
    "Purchase Return Report List": "Liste des rapports de retour d'achat",
    "Purchase Return Reports": "Rapports de retour d'achat",
    "Sales Report List": "Liste des rapports de ventes",
    "Sale Reports": "Rapports de ventes",
    "Sale Return Report": "Rapport de retour de vente",
    "Sale Return Reports": "Rapports de retour de vente",
    "Sale Return Report List": "Liste des rapports de retour de vente",
    "Cost": "Coût",
    "Stock Value": "Valeur du stock",
    "Stock Report List": "Liste des rapports de stock",
    "Stock Reports": "Rapports de stock",
    "Total Quantity": "Quantité totale",
    "Total Stock Value": "Valeur totale du stock",
    "Supplier Due Reports": "Rapports de dû des fournisseurs",
    "Supplier Due List": "Liste de dû des fournisseurs",
    "Profile Edit": "Modifier le profil",
    "Parties": "Parties",
    "Sales List": "Liste des ventes",
    "User Title": "Titre de l'utilisateur",
    "Enter user title": "Entrez le titre de l'utilisateur",
    "Email Address": "Adresse e-mail",
    "Edit User Role": "Modifier le rôle de l'utilisateur",
    "Add User Role": "Ajouter un rôle d'utilisateur",
    "Sale return Amount ": "Montant du retour de vente",
    "Sales Return List": "Liste des retours de vente",
    "Select Customer": "Sélectionner le client",
    "Guest": "Invité",
    "Enter Customer Phone Number": "Entrez le numéro de téléphone du client",
    "Type note...": "Tapez une note...",
    "Sales Return": "Retour de vente",
    "Purchases Return": "Retours d'achats",
    "Add Vat": "Ajouter la TVA",
    "Tax": "Taxe",
    "Apply": "Appliquer",
    "Select a category": "Sélectionnez une catégorie",
    "Company And Business Name": "Nom de la société et de l'entreprise",
    "Enter Phone": "Entrez le téléphone",
    "Logo": "Logo",
    "Invoice Logo": "Logo de la facture",
    "Purchase Plan": "Plan d'achat",
    "Days": "Jours",
    "Already Subscribed": "Déjà abonné",
    "Buy Now": "Acheter maintenant",
    "Create Unit": "Créer une unité",
    "Unit Name": "Nom de l'unité",
    "Enter Unit Name": "Entrez le nom de l'unité",
    "Unit List": "Liste des unités",
    "Add new Unit": "Ajouter une nouvelle unité",
    "Overall Reports": "Rapports généraux",
    "Revenue Statistic": "Statistique des revenus",
    "Today Sales": "Ventes d'aujourd'hui",
    "Change Amount": "Montant du changement",
    "Vat": "TVA",
    "Save Product": "Enregistrer le produit",
    "Product": "Produit",
    "Category created successfully": "Catégorie créée avec succès",
    "Category updated successfully": "Catégorie mise à jour avec succès",
    "Category deleted successfully": "Catégorie supprimée avec succès",
    "Selected Category deleted successfully": "Catégorie sélectionnée supprimée avec succès",
    "Something went wrong!": "Quelque chose a mal tourné!",
    "Brand created cuccessfully": "Marque créée avec succès",
    "Brand updated successfully": "Marque mise à jour avec succès",
    "Brand deleted successfully": "Marque supprimée avec succès",
    "Selected Brands deleted successfully": "Marques sélectionnées supprimées avec succès",
    "Something was wrong.": "Quelque chose n'allait pas.",
    "Default currency activated successfully": "Devise par défaut activée avec succès",
    "Failed to set default currency. Please try again.": "Échec de la définition de la devise par défaut. Veuillez réessayer.",
    "Collect Due saved successfully": "Recueillir le dû enregistré avec succès",
    "Expense Category saved successfully.": "Catégorie de dépenses enregistrée avec succès.",
    "Expense Category updated successfully.": "Catégorie de dépenses mise à jour avec succès.",
    "Expense Category deleted successfully": "Catégorie de dépenses supprimée avec succès",
    "Selected item deleted successfully.": "Élément sélectionné supprimé avec succès.",
    "Expense saved successfully.": "Dépense enregistrée avec succès.",
    "Expense updated successfully.": "Dépense mise à jour avec succès.",
    "Expense deleted successfully": "Dépense supprimée avec succès",
    "Selected Items deleted successfully.": "Éléments sélectionnés supprimés avec succès.",
    "Income Category saved successfully.": "Catégorie de revenus enregistrée avec succès.",
    "Income Category updated successfully.": "Catégorie de revenus mise à jour avec succès.",
    "Income Category deleted successfully": "Catégorie de revenus supprimée avec succès",
    "Income saved successfully.": "Revenu enregistré avec succès.",
    "Income updated successfully.": "Revenu mis à jour avec succès.",
    "Income deleted successfully": "Revenu supprimé avec succès",
    "Premission denied.": "Permission refusée.",
    "Customer created successfully": "Client créé avec succès",
    "Supplier created successfully": "Fournisseur créé avec succès",
    "Supplier deleted successfully": "Fournisseur supprimé avec succès",
    "Customer deleted successfully": "Client supprimé avec succès",
    "Selected parties deleted successfully": "Parties sélectionnées supprimées avec succès",
    "Product saved successfully.": "Produit enregistré avec succès.",
    "Data saved successfully.": "Données enregistrées avec succès.",
    "Product deleted successfully": "Produit supprimé avec succès",
    "Selected product deleted successfully": "Produit sélectionné supprimé avec succès",
    "Cart is empty. Add items first!": "Le panier est vide. Ajoutez d'abord des articles!",
    "Purchase created successfully.": "Achat créé avec succès.",
    "Somethings went wrong!": "Quelque chose a mal tourné!",
    "Purchase updated successfully.": "Achat mis à jour avec succès.",
    "Selected purchases deleted successfully.": "Achats sélectionnés supprimés avec succès.",
    "Sales created successfully.": "Ventes créées avec succès.",
    "You cannot sale in due for a walking customer.": "Vous ne pouvez pas vendre à crédit pour un client occasionnel.",
    "Sales updated successfully.": "Ventes mises à jour avec succès.",
    "Sale deleted successfully.": "Vente supprimée avec succès.",
    "Selected sales deleted successfully.": "Ventes sélectionnées supprimées avec succès.",
    "Unit saved successfully": "Unité enregistrée avec succès",
    "Unit updated successfully": "Unité mise à jour avec succès",
    "Units deleted successfully": "Unités supprimées avec succès",
    "Unit deleted successfully": "Unité supprimée avec succès",
    "Quantity and price updated successfully": "Quantité et prix mis à jour avec succès",
    "Enter valid qty and price": "Entrez une quantité et un prix valides",
    "Item not found in the cart": "Article introuvable dans le panier",
    "The cart does not contain this item": "Le panier ne contient pas cet article",
    "Item removed from cart": "Article retiré du panier",
    "All cart removed successfully!": "Tout le panier a été supprimé avec succès!",
    "Current Password does not match with old password": "Le mot de passe actuel ne correspond pas à l'ancien mot de passe",
    "Profile updated successfully": "Profil mis à jour avec succès",
    "Purchase returned successfully.": "Retour d'achat effectué avec succès.",
    "Business General Setting updated successfully": "Paramètres généraux de l'entreprise mis à jour avec succès",
    "User role created successfully": "Rôle utilisateur créé avec succès",
    "User role updated successfully": "Rôle utilisateur mis à jour avec succès",
    "User role deleted successfully": "Rôle utilisateur supprimé avec succès",
    "You have no permission to access.": "Vous n'avez pas la permission d'accéder.",
    "Sale returned successfully.": "Retour de vente effectué avec succès.",
    "New subscription order successfully.": "Nouvelle commande d'abonnement réussie.",

    "Branch": "Ekombo",
    "Warehouse": "Bokiti",
    "Overview": "Bokaboli",
    "Branch List": "Mikanda ya Ekombo",
    "Role & permissions": "Mikano mpe bokonzi",
    "Warehouses List": "Mikanda ya Bokiti",
    "Stock Qty": "Mikano ya bokiti",
    "Create Warehouse": "Kokoma bokiti",
    "Enter phone": "Kokoma telefone",
    "Enter email": "Kokoma e-mail",
    "Enter address": "Kokoma adresse",
    "Enter name": "Kokoma kombo",
    "Edit Warehouse": "Kosala bokiti",
    "Select Branch": "Kokoma Ekombo",
    "Rack": "Rack",
    "Shelf": "Shelf",
    "Statement": "Bokaboli",
    "Expire Product": "Produit expirer",
    "Branch Wise Sales": "Vente selon Ekombo",
    "Branch Wise Purchases": "Achat selon Ekombo",
    "Employee Overview": "Bokaboli ya employe",
    "Staffs": "Bato ya travail",
    "Add new Branch": "Kokoma Ekombo ya sika",
    "Create Branch": "Kokoma Ekombo",
    "Opening Balance": "Solde ya ouverture",
    "Enter balance": "Kokoma solde",
    "Enter description": "Kokoma description",
    "Edit Branch": "Kosala Ekombo",
    "Example": "Exemple",
    "Acnoo": "Acnoo",
    "in this example": "Na exemple oyo",
    "Previously, you didn’t have a branch section. So, when you create your first branch, another branch will be created automatically using your company/business name.": "Liboso, ozalaki na section ya ekombo. Bongo, soki okomi ekombo ya liboso, ekombo mosusu ekokoma toli na kombo ya entreprise na yo.",
    "when you create your first branch, another branch will automatically be created with the name": "Soki okomi ekombo ya liboso, ekombo mosusu ekokoma toli na kombo",
    "If your company/business name is": "Soki kombo ya entreprise na yo ezali",
    "All your previous data will be assigned to the automatically created branch": "Bato nyonso ya liboso ya yo ekokoma toli na ekombo oyo ekomami toli",
    "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.": "Oyo okoki te kokoma ekombo oyo ekomami toli. Ezali mpo na ndenge soki ekombo ekomi, ekosila na section nyonso, oyo ekokoma na yo te kokoma data ya ekombo. Bongo, ekombo oyo ekomami toli okoki te kokoma.",
    "Role & Permission": "Mikano mpe bokonzi",
    "Add Role": "Kokoma mikano",
    "Selected role deleted successfully": "Mikano oyo ekomi toli esili na kokoma",
    "Branch saved successfully.": "Ekombo ekomi toli esili na kokoma",
    "Branch updated successfully.": "Ekombo ekomi toli esili na kokoma",
    "Selected branch deleted successfully": "Ekombo oyo ekomi toli esili na kokoma",
    "Branch deleted successfully": "Ekombo ekomi toli esili na kokoma",
    "Warehouse saved successfully.": "Bokiti ekomi toli esili na kokoma",
    "Warehouse updated successfully.": "Bokiti ekomi toli esili na kokoma",
    "Warehouse deleted successfully": "Bokiti ekomi toli esili na kokoma",
    "Selected items deleted successfully.": "Bato oyo ekomi toli esili na kokoma",
    "My Domains": "Domain na ngai",
    "Domain List": "Mikanda ya Domain",
    "Domains": "Domain",
    "Domain Name": "Kombo ya Domain",
    "Is Verified": "Esili na verification",
    "Has SSL": "Esili na SSL",
    "Added on": "Ekoma na",
    "Add New Domain": "Kokoma Domain ya sika",
    "Domain Type": "Nani ya Domain",
    "Addon Domain": "Domain ya addon",
    "Subdomain": "Subdomain",
    "Enter your domain name": "Kokoma kombo ya domain na yo",
    "row selected": "Sari ekomi toli",
    "A new sub domain has been added.": "Subdomain ya sika ekomi toli",
    "A new domain has been added.": "Domain ya sika ekomi toli",
    "Domain deleted successfully": "Domain ekomi toli esili na kokoma",
    "Domains deleted successfully": "Domain ekomi toli esili na kokoma",
    "Domains List": "Mikanda ya Domain",
    "Get instruction": "Kokoma instruction",
    "Accept": "Kokoma",
    "Pending": "Mokolo",
    "Why are you reject it?": "Oyo okomi te?",
    "Enter reason...": "Kokoma mpamba...",
    "Submit": "Kokoma",
    "Instructions": "Instruction",
    "cPanel Domain Setup Instructions": "Instruction ya cPanel Domain",
    "Login to your": "Kokoma na",
    "cPanel": "cPanel",
    "account": "compte",
    "Go to": "Kende na",
    "Domains → Addon Domains": "Domain → Addon Domain",
    "Enter your new domain": "Kokoma domain ya sika",
    "Leave the auto-generated subdirectory and FTP as default": "Kokoma subdirectory oyo ekomami toli na FTP",
    "Click": "Kokoma",
    "Add Domain": "Kokoma Domain",
    "Update your domain’s DNS to point to your cPanel nameservers": "Kokoma DNS ya domain na yo mpo ekende na cPanel",
    "Tip": "Conseil",
    "If you need SSL, go to": "Soki okomi SSL, kende na",
    "SSL/TLS": "SSL/TLS",
    "in cPanel and issue a certificate for your new domain (Let’s Encrypt is free).": "na cPanel mpe kokoma certificat ya domain ya sika (Let’s Encrypt ezali gratis).",
    "Apache VPS Configuration": "Configuration ya Apache VPS",
    "Apache Wildcard Domain Setup": "Configuration ya Apache Wildcard Domain",
    "Create a config file in": "Kokoma fichier ya config na",
    "How to Add a Domain in cPanel": "Ndenge ya kokoma Domain na cPanel",
    "Enable the site and reload Apache": "Kokoma site mpe kokoma Apache",
    "Always test config before reload": "Kokoma config liboso ya kokoma",
    "Replace": "Kokoma",
    "with your actual domain": "na domain ya sika",
    "Ensure correct file permissions (chown/chmod)": "Kokoma permission ya fichier (chown/chmod)",
    "Use": "Kokoma",
    "Certbot": "Certbot",
    "for free SSL": "na SSL gratis",
    "Nginx VPS Configuration": "Configuration ya Nginx VPS",
    "Nginx Wildcard Domain Setup": "Configuration ya Nginx Wildcard Domain",
    "Enable the site and reload Nginx": "Kokoma site mpe kokoma Nginx",
    "Important": "Importan",
    "Ensure correct file permissions": "Kokoma permission ya fichier",
    "Domain updated successfully": "Domain ekomi toli esili na kokoma",
    "Domain": "Domain",
    "Domain has been rejected successfully.": "Domain ekomi toli esili na kokoma",
    "Domain has been approved successfully.": "Domain ekomi toli esili na kokoma",
    "Edit Domain": "Kosala Domain",
    "Deleted by user": "Ekomi toli na utilisateur",

    "installer_messages.title": "POS Pro Installer",
    "installer_messages.next": "Next Step",
    "installer_messages.back": "Previous",
    "installer_messages.finish": "Install",
    "installer_messages.forms.errorTitle": "The Following errors occurred:",

    "installer_messages.welcome.templateTitle": "Welcome",
    "installer_messages.welcome.title": "POS Pro Installer",
    "installer_messages.welcome.message": "Easy Installation and Setup Wizard.",
    "installer_messages.welcome.next": "Check Requirements",

    "installer_messages.requirements.templateTitle": "Step 1 | Server Requirements",
    "installer_messages.requirements.title": "Server Requirements",
    "installer_messages.requirements.next": "Check Permissions",
    "installer_messages.permissions.templateTitle": "Step 2 | Permissions",
    "installer_messages.permissions.title": "Permissions",
    "installer_messages.permissions.next": "Configure Environment",
    "installer_messages.environment.menu.templateTitle": "Step 3 | Environment Settings",
    "installer_messages.environment.menu.title": "Environment Settings",
    "installer_messages.environment.menu.desc": "Please select how you want to configure the apps .env file.",
    "installer_messages.environment.menu.wizard-button": "Form Wizard Setup",
    "installer_messages.environment.menu.classic-button": "Classic Text Editor",

    "installer_messages.environment.wizard.templateTitle": "Step 3 | Environment Settings | Guided Wizard",
    "installer_messages.environment.wizard.title": "Guided .env Wizard",
    "installer_messages.environment.wizard.tabs.environment": "Environment",
    "installer_messages.environment.wizard.tabs.database": "Database",
    "installer_messages.environment.wizard.tabs.application": "Application",

    "installer_messages.environment.wizard.form.name_required": "An environment name is required.",
    "installer_messages.environment.wizard.form.app_name_label": "Website name",
    "installer_messages.environment.wizard.form.app_name_placeholder": "Enter your website name",
    "installer_messages.environment.wizard.form.app_environment_label": "App Environment",
    "installer_messages.environment.wizard.form.app_environment_label_local": "Local",
    "installer_messages.environment.wizard.form.app_environment_label_developement": "Development",
    "installer_messages.environment.wizard.form.app_environment_label_qa": "Qa",
    "installer_messages.environment.wizard.form.app_environment_label_production": "Production",
    "installer_messages.environment.wizard.form.app_environment_label_other": "Other",
    "installer_messages.environment.wizard.form.app_environment_placeholder_other": "Enter your environment...",
    "installer_messages.environment.wizard.form.app_debug_label": "App Debug",
    "installer_messages.environment.wizard.form.app_debug_label_true": "True",
    "installer_messages.environment.wizard.form.app_debug_label_false": "False",
    "installer_messages.environment.wizard.form.app_log_level_label": "App Log Level",
    "installer_messages.environment.wizard.form.app_log_level_label_debug": "debug",
    "installer_messages.environment.wizard.form.app_log_level_label_info": "info",
    "installer_messages.environment.wizard.form.app_log_level_label_notice": "notice",
    "installer_messages.environment.wizard.form.app_log_level_label_warning": "warning",
    "installer_messages.environment.wizard.form.app_log_level_label_error": "error",
    "installer_messages.environment.wizard.form.app_log_level_label_critical": "critical",
    "installer_messages.environment.wizard.form.app_log_level_label_alert": "alert",
    "installer_messages.environment.wizard.form.app_log_level_label_emergency": "emergency",

    "installer_messages.environment.wizard.form.app_url_label": "App Url",
    "installer_messages.environment.wizard.form.app_url_placeholder": "App Url",
    "installer_messages.environment.wizard.form.db_connection_failed": "Could not connect to the database.",
    "installer_messages.environment.wizard.form.db_connection_label": "Database Connection",
    "installer_messages.environment.wizard.form.db_connection_label_mysql": "mysql",
    "installer_messages.environment.wizard.form.db_connection_label_sqlite": "sqlite",
    "installer_messages.environment.wizard.form.db_connection_label_pgsql": "pgsql",
    "installer_messages.environment.wizard.form.db_connection_label_sqlsrv": "sqlsrv",
    "installer_messages.environment.wizard.form.db_host_label": "Database Host",
    "installer_messages.environment.wizard.form.db_host_placeholder": "Database Host",
    "installer_messages.environment.wizard.form.db_port_label": "Database Port",
    "installer_messages.environment.wizard.form.db_port_placeholder": "Database Port",
    "installer_messages.environment.wizard.form.db_name_label": "Database Name",
    "installer_messages.environment.wizard.form.db_name_placeholder": "Database Name",
    "installer_messages.environment.wizard.form.db_username_label": "Database User Name",
    "installer_messages.environment.wizard.form.db_username_placeholder": "Database User Name",
    "installer_messages.environment.wizard.form.db_password_label": "Database Password",
    "installer_messages.environment.wizard.form.db_password_placeholder": "Database Password",

    "installer_messages.environment.wizard.form.app_tabs.more_info": "More Info",
    "installer_messages.environment.wizard.form.app_tabs.broadcasting_title": "Broadcasting, Caching, Session, &amp; Queue",
    "installer_messages.environment.wizard.form.app_tabs.broadcasting_label": "Broadcast Driver",
    "installer_messages.environment.wizard.form.app_tabs.broadcasting_placeholder": "Broadcast Driver",
    "installer_messages.environment.wizard.form.app_tabs.cache_label": "Cache Driver",
    "installer_messages.environment.wizard.form.app_tabs.cache_placeholder": "Cache Driver",
    "installer_messages.environment.wizard.form.app_tabs.session_label": "Session Driver",
    "installer_messages.environment.wizard.form.app_tabs.session_placeholder": "Session Driver",
    "installer_messages.environment.wizard.form.app_tabs.queue_label": "Queue Driver",
    "installer_messages.environment.wizard.form.app_tabs.queue_placeholder": "Queue Driver",
    "installer_messages.environment.wizard.form.app_tabs.redis_label": "Redis Driver",
    "installer_messages.environment.wizard.form.app_tabs.redis_host": "Redis Host",
    "installer_messages.environment.wizard.form.app_tabs.redis_password": "Redis Password",
    "installer_messages.environment.wizard.form.app_tabs.redis_port": "Redis Port",
    "installer_messages.environment.wizard.form.app_tabs.mail_label": "Mail",
    "installer_messages.environment.wizard.form.app_tabs.mail_driver_label": "Mail Driver",
    "installer_messages.environment.wizard.form.app_tabs.mail_driver_placeholder": "Mail Driver",
    "installer_messages.environment.wizard.form.app_tabs.mail_host_label": "Mail Host",
    "installer_messages.environment.wizard.form.app_tabs.mail_host_placeholder": "Mail Host",
    "installer_messages.environment.wizard.form.app_tabs.mail_port_label": "Mail Port",
    "installer_messages.environment.wizard.form.app_tabs.mail_port_placeholder": "Mail Port",
    "installer_messages.environment.wizard.form.app_tabs.mail_username_label": "Mail Username",
    "installer_messages.environment.wizard.form.app_tabs.mail_username_placeholder": "Mail Username",
    "installer_messages.environment.wizard.form.app_tabs.mail_password_label": "Mail Password",
    "installer_messages.environment.wizard.form.app_tabs.mail_password_placeholder": "Mail Password",
    "installer_messages.environment.wizard.form.app_tabs.mail_encryption_label": "Mail Encryption",
    "installer_messages.environment.wizard.form.app_tabs.mail_encryption_placeholder": "Mail Encryption",
    "installer_messages.environment.wizard.form.app_tabs.pusher_label": "Pusher",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_id_label": "Pusher App Id",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_id_palceholder": "Pusher App Id",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_key_label": "Pusher App Key",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_key_palceholder": "Pusher App Key",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_secret_label": "Pusher App Secret",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_secret_palceholder": "Pusher App Secret",

    "installer_messages.environment.wizard.form.buttons.setup_database": "Setup Database",
    "installer_messages.environment.wizard.form.buttons.setup_application": "Setup Application",
    "installer_messages.environment.wizard.form.buttons.install": "Install",

    "installer_messages.environment.classic.templateTitle": "Step 3 | Environment Settings | Classic Editor",
    "installer_messages.environment.classic.title": "Classic Environment Editor",
    "installer_messages.environment.classic.save": "Save .env",
    "installer_messages.environment.classic.back": "Use Form Wizard",
    "installer_messages.environment.classic.install": "Save and Install",

    "installer_messages.environment.success": "Your .env file settings have been saved.",
    "installer_messages.environment.errors": "Unable to save the .env file, Please create it manually.",

    "installer_messages.install": "Install",
    "installer_messages.installed.success_log_message": "Laravel Installer successfully INSTALLED on ",

    "installer_messages.final.title": "Installation Finished",
    "installer_messages.final.templateTitle": "Installation Finished",
    "installer_messages.final.finished": "Application has been successfully installed.",
    "installer_messages.final.migration": "Migration &amp; Seed Console Output:",
    "installer_messages.final.console": "Application Console Output:",
    "installer_messages.final.log": "Installation Log Entry:",
    "installer_messages.final.env": "Final .env File:",
    "installer_messages.final.exit": "Click here to exit",

    "installer_messages.updater.title": "Laravel Updater",
    "installer_messages.updater.welcome.title": "Welcome To The Updater",
    "installer_messages.updater.welcome.message": "Welcome to the update wizard.",

    "installer_messages.updater.overview.title": "Overview",
    "installer_messages.updater.overview.message": "There is 1 update.|There are :number updates.",
    "installer_messages.updater.overview.install_updates": "Install Updates",
    "installer_messages.updater.final.title": "Finished",
    "installer_messages.updater.final.finished": "Application's database has been successfully updated.",
    "installer_messages.updater.final.exit": "Click here to exit",
    "installer_messages.updater.log.success_message": "Laravel Installer successfully UPDATED on "
}
