2083 lines
103 KiB
JSON
2083 lines
103 KiB
JSON
{
|
||
"auth.failed": "These credentials do not match our records.",
|
||
"auth.password": "The provided password is incorrect.",
|
||
"auth.throttle": "Too many login attempts. Please try again in :seconds seconds.",
|
||
"pagination.previous": "« Previous",
|
||
"pagination.next": "Next »",
|
||
"passwords.reset": "Your password has been reset!",
|
||
"passwords.sent": "We have emailed your password reset link!",
|
||
"passwords.throttled": "Please wait before retrying.",
|
||
"passwords.token": "This password reset token is invalid.",
|
||
"passwords.user": "We can't find a user with that email address.",
|
||
"validation.accepted": "The :attribute must be accepted.",
|
||
"validation.accepted_if": "The :attribute must be accepted when :other is :value.",
|
||
"validation.active_url": "The :attribute is not a valid URL.",
|
||
"validation.after": "The :attribute must be a date after :date.",
|
||
"validation.after_or_equal": "The :attribute must be a date after or equal to :date.",
|
||
"validation.alpha": "The :attribute must only contain letters.",
|
||
"validation.alpha_dash": "The :attribute must only contain letters, numbers, dashes and underscores.",
|
||
"validation.alpha_num": "The :attribute must only contain letters and numbers.",
|
||
"validation.array": "The :attribute must be an array.",
|
||
"validation.before": "The :attribute must be a date before :date.",
|
||
"validation.before_or_equal": "The :attribute must be a date before or equal to :date.",
|
||
"validation.between.array": "The :attribute must have between :min and :max items.",
|
||
"validation.between.file": "The :attribute must be between :min and :max kilobytes.",
|
||
"validation.between.numeric": "The :attribute must be between :min and :max.",
|
||
"validation.between.string": "The :attribute must be between :min and :max characters.",
|
||
"validation.boolean": "The :attribute field must be true or false.",
|
||
"validation.confirmed": "The :attribute confirmation does not match.",
|
||
"validation.current_password": "The password is incorrect.",
|
||
"validation.date": "The :attribute is not a valid date.",
|
||
"validation.date_equals": "The :attribute must be a date equal to :date.",
|
||
"validation.date_format": "The :attribute does not match the format :format.",
|
||
"validation.declined": "The :attribute must be declined.",
|
||
"validation.declined_if": "The :attribute must be declined when :other is :value.",
|
||
"validation.different": "The :attribute and :other must be different.",
|
||
"validation.digits": "The :attribute must be :digits digits.",
|
||
"validation.digits_between": "The :attribute must be between :min and :max digits.",
|
||
"validation.dimensions": "The :attribute has invalid image dimensions.",
|
||
"validation.distinct": "The :attribute field has a duplicate value.",
|
||
"validation.email": "The :attribute must be a valid email address.",
|
||
"validation.ends_with": "The :attribute must end with one of the following: :values.",
|
||
"validation.enum": "The selected :attribute is invalid.",
|
||
"validation.exists": "The selected :attribute is invalid.",
|
||
"validation.file": "The :attribute must be a file.",
|
||
"validation.filled": "The :attribute field must have a value.",
|
||
"validation.gt.array": "The :attribute must have more than :value items.",
|
||
"validation.gt.file": "The :attribute must be greater than :value kilobytes.",
|
||
"validation.gt.numeric": "The :attribute must be greater than :value.",
|
||
"validation.gt.string": "The :attribute must be greater than :value characters.",
|
||
"validation.gte.array": "The :attribute must have :value items or more.",
|
||
"validation.gte.file": "The :attribute must be greater than or equal to :value kilobytes.",
|
||
"validation.gte.numeric": "The :attribute must be greater than or equal to :value.",
|
||
"validation.gte.string": "The :attribute must be greater than or equal to :value characters.",
|
||
"validation.image": "The :attribute must be an image.",
|
||
"validation.in": "The selected :attribute is invalid.",
|
||
"validation.in_array": "The :attribute field does not exist in :other.",
|
||
"validation.integer": "The :attribute must be an integer.",
|
||
"validation.ip": "The :attribute must be a valid IP address.",
|
||
"validation.ipv4": "The :attribute must be a valid IPv4 address.",
|
||
"validation.ipv6": "The :attribute must be a valid IPv6 address.",
|
||
"validation.json": "The :attribute must be a valid JSON string.",
|
||
"validation.lt.array": "The :attribute must have less than :value items.",
|
||
"validation.lt.file": "The :attribute must be less than :value kilobytes.",
|
||
"validation.lt.numeric": "The :attribute must be less than :value.",
|
||
"validation.lt.string": "The :attribute must be less than :value characters.",
|
||
"validation.lte.array": "The :attribute must not have more than :value items.",
|
||
"validation.lte.file": "The :attribute must be less than or equal to :value kilobytes.",
|
||
"validation.lte.numeric": "The :attribute must be less than or equal to :value.",
|
||
"validation.lte.string": "The :attribute must be less than or equal to :value characters.",
|
||
"validation.mac_address": "The :attribute must be a valid MAC address.",
|
||
"validation.max.array": "The :attribute must not have more than :max items.",
|
||
"validation.max.file": "The :attribute must not be greater than :max kilobytes.",
|
||
"validation.max.numeric": "The :attribute must not be greater than :max.",
|
||
"validation.max.string": "The :attribute must not be greater than :max characters.",
|
||
"validation.mimes": "The :attribute must be a file of type: :values.",
|
||
"validation.mimetypes": "The :attribute must be a file of type: :values.",
|
||
"validation.min.array": "The :attribute must have at least :min items.",
|
||
"validation.min.file": "The :attribute must be at least :min kilobytes.",
|
||
"validation.min.numeric": "The :attribute must be at least :min.",
|
||
"validation.min.string": "The :attribute must be at least :min characters.",
|
||
"validation.multiple_of": "The :attribute must be a multiple of :value.",
|
||
"validation.not_in": "The selected :attribute is invalid.",
|
||
"validation.not_regex": "The :attribute format is invalid.",
|
||
"validation.numeric": "The :attribute must be a number.",
|
||
"validation.present": "The :attribute field must be present.",
|
||
"validation.prohibited": "The :attribute field is prohibited.",
|
||
"validation.prohibited_if": "The :attribute field is prohibited when :other is :value.",
|
||
"validation.prohibited_unless": "The :attribute field is prohibited unless :other is in :values.",
|
||
"validation.prohibits": "The :attribute field prohibits :other from being present.",
|
||
"validation.regex": "The :attribute format is invalid.",
|
||
"validation.required": "The :attribute field is required.",
|
||
"validation.required_array_keys": "The :attribute field must contain entries for: :values.",
|
||
"validation.required_if": "The :attribute field is required when :other is :value.",
|
||
"validation.required_unless": "The :attribute field is required unless :other is in :values.",
|
||
"validation.required_with": "The :attribute field is required when :values is present.",
|
||
"validation.required_with_all": "The :attribute field is required when :values are present.",
|
||
"validation.required_without": "The :attribute field is required when :values is not present.",
|
||
"validation.required_without_all": "The :attribute field is required when none of :values are present.",
|
||
"validation.same": "The :attribute and :other must match.",
|
||
"validation.size.array": "The :attribute must contain :size items.",
|
||
"validation.size.file": "The :attribute must be :size kilobytes.",
|
||
"validation.size.numeric": "The :attribute must be :size.",
|
||
"validation.size.string": "The :attribute must be :size characters.",
|
||
"validation.starts_with": "The :attribute must start with one of the following: :values.",
|
||
"validation.string": "The :attribute must be a string.",
|
||
"validation.timezone": "The :attribute must be a valid timezone.",
|
||
"validation.unique": "The :attribute has already been taken.",
|
||
"validation.uploaded": "The :attribute failed to upload.",
|
||
"validation.url": "The :attribute must be a valid URL.",
|
||
"validation.uuid": "The :attribute must be a valid UUID.",
|
||
"validation.custom.attribute-name.rule-name": "custom-message",
|
||
|
||
"Dashboard": "Dashboard",
|
||
"Advertising": "Kukhangela",
|
||
"Subscription Reports": "Imibiko yeSikhumbuzo",
|
||
"Manage Business": "Phatha Ibhizinisi",
|
||
"Categories": "Imigqa",
|
||
"Business List": "Uhlu lweMisebenzi",
|
||
"Manage Plans": "Phatha Amacebo",
|
||
"Create Plan": "Dala uHlelo",
|
||
"Staff Management": "Phatha abasebenzi",
|
||
"Create Staff": "Dala Umsebenzi",
|
||
"Manage Staff": "Phatha Abasebenzi",
|
||
"Messages": "Imiyalezo",
|
||
"Manage Messages": "Phatha Imiyalezo",
|
||
"CMS Manage": "Phatha i-CMS",
|
||
"Manage Pages": "Phatha Amakhasi",
|
||
"Manage FAQs": "Phatha Imibuzo Evame Ukubuzwa",
|
||
"Terms & Conditions": "Imigomo & Nezimo",
|
||
"Privacy & Policy": "Ubumfihlo & Inqubomgomo",
|
||
"Testimonials": "Ubufakazi",
|
||
"Features": "Izici",
|
||
"Interface": "I-Interface",
|
||
"Manage Blogs": "Phatha AmaBhlog",
|
||
"Newsletters": "Izincwadi Zezindaba",
|
||
"Roles & Permissions": "Izindima & Amalungelo",
|
||
"Roles": "Izindima",
|
||
"Permissions": "Amalungelo",
|
||
"Settings": "Izilungiselelo",
|
||
"Currencies": "Imali",
|
||
"Notifications": "Izexwayiso",
|
||
"SMS Settings": "Izilungiselelo ze-SMS",
|
||
"Payment Gateway": "I-Portal Yokukhokha",
|
||
"System Settings": "Izilungiselelo Zesistimu",
|
||
"General Settings": "Izilungiselelo Jikelele",
|
||
|
||
"Banner": "Isikhangiso",
|
||
"Add New Banner": "Engeza Isikhangiso Esisha",
|
||
"Banner List": "Uhlu Lwezikhangiso",
|
||
"Status": "Isimo",
|
||
"Image": "Umfanekiso",
|
||
"Active": "Active",
|
||
"Cancel": "Cansela",
|
||
"Save": "Gcina",
|
||
"Edit Banner": "Hlela Isikhangiso",
|
||
"Advertising List": "Uhlu Lokukhangisa",
|
||
"Create Banner": "Dala Isikhangiso",
|
||
"SL": "SL",
|
||
"Create Advertising": "Dala Ukukhangisa",
|
||
"Reset": "Phinda",
|
||
"Edit Advertising": "Hlela Ukukhangisa",
|
||
"Edit": "Hlela",
|
||
"Delete": "Susa",
|
||
"Shop": "Shop",
|
||
"Add new Package": "Engeza Iphephabhuku Elisha",
|
||
"Shop List": "Uhlu LweShophu",
|
||
"Subscription Plan": "Uhlelo Lokubhalisela",
|
||
"Select Plan Category": "Khetha Uhlobo LwePhakheji",
|
||
"Package Name": "Igama Lephephabhuku",
|
||
"Enter Package Name": "Faka Igama Lephephabhuku",
|
||
"Business Category": "Uhlobo LweBhizinisi",
|
||
"Select Business Category": "Khetha Uhlobo LweBhizinisi",
|
||
"Duration in Days": "Isikhathi Ngezinsuku",
|
||
"Enter number": "Faka inombolo",
|
||
"Offer Price": "Intengo Yokunikezwa",
|
||
"Enter Plan Price": "Faka Intengo YePhakheji",
|
||
"Subscription Price": "Intengo Yokubhalisela",
|
||
"Enter Subscription Price": "Faka Intengo Yokubhalisela",
|
||
"View": "Buka",
|
||
"Upgrade Plan": "Thuthukisa Uhlelo",
|
||
"Edit Shop": "Hlela Ishophu",
|
||
"Select Category": "Khetha Uhlobo",
|
||
"Shop/Business Name": "Igama leShopu/Ibhizinisi",
|
||
"Enter Shop/Business Name": "Faka Igama leShopu/Ibhizinisi",
|
||
"Package": "Iphakheji",
|
||
"Select a package": "Khetha iphakheji",
|
||
"Name": "Igama",
|
||
"Enter Name": "Faka Igama",
|
||
"Role": "Indima",
|
||
"Select a role": "Khetha indima",
|
||
"Email": "I-imeyili",
|
||
"Enter Email": "Faka i-imeyili",
|
||
"Phone": "Ucingo",
|
||
"Enter Phone Number": "Faka Inombolo Yocingo",
|
||
"Password": "Iphasiwedi",
|
||
"Enter Password": "Faka Iphasiwedi",
|
||
"Confirm password": "Qinisekisa iphasiwedi",
|
||
"Enter Confirm password": "Faka Qinisekisa iphasiwedi",
|
||
"Address": "Ikheli",
|
||
"Enter Address": "Faka Ikheli",
|
||
"Select Country": "Khetha Izwe",
|
||
"Select a Country": "Khetha Izwe",
|
||
"Balance": "Ibhalansi",
|
||
"Enter Balance": "Faka Ibhalansi",
|
||
"Search...": "Sesha...",
|
||
"Business Name": "Igama leBhizinisi",
|
||
"Last Enroll": "Uhlanga Lokugcina",
|
||
"Expired Date": "Usuku Lokuphelelwa",
|
||
"Action": "Isenzo",
|
||
"Select A Plan": "Khetha Uhlelo",
|
||
"Select One": "Khetha Omunye",
|
||
"Price": "Intengo",
|
||
"Enter plan price or select a plan": "Faka intengo yephakheji noma khetha uhlelo",
|
||
"Payment Gateways": "Iziteshi Zokukhokha",
|
||
"Select A payment gateway": "Khetha isiteshi sokukhokha",
|
||
"Notes": "Amamemo",
|
||
"Enter notes": "Faka amamemo",
|
||
"Business View": "Umbono Webhizinisi",
|
||
"Created date": "Usuku Lokwakha",
|
||
"Category": "Uhlobo",
|
||
"Add new Category": "Engeza Uhlobo Olusha",
|
||
"View List": "Buka Uhlu",
|
||
"Buisness Name": "Igama leBhizinisi",
|
||
"Enter Description": "Faka Incazelo",
|
||
"Description": "Incazelo",
|
||
"Edit Business Category": "Hlela Uhlobo LweBhizinisi",
|
||
"Enter Buisness Description": "Faka Incazelo YeBhizinisi",
|
||
"Business Categories List": "Uhlu Lwezigaba Zebhizinisi",
|
||
"Add New": "Engeza Okusha",
|
||
"Reports": "Imibiko",
|
||
"All": "Konke",
|
||
"Active User": "Umsebenzisi Osebenzayo",
|
||
"Deactive User": "Umsebenzisi Ongasebenzi",
|
||
"Date": "Usuku",
|
||
"SL.": "SL.",
|
||
"Invoice": "I-invoyisi",
|
||
"Customer Name": "Igama Lekhasimende",
|
||
"Amount": "Inani",
|
||
"View Report": "Buka Imibiko",
|
||
"Download Report": "Landa Imibiko",
|
||
"User View": "Umbono Womsebenzisi",
|
||
"Shop Name": "Igama leShopu",
|
||
"Country": "Izwe",
|
||
"Reason": "Isizathu",
|
||
"Are You Sure?": "Uyaziqinisa?",
|
||
"You won't be able to revert this!": "Awusoze waba namathuba okubuyisela lokhu!",
|
||
"Yes, Delete It!": "Yebo, Susa Lokhu!",
|
||
"Add Currency": "Engeza Imali",
|
||
"Code": "Ikhodi",
|
||
"Symbol": "Isikhumbuzo",
|
||
"Position": "Isikhundla",
|
||
"Inactive": "Engasebenzi",
|
||
"Make Default": "Yenza Okungokwemvelo",
|
||
"Edit Currency": "Hlela Imali",
|
||
"Currency": "Imali",
|
||
|
||
"Total Businesses": "Amabhizinisi Aphelele",
|
||
"Total Expired Businesses": "Amabhizinisi Aphelelwe Yisikhathi Aphelele",
|
||
"Total Plan Subscribes": "Ukubhaliswa Kweziphakamiso Aphelele",
|
||
"Total Business Categories": "Izigaba Zebhizinisi Eziningi",
|
||
"Total Plans": "Amacebo Aphelele",
|
||
"Total Staffs": "Abasebenzi Abaphelele",
|
||
"Finance Overview": "Ukubuka Kwemali",
|
||
|
||
"Gateway Settings": "Izilungiselelo Zeziteshi",
|
||
"Payment Gateway Settings": "Izilungiselelo Zeziteshi Zokukhokha",
|
||
"GATEWAY IMAGE": "ISITHOMBE SEZITESHI",
|
||
"GATEWAY NAME": "IGAMA LEZITESHI",
|
||
"Gateway Charge": "Imali Yeziteshi",
|
||
"Gateway Currency": "Imali Yeziteshi",
|
||
"Gateway Mode": "Imodi YeZiteshi",
|
||
"Is Manual": "Iyangempela",
|
||
"Yes": "Yebo",
|
||
"No": "Cha",
|
||
"Label": "Uhlaka",
|
||
"Enter label name": "Faka igama lehla",
|
||
"Select Required/Optional": "Khetha Okudingekayo/Okukhethwayo",
|
||
"Required": "Okudingekayo",
|
||
"Optional": "Okukhethwayo",
|
||
"Add new row": "Engeza umugqa omusha",
|
||
"INSTRUCTIONS": "IMIHLAHLELO",
|
||
"Enter payment instructions here": "Faka imihlahlelo yokukhokha lapha",
|
||
|
||
"Messages List": "Uhlu Lwemiyalezo",
|
||
"Search": "Sesha",
|
||
"Company Name": "Igama Lenkampani",
|
||
"Message": "Umyalezo",
|
||
|
||
"Notifications List": "Uhlu Lwezaziso",
|
||
"Today": "Namuhla",
|
||
"Last 7 Days": "Izinsuku Eziyi-7 Ezidala",
|
||
"Last 15 Days": "Izinsuku Eziyi-15 Ezidala",
|
||
"Last Month": "Inyanga Edlule",
|
||
"Last Year": "Unyaka Odlulile",
|
||
"Created At": "Kwakhwa Ngaleso Sikhathi",
|
||
"Read At": "Fundiwe Ngaleso Sikhathi",
|
||
"Add New Payment Type": "Engeza Uhlobo Olusha Lokukhokha",
|
||
"Enter Payment Type": "Faka Uhlobo Lokukhokha",
|
||
"Edit Payment Type": "Hlela Uhlobo Lokukhokha",
|
||
"Payment Type": "Uhlobo Lokukhokha",
|
||
"Add Payment Type": "Engeza Uhlobo Lokukhokha",
|
||
"Per Page- 10": "Ngaphandle- 10",
|
||
"Per Page- 25": "Ngaphandle- 25",
|
||
"Per Page- 50": "Ngaphandle- 50",
|
||
"Per Page- 100": "Ngaphandle- 100",
|
||
"Assigned Role": "Indima Ethunyelwe",
|
||
"Assign Role To User": "Nika Umsebenzisi Indima",
|
||
"Select User": "Khetha Umsebenzisi",
|
||
"User": "Umsebenzisi",
|
||
"Select Role": "Khetha Indima",
|
||
"Add Subscription Plan": "Engeza Uhlelo Lokubhalisela",
|
||
"Package List": "Uhlu Lwephakheji",
|
||
"Add New Features": "Engeza Izici Ezintsha",
|
||
"Enter features": "Faka izici",
|
||
"Edit Subscription Plan": "Hlela Uhlelo Lokubhalisela",
|
||
"Edit Package": "Hlela Iphakheji",
|
||
"Enter Duration Days": "Faka Izinsuku Zesikhathi",
|
||
"Deactive": "Engasebenzi",
|
||
"Create Plans": "Dala Amacebo",
|
||
"User Profile": "Iphrofayili Yomsebenzisi",
|
||
"Registration Date": "Usuku Lokubhalisela",
|
||
"Enter Your Name": "Faka Igama Lakho",
|
||
"Enter Your Email": "Faka I-imeyili Yakho",
|
||
"Profile Picture": "Isithombe Sephrofayili",
|
||
"Current Password": "Iphasiwedi Yamanje",
|
||
"Enter Your Current Password": "Faka Iphasiwedi Yakho Yamanje",
|
||
"New Password": "Iphasiwedi Entsha",
|
||
"Enter New Password": "Faka Iphasiwedi Entsha",
|
||
"Save Changes": "Gcina Izinguquko",
|
||
"Add New Role": "Engeza Indima Entsha",
|
||
"Set role permissions": "Seta amalungelo endima",
|
||
"Role Name": "Igama Lendima",
|
||
"Enter role name": "Faka igama lendima",
|
||
"Role Permissions": "Amalungelo Endima",
|
||
"Setup role permissions": "Hlela amalungelo endima",
|
||
"Select All": "Khetha Konke",
|
||
"Roles List": "Uhlu Lwendima",
|
||
"Add role, if it does not exist": "Engeza indima, uma ingekho",
|
||
"Edit Role": "Hlela Indima",
|
||
"Privacy & Policy Settings": "Izilungiselelo Zobumfihlo Nezinhlinzeko",
|
||
"Update": "Buyekeza",
|
||
"Term & Condition Settings": "Izilungiselelo Zezimo Nezimo",
|
||
"Title": "Isihloko",
|
||
"Enter Title": "Faka Isihloko",
|
||
"Copy Right": "Ilungelo Lokukopisha",
|
||
"Admin Footer Text": "Umbhalo Wokuphuma Wokuphathwa",
|
||
"Enter Text": "Faka Umbhalo",
|
||
"Admin Footer Link Text": "Umbhalo Wesixhumanisi Sokuphathwa",
|
||
"Admin Footer Link": "Isixhumanisi Sokuphathwa",
|
||
"Enter Link": "Faka Isixhumanisi",
|
||
"Main Header Logo": "Ilogo Yekhokho Eyinhloko",
|
||
"Common Header Logo": "Ilogo Yekhokho Evamile",
|
||
"Footer Logo": "Ilogo Yokuphuma",
|
||
"Admin Logo": "Ilogo Yokuphathwa",
|
||
"Favicon": "Favicon",
|
||
"Don't Use Any Kind Of Space In The Input Fields": "Ungasebenzisi noma iyiphi isikhala emikhakheni yokufaka",
|
||
|
||
"App": "Uhlelo",
|
||
"Drivers": "Abashayeli",
|
||
"Storage Settings": "Izilungiselelo Zokugcina",
|
||
"Mail Configuration": "Ukumisa I-imeyili",
|
||
"Others": "Abanye",
|
||
"APP_NAME": "IGAMA_LOHLOBO",
|
||
"APP_KEY": "IKHIYE_LOHLOBO",
|
||
"APP_DEBUG": "UHLANZIWE_LOHLOBO",
|
||
"APP_URL": "I-URL_LOHLOBO",
|
||
"QUEUE_MAIL": "IMAIL_YEMQOBA",
|
||
"MAIL_DRIVER_TYPE": "Uhlobo LweMikhumbi Ye-imeyili",
|
||
"MAIL DRIVER": "UMTHUMELI WE-MAIL",
|
||
"MAIL_HOST": "IMVELAPHI_YE-MAIL",
|
||
"MAIL_PORT": "IPHAKATHI_YE-MAIL",
|
||
"MAIL_USERNAME": "IGAMA_LOMSEBENZI_WE-MAIL",
|
||
"MAIL_PASSWORD": "IPHASIWEDI_YE-MAIL",
|
||
"MAIL_ENCRYPTION": "UKUPHATHWA_KWEMAIL",
|
||
"MAIL_FROM_ADDRESS": "IKHELI_YE-MAIL_YOKUPHUMA",
|
||
"MAIL_FROM_NAME": "IGAMA_LOMTHUMELI_YE-MAIL",
|
||
"QUEUE COMMAND Path": "Indlela Yomyalelo Wemqoqo",
|
||
"CACHE_DRIVER": "UMTHUMELI_WE-CACHE",
|
||
"Recommended": "Kuhlongozwa",
|
||
"QUEUE_CONNECTION": "UXHUMANO LWE-MQOBA",
|
||
"SESSION_DRIVER": "UMTHUMELI_WESIKHATHI",
|
||
"SESSION_LIFETIME": "ISIKHATHI SESIKHATHI",
|
||
"REDIS_PORT": "IPHAKATHI_YE-REDIS",
|
||
"REDIS_URL": "I-URL_YE-REDIS",
|
||
"REDIS_PASSWORD": "IPHASIWEDI_YE-REDIS",
|
||
"AWS S3 Storage Bucket": "Ibhakede Lokugcina le-AWS S3",
|
||
"Fill up this credentials if you want to use AWS S3 Storage Bucket": "Gcwalisa lezi zifakazelo uma ufuna ukusebenzisa ibhakede lokugcina le-AWS S3",
|
||
"Wasabi Storage Bucket": "Ibhakede Lokugcina le-Wasabi",
|
||
"public (uploads folder)": "umphakathi (ifolda yokulayisha)",
|
||
"AWS_ACCESS_KEY_ID": "I-ID_YE-ACCESS_KEY_YE-AWS",
|
||
"AWS_SECRET_ACCESS_KEY": "IPHASIWEDI_YE-AWS_SECRET_ACCESS_KEY",
|
||
"AWS_DEFAULT_REGION": "ISIFUNDA_SE-AWS_SIYAYE",
|
||
"AWS_BUCKET": "IBHAKED_YE-AWS",
|
||
"Fill up this credentials if you want to use Wasabi Storage Bucket": "Gcwalisa lezi zifakazelo uma ufuna ukusebenzisa ibhakede lokugcina le-Wasabi",
|
||
"WAS_ACCESS_KEY_ID": "I-ID_YE-ACCESS_KEY_YE-WAS",
|
||
"WAS_SECRET_ACCESS_KEY": "IPHASIWEDI_YE-WAS_SECRET_ACCESS_KEY",
|
||
"WAS_DEFAULT_REGION": "ISIFUNDA_SE-WAS_SIYAYE",
|
||
"WAS_BUCKET": "IBHAKED_YE-WAS",
|
||
"WAS_ENDPOINT": "I-ENDPOINT_YE-WAS",
|
||
"CACHE_LIFETIME": "ISIKHATHI_SE-CACHE",
|
||
"Paid": "Khokhelwe",
|
||
"Reject": "Phika",
|
||
"Why are you reject It?": "Kungani uphika lokhu?",
|
||
"Enter Reason": "Faka Isizathu",
|
||
"Confirm": "Qinisekisa",
|
||
"Subscriptions List": "Uhlu Lokubhalisela",
|
||
"Started": "Qalile",
|
||
"End": "Phela",
|
||
"Gateway Method": "Indlela Yokuhamba",
|
||
"Are you sure?": "Unokuqiniseka?",
|
||
"Add New Testimonial": "Engeza Isitayela Esisha",
|
||
"Client Name": "Igama Lomthengi",
|
||
"Enter Client Name": "Faka Igama Lomthengi",
|
||
"Stars": "Izinkanyezi",
|
||
"Works At": "Isebenza Ku-",
|
||
"Client Image": "Isithombe Somthengi",
|
||
"Review": "Buyekeza",
|
||
"Enter text": "Faka umbhalo",
|
||
"Enter review message here": "Faka umyalezo wokubuyekeza lapha",
|
||
"Edit Testimonial": "Hlela Isitayela",
|
||
"Testimonials List": "Uhlu Lwezitatimende",
|
||
"Create New": "Dala Okusha",
|
||
"Add New Staff": "Engeza Abasebenzi Abasha",
|
||
"Full Name": "Igama Eliphelele",
|
||
"Enter Email Address": "Faka Ikheli Le-imeyili",
|
||
"Edit Staff": "Hlela Abasebenzi",
|
||
"Staff List": "Uhlu Lwabasebenzi",
|
||
"User Email": "I-imeyili Yomsebenzisi",
|
||
"User Role": "Indima Yomsebenzisi",
|
||
"Comments": "Izimvo",
|
||
"Comment List": "Uhlu Lwezimvo",
|
||
"Create Blog": "Dala Ibhulogi",
|
||
"Blog List": "Uhlu LweBhulogi",
|
||
"Select a status": "Khetha isimo",
|
||
"Tags": "Amathegi",
|
||
"Enter tags name": "Faka igama lamathegi",
|
||
"SEO Meta Tags": "AmaMeta Tags we-SEO",
|
||
"Meta Title": "Isihloko Se-Meta",
|
||
"Meta Description": "Incazelo Ye-Meta",
|
||
"Enter meta Description": "Faka incazelo ye-meta",
|
||
"Comment": "Comment",
|
||
"Edit Blog": "Hlela Ibhulogi",
|
||
"Blogs": "Amabhulogi",
|
||
"Create Faqs": "Dala I-FAQs",
|
||
"Add New FAQs": "Engeza I-FAQs Ezintsha",
|
||
"Question": "Umbuzo",
|
||
"InActive": "Engasebenzi",
|
||
"Answer": "Impendulo",
|
||
"Enter question answer here": "Faka impendulo yombuzo lapha",
|
||
"Edit Faqs": "Hlela I-FAQs",
|
||
"FAQS List": "Uhlu lwe-FAQS",
|
||
"View Details": "Bheka Imininingwane",
|
||
"Create Feature": "Dala Isici",
|
||
"Add New Feature": "Engeza Isici Esisha",
|
||
"Backgroud Color": "Umbala Wangemuva",
|
||
"Enter Color": "Faka Umbala",
|
||
"Edit Feature": "Hlela Isici",
|
||
"Features List": "Uhlu Lwezici",
|
||
"Create Interfaces": "Dala Izixhumi",
|
||
"Add New Interface": "Engeza Isixhumi Esisha",
|
||
"Edit Interface": "Hlela Isixhumi",
|
||
"Interfaces List": "Uhlu Lwezixhumi",
|
||
"Newsletters List": "Uhlu lwezincwajana",
|
||
"Page for Updating Website Sections": "Ikhasi Lokuvuselela Izigaba Zewebhu",
|
||
"Slider Section": "Ingxenye Yeslider",
|
||
"Header Section": "Ingxenye Ye-Header",
|
||
"Feature Section": "Ingxenye Yesici",
|
||
"Interface Section": "Ingxenye Yesixhumi",
|
||
"Watch Section": "Ingxenye Yokubuka",
|
||
"Testimonial Section": "Ingxenye Yokuhlola",
|
||
"Blog Section": "Ingxenye Yebhulogi",
|
||
"About us Page": "Ikhasi Mayelana Nathi",
|
||
"Terms And Conditions": "Imigomo Nemibandela",
|
||
"Privacy Page": "Ikhasi Lezizinda",
|
||
"Contuct us Page": "Ikhasi Lokuxhumana Nathi",
|
||
"Pricing Section": "Ingxenye Yokuhweba",
|
||
"Footer Section": "Ingxenye Ye-Footer",
|
||
"Social Medias": "Izokuxhumana",
|
||
"Button One": "Inkinobho Eyodwa",
|
||
"Button Text": "Umbhalo We-Button",
|
||
"Button One Link": "Uhlaka Lwe-Button Eyodwa",
|
||
"Button Two": "Inkinobho Yesibili",
|
||
"Button Two Link": "Uhlaka Lwe-Button Yesibili",
|
||
"Scanner Text": "Umbhalo Weskena",
|
||
"Scanner Image": "Isithombe Seskena",
|
||
"Slider Image": "Isithombe Seslider",
|
||
"Header Button Text": "Umbhalo Wenkino ye-Header",
|
||
"Header Button Link": "Uhlaka Lwenkinobho ye-Header",
|
||
"Enter Header link": "Faka Uhlaka lwe-Header",
|
||
"Section Title": "Isihloko Sengxenye",
|
||
"Enter Section Title": "Faka Isihloko Sengxenye",
|
||
"Interface Title": "Isihloko Sesixhumi",
|
||
"Watch Title": "Isihloko Sokubuka",
|
||
"Button Link": "Uhlaka Lwenkinobho",
|
||
"Watch Image": "Isithombe Sokubuka",
|
||
"Blog Title": "Isihloko Sebhulogi",
|
||
"Read More Button Text": "Umbhalo Wenkino Yokufunda Okuningi",
|
||
"View All Button Text": "Umbhalo Wenkino Yokubuka Konke",
|
||
"View All Link": "Uhlaka Lokubuka Konke",
|
||
"Testimonial Title": "Isihloko Sokuhlola",
|
||
"Enter Short Title": "Faka Isihloko Esifushane",
|
||
"Long Title": "Isihloko Eside",
|
||
"About Image": "Isithombe Mayelana",
|
||
"Description One": "Incazelo Eyodwa",
|
||
"Description Two": "Incazelo Yesibili",
|
||
"Option": "Inketho",
|
||
"Icon": "I-Con",
|
||
"Plan Button Url": "Uhlaka lwe-Button ye-Plan",
|
||
"Short Title": "Isihloko Esifushane",
|
||
"Right Footer Title": "Isihloko Se-Footer Esingakwesokudla",
|
||
"Middle Footer Title": "Isihloko Se-Footer Esiphakathi",
|
||
"Apple App Link": "Uhlaka lwe-App ye-Apple",
|
||
"Apple App": "i-App ye-Apple",
|
||
"Google Play Link": "Uhlaka lwe-App ye-Google Play",
|
||
"Google Play App": "i-App ye-Google Play",
|
||
"Right Footer": "I-Footer Esingakwesokudla",
|
||
"Link": "Uhlaka",
|
||
"Middle Footer": "I-Footer Ephakathi",
|
||
"Left Footer": "I-Footer Esingezwani",
|
||
"Footer Socials": "Izokuxhumana ze-Footer",
|
||
"Forgot Password": "Forgot Password",
|
||
"Enter the email address associated with your account": "Faka ikheli le-imeyili elihlobene ne-akhawunti yakho",
|
||
"Enter your Email": "Faka i-imeyili yakho",
|
||
"Continue": "Qhubeka",
|
||
"Back to Login": "Buyela ku-Login",
|
||
"Login": "Login",
|
||
"Welcome to": "Wamukelekile ku",
|
||
"Welcome back, Please login in to your account": "Wamukelekile emuva, Sicela ungene ku-akhawunti yakho",
|
||
"Remember me": "Ngikhumbule",
|
||
"Forgot Password?": "Forgot Password?",
|
||
"Super Admin": "Super Admin",
|
||
"Admin": "Admin",
|
||
"Manager": "Manager",
|
||
"Reset Password": "Phinda Usethe Iphasiwedi",
|
||
"Change Password": "Shintsha Iphasiwedi",
|
||
"Create new password, it must be Strong password.": "Dala iphasiwedi entsha, kufanele ibe iphasiwedi eqinile.",
|
||
"Confirm Password": "Qinisekisa Iphasiwedi",
|
||
"You Have": "Unayo",
|
||
"new Notifications": "izaziso ezintsha",
|
||
"Mark all Read": "Beka bonke njengokufundwa",
|
||
"View all notifications": "Bheka zonke izaziso",
|
||
"Clear cache": "Sula i-cache",
|
||
"My Profile": "Iphrofayili Yami",
|
||
"Logout": "Phuma",
|
||
"About Us": "Mayelana Nathi",
|
||
"Home": "Ikhaya",
|
||
"Pricing": "Intengo",
|
||
"Pages": "Amakhasi",
|
||
"Blog": "Ibhulogi",
|
||
"Privacy Policy": "Inqubomgomo Yokuvikeleka",
|
||
"Contact Us": "Khuluma Nathi",
|
||
"You are having this email because you have requested for a password reset.": "Uthole le email ngoba ucela ukulungiswa kwephasiwedi.",
|
||
"Your verification code is:": "Ikhodi yakho yokuhlola ingu:",
|
||
"This password reset code will expire in 60 minutes.": "Le khodi yokulungisa iphasiwedi izophelelwa yisikhathi emaminithini angu-60.",
|
||
"If you did not request a password reset, no further action is required.": "Uma ungacelanga ukulungiswa kwephasiwedi, akukho okunye okudingekayo.",
|
||
"Regards": "Ngokubheka",
|
||
"All right reserved": "Konke kulondoloziwe",
|
||
"Hi": "Sawubona",
|
||
"Dear": "Othandekayo",
|
||
"Your OTP code is": "ikhodi yakho ye-OTP ingu",
|
||
"Please do not share this PIN with anyone": "Ngiyacela ungabelani ngaleli PIN nomuntu.",
|
||
"Best Regards": "Ngokubheka Okungcono",
|
||
"Gateway Name": "Igama LeGateway",
|
||
"Subscription Name": "Igama Lesikhumbuzo",
|
||
"Payable Amount": "Inani Elikhokhelwayo",
|
||
"Phone Number": "Inombolo Yefoni",
|
||
"Enter your phone number": "Faka inombolo yakho yefoni",
|
||
"Pay Now": "Khokha Manje",
|
||
"Next": "Olandelayo",
|
||
"Previous": "Edlulelwe",
|
||
"Free": "Mahala",
|
||
"Features Of Free Plan": "Izici Zohlelo Lwamahhala",
|
||
"Choose Plan": "Khetha Uhlelo",
|
||
"Blog Details": "Imininingwane yeBhlog",
|
||
"Leave a Comment Here": "Shiya Ikomenti Lapha",
|
||
"Your email address will not be published": "Ikheli lakho le-imeyili alizoshicilelwa.",
|
||
"Enter your name": "Faka igama lakho",
|
||
"Enter your email": "Faka i-imeyili yakho",
|
||
"Enter your comment": "Faka ikomenti yakho",
|
||
"Recent Posts": "Okuthunyelwe Okwakamuva",
|
||
"Create a Free Account": "Dala I-akhawunti Yamahhala",
|
||
"Enter full name": "Faka igama eliphelele",
|
||
"Enter phone number": "Faka inombolo yefoni",
|
||
"Enter email address": "Faka ikheli le-imeyili",
|
||
"Company": "Inkampani",
|
||
"Enter company name": "Faka igama lenkampani",
|
||
"Enter your message": "Faka umyalezo wakho",
|
||
"Pricing Plan": "Uhlelo Lokubiza",
|
||
"Subscription Plans": "Izinhlelo Zokubhalisela",
|
||
|
||
"Plan List": "Uhlu Lwezinhlelo",
|
||
"Work At": "Sebenza Kwa",
|
||
"Show- 10": "Bonisa- 10",
|
||
"Show- 25": "Bonisa- 25",
|
||
"Show 50": "Bonisa- 50",
|
||
"Show 100": "Bonisa- 100",
|
||
"Duration": "Isikhathi",
|
||
"Select": "Khetha",
|
||
"Currency List": "Uhlu Lwemali",
|
||
"Default": "Izinga Lokubeka",
|
||
"Country Name": "Igama Lezwe",
|
||
"View Website": "Buka Iwebhusayithi",
|
||
"Contact Messages": "Imiyalezo Yokuxhumana",
|
||
|
||
"Total Shop": "Isitolo Esiphelele",
|
||
"Expired Businesses": "Amabhizinisi Aphumile",
|
||
"Plan Subscribes": "Izinhlelo Ezibhalisiwe",
|
||
"Total Categories": "Izigaba Eziphelele",
|
||
"Recent Register": "Ukubhaliswa Okwakamuva",
|
||
"Date & Time": "Usuku & Isikhathi",
|
||
"View All": "Buka Konke",
|
||
"Add new Business": "Engeza Ibhizinisi Elisha",
|
||
"Enter Company Name": "Faka Igama Lenkampani",
|
||
"Edit Business": "Hlela Ibhizinisi",
|
||
"Create Business": "Dala Ibhizinisi",
|
||
"Enter Buisness Name": "Faka Igama LeBhizinisi",
|
||
"Note: Enter embedded video link": "Qaphela: Faka isixhumanisi sevidiyo esihlanganisiwe",
|
||
"Enter title": "Faka isihloko",
|
||
"Enter Code": "Faka Ikhodi",
|
||
"Enter Symbol": "Faka Isimboli",
|
||
"Select a position": "Khetha indawo",
|
||
"left": "b esquerda",
|
||
"right": "b direita",
|
||
"TIMEZONE": "ISIKHATHI",
|
||
"Note :": "Qaphela :",
|
||
"If you are using MAIL QUEUE after Changing The Mail Settings You Need To Restart Your Supervisor From Your Server": "Uma usebenzisa MAIL QUEUE ngemva kokushintsha Izilungiselelo Ze-imeyili, kudingeka uqale kabusha umphathi wakho ku-server yakho.",
|
||
"QUEUE COMMAND Path :": "Umzila we-QUEUE COMMAND :",
|
||
"QUEUE COMMAND :": "QUEUE COMMAND :",
|
||
"Storage Method": "Indlela Yokugcina",
|
||
|
||
"Brand List": "Luhlu Lwemakhi",
|
||
"Add new Brand": "Faka Emakhi Lamasha",
|
||
"items show": "intfo ikhombisa",
|
||
"Brand Name": "Libito Lwemakhi",
|
||
"Create Brand": "Dala Imakhi",
|
||
"Enter Brand Name": "Faka Libito Lwemakhi",
|
||
"Edit Brand": "Hlela Imakhi",
|
||
"Add New Category": "Faka Sihloko Lesisha",
|
||
"Enter Category Name": "Faka Libito Lesihloko",
|
||
"Select Variations": "Khetha Kwehlukile",
|
||
"Capacity": "Umthamo",
|
||
"Color": "Umbala",
|
||
"Size": "Usayizi",
|
||
"Type": "Uhlobo",
|
||
"Weight": "Isisindvo",
|
||
"Edit Category": "Hlela Isigaba",
|
||
"Category List": "Luhlu Lwezigaba",
|
||
"You want to delete everything!": "Ufuna kususa konkhe!",
|
||
"Total Sales": "Tikhombisa Tonkhe",
|
||
"Total Purchase": "Kutenga Konkhe",
|
||
"Total Income": "Imholo Konkhe",
|
||
"This Month": "Lenyanga",
|
||
"Total Expense": "Tindleko Tonkhe",
|
||
"Total Customer": "Emakhasimende Tonkhe",
|
||
"Total Supplier": "Baniketi Bonkhe",
|
||
"Sales Returns": "Timbuyelo Tekuthengisa",
|
||
"Purchase Returns": "Timbuyelo Tekutenga",
|
||
"Low Stock": "Sitolo Sesincane",
|
||
"Alert Qty": "Inani Lesexwayiso",
|
||
"Profit": "Inzuzo",
|
||
"Loss": "Lilahleko",
|
||
"Purchase": "Kutenga",
|
||
"Sales": "Kutengisa",
|
||
"Income": "Imholo",
|
||
"Expense": "Tindleko",
|
||
"Recent Sales": "Kutengisa Kwakamuva",
|
||
"Recent Purchase": "Kutenga Kwakamuva",
|
||
"Customer": "Ikhasimende",
|
||
"Total": "Konkhe",
|
||
"Due": "Lelikhokhwa",
|
||
"Collect Due": "Butsisa Lokukhokhwa",
|
||
"Select Invoice": "Khetha Inkhokhelo",
|
||
"Select an Invoice": "Khetha Inkhokhelo",
|
||
"Total Amount": "Imali Konkhe",
|
||
"Paid Amount": "Imali Lekhokhwile",
|
||
"Due Amount": "Imali Lekhuphile",
|
||
"Select one": "Khetha Linye",
|
||
"Cash": "Imali",
|
||
"Card": "Ikhadi",
|
||
"Check": "Cheki",
|
||
"Mobile Pay": "Inkokhelo Yemsebenti",
|
||
"Due List": "Luhlu Lwekukhokhwa",
|
||
"Mobile": "Umsebenti",
|
||
"Sale": "Kuthengisa",
|
||
"Bill To": "Ikhokhwa Ku",
|
||
"Collected By": "Kubutswe Ngu",
|
||
"Total Due": "Konkhe Lekhuphile",
|
||
"Payment Amount": "Imali Yenkokhelo",
|
||
"Remaining Due": "Lekhuphile Lisele",
|
||
"Powered By": "Kwenziwe Ngu",
|
||
"Create Expense Catgeory": "Dala Isigaba Setindleko",
|
||
"Catgeory Name": "Libito Lesigaba",
|
||
"Enter catgeory Name": "Faka Libito Lesigaba",
|
||
"Edit Expense Category": "Hlela Isigaba Setindleko",
|
||
"Expense Category List": "Luhlu Lwezigaba Tindleko",
|
||
"Add new": "Faka lesisha",
|
||
"Category Name": "Libito Lesigaba",
|
||
"Create Expense": "Dala Tindleko",
|
||
"Enter Amount": "Faka Inani",
|
||
"Select A Category": "Khetha Isigaba",
|
||
"Expense For": "Tindleko Nge",
|
||
"Enter Expense For": "Faka Tindleko Nge",
|
||
"Select a payment type": "Khetha Luhlobo Lwenkokhelo",
|
||
"Bank": "Bhange",
|
||
"Mobile Payment": "Inkokhelo Yemsebenti",
|
||
"Reference Number": "Inombolo Yesikhombo",
|
||
"Enter reference number": "Faka Inombolo Yesikhombo",
|
||
"Expense Date": "Lusuku Lwetindleko",
|
||
"Note": "Incazelo",
|
||
"Enter note": "Faka Incazelo",
|
||
"Edit Expense": "Hlela Tindleko",
|
||
"Expense List": "Luhlu Lwetindleko",
|
||
"Expesne For": "Tindleko Nge",
|
||
"Create Income Catgeory": "Dala Isigaba Semholo",
|
||
"Enter catgeory name": "Faka Libito Lesigaba",
|
||
"Edit Income Category": "Hlela Isigaba Semholo",
|
||
"Income Category List": "Luhlu Lwezigaba Zemholo",
|
||
"Create Income": "Dala Imholo",
|
||
"Enter amount": "Faka Inani",
|
||
"Enter income for": "Faka Imholo Nge",
|
||
"Income Date": "Lusuku Lwemholo",
|
||
"Edit Income": "Hlela Imholo",
|
||
"Income List": "Luhlu Lwemholo",
|
||
"Sale New": "Kuthengisa Kwesisha",
|
||
"Sale List": "Luhlu Lwekuthengisa",
|
||
"Sale Return": "Kubuyiselwa Kuthengisa",
|
||
"Purchases": "Kutenga",
|
||
"Purchase New": "Kutenga Kwesisha",
|
||
"Purchase List": "Luhlu Lwekutenga",
|
||
"Purchase Return": "Kubuyiselwa Kutenga",
|
||
"Products": "Imikhiqizo",
|
||
"All Product": "Yonke Imikhiqizo",
|
||
"Add Product": "Faka Umkhiqizo",
|
||
"Brand": "Imakhi",
|
||
"Unit": "Iyunit",
|
||
"Stock List": "Luhlu Lwesitoko",
|
||
"Customers": "Emakhasimende",
|
||
"All Customers": "Onke Emakhasimende",
|
||
"Add Customer": "Faka Ikhasimende",
|
||
"Suppliers": "Baniketi",
|
||
"All Suppliers": "Bonke Baniketi",
|
||
"Add Supplier": "Faka Umniketi",
|
||
"Income Category": "Isigaba Semholo",
|
||
"Expense Category": "Isigaba Setindleko",
|
||
"Subscriptions": "Kufakela",
|
||
"Profit & Loss List": "Luhlu Lwenzuzo Nelilahleko",
|
||
"All Income": "Yonke Imholo",
|
||
"All Expense": "Tindleko Tonkhe",
|
||
"Current Stock": "Sitoko Samanje",
|
||
"Customer Due": "Ikhasimende Lekhuphile",
|
||
"Supplier Due": "Umniketi Lekhuphile",
|
||
"Loss & Profit": "Lilahleko Nenhlanhla",
|
||
"Loss/Profit": "Lilahleko/Nhlanhla",
|
||
"Unpaid": "Lingenakukhokhwa",
|
||
"Loss Profit": "Lilahleko Nenhlanhla",
|
||
"Loss Profit List": "Luhlu Lwelilahleko Nenhlanhla",
|
||
"Product List": "Luhlu Lwemikhiqizo",
|
||
"Create Party": "Dala Umhlangano",
|
||
"List": "Luhlu",
|
||
"Party Type": "Uhlobo Lomhlangano",
|
||
"Retailer": "Umthengisi",
|
||
"Dealer": "Umdayisi",
|
||
"Wholesaler": "Umthengisi Wonke",
|
||
"Supplier": "Umniketi",
|
||
"Enter Due": "Faka Lokukhokhwa",
|
||
"Edit Party": "Hlela Umhlangano",
|
||
"Edit ": "Hlela ",
|
||
" List": " Luhlu",
|
||
"Parties List": "Luhlu Lwemihlangano",
|
||
"Add new ": "Faka lesisha ",
|
||
"Create Product": "Dala Umkhiqizo",
|
||
"Add new Product": "Faka Umkhiqizo Lomusha",
|
||
"Product Name": "Libito Lomkhiqizo",
|
||
"Enter Product Name": "Faka Libito Lomkhiqizo",
|
||
"Product Category": "Isigaba Somkhiqizo",
|
||
"Product Unit": "Iyunit Lomkhiqizo",
|
||
"Product Code": "Ikhodi Lomkhiqizo",
|
||
"Enter Product Code": "Faka Ikhodi Lomkhiqizo",
|
||
"Stock": "Sitoko",
|
||
"Enter stock qty": "Faka Inani Lesitoko",
|
||
"Purchase Price": "Intengo Yokutenga",
|
||
"Enter purchase price": "Faka Intengo Yokutenga",
|
||
"Sale Price": "Intengo Yokuthengisa",
|
||
"Enter sale price": "Faka Intengo Yokuthengisa",
|
||
"Wholesale Price": "Intengo Yokuthengisa Wonke",
|
||
"Enter wholesale price": "Faka Intengo Yokuthengisa Wonke",
|
||
"Dealer Price": "Intengo Yomdayisi",
|
||
"Enter dealer price": "Faka Intengo Yomdayisi",
|
||
"Manufacturer": "Umkhiqizi",
|
||
"Enter manufacturer name": "Faka Libito Lomkhiqizi",
|
||
"Edit Product": "Hlela Umkhiqizo",
|
||
"Product Brand": "Imakhi Lomkhiqizo",
|
||
"Purchase price": "Intengo Yokutenga",
|
||
"Sale price": "Intengo Yokuthengisa",
|
||
"Pos Sale": "Pos Yokuthengisa",
|
||
"Invoice no": "Inombolo Ye-invoyisi",
|
||
"Invoice No": "Inombolo Ye-invoyisi",
|
||
"Items": "Tintfo",
|
||
"Qty": "Inani",
|
||
"Sub Total": "Inani Lonkhe",
|
||
"Purchase return Amount ": "Imali Yesimbuyelo Sokuthenga",
|
||
"Confirm Return": "Qinisekisa Imbuyelo",
|
||
"Purchase Return List": "Luhlu Lwemibuyelo Yokuthenga",
|
||
"Return Date": "Lilanga Lemibuyelo",
|
||
"Return Amount": "Imali Yesimbuyelo",
|
||
"Return Qty": "Inani Lesimbuyelo",
|
||
"Brand list": "Luhlu Lwemikhiqizo",
|
||
"0": "0",
|
||
"Quick Action": "Senzo Lesisheshayo",
|
||
"Today Purchase": "Kuthengiwe Lamuhla",
|
||
"Calculator": "Umshini Wekubala",
|
||
"Select Supplier": "Khetha Umphakeli",
|
||
"Receive Amount": "Imali Letfolakele",
|
||
"Search product...": "Sesha Umkhiqizo...",
|
||
"Due: ": "Lesikweletwa: ",
|
||
"Party Name": "Ligama Lelibandla",
|
||
"Discount": "Isaphulelo",
|
||
"Payment": "Inkokhelo",
|
||
"INVOICE": "INVOICE",
|
||
"Sells By": "Kuthengiswa Ngu",
|
||
"Quantity": "Inani",
|
||
"Unit Price": "Intengo Yeyunithi",
|
||
"Total Price": "Intengo Yonkhe",
|
||
"Item": "Into",
|
||
"Paid by": "Khokhelwe ngu",
|
||
"Subtotal": "Ingcebo",
|
||
"Customer Signature": "Sayina Lemthengi",
|
||
"Authorized Signature": "Sayina Legunyaziwe",
|
||
"Add Items": "Faka Tintfo",
|
||
"Enter Quantity": "Faka Inani",
|
||
"Enter Purchase Price": "Faka Intengo Yokuthenga",
|
||
"Sales Price": "Intengo Yokuthengisa",
|
||
"Enter Sales Price": "Faka Intengo Yokuthengisa",
|
||
"WholeSale Price": "Intengo Yemathaveni",
|
||
"Enter WholeSale Price": "Faka Intengo Yemathaveni",
|
||
"Enter Dealer Price": "Faka Intengo Yemthengisi",
|
||
"Customer Due Reports": "Tingcoco Tekukweletwa Kwemthengi",
|
||
"Customer Due List": "Luhlu Lwekukweletwa Kwemthengi",
|
||
"Expense Reports": "Tingcoco Tetindleko",
|
||
"Expense Report List": "Luhlu Letingcoco Tetindleko",
|
||
"Income For": "Inzuzo Ye",
|
||
"Income Reports": "Tingcoco Tekungeniso",
|
||
"Income Report List": "Luhlu Letingcoco Tekungeniso",
|
||
"Loss Profit Reports": "Tingcoco Tekulahlekelwa Lenhlokwane",
|
||
"From Date": "Kusukela Lilanga",
|
||
"To Date": "Kuya Kwelilanga",
|
||
"Loss Profit Report List": "Luhlu Lwekulahlekelwa Lenhlokwane",
|
||
"Discount Amount": "Imali Yesaphulelo",
|
||
"Sale Date": "Lilanga Lekuthengisa",
|
||
"Purchase Report List": "Luhlu Letingcoco Tekuthenga",
|
||
"Purchase Reports": "Tingcoco Tekuthenga",
|
||
"Purchase Return Report List": "Luhlu Lwekubuyisela Tekuthenga",
|
||
"Purchase Return Reports": "Tingcoco Tekubuyisela Tekuthenga",
|
||
"Sales Report List": "Luhlu Letingcoco Tekuthengisa",
|
||
"Sale Reports": "Tingcoco Tekuthengisa",
|
||
"Sale Return Report": "Ingcoco Yesimbuyelo Sokuthengisa",
|
||
"Sale Return Reports": "Tingcoco Tesimbuyelo Sokuthengisa",
|
||
"Sale Return Report List": "Luhlu Lwekubuyisela Ekuthengiseni",
|
||
"Cost": "Intengo",
|
||
"Stock Value": "Inani Lesitoko",
|
||
"Stock Report List": "Luhlu Lwekubika Isitoko",
|
||
"Stock Reports": "Tingcoco Tesitoko",
|
||
"Total Quantity": "Inani Lonkhe",
|
||
"Total Stock Value": "Inani Lesitoko Sisonkhe",
|
||
"Supplier Due Reports": "Tingcoco Tekukweletwa Kwabaphakeli",
|
||
"Supplier Due List": "Luhlu Lwekukweletwa Kwabaphakeli",
|
||
"Profile Edit": "Hlela Iphrofayela",
|
||
"Parties": "Tibandla",
|
||
"Sales List": "Luhlu Lokuthengisa",
|
||
"User Title": "Isihloko Somsebenzisi",
|
||
"Enter user title": "Faka Isihloko Somsebenzisi",
|
||
"Email Address": "Ikheli Lelikheli",
|
||
"Edit User Role": "Hlela Indzima Yomsebenzisi",
|
||
"Add User Role": "Faka Indzima Yomsebenzisi",
|
||
"Sale return Amount ": "Imali Yesimbuyelo Sokuthengisa",
|
||
"Sales Return List": "Luhlu Lwekubuyisela Ekuthengiseni",
|
||
"Select Customer": "Khetha Umthengi",
|
||
"Guest": "Sivakashi",
|
||
"Enter Customer Phone Number": "Faka Inombolo Yocingo Lomthengi",
|
||
"Type note...": "Faka inothi...",
|
||
"Sales Return": "Kubuyiselwa Ekuthengiseni",
|
||
"Purchases Return": "Kubuyiselwa Ekuthengeni",
|
||
"Add Vat": "Faka Vat",
|
||
"Tax": "Inchubekelo",
|
||
"Apply": "Sebentisa",
|
||
"Select a category": "Khetha Isigaba",
|
||
"Company And Business Name": "Ligama Lenkampani Lebhizinisi",
|
||
"Enter Phone": "Faka Inombolo Yocingo",
|
||
"Logo": "Inhloko",
|
||
"Invoice Logo": "Inhloko Yenhlawulo",
|
||
"Purchase Plan": "Hlela Ukuthenga",
|
||
"Days": "Tinsuku",
|
||
"Already Subscribed": "Sebesibhalisile",
|
||
"Buy Now": "Thenga Nyalo",
|
||
"Create Unit": "Dala Yunithi",
|
||
"Unit Name": "Ligama Leyunithi",
|
||
"Enter Unit Name": "Faka Ligama Leyunithi",
|
||
"Unit List": "Luhlu Leyunithi",
|
||
"Add new Unit": "Faka Yunithi Lensha",
|
||
"Overall Reports": "Tingcoco Tekuphelelisa",
|
||
"Revenue Statistic": "Imibiko Yemali Lingeneko",
|
||
"Today Sales": "Kudayiswa Lamuhla",
|
||
"Change Amount": "Shintja Imali",
|
||
"Vat": "Umthelo",
|
||
"Save Product": "Gcina Umkhiqizo",
|
||
"Product": "Umkhiqizo",
|
||
"Category created successfully": "Sigaba senziwe ngempumelelo",
|
||
"Category updated successfully": "Sigaba sibuyekeziwe ngempumelelo",
|
||
"Category deleted successfully": "Sigaba sisusiwe ngempumelelo",
|
||
"Selected Category deleted successfully": "Sigaba lesikhetse sisusiwe ngempumelelo",
|
||
"Something went wrong!": "Kukhona lokuya ngendlela engalungile!",
|
||
"Brand created cuccessfully": "Umkhakha udaliwe ngempumelelo",
|
||
"Brand updated successfully": "Umkhakha ubuyekeziwe ngempumelelo",
|
||
"Brand deleted successfully": "Umkhakha ususiwe ngempumelelo",
|
||
"Selected Brands deleted successfully": "Emkhakheni Lekhetse isusiwe ngempumelelo",
|
||
"Something went wrong.": "Kukhona lokuya ngendlela engalungile.",
|
||
"Default currency activated successfully": "Imali Lendzala isebenza ngempumelelo",
|
||
"Failed to set default currency. Please try again.": "Yehlulekile kubeka imali lendzala. Ngicela uzame futsi.",
|
||
"Collect Due saved successfully": "Imali lebolekile igcinwe ngempumelelo",
|
||
"Expense Category saved successfully.": "Sigaba setindleko sigcinwe ngempumelelo.",
|
||
"Expense Category updated successfully.": "Sigaba setindleko sibuyekeziwe ngempumelelo.",
|
||
"Expense Category deleted successfully": "Sigaba setindleko sisusiwe ngempumelelo",
|
||
"Selected item deleted successfully.": "Into lekhetse isusiwe ngempumelelo.",
|
||
"Expense saved successfully.": "Tindleko tigcinwe ngempumelelo.",
|
||
"Expense updated successfully.": "Tindleko tibuyekeziwe ngempumelelo.",
|
||
"Expense deleted successfully": "Tindleko tisusiwe ngempumelelo",
|
||
"Selected Items deleted successfully.": "Tinto Letikhetse tisusiwe ngempumelelo.",
|
||
"Income Category saved successfully.": "Sigaba semholo sigcinwe ngempumelelo.",
|
||
"Income Category updated successfully.": "Sigaba semholo sibuyekeziwe ngempumelelo.",
|
||
"Income Category deleted successfully": "Sigaba semholo sisusiwe ngempumelelo",
|
||
"Income saved successfully.": "Umholo ugcinwe ngempumelelo.",
|
||
"Income updated successfully.": "Umholo ubuyekeziwe ngempumelelo.",
|
||
"Income deleted successfully": "Umholo ususiwe ngempumelelo",
|
||
"Premission denied.": "Imvume inqatselwe.",
|
||
"Customer created successfully": "Umthengi udaliwe ngempumelelo",
|
||
"Supplier created successfully": "Umhlinzeki udaliwe ngempumelelo",
|
||
"Supplier deleted successfully": "Umhlinzeki ususiwe ngempumelelo",
|
||
"Customer deleted successfully": "Umthengi ususiwe ngempumelelo",
|
||
"Selected parties deleted successfully": "Emacembu lekhetse asusiwe ngempumelelo",
|
||
"Product saved successfully.": "Umkhiqizo ugcinwe ngempumelelo.",
|
||
"Data saved successfully.": "Idatha igcinwe ngempumelelo.",
|
||
"Product deleted successfully": "Umkhiqizo ususiwe ngempumelelo",
|
||
"Selected product deleted successfully": "Umkhiqizo lekhetse ususiwe ngempumelelo",
|
||
"Cart is empty. Add items first!": "Inqola ayinalutho. Faka tintfo kuqala!",
|
||
"Purchase created successfully.": "Kuthengwa kudaliwe ngempumelelo.",
|
||
"Somethings went wrong!": "Kukhona lokuya ngendlela engalungile!",
|
||
"Purchase updated successfully.": "Kuthengwa kubuyekeziwe ngempumelelo.",
|
||
"Selected purchases deleted successfully.": "Kuthengwa lokukhetse kususiwe ngempumelelo.",
|
||
"Sales created successfully.": "Kudayiswa kudaliwe ngempumelelo.",
|
||
"You cannot sale in due for a walking customer.": "Awukwazi kudayisa ngesikweletu kumthengi lowendlulako.",
|
||
"Sales updated successfully.": "Kudayiswa kubuyekeziwe ngempumelelo.",
|
||
"Sale deleted successfully.": "Kuthengisa kususiwe ngempumelelo.",
|
||
"Selected sales deleted successfully.": "Kuthengisa lokukhetse kususiwe ngempumelelo.",
|
||
"Unit saved successfully": "Inhlokwana igcinwe ngempumelelo",
|
||
"Unit updated successfully": "Inhlokwana ibuyekeziwe ngempumelelo",
|
||
"Units deleted successfully": "Tinhlokwana tisusiwe ngempumelelo",
|
||
"Unit deleted successfully": "Inhlokwana isusiwe ngempumelelo",
|
||
"Quantity and price updated successfully": "Inani nentengo kubuyekeziwe ngempumelelo",
|
||
"Enter valid qty and price": "Faka inani nentengo lesimaketse",
|
||
"Item not found in the cart": "Into ayitfolakali enqoleni",
|
||
"The cart does not contain this item": "Inqola ayinalo lelinye leli",
|
||
"Item removed from cart": "Into isusiwe enqoleni",
|
||
"All cart removed successfully!": "Tonke tincolile tisusiwe ngempumelelo!",
|
||
"Current Password does not match with old password": "Iphasiwedi lekukhandza ayihambisani naleyo lendzala",
|
||
"Profile updated successfully": "Umfanekiso webantfu ubuyekeziwe ngempumelelo",
|
||
"Purchase returned successfully.": "Kuthengwa kubuyiselwe ngempumelelo.",
|
||
"Business General Setting updated successfully": "Kumiswa Kwebhizinisi Kubuyekeziwe Ngempumelelo",
|
||
"User role created successfully": "Indzima yomsebenzisi idaliwe ngempumelelo",
|
||
"User role updated successfully": "Indzima yomsebenzisi ibuyekeziwe ngempumelelo",
|
||
"User role deleted successfully": "Indzima yomsebenzisi isusiwe ngempumelelo",
|
||
"You have no permission to access.": "Awunalo layisensi lokufinyelela.",
|
||
"Sale returned successfully.": "Kuthengisa kubuyiselwe ngempumelelo.",
|
||
"New subscription order successfully.": "I-oda lesisha lokubhalisela ngempumelelo.",
|
||
|
||
"Branch": "Sikhatsi",
|
||
"Warehouse": "Gudamu",
|
||
"Overview": "Buka",
|
||
"Branch List": "Luhlu lweMikhatsi",
|
||
"Role & permissions": "Imisebenzi neMvume",
|
||
"Warehouses List": "Luhlu lweGudamu",
|
||
"Stock Qty": "Inani leSikhatsi",
|
||
"Create Warehouse": "Dala iGudamu",
|
||
"Enter phone": "Faka inombolo yefoni",
|
||
"Enter email": "Faka i-imeyili",
|
||
"Enter address": "Faka ikheli",
|
||
"Enter name": "Faka igama",
|
||
"Edit Warehouse": "Hlela iGudamu",
|
||
"Select Branch": "Khetha iSikhatsi",
|
||
"Rack": "I-raki",
|
||
"Shelf": "Ithebula",
|
||
"Statement": "Isitatimende",
|
||
"Expire Product": "Umkhiqizo ophelelwe yisikhathi",
|
||
"Branch Wise Sales": "Ukuthengisa kweMikhatsi",
|
||
"Branch Wise Purchases": "Izithenga zeMikhatsi",
|
||
"Employee Overview": "Buka Abasebenzi",
|
||
"Staffs": "Abasebenzi",
|
||
"Add new Branch": "Engeza iSikhatsi esisha",
|
||
"Create Branch": "Dala iSikhatsi",
|
||
"Opening Balance": "Isikhumbuzo sokuqala",
|
||
"Enter balance": "Faka isikhumbuzo",
|
||
"Enter description": "Faka incazelo",
|
||
"Edit Branch": "Hlela iSikhatsi",
|
||
"Example": "Isibonelo",
|
||
"Acnoo": "Acnoo",
|
||
"in this example": "kulesi sibonelo",
|
||
"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.": "Phambilini, bekungekho sikhatsi. Ngakho-ke, uma udala isikhatsi sakho sokuqala, esinye isikhatsi sizodalwa ngokuzenzakalelayo sisebenzisa igama lenkampani yakho/ibhizinisi.",
|
||
"when you create your first branch, another branch will automatically be created with the name": "uma udala isikhatsi sakho sokuqala, esinye isikhatsi sizodalwa ngokuzenzakalelayo ngegama",
|
||
"If your company/business name is": "Uma igama lenkampani yakho/ibhizinisi liyi",
|
||
"All your previous data will be assigned to the automatically created branch": "Yonke idatha yakho yangaphambilini izonikezwa esikhatsini esidalwe ngokuzenzakalelayo",
|
||
"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.": "Awukwazi ukususa isikhatsi esidalwe ngokuzenzakalelayo. Lokhu kungenxa yokuthi uma isikhatsi sisuswa, sisuswa kuzo zonke izigaba, okwenza kube nzima ukuhlunga idatha yesikhatsi. Ngakho-ke, isikhatsi esidalwe ngokuzenzakalelayo asikwazi ukususwa.",
|
||
"Role & Permission": "Imisebenzi neMvume",
|
||
"Add Role": "Engeza Umsebenzi",
|
||
"Selected role deleted successfully": "Umsebenzi okhethiwe ususiwe ngempumelelo",
|
||
"Branch saved successfully.": "Isikhatsi sigcinwe ngempumelelo.",
|
||
"Branch updated successfully.": "Isikhatsi ivuselelwe ngempumelelo.",
|
||
"Selected branch deleted successfully": "Isikhatsi okhethiwe sisusiwe ngempumelelo",
|
||
"Branch deleted successfully": "Isikhatsi sisusiwe ngempumelelo",
|
||
"Warehouse saved successfully.": "I-Gudamu igcinwe ngempumelelo.",
|
||
"Warehouse updated successfully.": "I-Gudamu ivuselelwe ngempumelelo.",
|
||
"Warehouse deleted successfully": "I-Gudamu isusiwe ngempumelelo.",
|
||
"Selected items deleted successfully.": "Izinto ezikhethiwe zisusiwe ngempumelelo.",
|
||
"My Domains": "Izizinda zami",
|
||
"Domain List": "Uhlu lwezizinda",
|
||
"Domains": "Izizinda",
|
||
"Domain Name": "Igama lezizinda",
|
||
"Is Verified": "Iyiqinisekisiwe",
|
||
"Has SSL": "Ine-SSL",
|
||
"Added on": "Engezwe ngo",
|
||
"Add New Domain": "Engeza iZizinda ezintsha",
|
||
"Domain Type": "Uhlobo lwezizinda",
|
||
"Addon Domain": "Izizinda ezingeziwe",
|
||
"Subdomain": "Isizinda esincane",
|
||
"Enter your domain name": "Faka igama lezizinda zakho",
|
||
"row selected": "umugqa okhethiwe",
|
||
"A new sub domain has been added.": "Isizinda esincane esisha sengezwe.",
|
||
"A new domain has been added.": "Izizinda ezintsha zengezwe.",
|
||
"Domain deleted successfully": "Izizinda zisusiwe ngempumelelo",
|
||
"Domains deleted successfully": "Izizinda zisusiwe ngempumelelo",
|
||
"Domains List": "Uhlu lwezizinda",
|
||
"Get instruction": "Thola imiyalelo",
|
||
"Accept": "Yamukela",
|
||
"Pending": "Kumiswa",
|
||
"Why are you reject it?": "Kungani uyayiphika?",
|
||
"Enter reason...": "Faka isizathu...",
|
||
"Submit": "Thumela",
|
||
"Instructions": "Imiyalelo",
|
||
"cPanel Domain Setup Instructions": "Imiyalelo yokusetha i-cPanel Domain",
|
||
"Login to your": "Ngena ku",
|
||
"cPanel": "cPanel",
|
||
"account": "i-akhawunti",
|
||
"Go to": "Hamba ku",
|
||
"Domains → Addon Domains": "Izizinda → Izizinda ezingeziwe",
|
||
"Enter your new domain": "Faka izizinda zakho ezintsha",
|
||
"Leave the auto-generated subdirectory and FTP as default": "Shiya isizinda esincane esizenzakalelayo ne-FTP njengokujwayelekile",
|
||
"Click": "Chofoza",
|
||
"Add Domain": "Engeza iZizinda",
|
||
"Update your domain’s DNS to point to your cPanel nameservers": "Vuselela i-DNS yezizinda zakho ukuze ibhekise kumaseva amagama e-cPanel",
|
||
"Tip": "Ithiphu",
|
||
"If you need SSL, go to": "Uma udinga i-SSL, hamba ku",
|
||
"SSL/TLS": "SSL/TLS",
|
||
"in cPanel and issue a certificate for your new domain (Let’s Encrypt is free).": "ku-cPanel bese unikeza isitifiketi sezizinda zakho ezintsha (i-Let’s Encrypt iyamahhala).",
|
||
"Apache VPS Configuration": "Ukumisa kwe-Apache VPS",
|
||
"Apache Wildcard Domain Setup": "Ukumisa kwe-Apache Wildcard Domain",
|
||
"Create a config file in": "Dala ifayela le-config ku",
|
||
"How to Add a Domain in cPanel": "Indlela yokwengeza iZizinda ku-cPanel",
|
||
"Enable the site and reload Apache": "Vumela isayithi bese ulayisha kabusha i-Apache",
|
||
"Always test config before reload": "Hlola njalo i-config ngaphambi kokulayisha kabusha",
|
||
"Replace": "Shintsha",
|
||
"with your actual domain": "ngamazizinda akho angempela",
|
||
"Ensure correct file permissions (chown/chmod)": "Qinisekisa amalungelo efayela alungile (chown/chmod)",
|
||
"Use": "Sebenzisa",
|
||
"Certbot": "Certbot",
|
||
"for free SSL": "ye-SSL yamahhala",
|
||
"Nginx VPS Configuration": "Ukumisa kwe-Nginx VPS",
|
||
"Nginx Wildcard Domain Setup": "Ukumisa kwe-Nginx Wildcard Domain",
|
||
"Enable the site and reload Nginx": "Vumela isayithi bese ulayisha kabusha i-Nginx",
|
||
"Important": "Okubalulekile",
|
||
"Ensure correct file permissions": "Qinisekisa amalungelo efayela alungile",
|
||
"Domain updated successfully": "Izizinda zivuselelwe ngempumelelo",
|
||
"Domain": "Izizinda",
|
||
"Domain has been rejected successfully.": "Izizinda ziphikwe ngempumelelo.",
|
||
"Domain has been approved successfully.": "Izizinda zivunyelwe ngempumelelo.",
|
||
"Edit Domain": "Hlela iZizinda",
|
||
"Deleted by user": "Kususiwe ngumsebenzisi",
|
||
|
||
|
||
"Download Apk": "Landa i-Apk",
|
||
"SMS Marketing": "I-SMS Marketing",
|
||
"Party Reports": "Tikozo TemaPhathi",
|
||
"HRM": "Kuphathwa Kwabantu",
|
||
"Finance & Accounts": "Imali & Amaqembu",
|
||
"Transfer": "Dlulisa",
|
||
"Expired": "Sekuphelelwe yisikhathi",
|
||
"Upgrade Now": "Thuthukisa Manje",
|
||
"No Active Plan": "Alukho uhlelo olusebenzayo",
|
||
"Please subscribe to a plan": "Sicela ubhalisele uhlelo",
|
||
"Invoice Wise Profit": "Inzuzo Ngokwe-Invoice",
|
||
"Company / Business Name": "Ligama Lenkampani / Lebhizinisi",
|
||
"Shop Opening Balance": "Ibhalansi Yokuvula Yesitolo",
|
||
"Shop Remaining Balance": "Ibhalansi Eseleyo Yesitolo",
|
||
"Plan Expire Date": "Usuku Lokuphelelwa Uhlelo",
|
||
"Enter Business Name": "Faka Ligama Lebhizinisi",
|
||
"Enter your Name": "Faka Ligama Lakho",
|
||
"POS": "I-POS",
|
||
"Inventory": "Impahla",
|
||
"Shipping Charge": "Imali Yokuthumela",
|
||
"Rounding(+/-)": "Rounding (+/-)",
|
||
"Create Customer": "Dala Ikhasimende",
|
||
"Add Payment": "Engeza Inkokhelo",
|
||
"Cheque": "I-Cheque",
|
||
"Wallet": "I-Wallet",
|
||
"Select Warehouse": "Khetha Isitolo",
|
||
"Batch": "I-Batch",
|
||
"Scan / search by code or name": "Skena / Funa ngekhowudi noma igama",
|
||
"Show 20": "Khombisa - 20",
|
||
"Show 500": "Khombisa - 500",
|
||
"Yesterday": "Izolo",
|
||
"Last 30 Days": "Izinsuku ezingama-30 ezedlule",
|
||
"Current Month": "Inyanga Yamanje",
|
||
"Current Year": "Unyaka Wamanje",
|
||
"Custom Date": "Usuku Olwenziwe Ngokwezifiso",
|
||
"View Payment": "Buka Inkokhelo",
|
||
"Receipt No.": "Inombolo Yesikhwama",
|
||
"Inventory Sales": "Ukuthengiswa Kwezimpahla",
|
||
"Flat": "Flat",
|
||
"Percent (%)": "Iphesenti (%)",
|
||
"Select Product": "Khetha Umkhiqizo",
|
||
"Guarantee": "I-Garanti",
|
||
"Warranty": "I-Warranty",
|
||
"Remarks": "Amazwana",
|
||
"Sales Invoice": "I-Invoice Yokuthengisa",
|
||
"PDF": "I-PDF",
|
||
"Print": "Printa",
|
||
"Sales By": "Ukuthengiswa ngu",
|
||
"Sub-Total": "Ingxenye Yesamba",
|
||
"Net Payable": "Inkokhelo Efinyelelwe",
|
||
"invoice": "Invoice",
|
||
"QTY": "Inani",
|
||
"U.Price": "Intengo Ngokuyedwa",
|
||
"Delivery charge": "Imali Yokulethwa",
|
||
"Total Payable": "Inkokhelo Ephelele",
|
||
"Total Return": "Ukubuyiselwa Okuphelele",
|
||
"Payable": "Okumele Kukhokhwe",
|
||
"Return Product": "Buyisela Umkhiqizo",
|
||
"Returned Item": "Into Ebuyisiwe",
|
||
"Total Return Amount": "Inani Lokubuyiselwa Eliphelele",
|
||
"Add Purchase": "Engeza Ukuthenga",
|
||
"Returns List": "Uhlu Lokubuyisela",
|
||
"Partial Paid": "Inkokhelo Engaphelele",
|
||
"Bulk Upload": "Layisha Nge-Bulk",
|
||
"Save & Published": "Gcina Futhi Shicilela",
|
||
"Product price, stock": "Intengo Yetimphahla, Isitoko",
|
||
"Combo Products": "Tindlu Te-Combo",
|
||
"Expired Products": "Timphahla Letiphelelwe Isikhathi",
|
||
"Print Labels": "Printa Amalebula",
|
||
"Model": "Imodeli",
|
||
"Variation": "Ushintsho",
|
||
"Racks": "Ama-Rack",
|
||
"Shelfs": "Izitebhisi",
|
||
"Product Image": "Sithombe Semphahla",
|
||
"Expire Date": "Usuku Lokuphelelwa Isikhathi",
|
||
"Barcode Generate": "Dala I-Barcode",
|
||
"Available Stock": "Isitoko Esikhona",
|
||
"Qty / No of label": "Inani / Inombolo Yamalebula",
|
||
"Packing Date": "Usuku Lokupakisha",
|
||
"Information to show in labels": "Ulwazi Lokuboniswa Kumalebula",
|
||
"Product Price": "Intengo Yemphahla",
|
||
"Print packing date": "Printa Usuku Lokupakisha",
|
||
"Show Price": "Khombisa Intengo",
|
||
"Barcode Type *": "Uhlobo Lwe-Barcode *",
|
||
"Barcode Print Paper Setting": "Izilungiselelo Zephepha Lokuphrinta I-Barcode",
|
||
"Preview": "Buka Kuqala",
|
||
"Download File": "Landa Ifayela",
|
||
"Field Name": "Ligama Lenkambu",
|
||
"Add new Model": "Engeza Imodeli Entsha",
|
||
"Model List": "Uhlu Lwemodeli",
|
||
"Model Name": "Ligama Lemodeli",
|
||
"Create Model": "Dala Imodeli",
|
||
"Variations List": "Uhlu LweZinguquko",
|
||
"Values": "Amanani",
|
||
"Edit Variation": "Hlela Ushintsho",
|
||
"Rack List": "Uhlu Lwama-Rack",
|
||
"Add new rack": "Engeza i-Rack Entsha",
|
||
"Shelf List": "Uhlu Lwezitebhisi",
|
||
"Add shelf": "Engeza Isitebhisi",
|
||
"Edit shelf": "Hlela Isitebhisi",
|
||
"Transfer List": "Uhlu Lokudlulisa",
|
||
"From Branch": "Kusuka Kwi-Branch",
|
||
"To Branch": "Ku-Branch",
|
||
"From Warehouse": "Kusuka E-Godown",
|
||
"To Warehouse": "Ku-Godown",
|
||
"Add New Transfer": "Engeza Ukudlulisa Okusha",
|
||
"Transfer Note": "Inothi Lokudlulisa",
|
||
"All Stock": "Yonke Isitoko",
|
||
"Party Credit Limit": "Umkhawulo Wemali Yebhodi",
|
||
"Billing Address": "Ikheli Lokukhokha",
|
||
"City": "Idolobha",
|
||
"State": "Isifundazwe",
|
||
"Zip Code": "Ikhodi Ye-Zip",
|
||
"Shipping Address": "Ikheli Lokuthumela",
|
||
"Supplier Name": "Ligama Lomphakeli",
|
||
"Vat List": "Uhlu Lwe-VAT",
|
||
"Add New Vat": "Engeza I-VAT Entsha",
|
||
"Tax Setting": "Izilungiselelo Zentela",
|
||
"Add New Vat Group": "Engeza Iqembu Le-VAT Entsha",
|
||
"Vat Group List": "Uhlu Lwamamaqembu E-VAT",
|
||
"Vat Group Name": "Ligama Leqembu Le-VAT",
|
||
"Select vats": "Khetha Ama-VAT",
|
||
"All List": "Yonke Uhlu",
|
||
"Guest Due": "Ikhasimende Elibolekile",
|
||
"Retailer Due": "Umthengisi Obolekile",
|
||
"Dealer Due": "Uthengisi Obolekile",
|
||
"Wholesaler Due": "Umthengisi Omkhulu Obolekile",
|
||
"Guest Due List": "Uhlu Lwekhasimende Elibolekile",
|
||
"Invoice Number": "Inombolo Ye-Invoice",
|
||
"Bank Account": "I-Akhawunti Yebhange",
|
||
"Cash In Hand": "Imali Esezandleni",
|
||
"Cheques": "Ama-Cheque",
|
||
"Transactions": "Izinkokhelo",
|
||
"Day Book": "Incwadi Yosuku",
|
||
"Cash Flow": "Ukuhamba Kwemali",
|
||
"Bill Wise Profit": "Inzuzo Ngokwe-Invoice",
|
||
"Expenses": "Izindleko",
|
||
"Bank Accounts": "Ama-Akhawunti Ebhanqe",
|
||
"Deposit & Withdraws": "Idiphozi & Ukudonsa",
|
||
"Add Bank": "Engeza Ibhange",
|
||
"Account Name": "Ligama Le-Akhawunti",
|
||
"Account Number": "Inombolo Ye-Akhawunti",
|
||
"Bank Name": "Ligama Lebhange",
|
||
"Branch Name": "Ligama Le-Branch",
|
||
"Holder Name": "Ligama Lomnikazi",
|
||
"Add New Bank": "Engeza Ibhange Elisha",
|
||
"Account Display Name": "Ligama Elibukwayo Le-Akhawunti",
|
||
"As of Date": "Njengosuku",
|
||
"Routing Number": "Inombolo Yokuhambisa",
|
||
"UPI ID for QR Code": "I-UPI ID Ye-Khodi Ye-QR",
|
||
"Account Holder Name": "Ligama Lomnikazi We-Akhawunti",
|
||
"Add more fields": "Engeza Ezinye Izinkambu",
|
||
"Print Bank details on invoices": "Printa Imininingwane Yebhange Kuma-Invoice",
|
||
"Bank to Bank Transfer": "Ukudluliselwa Kwebhange Lasebhange",
|
||
"Bank to Cash Transfer": "Ukudluliselwa Kwebhange Lwezimali",
|
||
"Adjust Bank Balance": "Lungisa Ibhalansi Yebhange",
|
||
"Adjust Cash": "Lungisa Imali",
|
||
"Cash to Bank Transfer": "Ukudluliselwa Kwemali Ebhange",
|
||
"From": "Kusuka",
|
||
"To": "Ku",
|
||
"Transfer Date": "Usuku Lokudluliselwa",
|
||
"Cheques List": "Uhlu Lwama-Cheque",
|
||
"Profit & Loss": "Inzuzo & Ukulahlekelwa",
|
||
"Gross Profit": "Inzuzo Ephelele",
|
||
"Total Expenses": "Izindleko Zonke",
|
||
"Income Types": "Izinhlobo Zemali Engenayo",
|
||
"Expenses Types": "Izinhlobo Zezindleko",
|
||
"Net Profit": "Inzuzo Efinyelelwe",
|
||
"Money In": "Imali Efinyelela",
|
||
"Money Out": "Imali Ephumayo",
|
||
"Transaction List": "Uhlu Lwezinkokhelo",
|
||
"Reference": "Isikhomba",
|
||
"Transaction Type": "Uhlobo Lokuhweba",
|
||
"Due Pay": "Inkokhelo Ebalulekile",
|
||
"Due Collect": "Ukuqoqa Okubalulekile",
|
||
"All Party": "Wonke Amakhasimende",
|
||
"Transaction By": "Ukwenziwe Ngu",
|
||
"Total :": "Konke :",
|
||
"Cash In": "Imali Engenayo",
|
||
"Cash Out": "Imali Ephumayo",
|
||
"Running Cash": "Imali Esebenzayo",
|
||
"Bill Wise Profit List": "Uhlu Lwenzuzo Ngokwe-Invoice",
|
||
"Sales Amount": "Inani Lokuthengisa",
|
||
"Sale Amount": "Inani Lokuthengisa",
|
||
"Create Expense Category": "Dala Isigaba Sezindleko",
|
||
"Department": "Umnyango",
|
||
"Designation": "Isikhundla",
|
||
"Shift": "Isikhathi Sokushintsha",
|
||
"Employee": "Umsebenzi",
|
||
"Leave Request": "Isicelo Seholide",
|
||
"Holiday": "Ikhefu",
|
||
"Attendance": "Ubukhona",
|
||
"Payroll": "Uhlu Lwemiholo",
|
||
"Department List": "Uhlu Lwamanyango",
|
||
"Add Department": "Engeza Umnyango",
|
||
"Create Department": "Dala Umnyango",
|
||
"Designation List": "Uhlu Lwezikhundla",
|
||
"Add Designation": "Engeza Isikhundla",
|
||
"Create Designation": "Dala Isikhundla",
|
||
"Shift List": "Uhlu Lwezikhathi Zokushintsha",
|
||
"Add new Shift": "Engeza Isikhathi Sokushintsha Esisha",
|
||
"Start Time": "Isikhathi Sokuqala",
|
||
"End Time": "Isikhathi Sokuphela",
|
||
"Break Time": "Isikhathi Sokuphumula",
|
||
"Break Duration": "Ubude Besikhathi Sokuphumula",
|
||
"Create Shift": "Dala Isikhathi Sokushintsha",
|
||
"Select Name": "Khetha Igama",
|
||
"Break Status": "Isimo Sokuphumula",
|
||
"Start Break Time": "Qala Isikhathi Sokuphumula",
|
||
"End Break Time": "Phela Isikhathi Sokuphumula",
|
||
"Employee List": "Uhlu Lwabasebenzi",
|
||
"Add new Employee": "Engeza Umsebenzi Omusha",
|
||
"shift": "Isikhathi Sokushintsha",
|
||
"Salary": "Umholo",
|
||
"Gender": "Ubulili",
|
||
"Birth Date": "Usuku Lokuzalwa",
|
||
"Join Date": "Usuku Lokuhlanganyela",
|
||
"Leave Type": "Uhlobo Lweholide",
|
||
"Leave": "Ikhefu",
|
||
"Leave Type List": "Uhlu Lwezinhlobo Zeholide",
|
||
"Add Leave Type": "Engeza Uhlobo Lweholide",
|
||
"Create Leave Type": "Dala Uhlobo Lweholide",
|
||
"Leave List": "Uhlu Lweholide",
|
||
"Add new Leave": "Engeza Ikhefu Elisha",
|
||
"Month": "Inyanga",
|
||
"Start Date": "Usuku Lokuqala",
|
||
"End Date": "Usuku Lokuphela",
|
||
"Leave Duration": "Isikhathi Seholide",
|
||
"Select employee": "Khetha Umsebenzi",
|
||
"All month": "Zonke Izinyanga",
|
||
"Create Leave": "Dala Ikhefu",
|
||
"Holiday List": "Uhlu Lweholide",
|
||
"Add new Holiday": "Engeza Ikhefu Elisha",
|
||
"Create Holiday": "Dala Ikhefu",
|
||
"Tax Report": "Umbiko Wentela",
|
||
"Profit Loss": "Inzuzo Nokulahlekelwa",
|
||
"Due Transaction": "Uhwebo Olubalulekile",
|
||
"Subscription Report": "Umbiko Wokubhaliselwe",
|
||
"Product Profit/Loss": "Inzuzo/Ukulahlekelwa Kwemikhiqizo",
|
||
"Top 5 Customer": "Amakhasimende Aphezulu 5",
|
||
"Top 5 Supplier": "Abahlinzeki Abaphezulu 5",
|
||
"Top 5 Product": "Imikhiqizo Ephezulu 5",
|
||
"Combo Product": "Umkhiqizo we-Combo",
|
||
"Discount Product": "Umkhiqizo Onezaphulelo",
|
||
"Product Wise Purchase": "Ukuthenga Ngokwemikhiqizo",
|
||
"Product Wise Sale": "Ukuthengisa Ngokwemikhiqizo",
|
||
"Expired Product": "Umkhiqizo Ophelelwe Isikhathi",
|
||
"Customer Ledger": "I-Ledger Yekhasimende",
|
||
"Supplier Ledger": "I-Ledger Lomphakeli",
|
||
"Party Loss/Profit": "Ukulahlekelwa/Inzuzo Yephathi",
|
||
"SMS Template": "Isifanekiso se-SMS",
|
||
"Android Gateway": "Umnyango we-Android",
|
||
"API Gateway": "Umnyango we-API",
|
||
"Balance Sheet": "Ishidi Lebhalansi",
|
||
"All Due": "Konke Okubolekwe",
|
||
"Attendance List": "Uhlu Lwobukhona",
|
||
"Add new Attendance": "Engeza Ubukhona Obusha",
|
||
"Time In": "Isikhathi Sokungena",
|
||
"Time Out": "Isikhathi Sokuphuma",
|
||
"Payroll List": "Uhlu Lwemiholo",
|
||
"Add new Payroll": "Engeza Uhlu Lwemiholo Olusha",
|
||
"Payment Year": "Unyaka Wenkokhelo",
|
||
"Receipt No": "Inombolo Yesikhwama",
|
||
"date": "Usuku",
|
||
"Attendance Report": "Umbiko Wokubakhona",
|
||
"Payroll Report": "Umbiko Womholo",
|
||
"Slip No": "Inombolo Yesiliphu",
|
||
"Leave Report": "Umbiko Weholide",
|
||
"Total Sale": "Inani Lokuthengisa Lonke",
|
||
"Total Sale Return": "Ukubuyiselwa Kokuthengisa Konke",
|
||
"Total Purchase Return": "Ukubuyiselwa Kokuthenga Konke",
|
||
"Tax Report List": "Uhlu Lwembiko Yentela",
|
||
"Payment Method": "Indlela Yokukhokha",
|
||
"Loss/Profit Report Details": "Imininingwane Yombiko Wokulahlekelwa/Inzuzo",
|
||
"Opening Stock": "Isitoko Sokuqala",
|
||
"(By purchase price)": "(Ngentengo Yokuthenga)",
|
||
"(By sale price)": "(Ngentengo Yokuthengisa)",
|
||
"Total purchase:": "Ukuthenga Konke:",
|
||
"Total purchase shipping charge:": "Izindleko Zokuthumela Kokuthenga Konke:",
|
||
"Total Sell discount:": "Isaphulelo Sokuthengisa Konke:",
|
||
"Total Sell Return:": "Ukubuyiselwa Kokuthengisa Konke:",
|
||
"Closing stock": "Isitoko Sokugcina",
|
||
"Total Sales:": "Ukuthengisa Konke:",
|
||
"Total sell shipping charge:": "Izindleko Zokuthumela Kokuthengisa Konke:",
|
||
"Total Purchase Return:": "Ukubuyiselwa Kokuthenga Konke:",
|
||
"Total Purchase discount:": "Isaphulelo Sokuthenga Konke:",
|
||
"Total sell round off:": "Ukuzungezisa Kokuthengisa Konke:",
|
||
"Credit Limit": "Umkhawulo Wemali Ebolekiwe",
|
||
"Due Collection Transactions": "Izenzo Zokuqoqwa Kwebolekiwe",
|
||
"Pay Due Amount": "Khokha Inani Elibolekiwe",
|
||
"Top 5 Customers": "Amakhasimende Aphezulu 5",
|
||
"Top 5 Suppliers": "Abahlinzeki Abaphezulu 5",
|
||
"Total Purchases": "Ukuthenga Konke",
|
||
"Top 5 Products": "Imikhiqizo Ephezulu 5",
|
||
"Cost Price": "Intengo Yokuthenga",
|
||
"Sales price": "Intengo Yokuthengisa",
|
||
"Product Wise Discount": "Isaphulelo Ngokwemikhiqizo",
|
||
"Product Purchases": "Ukuthenga Kwemikhiqizo",
|
||
"Purchase QTY": "Inani Lokuthenga",
|
||
"Product Sales": "Ukuthengisa Kwemikhiqizo",
|
||
"Sale QTY": "Inani Lokuthengisa",
|
||
"Total Sale Due": "Inani Lokuthengisa Elibolekiwe",
|
||
"Total Purchase Due": "Inani Lokuthenga Elibolekiwe",
|
||
"Party Wise Loss & Profit": "Ukulahlekelwa/Inzuzo NgokwePhathi",
|
||
"Gateway List": "Uhlu Lomnyango",
|
||
"Gateway ID.": "ID Lomnyango",
|
||
"Gateway Type": "Uhlobo Lomnyango",
|
||
"Device List": "Uhlu Lwezinsiza",
|
||
"Add Device": "Engeza Insiza",
|
||
"Device ID": "ID Yesinsiza",
|
||
"Device Version": "Uhlobo Lwensiza",
|
||
"App Version": "Uhlobo Lwe-App",
|
||
"Total Messages": "Imilayezo Yonke",
|
||
"Created Date": "Usuku Lokudala",
|
||
"All Settings": "Zonke Izilungiselelo",
|
||
"General": "Okuvamile",
|
||
"Invoice Print": "Printa I-Invoice",
|
||
"Currencies Settings": "Izilungiselelo Zemali",
|
||
"SMS Gateway Settings": "Izilungiselelo Zomnyango We-SMS",
|
||
"Languages Settings": "Izilungiselelo Zezilimi",
|
||
"Add, Edit, Update, Delete Languages.": "Engeza, Hlela, Buyekeza, Susa Izilimi.",
|
||
"Configure the fundamental information of the site.": "Hlela Ulwazi Oluyisisekelo Lwesayithi.",
|
||
"Control and configure overall notification systems": "Lawula Futhi Hlela Zonke Izinhlelo Zezaziso.",
|
||
"View and update currency settings": "Buka Futhi Buyekeza Izilungiselelo Zemali",
|
||
"Add new users, Provide role and Permission": "Engeza Abasebenzisi Abasha, Nikeza Indima Nezimvume",
|
||
"View and update gateway settings": "Buka Futhi Buyekeza Izilungiselelo Zomnyango",
|
||
"VAT/GST Title": "Isihloko Se-VAT/GST",
|
||
"VAT/GST Number": "Inombolo Ye-VAT/GST",
|
||
"Sale Rounding Option": "Inketho Yokuzungezisa Yokuthengisa",
|
||
"Product Profit Option": "Inketho Yenzo Yenzuzo Yemikhiqizo",
|
||
"Post Sale Message": "Umlayezo Ngemuva Kokuthengisa",
|
||
"Invoice Note Label": "Ilebula Yemibiko Ye-Invoice",
|
||
"Invoice Note": "Inothi Le-Invoice",
|
||
"Warranty Void Label": "Ilebula Yokungasebenzi Kwe-Warranty",
|
||
"Warranty Void": "I-Warranty Ayisebenzi",
|
||
"A4 Page Invoice Logo": "Ilokho le-Invoice Lephepha le-A4",
|
||
"Thermal Invoice Logo": "Ilokho le-Invoice Ye-Thermal",
|
||
"Invoice Scanner Logo": "Ilokho le-Invoice Scanner",
|
||
"Select SMS Gateway": "Khetha Umnyango We-SMS",
|
||
"Language Settings": "Izilungiselelo Zezilimi",
|
||
"Locale": "Indawo",
|
||
"Flag": "Ibhande",
|
||
"Add New Language": "Engeza Limi Elisha",
|
||
"Is Active": "Isebenza",
|
||
"Is Default": "Iyinqwaba",
|
||
"Product Settings": "Izilungiselelo Zemikhiqizo",
|
||
"Currency Setting": "Izilungiselelo Zemali",
|
||
"Select Currency": "Khetha Imali",
|
||
"Total Assets": "Impahla Yonke",
|
||
"Liabilities": "Izikweletu",
|
||
"Assets": "Impahla",
|
||
"Payment In": "Inkokhelo Engenayo",
|
||
"Equities & Liabilities": "Izabelo & Izikweletu",
|
||
"Create Supplier": "Dala Umphakeli",
|
||
"Batch No.": "Inombolo Yebhatchi",
|
||
"Cost exc. tax": "Izindleko ngaphandle Kwentela",
|
||
"Cost inc. tax": "Izindleko Ngentela",
|
||
"Wholesale": "Intengo Yebhizinisini",
|
||
"View Combo Product": "Buka Umkhiqizo we-Combo",
|
||
"Add new Transfer": "Engeza Ukudluliswa Okusha",
|
||
"Stock Values": "Amanani Esitoko",
|
||
"Drag & drop your Image": "Hudula Futhi Uweke Isithombe Sakho",
|
||
"Browse": "Bheka",
|
||
"Address line 1": "Ikheli Umugqa 1",
|
||
"Add Vat Rate": "Engeza Izinga Le-VAT",
|
||
"Rate": "Izinga",
|
||
"Pay Due": "Khokha Okubalulekile",
|
||
"Apply Month": "Faka Enyanga",
|
||
"Create Attendance": "Dala Ubukhona",
|
||
"Create Payroll": "Dala Uhlu Lwemiholo",
|
||
"Purchase Date": "Usuku Lokuthenga",
|
||
"Payment Reminder": "Isikhumbuzo Senkokhelo",
|
||
"New Sale": "Ukuthengisa Okusha",
|
||
"Payment Received": "Inkokhelo Efumene",
|
||
"Payment Paid": "Inkokhelo Ekhokhiwe",
|
||
"SMS Body": "Umzimba we-SMS",
|
||
"Available Tags": "Amathegi Akhona",
|
||
"Enable SMS Notification": "Vula Isaziso se-SMS",
|
||
"Business Phone": "Ucingo Lwebhizinisi",
|
||
"Add Gateway": "Engeza Umnyango",
|
||
"Add New Device": "Engeza Insiza Entsha",
|
||
"To add your device to the system, follow these steps:": "Ukuze wengeze insiza yakho ohlelweni, landela lezi zinyathelo:",
|
||
"Get the latest version of the App from this": "Thola uhlobo lwamuva lwe-App kusuka kulokhu",
|
||
"link": "isixhumanisi",
|
||
"and install the app on your device.": "futhi faka i-app kudivayisi yakho.",
|
||
"Step 01": "Isinyathelo 01",
|
||
"Step 02": "Isinyathelo 02",
|
||
"Step 03": "Isinyathelo 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": "Ngemuva kokufaka i-app, thola ikhodi ye-QR enikezwe phezulu kwesikrini. Vula i-app futhi unike zonke izimvume eziceliwe. Esikrinini sokungena, khetha \"Ngena ngemvume nge-QR code\" bese uskena ikhodi ye-QR",
|
||
"Your Android phone is now connected to the system. Please reload this page to see your new device.": "Ucingo lwakho lwe-Android manje luhlanganisiwe nohlelo. Sicela ulayishe kabusha leli khasi ukuze ubone insiza yakho entsha.",
|
||
"View and update gateway settings.": "Buka Futhi Buyekeza Izilungiselelo Zomnyango",
|
||
"Product Stock": "Isitoko Semikhiqizo",
|
||
"Model No": "Inombolo Yemodeli",
|
||
"Product Manufacturer": "Umkhiqizi Wemikhiqizo",
|
||
"Low Stock Alert": "Isixwayiso Sesitoko Esincane",
|
||
"VAT ID": "ID ye-VAT",
|
||
"VAT Type": "Uhlobo lwe-VAT",
|
||
"Exclusive Price": "Intengo Ekhethekile",
|
||
"Inclusive Price": "Intengo Ephelele",
|
||
"Profit Percent": "Ipesenti Lenzo",
|
||
"Serial": "Inombolo ye-Serial",
|
||
"MRP/PRICE": "MRP/Intengo",
|
||
"MRP": "MRP",
|
||
"Batch Tracking": "Ukulandelela Ibhatchi",
|
||
"Batch No": "Inombolo Yebhatchi",
|
||
"Expiry Date": "Usuku Lokuphelelwa",
|
||
"Mfg Date": "Usuku Lokukhiqiza",
|
||
"Product Type": "Uhlobo Lwemikhiqizo",
|
||
"Single": "Eyodwa",
|
||
"Variant": "Ushintsho",
|
||
"Combo": "Combo",
|
||
"Guest Due Sale": "Ukuthengisa Okusele Kwamakhasimende",
|
||
"Product Discount": "Isaphulelo Semikhiqizo",
|
||
"Add Product Settings": "Engeza Izilungiselelo Zemikhiqizo",
|
||
"Additional Product Field": "Insimu Yeminye Imikhiqizo",
|
||
"Purchase Setting": "Izilungiselelo Zokuthenga",
|
||
"Sale Setting": "Izilungiselelo Zokuthengisa",
|
||
"Profit & Loss Details": "Imininingwane Yenzuzo Nokulahlekelwa",
|
||
"Product Profit & Loss": "Inzuzo Nokulahlekelwa Kwemikhiqizo",
|
||
"Customer List": "Uhlu Lwamakhasimende",
|
||
"Supplier List": "Uhlu Lwabaphakeli",
|
||
":type List": "Uhlu Lwe:type",
|
||
"Add new :type": "Engeza :type Entsha",
|
||
"Edit :type": "Hlela :type",
|
||
"Edit Supplier": "Hlela Umphakeli",
|
||
"Edit Customer": "Hlela Ikhasimende",
|
||
"(PNG & JPG)": "(PNG & JPG)",
|
||
"Vat groups (Combination of multiple vats)": "Amaqembu e-VAT (Ukuhlanganiswa kwama-VAT amaningi)",
|
||
"Send": "Thumela",
|
||
"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.": "Ngiyacela ulandele imiyalelo engezansi ukulayisha ifayela lakho.",
|
||
"Download the sample file first and add all your products to it.": "Landa ifayela lesampula kuqala bese wengeza yonke imikhiqizo yakho kulo.",
|
||
"Indicates a required field. If you do not provide the required fields, the system will ignore the product.": "Kubhekisela ensimini edingekayo. Uma ungayiniki le nsimu edingekayo, uhlelo luzoyeka lomkhiqizo.",
|
||
"After adding all your products, please save the file and then upload the updated version.": "Ngemva kokufaka yonke imikhiqizo yakho, sicela ulondoloze ifayela bese ulayisha inguqulo ebuyekeziwe.",
|
||
"The name of the product you are adding": "Igama lomkhiqizo owengezayo",
|
||
"e.g.,": "isb.,",
|
||
"Banana": "Ibhanana",
|
||
"Stock Quantity": "Inani Lesitoko",
|
||
"Sale Price (MRP)": "Intengo Yokuthengisa (MRP)",
|
||
"VAT Name": "Ligama le-VAT",
|
||
"VAT (%)": "VAT (%)",
|
||
"Low Stock Qty": "Inani Eliphansi Lesitoko",
|
||
"Manufacturing Date": "Usuku Lokukhiqiza",
|
||
"Variations": "Izinguquko",
|
||
"The category under which the product falls": "Isigaba lapho umkhiqizo ungaphansi kwaso",
|
||
"Beverages, Electronics": "Iziphuzo, Elektroniki",
|
||
"The measurement unit used for the product": "Iyunithi yokukala esetshenziswa kumkhiqizo",
|
||
"Piece, Kg, Litre": "Ingcebo, Kg, Litha",
|
||
"If not found, a new unit will be created automatically.": "Uma ingatholakali, iyunithi entsha izodalwa ngokuzenzakalelayo.",
|
||
"The brand associated with the product": "Umkhiqizo ohambisana nomkhiqizo",
|
||
"Samsung, Nestlé": "Samsung, Nestlé",
|
||
"If not found, the system will create it automatically.": "Uma ingatholakali, uhlelo luzoyidala ngokuzenzakalelayo.",
|
||
"The available quantity of the product currently in stock.": "Inani elikhona lomkhiqizo okwamanje esitokweni.",
|
||
"A unique identifier for the product": "Isikhombi esiyingqayizivele somkhiqizo",
|
||
"SKU001": "SKU001",
|
||
"Product codes must be unique — duplicate codes will be ignored.": "Amakhodi emikhiqizo kumele abe yodwa — amakhodi aphindaphindiwe azoyekwa.",
|
||
"The cost price of the product excluding VAT.": "Intengo yokuthenga yomkhiqizo ngaphandle kwe-VAT.",
|
||
"The selling price or maximum retail price for the product.": "Intengo yokuthengisa noma intengo ephezulu yokuthengisa yomkhiqizo (MRP).",
|
||
"Special discounted price for bulk resellers or dealers.": "Intengo ekhethekile yesaphulelo sabathengisi abaningi noma abadayisi.",
|
||
"The price offered for wholesale buyers, usually lower than MRP.": "Intengo enikezwa abathengi be-wholesale, ngokuvamile iphansi kune-MRP.",
|
||
"If not found, the system will automatically create a new category.": "Uma ingatholakali, uhlelo luzodala isigaba esisha ngokuzenzakalelayo.",
|
||
"The VAT name applied to the product.": "Igama le-VAT elisetshenziswa kumkhiqizo.",
|
||
"If the system doesn’t find it, it will create a new VAT with the provided rate.": "Uma uhlelo lungalitholi, luzodala i-VAT entsha ngenani elinikeziwe.",
|
||
"The VAT rate as a percentage": "Izinga le-VAT njengephesenti",
|
||
"15": "15",
|
||
"Define whether the VAT is": "Chaza ukuthi i-VAT iyini",
|
||
"exclusive": "ekhethekile",
|
||
"or": "noma",
|
||
"inclusive": "efakiwe",
|
||
"in the price.": "entengo.",
|
||
"The minimum stock quantity to trigger a low-stock alert.": "Inani eliphansi kakhulu lesitoko ukuvusa isexwayiso sesitoko esiphansi.",
|
||
"Name of the product manufacturer or supplier.": "Igama lomkhiqizi womkhiqizo noma umphakeli.",
|
||
"Expiry date for perishable products": "Usuku lokuphelelwa komkhiqizo oshwabene",
|
||
"format:": "ifomethi:",
|
||
"YYYY-MM-DD": "IMINYAKA-INYANGA-Usuku",
|
||
"Batch or lot number used to identify stock batches.": "Inombolo yebhatchi noma i-lot esetshenziselwa ukubona ama-batch esitoko.",
|
||
"The model of the product": "Imodeli yomkhiqizo",
|
||
"iPhone 15": "iPhone 15",
|
||
"Date the product was manufactured": "Usuku umkhiqizo wakhiqizwa",
|
||
"Define whether the product is": "Chaza ukuthi umkhiqizo uyini",
|
||
"single": "munye",
|
||
"variant": "uhlobo oluhlukile",
|
||
"for products with multiple variations like size or color.": "kuma-product anokuhluka okuningi njengosayizi noma umbala.",
|
||
"This column defines all variations for variant products.": "Le kolomu ichaza zonke izinguquko zemikhiqizo ehlukile.",
|
||
"Use the format:": "Sebenzisa ifomethi:",
|
||
"VariationName:Value": "IgamaLoshintsho:Inani",
|
||
"separated by a": "ehlukaniswe yi",
|
||
"for multiple values.": "kwamanani amaningi.",
|
||
"Example:": "Isibonelo:",
|
||
"Color:Black|Size:M": "Umbala: Mnyama | Usayizi: M",
|
||
"➤ The system will:": "➤ Uhlelo luzokwenza:",
|
||
"Create or match existing variations dynamically.": "Dala noma ulinganise izinguquko ezikhona ngokuzenzakalelayo.",
|
||
"Store selected variation IDs in the": "Gcina ama-ID okushintsha okukhethiwe ku",
|
||
"table": "ithebula",
|
||
"Store structured JSON like": "Gcina i-JSON ehlelekile njenge",
|
||
"\"Color\":\"Black\"": "\"Umbala\":\"Mnyama\"",
|
||
"in the": "kuyo",
|
||
"Automatically create": "Dala ngokuzenzakalelayo",
|
||
"variant_name": "igama_lohluka",
|
||
"such as": "njengoba",
|
||
"Black - M": "Mnyama - M",
|
||
"table.": "ithebula.",
|
||
"Party Profit & Loss": "Inzuzo Nokulahlekelwa Kwephathi",
|
||
|
||
"Bill Wise Profit & Loss": "Inzuzo nelahleko nge-Bill",
|
||
"Bank Details": "Imininingwane yasebhange",
|
||
"Account No": "Inombolo ye-akhawunti",
|
||
"UPI ID": "UPI ID",
|
||
"Holder’s Nmae": "Libito lamnikati we-akhawunti",
|
||
"MONEY RECEIPT": "RISIDI YEMALI",
|
||
"Money Receipt": "Risidi yemali",
|
||
"Purchase Invoice": "I-invoyisi yekutsenga",
|
||
"Holder’s Name": "Libito lamnikati we-akhawunti",
|
||
"Rounding (+/-)": "Kusondzeta (+/-)",
|
||
"welcome_to": "Nemukelekile ku",
|
||
"welcome_back": "Nemukelekile futsi",
|
||
"please_login": "Sicela ungene ku-akhawunti yakho",
|
||
"enter_your_email": "Faka i-imeyili yakho",
|
||
"password": "Iphasiwedi",
|
||
"remember_me": "Ungikhumbule",
|
||
"forgot_password": "Ukhohlwe iphasiwedi?",
|
||
"log_in": "Ngena",
|
||
"back_to_home": "Buyela emuva ekhaya",
|
||
"create_an_account": "Vula i-akhawunti",
|
||
"or_continue_with": "Nobe chhubeka nga",
|
||
"login_with_x": "Ngena nga-X",
|
||
"login_with_google": "Ngena nga-Google",
|
||
"super_admin": "Super Admin",
|
||
"admin": "Admin",
|
||
"business": "Libhizinisi",
|
||
"add_on": "Lokwengetiwe",
|
||
"manager": "Imenantja",
|
||
"multi_branch": "Imigcamu leminingi",
|
||
"warranty": "Iwaranti",
|
||
"guarantee": "Icinisekiso",
|
||
"Months": "Tingcweti",
|
||
"Years": "Iminyaka",
|
||
"Tax Type": "Luhlobo lwentsela",
|
||
"Exclusive": "Ingafaki intsela",
|
||
"Inclusive": "Ifaka intsela",
|
||
"Select Tax": "Khetsa intsela",
|
||
"select_one": "Khetsa kunye",
|
||
"Image (Size 150x130)": "Sitfombe (Size 150x130)",
|
||
"Drag & drop image": "Dvonsa ubeke sitfombe",
|
||
"Variant Name": "Libito le-variant",
|
||
"Manufacture": "Kwakha/Kukhiqiza",
|
||
"Profit Margin (%)": "Inzuzo (%)",
|
||
"Default Selling Price": "Inshumayelo yentselelo levamele",
|
||
"SKU / Code": "SKU / Khodi",
|
||
"Edit Model": "Hlela imodeli",
|
||
"Rack Name": "Libito lericatfu",
|
||
"Edit rack": "Hlela ricatfu",
|
||
"Update Password": "Vuselela iphasiwedi",
|
||
"Tax Rate": "Lizinga lentsela",
|
||
"Sub vats": "Sub VAT",
|
||
"Edit Vat": "Hlela VAT",
|
||
"Edit Vat Group": "Hlela i-VAT Group",
|
||
"Edit Bank": "Hlela libhange",
|
||
"Account Display Name balnce": "Libito le-akhawunti / Saldo",
|
||
"+ Add more fields": "+ Engeta letinye tindzawo",
|
||
"Show In Invoice": "Khombisa ku-invoyisi",
|
||
"As Of Date": "Kusukela ngelusuku",
|
||
"Cheque Number": "Inombolo yelisheke",
|
||
"Current Plan": "Luhlelo lwanyalo",
|
||
"Multi-branch Allowed": "Imigcamu leminingi ivumelekile",
|
||
"Addon Limit:": "Silinganiso salokwengetiwe:",
|
||
"Addon Domain Available?": "I-Addon Domain ikhona?",
|
||
"Subdomain Limit:": "Silinganiso se-Subdomain:",
|
||
"Subdomain Available?": "I-Subdomain ikhona?",
|
||
"Freya Haynes": "Freya Haynes",
|
||
"Invoice: S06 - Emery Mueller": "I-invoyisi: S06 - Emery Mueller",
|
||
"Item Name": "Libito lentfo",
|
||
"Product Wise Profit & Loss": "Inzuzo nelahleko ngemkhicito",
|
||
"Product Wise Loss Profit": "Ilahleko nenzuzo ngemkhicito",
|
||
"Pay Amount": "Inani lekubhadala",
|
||
"Select party": "Khetsa licembu",
|
||
"Loss Profit History": "Umlandvo wenzuzo nelahleko",
|
||
"Product Sale History": "Umlandvo wekutsengiswa kwemikhicito",
|
||
"Product Purchase History": "Umlandvo wekutsengwa kwemikhicito",
|
||
"Purchase Qty": "Inani lelikutsengiwe",
|
||
"Sold Qty": "Inani lelikutsengisiwe",
|
||
"Remaining Qty": "Inani lelisasele",
|
||
|
||
"Net Profit (Profit - Loss) =": "Inzuzo Lenhloko (Inzuzo - Lusizo)",
|
||
"Net Profit (Income - Expense) =": "Inzuzo Lenhloko (Imali engenako - Imali lechithiwako)",
|
||
"Sale Details": "Ulwazi lwekutfengisa",
|
||
"Purchase Details": "Ulwazi lwekutfenga",
|
||
"All Customer": "Bonkhe Bamakhasimende",
|
||
"Sale Qty": "Inani Lokutjala",
|
||
"Profit/Loss": "Inzuzo / Lusizo",
|
||
"Printer A4": "Sprinta A4",
|
||
"Thermal: 3 inch 80mm": "Thermali: 3 intshi 80mm",
|
||
"Showing": "Kukhombisa",
|
||
"to": "kuya",
|
||
"of": "we",
|
||
"results": "tindzaba",
|
||
"Custom Domain": "Idomeyeni Lekwakhiwe",
|
||
"Ledger": "Lelijaji",
|
||
"(Ledger)": "(Lelijaji)",
|
||
"Credit (In)": "Ikhredithi (Kungena)",
|
||
"Debit (Out)": "Idibithi (Kuphuma)",
|
||
|
||
"Subscription Orders": "Tinkhomba teSubscripsheni",
|
||
"Subscriber View": "Buka lomtfoli",
|
||
"Expire date": "Lusuku lokuphela",
|
||
"Enroll Date": "Lusuku lokubhalisa",
|
||
"How to Add a Domain in hPanel": "Kufaka kanjani iDomain ku-hPanel",
|
||
"hPanel (Hostinger) Domain Setup Instructions": "Imiyalo yokuseta iDomain ku-hPanel (Hostinger)",
|
||
"Multibranch Allowed": "Imagatsha lamakhulu avunyelwe",
|
||
"Addon Domain Limit": "Umkhawulo we-Addon Domain",
|
||
"Subdomain Limit": "Umkhawulo weSubdomain",
|
||
"Custom Domain Limit": "Umkhawulo weCustom Domain",
|
||
"Add-ons": "Add-ons",
|
||
"New": "Lisha",
|
||
"Addons List": "Luhlu lwe-Add-ons",
|
||
"Install / Update Addon": "Faka / Buyekeza i-Addon",
|
||
"Version": "Inguqulo",
|
||
"Enter purchase code": "Faka ikhodi yekuthenga",
|
||
"Upload addons zip file": "Layisha i-Addon zip file",
|
||
"System": "Sisistimu",
|
||
"User Sign Up": "Bhalisela Umsebenzisi",
|
||
"Domain Setting": "Tseta iDomain",
|
||
"View and update payment gateway settings": "Buka bese ubuyekeza imiseti ye-payment gateway",
|
||
"View and update user sign up settings": "Buka bese ubuyekeza imiseti yokubhalisela umsebenzisi",
|
||
"View and update system settings": "Buka bese ubuyekeza imiseti yesistimu",
|
||
"User Registration Email Setup": "Tseta i-imeyili yokubhalisela umsebenzisi",
|
||
"Verify email with OTP on signup?": "Uqinisekisa i-imeyili nge-OTP ngesikhathi sokubhalisela?",
|
||
"Verify email without OTP on signup?": "Uqinisekisa i-imeyili ngaphandle kwe-OTP ngesikhathi sokubhalisela?",
|
||
"SSL is required.": "I-SSL iyadingeka.",
|
||
"SSL is not required.": "I-SSL ayidingeki.",
|
||
"Subdomain / Custom domains are allowed automatically.": "Ama-subdomain / ama-custom domain avunyelwe ngokuzenzakalelayo.",
|
||
"Subdomain / Custom domains are not allowed automatically.": "Ama-subdomain / ama-custom domain awavunyelwe ngokuzenzakalelayo.",
|
||
"Dynamic Text": "Umbhalo Oguqukako",
|
||
"Dynamic Link Text": "Umbhalo we-Link Oguqukako",
|
||
"Dynamic Link": "I-Link Oguqukako",
|
||
"App Link": "I-Link ye-App",
|
||
"Login Page Logo": "I-Logo lekhasi le-Login",
|
||
"Login Page Image": "Umfanekiso wekhasi le-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": "Manual",
|
||
"API KEY": "API Key",
|
||
"CLIENT ID": "Client ID",
|
||
"CLIENT SECRET": "Client Secret",
|
||
"PUBLIC KEY": "Public Key",
|
||
"SECRET KEY": "Secret Key",
|
||
"KEY ID": "Key ID",
|
||
"KEY SECRET": "Key Secret",
|
||
"X API KEY": "X API Key",
|
||
"X AUTH TOKEN": "X Auth Token",
|
||
"USER SECRET KEY": "Secret Key lomsebenzisi",
|
||
"CATEOGRY CODE": "Ikhodi yeCategory",
|
||
"ENCRYPTION KEY": "I-Key ye-Encryption",
|
||
"PAYMENT OPTIONS": "Kukhetfo kwe-Payment",
|
||
"Hello": "Sawubona",
|
||
|
||
"View Stock": "Buka Sitoko",
|
||
"Log In": "Ngena",
|
||
"Back to Home": "Buyela Ekhaya",
|
||
"Create an account.": "Dala Akeunti",
|
||
"Add-on": "I-Add-on",
|
||
"Bussiness": "Ibizinisi",
|
||
"Multi Branch": "Tinkomkhulu Letiningi",
|
||
"Create an Free Account!": "Dala Akeunti Lamahhala!",
|
||
"Hey, Enter Your details to get Sign Up to your account": "Sawubona, faka imininingwane yakho kuze ubhalisele akeunti yakho",
|
||
"Sign Up": "Bhalisela",
|
||
"Or Continue with": "Noma Qhubeka nge",
|
||
"Log in with X": "Ngena nge X",
|
||
"Log in with Google": "Ngena nge Google",
|
||
"Already have an Account?": "Usunakeunti?",
|
||
"Email Verification": "Ukuqinisekiswa kwe-imeyili",
|
||
"we sent an OTP in your email address": "Sithumele i-OTP ekhelini lakho le-imeyili",
|
||
"Code send in": "Ikhodi ithunyelwe ku",
|
||
"Resend code": "Thumela ikhodi futhi",
|
||
"Verify": "Qinisekisa",
|
||
"Setup Your Profile": "Setha Iphrofayela Yakho",
|
||
"Company/Business Name": "Ligama Lekhampani/Ibhizinisi",
|
||
"Enter company/business name": "Faka ligama lekampani/ibhizinisi",
|
||
"Ex: $500": "Isb: $500",
|
||
"Company Address": "Ikheli Lekhampani",
|
||
"Enter company address": "Faka ikheli lekampani",
|
||
"Successfully!": "Ngempumelelo!",
|
||
"Congratulations, Your account has been": "Siyakwemukela, akeunti yakho",
|
||
"successfully created": "idaliwe ngempumelelo",
|
||
|
||
"Enter Model Name": "Faka ligama lemodeli",
|
||
"Completed": "Kuphetfwe",
|
||
"Enter values": "Faka linani",
|
||
"Total Stock Value:": "Linalo lemphahla lonkhe:",
|
||
"Sale Commission": "Khomishini yekutsengisa",
|
||
"Enter Supplier Name": "Faka ligama lemphakeli",
|
||
"Enter city": "Faka lidolobha",
|
||
"Enter state": "Faka sifundza",
|
||
"Enter zip code": "Faka ikhodi yeposi",
|
||
"Select a country": "Khetsa live",
|
||
"Advance": "Inkokhelo lesembili",
|
||
"Enter account display name": "Faka ligama lelikhombisa li-akhawunti",
|
||
"Enter account number": "Faka inombolo ye-akhawunti",
|
||
"Enter UPI code": "Faka ikhodi ye-UPI",
|
||
"Enter bank name": "Faka ligama libhengi",
|
||
"Enter bank name_duplicate": "Faka ligama libhengi",
|
||
"Enter account holder name": "Faka ligama lamnikati we-akhawunti",
|
||
"Ex: 500": "Fana na: 500",
|
||
"Total Transaction": "Imicimbi yemali yonkhe",
|
||
"Branch Opening Balance": "Inani lekuvula legatja",
|
||
"Branch Remaining Balance": "Inani lelisasele kuleligatja",
|
||
"Language": "Lulwimi",
|
||
"Select Variant": "Khetsa luhlobo",
|
||
"Enter Batch No.": "Faka inombolo yelicumbi",
|
||
"Bank List": "Luhlu lwemabhengi",
|
||
"Cash List": "Luhlu lwemali lekhona",
|
||
"Add Cash": "Faka imali",
|
||
"Reduce Cash": "Nciphisa imali",
|
||
"ex 500": "fana na 500",
|
||
"Adjustment Date": "Lusuku lwekuhloleleka",
|
||
"description": "inchazelo",
|
||
"cash": "imali lekhona",
|
||
"PNG & JPG": "PNG na JPG",
|
||
"Transaction Image": "Sitfombe semsebenti",
|
||
"Platform": "Ipulatifomu",
|
||
"Add Image": "Faka sitfombe",
|
||
"Loading...": "Iyalayisha...",
|
||
"Approved Payment": "Inkokhelo levunyelwe",
|
||
"24 Jan 2024, 10:30": "24 Jan 2024, 10:30",
|
||
"Withdraw Amount": "Inani lekuhosha",
|
||
"$0": "$0",
|
||
"Account Information": "Lwati lwe-akhawunti",
|
||
"A/C Name": "Ligama le-A/C",
|
||
"Shaidul Islam": "Shaidul Islam",
|
||
"Dutch-Bangla Bank PLC": "Dutch-Bangla Bank PLC",
|
||
"A/C Number": "Inombolo ye-A/C",
|
||
"365214512236": "365214512236",
|
||
"Dhaka": "Dhaka",
|
||
"Rejected": "Yaliwe",
|
||
"Approved": "Vunyelwe",
|
||
"Approve Withdrawal Payment": "Vumela inkokhelo yekuhosha",
|
||
"Have you Sent": "Ucitfunyelwe",
|
||
"$250.00?": "$250.00?",
|
||
"Transaction Number": "Inombolo yemsebenti",
|
||
"Enter transaction Number": "Faka inombolo yemsebenti",
|
||
"Upload Receipt": "Faka rasidi",
|
||
"Add-On": "Lokunye lokwengetiwe",
|
||
"Google Login Settings": "Tinguculo tekungena kuGoogle",
|
||
"X Login Settings": "Tinguculo tekungena kuX",
|
||
"Please request for a domain/subdomain from the business panel.": "Sicela ucele lilungelo le-domain kuleliphaneli lebhizinisi.",
|
||
"Request For A Domain": "Cela i-domain",
|
||
"The app url is not available in .env file, please contact with administrator.": "I-URL ye-app ayitfolakali ku-env file, sicela ukhulume nemlawuli.",
|
||
"Are you sure you want to exit?": "Ucinisekile kutsi ufuna kuphuma?",
|
||
"We Makes": "Senta",
|
||
"Globally": "Emhlabeni wonkhe",
|
||
"Growth": "Kukhula",
|
||
"Increase Your Revenue": "Khulisa lingeniso lakho",
|
||
"(Optional)": "(Kungakhetfwa)",
|
||
"Data Deletion Instructions": "Tinkhomba tekusula datha",
|
||
"If you want to delete your data from our system, please follow these steps:": "Uma ufuna kusula datha yakho, landzela letinyatselo:",
|
||
"Send an email to [your-email@example.com] with the subject line “Delete My Data”.": "Tfumela i-email ku [your-email@example.com] utsi “Delete My Data”.",
|
||
"Include your name and the email address you used to register.": "Faka ligama lakho ne-email loyisebentise ekubhaliseni.",
|
||
"We will process your request and confirm deletion within 7 business days.": "Sitalungisa sicelo sakho esikhatsini setinsuku letingu-7 tekusebenta.",
|
||
"Share your referral link": "Yabelana ngelinki yakho",
|
||
"Refer a friend and earn a commission.": "Mema umngani utfole khomishini.",
|
||
"Copy": "Khopha",
|
||
"Available for Withdraw": "Ikhona kuhoshwa",
|
||
"$30": "$30",
|
||
"Payout your balance is more than": "Inkokhelo uma imali yakho ngetulu kwa",
|
||
"$100": "$100",
|
||
"Total Withdraw": "Sekuhoshwe konkhe",
|
||
"$500": "$500",
|
||
"Total Referrals": "Timemo tonkhe",
|
||
"5": "5",
|
||
"1 Month": "Inyanga le-1",
|
||
"৳499": "৳499",
|
||
"৳699": "৳699",
|
||
"1": "1",
|
||
"Copy Link": "Khopha lilinki",
|
||
"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.": "Le-akhawunti ayitfolakali kusulwa ngobe inemisebenti yemali.",
|
||
"14": "14",
|
||
"12": "12",
|
||
"currency": "imali",
|
||
"Do you really want to re-open this cheque?": "Ufuna kuvula lencwadzi yemali futsi?",
|
||
"Transfer Cheque": "Tfumela sheke",
|
||
"Deposit": "Faka imali",
|
||
"Re-Open": "Vula futsi",
|
||
"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.": "Lona yi-akhawunti yekulingisa.",
|
||
"You can not access it!": "Awukwati kungenela loku!",
|
||
"N/A": "N/A",
|
||
"English": "Singisi",
|
||
"en": "en",
|
||
"Bengali": "Bengali",
|
||
"bn": "bn",
|
||
"French": "Fulentji",
|
||
"fr": "fr",
|
||
"This party is from another branch, you can not change the opening from here.": "Lelicembu livela kulelinye ligatja.",
|
||
"Please select a variation.": "Sicela ukhetse luhlobo.",
|
||
"Units": "Iyunithi",
|
||
"25632": "25632",
|
||
"25%": "25%",
|
||
"Ex: 200": "Fana na: 200",
|
||
"Ex: 50": "Fana na: 50",
|
||
"Batch No:": "Inombolo yelicumbi:",
|
||
"Ex: 1": "Fana na: 1",
|
||
"Ex: 30": "Fana na: 30",
|
||
"Download Sample File": "Khipha ifayela lesibonelo",
|
||
" Please follow the instructions below to upload your file.": " Sicela ulandzele letinkhomba letisekhatsi.",
|
||
" Download the sample file first and add all your purchases data to it.": " Khipha ifayela kucala ufake imininingwane yakho.",
|
||
"Indicates a required field. If you do not provide the required fields, the system will ignore except product information.": "Lokufanele kugcwaliswe.",
|
||
"After adding all your purchases, please save the file and then upload the updated version.": "Uma ucedzile, gcina ifayela ulibuyisele.",
|
||
"Paid by:": "Ibhadalwe ngu:",
|
||
"Payable Amount:": "Inani lekubhadala:",
|
||
"Received Amount:": "Inani lelitfolakele:",
|
||
"Due:": "Sikweleti:",
|
||
"pospro.com": "pospro.com",
|
||
"Select a report type to load fields": "Khetsa luhlobo lwembiko",
|
||
"Change Amt/Due:": "Shintsha inani/sikweleti:",
|
||
"Total Subscription": "Kuhlanganyela konkhe",
|
||
|
||
|
||
"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 "
|
||
}
|