2082 lines
104 KiB
JSON
2082 lines
104 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": "Tasti",
|
|||
|
|
"Advertising": "Reklamimi",
|
|||
|
|
"Subscription Reports": "Raportet e Abonimit",
|
|||
|
|
"Manage Business": "Menaxhimi i Biznesit",
|
|||
|
|
"Categories": "Kategoritë",
|
|||
|
|
"Business List": "Lista e Bizneseve",
|
|||
|
|
"Manage Plans": "Menaxhimi i Planeve",
|
|||
|
|
"Create Plan": "Krijo Plan",
|
|||
|
|
"Staff Management": "Menaxhimi i Stafit",
|
|||
|
|
"Create Staff": "Krijo Stafin",
|
|||
|
|
"Manage Staff": "Menaxhimi i Stafit",
|
|||
|
|
"Messages": "Mesazhet",
|
|||
|
|
"Manage Messages": "Menaxhimi i Mesazheve",
|
|||
|
|
"CMS Manage": "CMS Menaxhimi",
|
|||
|
|
"Manage Pages": "Menaxhimi i Faqeve",
|
|||
|
|
"Manage FAQs": "Menaxhimi i FAQs",
|
|||
|
|
"Terms & Conditions": "Termat & Kushtet",
|
|||
|
|
"Privacy & Policy": "Privatësia & Politika",
|
|||
|
|
"Testimonials": "Testimonjat",
|
|||
|
|
"Features": "Veçoritë",
|
|||
|
|
"Interface": "Interfejsa",
|
|||
|
|
"Manage Blogs": "Menaxhimi i Blogjeve",
|
|||
|
|
"Newsletters": "Buletine",
|
|||
|
|
"Roles & Permissions": "Rolet & Lejet",
|
|||
|
|
"Roles": "Rolet",
|
|||
|
|
"Permissions": "Lejet",
|
|||
|
|
"Settings": "Parametrat",
|
|||
|
|
"Currencies": "Monedat",
|
|||
|
|
"Notifications": "Njoftimet",
|
|||
|
|
"SMS Settings": "Parametrat e SMS-ve",
|
|||
|
|
"Payment Gateway": "Porta e Pagesës",
|
|||
|
|
"System Settings": "Parametrat e Sistemit",
|
|||
|
|
"General Settings": "Parametrat e Përgjithshëm",
|
|||
|
|
|
|||
|
|
"Banner": "Banner",
|
|||
|
|
"Add New Banner": "Shto Banner të Ri",
|
|||
|
|
"Banner List": "Lista e Bannerave",
|
|||
|
|
"Status": "Statusi",
|
|||
|
|
"Image": "Imazhi",
|
|||
|
|
"Active": "Aktiv",
|
|||
|
|
"Cancel": "Anulo",
|
|||
|
|
"Save": "Ruaj",
|
|||
|
|
"Edit Banner": "Ndrysho Banner",
|
|||
|
|
"Advertising List": "Lista e Reklamave",
|
|||
|
|
"Create Banner": "Krijo Banner",
|
|||
|
|
"SL": "SL",
|
|||
|
|
"Create Advertising": "Krijo Reklamim",
|
|||
|
|
"Reset": "Reseto",
|
|||
|
|
"Edit Advertising": "Ndrysho Reklamim",
|
|||
|
|
"Edit": "Ndrysho",
|
|||
|
|
"Delete": "Fshij",
|
|||
|
|
"Shop": "Dyqani",
|
|||
|
|
"Add new Package": "Shto Paketë të Re",
|
|||
|
|
"Shop List": "Lista e Dyqaneve",
|
|||
|
|
"Subscription Plan": "Plani i Abonimit",
|
|||
|
|
"Select Plan Category": "Zgjidh Kategorinë e Planit",
|
|||
|
|
"Package Name": "Emri i Paketës",
|
|||
|
|
"Enter Package Name": "Shkruaj Emrin e Paketës",
|
|||
|
|
"Business Category": "Kategoria e Biznesit",
|
|||
|
|
"Select Business Category": "Zgjidh Kategorinë e Biznesit",
|
|||
|
|
"Duration in Days": "Kohëzgjatja në Ditë",
|
|||
|
|
"Enter number": "Shkruaj numrin",
|
|||
|
|
"Offer Price": "Çmimi i Ofertuar",
|
|||
|
|
"Enter Plan Price": "Shkruaj Çmimin e Planit",
|
|||
|
|
"Subscription Price": "Çmimi i Abonimit",
|
|||
|
|
"Enter Subscription Price": "Shkruaj Çmimin e Abonimit",
|
|||
|
|
"View": "Shiko",
|
|||
|
|
"Upgrade Plan": "Përmirëso Planin",
|
|||
|
|
"Edit Shop": "Ndrysho Dyqanin",
|
|||
|
|
"Select Category": "Zgjidh Kategorinë",
|
|||
|
|
"Shop/Business Name": "Emri i Dyqanit/Biznesit",
|
|||
|
|
"Enter Shop/Business Name": "Shkruaj Emrin e Dyqanit/Biznesit",
|
|||
|
|
"Package": "Paketa",
|
|||
|
|
"Select a package": "Zgjidh një paketë",
|
|||
|
|
"Name": "Emri",
|
|||
|
|
"Enter Name": "Shkruaj Emrin",
|
|||
|
|
"Role": "Roli",
|
|||
|
|
"Select a role": "Zgjidh një rol",
|
|||
|
|
"Email": "Email",
|
|||
|
|
"Enter Email": "Shkruaj Email",
|
|||
|
|
"Phone": "Telefoni",
|
|||
|
|
"Enter Phone Number": "Shkruaj Numrin e Telefonit",
|
|||
|
|
"Password": "Fjalëkalimi",
|
|||
|
|
"Enter Password": "Shkruaj Fjalëkalimin",
|
|||
|
|
"Confirm password": "Konfirmo fjalëkalimin",
|
|||
|
|
"Enter Confirm password": "Shkruaj Konfirmo fjalëkalimin",
|
|||
|
|
"Address": "Adresa",
|
|||
|
|
"Enter Address": "Shkruaj Adresën",
|
|||
|
|
"Select Country": "Zgjidh Vendin",
|
|||
|
|
"Select a Country": "Zgjidh një Vend",
|
|||
|
|
"Balance": "Balanca",
|
|||
|
|
"Enter Balance": "Shkruaj Balancën",
|
|||
|
|
"Search...": "Kërko...",
|
|||
|
|
"Business Name": "Emri i Biznesit",
|
|||
|
|
"Last Enroll": "Regjistrimi i Fundit",
|
|||
|
|
"Expired Date": "Data e Mbarimit",
|
|||
|
|
"Action": "Veprimi",
|
|||
|
|
"Select A Plan": "Zgjidh një Plan",
|
|||
|
|
"Select One": "Zgjidh Një",
|
|||
|
|
"Price": "Çmimi",
|
|||
|
|
"Enter plan price or select a plan": "Shkruaj çmimin e planit ose zgjidh një plan",
|
|||
|
|
"Payment Gateways": "Portat e Pagesës",
|
|||
|
|
"Select A payment gateway": "Zgjidh një portë pagese",
|
|||
|
|
"Notes": "Shënime",
|
|||
|
|
"Enter notes": "Shkruaj shënime",
|
|||
|
|
"Business View": "Shikimi i Biznesit",
|
|||
|
|
"Created date": "Data e krijimit",
|
|||
|
|
"Category": "Kategoria",
|
|||
|
|
"Add new Category": "Shto kategori të re",
|
|||
|
|
"View List": "Shiko Listën",
|
|||
|
|
"Buisness Name": "Emri i Biznesit",
|
|||
|
|
"Enter Description": "Shkruaj Përshkrimin",
|
|||
|
|
"Description": "Përshkrimi",
|
|||
|
|
"Edit Business Category": "Ndrysho Kategorinë e Biznesit",
|
|||
|
|
"Enter Buisness Description": "Shkruaj Përshkrimin e Biznesit",
|
|||
|
|
"Business Categories List": "Lista e Kategorive të Biznesit",
|
|||
|
|
"Add New": "Shto të Ri",
|
|||
|
|
"Reports": "Raportet",
|
|||
|
|
"All": "Të gjithë",
|
|||
|
|
"Active User": "Përdorues Aktiv",
|
|||
|
|
"Deactive User": "Përdorues Joaktiv",
|
|||
|
|
"Date": "Data",
|
|||
|
|
"SL.": "SL.",
|
|||
|
|
"Invoice": "Faktura",
|
|||
|
|
"Customer Name": "Emri i Klientit",
|
|||
|
|
"Amount": "Shuma",
|
|||
|
|
"View Report": "Shiko Raportin",
|
|||
|
|
"Download Report": "Shkarko Raportin",
|
|||
|
|
"User View": "Shikimi i Përdoruesit",
|
|||
|
|
"Shop Name": "Emri i Dyqanit",
|
|||
|
|
"Country": "Vendi",
|
|||
|
|
"Reason": "Arsyeja",
|
|||
|
|
"Are You Sure?": "Jeni të Sigurt?",
|
|||
|
|
"You won't be able to revert this!": "S'do të jeni në gjendje ta kthyesh këtë!",
|
|||
|
|
"Yes, Delete It!": "Po, Fshije!",
|
|||
|
|
"Add Currency": "Shto Monedhë",
|
|||
|
|
"Code": "Kodi",
|
|||
|
|
"Symbol": "Simboli",
|
|||
|
|
"Position": "Pozicioni",
|
|||
|
|
"Inactive": "Joaktiv",
|
|||
|
|
"Make Default": "Bëj Përgjithësues",
|
|||
|
|
"Edit Currency": "Ndrysho Monedhën",
|
|||
|
|
"Currency": "Moneda",
|
|||
|
|
|
|||
|
|
"Total Businesses": "Totali i Bizneseve",
|
|||
|
|
"Total Expired Businesses": "Totali i Bizneseve të Mbaruar",
|
|||
|
|
"Total Plan Subscribes": "Totali i Abonimeve të Planit",
|
|||
|
|
"Total Business Categories": "Totali i Kategorive të Biznesit",
|
|||
|
|
"Total Plans": "Totali i Planeve",
|
|||
|
|
"Total Staffs": "Totali i Stafit",
|
|||
|
|
"Finance Overview": "Përmbledhje Financiare",
|
|||
|
|
|
|||
|
|
"Gateway Settings": "Parametrat e Portës",
|
|||
|
|
"Payment Gateway Settings": "Parametrat e Portës së Pagesës",
|
|||
|
|
"GATEWAY IMAGE": "IMAGE E PORTËS",
|
|||
|
|
"GATEWAY NAME": "EMRI I PORTËS",
|
|||
|
|
"Gateway Charge": "Pagesa e Portës",
|
|||
|
|
"Gateway Currency": "Moneda e Portës",
|
|||
|
|
"Gateway Mode": "Modaliteti i Portës",
|
|||
|
|
"Is Manual": "Është Manual",
|
|||
|
|
"Yes": "Po",
|
|||
|
|
"No": "Jo",
|
|||
|
|
"Label": "Etiketa",
|
|||
|
|
"Enter label name": "Shkruaj emrin e etiketës",
|
|||
|
|
"Select Required/Optionl": "Zgjidh Kërkohet/Opsionale",
|
|||
|
|
"Required": "Kërkohet",
|
|||
|
|
"Optional": "Opsionale",
|
|||
|
|
"Add new row": "Shto rresht të ri",
|
|||
|
|
"INSTRUCTIONS": "UDHËZIME",
|
|||
|
|
"Enter payment instructions here": "Shkruaj udhëzimet e pagesës këtu",
|
|||
|
|
|
|||
|
|
"Messages List": "Lista e Mesazheve",
|
|||
|
|
"Search": "Kërko",
|
|||
|
|
"Company Name": "Emri i Kompanisë",
|
|||
|
|
"Message": "Mesazhi",
|
|||
|
|
|
|||
|
|
"Notifications List": "Lista e Njoftimeve",
|
|||
|
|
"Today": "Sot",
|
|||
|
|
"Last 7 Days": "Javët e Fundit 7",
|
|||
|
|
"Last 15 Days": "Ditët e Fundit 15",
|
|||
|
|
"Last Month": "Muaji i Kaluar",
|
|||
|
|
"Last Year": "Viti i Kaluar",
|
|||
|
|
"Created At": "Krijuar Në",
|
|||
|
|
"Read At": "Lexuar Në",
|
|||
|
|
"Add New Payment Type": "Shto Llojin e Ri të Pagesës",
|
|||
|
|
"Enter Payment Type": "Shkruaj Llojin e Pagesës",
|
|||
|
|
"Edit Payment Type": "Ndrysho Llojin e Pagesës",
|
|||
|
|
"Payment Type": "Lloji i Pagesës",
|
|||
|
|
"Add Payment Type": "Shto Llojin e Pagesës",
|
|||
|
|
"Per Page- 10": "Për Faqe- 10",
|
|||
|
|
"Per Page- 25": "Për Faqe- 25",
|
|||
|
|
"Per Page- 50": "Për Faqe- 50",
|
|||
|
|
"Per Page- 100": "Për Faqe- 100",
|
|||
|
|
"Assigned Role": "Roli i Detyruar",
|
|||
|
|
"Assign Role To User": "Detyro Rol Përdoruesit",
|
|||
|
|
"Select User": "Zgjidh Përdoruesin",
|
|||
|
|
"User": "Përdoruesi",
|
|||
|
|
"Select Role": "Zgjidh Rol",
|
|||
|
|
"Add Subscription Plan": "Shto Planin e Abonimit",
|
|||
|
|
"Package List": "Lista e Paketes",
|
|||
|
|
"Add New Features": "Shto Veçori të Reja",
|
|||
|
|
"Enter features": "Shkruaj veçori",
|
|||
|
|
"Edit Subscription Plan": "Ndrysho Planin e Abonimit",
|
|||
|
|
"Edit Package": "Ndrysho Paketën",
|
|||
|
|
"Enter Duration Days": "Shkruaj Ditët e Kohëzgjatjes",
|
|||
|
|
"Deactive": "Joaktiv",
|
|||
|
|
"Create Plans": "Krijo Planet",
|
|||
|
|
"User Profile": "Profili i Përdoruesit",
|
|||
|
|
"Registration Date": "Data e Regjistrimit",
|
|||
|
|
"Enter Your Name": "Shkruaj Emrin Tuaj",
|
|||
|
|
"Enter Your Email": "Shkruaj Emailin Tuaj",
|
|||
|
|
"Profile Picture": "Fotografia e Profilit",
|
|||
|
|
"Current Password": "Fjalëkalimi Aktual",
|
|||
|
|
"Enter Your Current Password": "Shkruaj Fjalëkalimin Aktual",
|
|||
|
|
"New Password": "Fjalëkalimi i Ri",
|
|||
|
|
"Enter New Password": "Shkruaj Fjalëkalimin e Ri",
|
|||
|
|
"Save Changes": "Ruaj Ndryshimet",
|
|||
|
|
"Add New Role": "Shto Rol të Ri",
|
|||
|
|
"Set role permissions": "Vendos lejet e rolit",
|
|||
|
|
"Role Name": "Emri i Rolit",
|
|||
|
|
"Enter role name": "Shkruaj emrin e rolit",
|
|||
|
|
"Role Permissions": "Lejet e Rolit",
|
|||
|
|
"Setup role permissions": "Konfiguro lejet e rolit",
|
|||
|
|
"Select All": "Zgjidh Të Gjithë",
|
|||
|
|
"Roles List": "Lista e Roleve",
|
|||
|
|
"Add role, if it does not exist": "Shto rol, nëse nuk ekziston",
|
|||
|
|
"Edit Role": "Ndrysho Rol",
|
|||
|
|
"Privacy & Policy Settings": "Parametrat e Privatësisë & Politikës",
|
|||
|
|
"Update": "Përditëso",
|
|||
|
|
"Term & Condition Settings": "Parametrat e Termave & Kushteve",
|
|||
|
|
"Title": "Titulli",
|
|||
|
|
"Enter Title": "Shkruaj Titullin",
|
|||
|
|
"Copy Right": "E Drejtë Autori",
|
|||
|
|
"Admin Footer Text": "Teksti i Fundfaqes së Administratorit",
|
|||
|
|
"Enter Text": "Shkruaj Tekstin",
|
|||
|
|
"Admin Footer Link Text": "Teksti i Lidhjes së Fundfaqes së Administratorit",
|
|||
|
|
"Admin Footer Link": "Lidhja e Fundfaqes së Administratorit",
|
|||
|
|
"Enter Link": "Shkruaj Lidhjen",
|
|||
|
|
"Main Header Logo": "Logoja e Kryelajmit",
|
|||
|
|
"Common Header Logo": "Logoja e Kryelajmit të Përbashkët",
|
|||
|
|
"Footer Logo": "Logoja e Fundfaqes",
|
|||
|
|
"Admin Logo": "Logoja e Administratorit",
|
|||
|
|
"Favicon": "Favicon",
|
|||
|
|
"Don't Use Any Kind Of Space In The Input Fields": "Mos Përdorni Asnjë Lloj Hapësire në Fushat e Hyrjes",
|
|||
|
|
|
|||
|
|
"App": "Aplikacioni",
|
|||
|
|
"Drivers": "Shoferët",
|
|||
|
|
"Storage Settings": "Parametrat e Ruajtjes",
|
|||
|
|
"Mail Configuration": "Konfigurimi i Postës",
|
|||
|
|
"Others": "Të Tjera",
|
|||
|
|
"APP_NAME": "APP_NAME",
|
|||
|
|
"APP_KEY": "APP_KEY",
|
|||
|
|
"APP_DEBUG": "APP_DEBUG",
|
|||
|
|
"APP_URL": "APP_URL",
|
|||
|
|
"QUEUE_MAIL": "QUEUE_MAIL",
|
|||
|
|
"MAIL_DRIVER_TYPE": "MAIL_DRIVER_TYPE",
|
|||
|
|
"MAIL DRIVER": "MAIL DRIVER",
|
|||
|
|
"MAIL_HOST": "MAIL_HOST",
|
|||
|
|
"MAIL_PORT": "MAIL_PORT",
|
|||
|
|
"MAIL_USERNAME": "MAIL_USERNAME",
|
|||
|
|
"MAIL_PASSWORD": "MAIL_PASSWORD",
|
|||
|
|
"MAIL_ENCRYPTION": "MAIL_ENCRYPTION",
|
|||
|
|
"MAIL_FROM_ADDRESS": "MAIL_FROM_ADDRESS",
|
|||
|
|
"MAIL_FROM_NAME": "MAIL_FROM_NAME",
|
|||
|
|
"QUEUE COMMAND Path": "QUEUE COMMAND Path",
|
|||
|
|
"CACHE_DRIVER": "CACHE_DRIVER",
|
|||
|
|
"Recommended": "I rekomanduar",
|
|||
|
|
"QUEUE_CONNECTION": "QUEUE_CONNECTION",
|
|||
|
|
"SESSION_DRIVER": "SESSION_DRIVER",
|
|||
|
|
"SESSION_LIFETIME": "SESSION_LIFETIME",
|
|||
|
|
"REDIS_PORT": "REDIS_PORT",
|
|||
|
|
"REDIS_URL": "REDIS_URL",
|
|||
|
|
"REDIS_PASSWORD": "REDIS_PASSWORD",
|
|||
|
|
"AWS S3 Storage Bucket'": "AWS S3 Storage Bucket",
|
|||
|
|
"Fill up this credentials if you want to use AWS S3 Storage Bucket": "Plotësoni këto kredenciale nëse dëshironi të përdorni AWS S3 Storage Bucket",
|
|||
|
|
"Wasabi Storage Bucket": "Wasabi Storage Bucket",
|
|||
|
|
"public (uploads folder)": "publik (dosja e ngarkimeve)",
|
|||
|
|
"AWS_ACCESS_KEY_ID": "AWS_ACCESS_KEY_ID",
|
|||
|
|
"AWS_SECRET_ACCESS_KEY": "AWS_SECRET_ACCESS_KEY",
|
|||
|
|
"AWS_DEFAULT_REGION": "AWS_DEFAULT_REGION",
|
|||
|
|
"AWS_BUCKET": "AWS_BUCKET",
|
|||
|
|
"Fill up this credentials if you want to use Wasabi Storage Bucket": "Plotësoni këto kredenciale nëse dëshironi të përdorni Wasabi Storage Bucket",
|
|||
|
|
"WAS_ACCESS_KEY_ID": "WAS_ACCESS_KEY_ID",
|
|||
|
|
"WAS_SECRET_ACCESS_KEY": "WAS_SECRET_ACCESS_KEY",
|
|||
|
|
"WAS_DEFAULT_REGION": "WAS_DEFAULT_REGION",
|
|||
|
|
"WAS_BUCKET": "WAS_BUCKET",
|
|||
|
|
"WAS_ENDPOINT": "WAS_ENDPOINT",
|
|||
|
|
"CACHE_LIFETIME": "CACHE_LIFETIME",
|
|||
|
|
"Paid": "I paguar",
|
|||
|
|
"Reject": "Refuzo",
|
|||
|
|
"Why are you reject It?": "Pse po e refuzoni atë?",
|
|||
|
|
"Enter Reason": "Shkruaj arsye",
|
|||
|
|
"Confirm": "Konfirmo",
|
|||
|
|
"Subscriptions List": "Lista e Abonimeve",
|
|||
|
|
"Started": "Filloi",
|
|||
|
|
"End": "Fund",
|
|||
|
|
"Gateway Method": "Metoda e Portës",
|
|||
|
|
"Are you sure?": "Jeni të sigurt?",
|
|||
|
|
"Add New Testimonial": "Shto Testimonjal të Ri",
|
|||
|
|
"Client Name": "Emri i Klientit",
|
|||
|
|
"Enter Client Name": "Shkruaj Emrin e Klientit",
|
|||
|
|
"Stars": "Yjet",
|
|||
|
|
"Works At": "Punon Në",
|
|||
|
|
"Client Image": "Imazhi i Klientit",
|
|||
|
|
"Review": "Vlerësimi",
|
|||
|
|
"Enter text": "Shkruaj tekst",
|
|||
|
|
"Enter review message here": "Shkruaj mesazhin e vlerësimit këtu",
|
|||
|
|
"Edit Testimonial": "Ndrysho Testimonjalin",
|
|||
|
|
"Testimonials List": "Lista e Testimonjave",
|
|||
|
|
"Create New": "Krijo të Ri",
|
|||
|
|
"Add New Staff": "Shto Stafin e Ri",
|
|||
|
|
"Full Name": "Emri i Plotë",
|
|||
|
|
"Enter Email Address": "Shkruaj Adresën e Emailit",
|
|||
|
|
"Edit Staff": "Ndrysho Stafin",
|
|||
|
|
"Staff List": "Lista e Stafit",
|
|||
|
|
"User Email": "Email i Përdoruesit",
|
|||
|
|
"User Role": "Roli i Përdoruesit",
|
|||
|
|
"Comments": "Komentet",
|
|||
|
|
"Comment List": "Lista e Komenteve",
|
|||
|
|
"Create Blog": "Krijo Blog",
|
|||
|
|
"Blog List": "Lista e Blogjeve",
|
|||
|
|
"Select a status": "Zgjidh një status",
|
|||
|
|
"Tags": "Etiketet",
|
|||
|
|
"Enter tags name": "Shkruaj emrat e etiketet",
|
|||
|
|
"SEO Meta Tags": "SEO Meta Tags",
|
|||
|
|
"Meta Title": "Meta Titulli",
|
|||
|
|
"Meta Description": "Meta Përshkrimi",
|
|||
|
|
"Enter meta Description": "Shkruaj meta përshkrimin",
|
|||
|
|
"Comment": "Komenti",
|
|||
|
|
"Edit Blog": "Ndrysho Blogun",
|
|||
|
|
"Blogs": "Blogjet",
|
|||
|
|
"Create Faqs": "Krijo Faqs",
|
|||
|
|
"Add New FAQs": "Shto FAQs të Reja",
|
|||
|
|
"Question": "Pyetja",
|
|||
|
|
"InActive": "Joaktiv",
|
|||
|
|
"Answer": "Përgjigja",
|
|||
|
|
"Enter question answer here": "Shkruaj përgjigjen e pyetjes këtu",
|
|||
|
|
"Edit Faqs": "Ndrysho Faqs",
|
|||
|
|
"FAQS List": "Lista e FAQS",
|
|||
|
|
"View Details": "Shiko Detajet",
|
|||
|
|
"Create Feature": "Krijo Veçori",
|
|||
|
|
"Add New Feature": "Shto Veçori të Re",
|
|||
|
|
"Backgroud Color": "Ngjyra e Sfondit",
|
|||
|
|
"Enter Color": "Shkruaj Ngjyrën",
|
|||
|
|
"Edit Feature": "Ndrysho Veçorinë",
|
|||
|
|
"Features List": "Lista e Veçorive",
|
|||
|
|
"Create Interfaces": "Krijo Interfejsa",
|
|||
|
|
"Add New Interface": "Shto Interfejs të Ri",
|
|||
|
|
"Edit Interface": "Ndrysho Interfejsën",
|
|||
|
|
"Interfaces List": "Lista e Interfejsave",
|
|||
|
|
"Newsletters List": "Lista e Buletineve",
|
|||
|
|
"Page for Updating Website Sections": "Faqja për Përditësimin e Seksioneve të Uebfaqes",
|
|||
|
|
"Slider Section": "Seksioni i Sliderit",
|
|||
|
|
"Header Section": "Seksioni i Kryelajmit",
|
|||
|
|
"Feature Section": "Seksioni i Veçorive",
|
|||
|
|
"Interface Section": "Seksioni i Interfejsit",
|
|||
|
|
"Watch Section": "Seksioni i Shikimit",
|
|||
|
|
"Testimonial Section": "Seksioni i Testimonjave",
|
|||
|
|
"Blog Section": "Seksioni i Blogut",
|
|||
|
|
"About us Page": "Faqja Për Ne",
|
|||
|
|
"Terms And Conditions": "Termat Dhe Kushtet",
|
|||
|
|
"Privacy Page": "Faqja e Privatësisë",
|
|||
|
|
"Contuct us Page": "Faqja Kontaktoni Ne",
|
|||
|
|
"Pricing Section": "Seksioni i Çmimeve",
|
|||
|
|
"Footer Section": "Seksioni i Fundfaqes",
|
|||
|
|
"Social Medias": "Mediat Sociale",
|
|||
|
|
"Button One": "Butoni Një",
|
|||
|
|
"Button Text": "Teksti i Butonit",
|
|||
|
|
"Button One Link": "Lidhja e Butonit Një",
|
|||
|
|
"Button Two": "Butoni Dy",
|
|||
|
|
"Button Two Link": "Lidhja e Butonit Dy",
|
|||
|
|
"Scanner Text": "Teksti i Skanerit",
|
|||
|
|
"Scanner Image": "Imazhi i Skanerit",
|
|||
|
|
"Slider Image": "Imazhi i Sliderit",
|
|||
|
|
"Header Button Text": "Teksti i Butonit të Kryelajmit",
|
|||
|
|
"Header Button Link": "Lidhja e Butonit të Kryelajmit",
|
|||
|
|
"Enter Header link": "Shkruaj Lidhjen e Kryelajmit",
|
|||
|
|
"Section Title": "Titulli i Seksionit",
|
|||
|
|
"Enter Section Title": "Shkruaj Titullin e Seksionit",
|
|||
|
|
"Interface Title": "Titulli i Interfejsit",
|
|||
|
|
"Watch Title": "Titulli i Shikimit",
|
|||
|
|
"Button Link": "Lidhja e Butonit",
|
|||
|
|
"Watch Image": "Imazhi i Shikimit",
|
|||
|
|
"Blog Title": "Titulli i Blogut",
|
|||
|
|
"Read More Button Text": "Teksti i Butonit Lexo Më Shumë",
|
|||
|
|
"View All Button Text": "Teksti i Butonit Shiko Të Gjithë",
|
|||
|
|
"View All Link": "Lidhja Shiko Të Gjithë",
|
|||
|
|
"Testimonial Title": "Titulli i Testimonjalit",
|
|||
|
|
"Enter Short Title": "Shkruaj Titullin e Shkurtër",
|
|||
|
|
"Long Title": "Titulli i Gjatë",
|
|||
|
|
"About Image": "Imazhi Për Ne",
|
|||
|
|
"Description One": "Përshkrimi Një",
|
|||
|
|
"Description Two": "Përshkrimi Dy",
|
|||
|
|
"Option": "Opsioni",
|
|||
|
|
"Icon": "Ikona",
|
|||
|
|
"Plan Button Url": "Lidhja e Butonit të Planit",
|
|||
|
|
"Short Title": "Titulli i Shkurtër",
|
|||
|
|
"Right Footer Title": "Titulli i Fundfaqes së Djathtë",
|
|||
|
|
"Middle Footer Title": "Titulli i Fundfaqes së Mesme",
|
|||
|
|
"Apple App Link": "Lidhja e Apple App",
|
|||
|
|
"Apple App": "Apple App",
|
|||
|
|
"Google Play Link": "Lidhja e Google Play",
|
|||
|
|
"Google Play App": "Google Play App",
|
|||
|
|
"Right Footer": "Fundfaqja e Djathtë",
|
|||
|
|
"Link": "Lidhja",
|
|||
|
|
"Middle Footer": "Fundfaqja e Mesme",
|
|||
|
|
"Left Footer": "Fundfaqja e Majtë",
|
|||
|
|
"Footer Socials": "Sociale të Fundfaqes",
|
|||
|
|
"Forgot Password": "Harrove Fjalëkalimin",
|
|||
|
|
"Enter the email address associated with your account": "Shkruaj adresën e emailit të lidhur me llogarinë tuaj",
|
|||
|
|
"Enter your Email": "Shkruaj Emailin tuaj",
|
|||
|
|
"Continue": "Vazhdo",
|
|||
|
|
"Back to Login": "Kthehu në Login",
|
|||
|
|
"Login": "Login",
|
|||
|
|
"Welcome to": "Mirëse vini në",
|
|||
|
|
"Welcome back, Please login in to your account": "Mirëse vini përsëri, ju lutemi hyrni në llogarinë tuaj",
|
|||
|
|
"Remember me": "Mbaj më mend",
|
|||
|
|
"Forgot Password?": "Harrove Fjalëkalimin?",
|
|||
|
|
"Super Admin": "Super Admin",
|
|||
|
|
"Admin": "Admin",
|
|||
|
|
"Manager": "Menaxher",
|
|||
|
|
"Reset Password": "Reseto Fjalëkalimin",
|
|||
|
|
"Change Password": "Ndrysho Fjalëkalimin",
|
|||
|
|
"Create new password, it must be Strong password.": "Krijo fjalëkalim të ri, duhet të jetë fjalëkalim i fortë.",
|
|||
|
|
"Confirm Password": "Konfirmo Fjalëkalimin",
|
|||
|
|
"You Have": "Ju keni",
|
|||
|
|
"new Notifications": "njoftime të reja",
|
|||
|
|
"Mark all Read": "Shëno të gjithë si të lexuar",
|
|||
|
|
"View all notifications": "Shiko të gjithë njoftimet",
|
|||
|
|
"Clear cache": "Pastro cache",
|
|||
|
|
"My Profile": "Profili im",
|
|||
|
|
"Logout": "Dil",
|
|||
|
|
"About Us": "Për Ne",
|
|||
|
|
"Home": "Ballina",
|
|||
|
|
"Pricing": "Çmimet",
|
|||
|
|
"Pages": "Faqet",
|
|||
|
|
"Blog": "Blogu",
|
|||
|
|
"Privacy Policy": "Politika e Privatësisë",
|
|||
|
|
"Contact Us": "Kontaktoni Ne",
|
|||
|
|
"You are having this email because you have requested for a password reset.": "Ju po merrni këtë email sepse keni kërkuar për një reset të fjalëkalimit.",
|
|||
|
|
"Your verification code is:": "Kodi juaj i verifikimit është:",
|
|||
|
|
"This password reset code will expire in 60 minutes.": "Ky kod për reset të fjalëkalimit do të skadojë në 60 minuta.",
|
|||
|
|
"If you did not request a password reset, no further action is required.": "Nëse nuk kërkuat një reset të fjalëkalimit, nuk kërkohet veprim i mëtejshëm.",
|
|||
|
|
"Regards": "Përshëndetje",
|
|||
|
|
"All right reserved": "Të gjitha të drejtat e rezervuara",
|
|||
|
|
"Hi": "Hi",
|
|||
|
|
"Dear": "I dashur",
|
|||
|
|
"Your OTP code is": "kodi juaj OTP është",
|
|||
|
|
"Please do not share this PIN with anyone": "Ju lutemi mos ndani këtë PIN me askënd",
|
|||
|
|
"Best Regards": "Përshëndetje të ngrohta",
|
|||
|
|
"Gateway Name": "Emri i Portës",
|
|||
|
|
"Subscription Name": "Emri i Abonimit",
|
|||
|
|
"Payable Amount": "Shuma e Pagueshme",
|
|||
|
|
"Phone Number": "Numri i Telefonit",
|
|||
|
|
"Enter your phone number": "Shkruaj numrin e telefonit tuaj",
|
|||
|
|
"Pay Now": "Pagua Tani",
|
|||
|
|
"Next": "Tjetër",
|
|||
|
|
"Previous": "Mëparshëm",
|
|||
|
|
"Free": "Falas",
|
|||
|
|
"Features Of Free Plan": "Veçoritë e Planit Falas",
|
|||
|
|
"Choose Plan": "Zgjidh Planin",
|
|||
|
|
"Blog Details": "Detajet e Blogut",
|
|||
|
|
"Leave a Comment Here": "Lini një koment këtu",
|
|||
|
|
"Your email address will not be published": "Adresa juaj e emailit nuk do të publikohet",
|
|||
|
|
"Enter your name": "Shkruaj emrin tuaj",
|
|||
|
|
"Enter your email": "Shkruaj emailin tuaj",
|
|||
|
|
"Enter your comment": "Shkruaj komentin tuaj",
|
|||
|
|
"Recent Posts": "Postimet e Fundit",
|
|||
|
|
"Create a Free Account": "Krijo një llogari falas",
|
|||
|
|
"Enter full name": "Shkruaj emrin e plotë",
|
|||
|
|
"Enter phone number": "Shkruaj numrin e telefonit",
|
|||
|
|
"Enter email address": "Shkruaj adresën e emailit",
|
|||
|
|
"Company": "Kompania",
|
|||
|
|
"Enter company name": "Shkruaj emrin e kompanisë",
|
|||
|
|
"Enter your message": "Shkruaj mesazhin tuaj",
|
|||
|
|
"Pricing Plan": "Plani i Çmimeve",
|
|||
|
|
"Subscription Plans": "Planet e Abonimit",
|
|||
|
|
|
|||
|
|
"Plan List": "Lista e Planeve",
|
|||
|
|
"Work At": "Punon Në",
|
|||
|
|
"Show- 10": "Trego- 10",
|
|||
|
|
"Show- 25": "Trego- 25",
|
|||
|
|
"Show 50": "Trego- 50",
|
|||
|
|
"Show 100": "Trego- 100",
|
|||
|
|
"Duration": "Kohëzgjatja",
|
|||
|
|
"Select": "Zgjidh",
|
|||
|
|
"Currency List": "Lista e Monedhave",
|
|||
|
|
"Default": "Përgjithësues",
|
|||
|
|
"Country Name": "Emri i Vendit",
|
|||
|
|
"View Website": "Shiko Uebfaqen",
|
|||
|
|
"Contact Messages": "Mesazhet e Kontaktit",
|
|||
|
|
|
|||
|
|
"Total Shop": "Total dyqane",
|
|||
|
|
"Expired Businesses": "Bizneset e skaduara",
|
|||
|
|
"Plan Subscribes": "Abonimet e planit",
|
|||
|
|
"Total Categories": "Total kategoritë",
|
|||
|
|
"Recent Register": "Regjistrimi i fundit",
|
|||
|
|
"Date & Time": "Data dhe Koha",
|
|||
|
|
"View All": "Shiko të gjitha",
|
|||
|
|
"Add new Business": "Shto biznes të ri",
|
|||
|
|
"Enter Company Name": "Shkruani emrin e kompanisë",
|
|||
|
|
"Edit Business": "Redakto biznesin",
|
|||
|
|
"Create Business": "Krijo biznes",
|
|||
|
|
"Enter Buisness Name": "Shkruani emrin e biznesit",
|
|||
|
|
"Note: Enter embedded video link": "Shënim: Shkruani lidhjen e videove të përfshira",
|
|||
|
|
"Enter title": "Shkruani titullin",
|
|||
|
|
"Enter Code": "Shkruani kodin",
|
|||
|
|
"Enter Symbol": "Shkruani simbolin",
|
|||
|
|
"Select a position": "Zgjidhni një pozicion",
|
|||
|
|
"left": "majtas",
|
|||
|
|
"right": "djathtas",
|
|||
|
|
"TIMEZONE": "Zona kohore",
|
|||
|
|
"Note :": "Shënim :",
|
|||
|
|
"If you are using MAIL QUEUE after Changing The Mail Settings You Need To Restart Your Supervisor From Your Server": "Nëse po përdorni MAIL QUEUE pas ndryshimit të cilësimeve të postës, duhet të rinitni supervizorin tuaj nga serveri juaj.",
|
|||
|
|
"QUEUE COMMAND Path :": "Rruga e komandës së radhës :",
|
|||
|
|
"QUEUE COMMAND :": "KOMANDA E RADHËS :",
|
|||
|
|
"Storage Method": "Metoda e ruajtjes",
|
|||
|
|
|
|||
|
|
"Brand List": "Lista e Markave",
|
|||
|
|
"Add new Brand": "Shto markë të re",
|
|||
|
|
"items show": "shfaq artikuj",
|
|||
|
|
"Brand Name": "Emri i Markës",
|
|||
|
|
"Create Brand": "Krijo Markë",
|
|||
|
|
"Enter Brand Name": "Fut emrin e markës",
|
|||
|
|
"Edit Brand": "Ndrysho Markë",
|
|||
|
|
"Add New Category": "Shto Kategori të Re",
|
|||
|
|
"Enter Category Name": "Fut emrin e kategorisë",
|
|||
|
|
"Select Variations": "Përzgjidh Variacione",
|
|||
|
|
"Capacity": "Kapaciteti",
|
|||
|
|
"Color": "Ngjyra",
|
|||
|
|
"Size": "Madhësia",
|
|||
|
|
"Type": "Lloji",
|
|||
|
|
"Weight": "Pesha",
|
|||
|
|
"Edit Category": "Ndrysho Kategori",
|
|||
|
|
"Category List": "Lista e Kategorive",
|
|||
|
|
"You want to delete everything!": "A dëshironi të fshini gjithçka!",
|
|||
|
|
"Total Sales": "Shitjet Totale",
|
|||
|
|
"Total Purchase": "Blerjet Totale",
|
|||
|
|
"Total Income": "Të Ardhurat Totale",
|
|||
|
|
"This Month": "Ky Muaj",
|
|||
|
|
"Total Expense": "Shpenzimet Totale",
|
|||
|
|
"Total Customer": "Klientët Totale",
|
|||
|
|
"Total Supplier": "Furnizuesit Totale",
|
|||
|
|
"Sales Returns": "Kthime Shitjesh",
|
|||
|
|
"Purchase Returns": "Kthime Blerjesh",
|
|||
|
|
"Low Stock": "Stoku i Ulët",
|
|||
|
|
"Alert Qty": "Sasia e Alarmit",
|
|||
|
|
"Profit": "Fitimi",
|
|||
|
|
"Loss": "Humor",
|
|||
|
|
"Purchase": "Blerje",
|
|||
|
|
"Sales": "Shitje",
|
|||
|
|
"Income": "Të Ardhura",
|
|||
|
|
"Expense": "Shpenzime",
|
|||
|
|
"Recent Sales": "Shitjet e Fundit",
|
|||
|
|
"Recent Purchase": "Blerjet e Fundit",
|
|||
|
|
"Customer": "Klient",
|
|||
|
|
"Total": "Totali",
|
|||
|
|
"Due": "Detyrimi",
|
|||
|
|
"Collect Due": "Merrni Detyrimin",
|
|||
|
|
"Select Invoice": "Përzgjidh Faturën",
|
|||
|
|
"Select an Invoice": "Përzgjidh një Faturë",
|
|||
|
|
"Total Amount": "Shuma Totale",
|
|||
|
|
"Paid Amount": "Shuma e Paguar",
|
|||
|
|
"Due Amount": "Shuma e Detyrimit",
|
|||
|
|
"Select one": "Përzgjidh një",
|
|||
|
|
"Cash": "Para në dorë",
|
|||
|
|
"Card": "Kartë",
|
|||
|
|
"Check": "Çek",
|
|||
|
|
"Mobile Pay": "Pagesë me Telefon",
|
|||
|
|
"Due List": "Lista e Detyrimeve",
|
|||
|
|
"Mobile": "Telefon",
|
|||
|
|
"Sale": "Shitje",
|
|||
|
|
"Bill To": "Faturimi Te",
|
|||
|
|
"Collected By": "Marrë nga",
|
|||
|
|
"Total Due": "Totali i Detyrimit",
|
|||
|
|
"Payment Amount": "Shuma e Pagesës",
|
|||
|
|
"Remaining Due": "Detyrimi i Mbetur",
|
|||
|
|
"Powered By": "Drejtuar nga",
|
|||
|
|
"Create Expense Catgeory": "Krijo Kategori Shpenzimi",
|
|||
|
|
"Catgeory Name": "Emri i Kategorisë",
|
|||
|
|
"Enter catgeory Name": "Fut emrin e kategorisë",
|
|||
|
|
"Edit Expense Category": "Ndrysho Kategorinë e Shpenzimit",
|
|||
|
|
"Expense Category List": "Lista e Kategorive të Shpenzimit",
|
|||
|
|
"Add new": "Shto të re",
|
|||
|
|
"Category Name": "Emri i Kategorisë",
|
|||
|
|
"Create Expense": "Krijo Shpenzim",
|
|||
|
|
"Enter Amount": "Fut Shumën",
|
|||
|
|
"Select A Category": "Përzgjidh një Kategori",
|
|||
|
|
"Expense For": "Shpenzimi Për",
|
|||
|
|
"Enter Expense For": "Fut Shpenzimin Për",
|
|||
|
|
"Select a payment type": "Përzgjidh një lloj pagese",
|
|||
|
|
"Bank": "Banka",
|
|||
|
|
"Mobile Payment": "Pagesë me Telefon",
|
|||
|
|
"Reference Number": "Numri i Referencës",
|
|||
|
|
"Enter reference number": "Fut numrin e referencës",
|
|||
|
|
"Expense Date": "Data e Shpenzimit",
|
|||
|
|
"Note": "Shënim",
|
|||
|
|
"Enter note": "Fut shënimin",
|
|||
|
|
"Edit Expense": "Ndrysho Shpenzim",
|
|||
|
|
"Expense List": "Lista e Shpenzimeve",
|
|||
|
|
"Expesne For": "Shpenzimi Për",
|
|||
|
|
"Create Income Catgeory": "Krijo Kategori Të Ardhurash",
|
|||
|
|
"Enter catgeory name": "Fut emrin e kategorisë",
|
|||
|
|
"Edit Income Category": "Ndrysho Kategorinë e Të Ardhurave",
|
|||
|
|
"Income Category List": "Lista e Kategorive të Të Ardhurave",
|
|||
|
|
"Create Income": "Krijo Të Ardhura",
|
|||
|
|
"Enter amount": "Fut shumën",
|
|||
|
|
"Enter income for": "Fut të ardhurat për",
|
|||
|
|
"Income Date": "Data e Të Ardhurave",
|
|||
|
|
"Edit Income": "Ndrysho Të Ardhura",
|
|||
|
|
"Income List": "Lista e Të Ardhurave",
|
|||
|
|
"Sale New": "Shitje e Re",
|
|||
|
|
"Sale List": "Lista e Shitjeve",
|
|||
|
|
"Sale Return": "Kthim i Shitjes",
|
|||
|
|
"Purchases": "Blerje",
|
|||
|
|
"Purchase New": "Blerje e Re",
|
|||
|
|
"Purchase List": "Lista e Blerjeve",
|
|||
|
|
"Purchase Return": "Kthim i Blerjes",
|
|||
|
|
"Products": "Produkte",
|
|||
|
|
"All Product": "Të Gjitha Produktet",
|
|||
|
|
"Add Product": "Shto Produkt",
|
|||
|
|
"Brand": "Markë",
|
|||
|
|
"Unit": "Njësi",
|
|||
|
|
"Stock List": "Lista e Stokut",
|
|||
|
|
"Customers": "Klientë",
|
|||
|
|
"All Customers": "Të Gjithë Klientët",
|
|||
|
|
"Add Customer": "Shto Klient",
|
|||
|
|
"Suppliers": "Furnizues",
|
|||
|
|
"All Suppliers": "Të Gjithë Furnizuesit",
|
|||
|
|
"Add Supplier": "Shto Furnizues",
|
|||
|
|
"Income Category": "Kategoria e Të Ardhurave",
|
|||
|
|
"Expense Category": "Kategoria e Shpenzimeve",
|
|||
|
|
"Subscriptions": "Abonime",
|
|||
|
|
"Profit & Loss List": "Lista e Fitimit dhe Humbjes",
|
|||
|
|
"All Income": "Të Gjitha Të Ardhurat",
|
|||
|
|
"All Expense": "Të Gjitha Shpenzimet",
|
|||
|
|
"Current Stock": "Stoku Aktual",
|
|||
|
|
"Customer Due": "Detyrimi i Klientit",
|
|||
|
|
"Supplier Due": "Detyrimi i Furnizuesit",
|
|||
|
|
"Loss & Profit": "Humbje dhe Fitim",
|
|||
|
|
"Loss/Profit": "Humbje/Fitim",
|
|||
|
|
"Unpaid": "E Papaguar",
|
|||
|
|
"Loss Profit": "Humbje Fitim",
|
|||
|
|
"Loss Profit List": "Lista e Humbjes dhe Fitimit",
|
|||
|
|
"Product List": "Lista e Produkteve",
|
|||
|
|
"Create Party": "Krijo Palë",
|
|||
|
|
"List": "Lista",
|
|||
|
|
"Party Type": "Lloji i Palës",
|
|||
|
|
"Retailer": "Shitës Pjesor",
|
|||
|
|
"Dealer": "Shitës",
|
|||
|
|
"Wholesaler": "Shitës i Madh",
|
|||
|
|
"Supplier": "Furnizues",
|
|||
|
|
"Enter Due": "Fut Detyrimin",
|
|||
|
|
"Edit Party": "Ndrysho Palë",
|
|||
|
|
"Edit ": "Ndrysho",
|
|||
|
|
" List": " Lista",
|
|||
|
|
"Parties List": "Lista e Palëve",
|
|||
|
|
"Add new ": "Shto të re",
|
|||
|
|
"Create Product": "Krijo Produkt",
|
|||
|
|
"Add new Product": "Shto Produkt të Ri",
|
|||
|
|
"Product Name": "Emri i Produktit",
|
|||
|
|
"Enter Product Name": "Fut emrin e produktit",
|
|||
|
|
"Product Category": "Kategoria e Produktit",
|
|||
|
|
"Product Unit": "Njësia e Produktit",
|
|||
|
|
"Product Code": "Kodi i Produktit",
|
|||
|
|
"Enter Product Code": "Fut kodin e produktit",
|
|||
|
|
"Stock": "Stok",
|
|||
|
|
"Enter stock qty": "Fut sasinë e stokut",
|
|||
|
|
"Purchase Price": "Çmimi i Blerjes",
|
|||
|
|
"Enter purchase price": "Fut çmimin e blerjes",
|
|||
|
|
"Sale Price": "Çmimi i Shitjes",
|
|||
|
|
"Enter sale price": "Fut çmimin e shitjes",
|
|||
|
|
"Wholesale Price": "Çmimi i Shitjes me Shumicë",
|
|||
|
|
"Enter wholesale price": "Fut çmimin e shitjes me shumicë",
|
|||
|
|
"Dealer Price": "Çmimi i Shitësit",
|
|||
|
|
"Enter dealer price": "Fut çmimin e shitësit",
|
|||
|
|
"Manufacturer": "Prodhuesi",
|
|||
|
|
"Enter manufacturer name": "Fut emrin e prodhuesit",
|
|||
|
|
"Edit Product": "Ndrysho Produkt",
|
|||
|
|
"Product Brand": "Marka e Produktit",
|
|||
|
|
"Purchase price": "Çmimi i Blerjes",
|
|||
|
|
"Sale price": "Çmimi i Shitjes",
|
|||
|
|
"Pos Sale": "Shitje POS",
|
|||
|
|
"Invoice no": "Numri i Faturës",
|
|||
|
|
"Invoice No": "Numri i Faturës",
|
|||
|
|
"Items": "Artikuj",
|
|||
|
|
"Qty": "Sasia",
|
|||
|
|
"Sub Total": "Nëntotali",
|
|||
|
|
"Purchase return Amount ": "Shuma e kthimit të blerjes",
|
|||
|
|
"Confirm Return": "Konfirmoni Kthimin",
|
|||
|
|
"Purchase Return List": "Lista e Kthimit të Blerjes",
|
|||
|
|
"Return Date": "Data e Kthimit",
|
|||
|
|
"Return Amount": "Shuma e Kthimit",
|
|||
|
|
"Return Qty": "Sasia e Kthimit",
|
|||
|
|
"Brand list": "Lista e Markave",
|
|||
|
|
"0": "0",
|
|||
|
|
"Quick Action": "Veprim i Shpejtë",
|
|||
|
|
"Today Purchase": "Blerje e Sotme",
|
|||
|
|
"Calculator": "Kalkulator",
|
|||
|
|
"Select Supplier": "Zgjedh Furnizuesin",
|
|||
|
|
"Receive Amount": "Marrë Shuma",
|
|||
|
|
"Search product...": "Kërkoni produktin...",
|
|||
|
|
"Due: ": "Detyrimi: ",
|
|||
|
|
"Party Name": "Emri i Palës",
|
|||
|
|
"Discount": "Zbritje",
|
|||
|
|
"Payment": "Pagesë",
|
|||
|
|
"INVOICE": "FAKTURË",
|
|||
|
|
"Sells By": "Shitet Nga",
|
|||
|
|
"Quantity": "Sasi",
|
|||
|
|
"Unit Price": "Çmimi Njësie",
|
|||
|
|
"Total Price": "Çmimi Total",
|
|||
|
|
"Item": "Artikull",
|
|||
|
|
"Paid by": "Paguhet nga",
|
|||
|
|
"Subtotal": "Nëntotali",
|
|||
|
|
"Customer Signature": "Firmosja e Klientit",
|
|||
|
|
"Authorized Signature": "Firmosja e Dërguarit të Autoritetit",
|
|||
|
|
"Add Items": "Shto Artikuj",
|
|||
|
|
"Enter Quantity": "Futni Sasinë",
|
|||
|
|
"Enter Purchase Price": "Futni Çmimin e Blerjes",
|
|||
|
|
"Sales Price": "Çmimi i Shitjes",
|
|||
|
|
"Enter Sales Price": "Futni Çmimin e Shitjes",
|
|||
|
|
"WholeSale Price": "Çmimi i Shitjes në Shumicë",
|
|||
|
|
"Enter WholeSale Price": "Futni Çmimin e Shitjes në Shumicë",
|
|||
|
|
"Enter Dealer Price": "Futni Çmimin e Pjesëtarit",
|
|||
|
|
"Customer Due Reports": "Raportet e Detyrimeve të Klientëve",
|
|||
|
|
"Customer Due List": "Lista e Detyrimeve të Klientëve",
|
|||
|
|
"Expense Reports": "Raportet e Shpenzimeve",
|
|||
|
|
"Expense Report List": "Lista e Raporteve të Shpenzimeve",
|
|||
|
|
"Income For": "Të Ardhura Për",
|
|||
|
|
"Income Reports": "Raportet e Të Ardhurave",
|
|||
|
|
"Income Report List": "Lista e Raporteve të Të Ardhurave",
|
|||
|
|
"Loss Profit Reports": "Raportet e Humbjeve dhe Fitimeve",
|
|||
|
|
"From Date": "Nga Data",
|
|||
|
|
"To Date": "Derisa Data",
|
|||
|
|
"Loss Profit Report List": "Lista e Raporteve të Humbjeve dhe Fitimeve",
|
|||
|
|
"Discount Amount": "Shuma e Zbritjes",
|
|||
|
|
"Sale Date": "Data e Shitjes",
|
|||
|
|
"Purchase Report List": "Lista e Raporteve të Blerjeve",
|
|||
|
|
"Purchase Reports": "Raportet e Blerjeve",
|
|||
|
|
"Purchase Return Report List": "Lista e Raporteve të Kthimit të Blerjes",
|
|||
|
|
"Purchase Return Reports": "Raportet e Kthimit të Blerjes",
|
|||
|
|
"Sales Report List": "Lista e Raporteve të Shitjeve",
|
|||
|
|
"Sale Reports": "Raportet e Shitjeve",
|
|||
|
|
"Sale Return Report": "Raporti i Kthimit të Shitjes",
|
|||
|
|
"Sale Return Reports": "Raportet e Kthimit të Shitjes",
|
|||
|
|
"Sale Return Report List": "Lista e Raporteve të Kthimit të Shitjes",
|
|||
|
|
"Cost": "Kosto",
|
|||
|
|
"Stock Value": "Vlera e Stockut",
|
|||
|
|
"Stock Report List": "Lista e Raporteve të Stockut",
|
|||
|
|
"Stock Reports": "Raportet e Stockut",
|
|||
|
|
"Total Quantity": "Sasia Totale",
|
|||
|
|
"Total Stock Value": "Vlera Totale e Stockut",
|
|||
|
|
"Supplier Due Reports": "Raportet e Detyrimeve të Furnizuesve",
|
|||
|
|
"Supplier Due List": "Lista e Detyrimeve të Furnizuesve",
|
|||
|
|
"Profile Edit": "Ndrysho Profilin",
|
|||
|
|
"Parties": "Palë",
|
|||
|
|
"Sales List": "Lista e Shitjeve",
|
|||
|
|
"User Title": "Titulli i Përdoruesit",
|
|||
|
|
"Enter user title": "Futni titullin e përdoruesit",
|
|||
|
|
"Email Address": "Adresa e Postës Elektronike",
|
|||
|
|
"Edit User Role": "Ndrysho Rol Përdoruesi",
|
|||
|
|
"Add User Role": "Shto Rol Përdoruesi",
|
|||
|
|
"Sale return Amount ": "Shuma e Kthimit të Shitjes",
|
|||
|
|
"Sales Return List": "Lista e Kthimit të Shitjeve",
|
|||
|
|
"Select Customer": "Zgjedh Klientin",
|
|||
|
|
"Guest": "Përfituesi",
|
|||
|
|
"Enter Customer Phone Number": "Futni Numrin e Telefonit të Klientit",
|
|||
|
|
"Type note...": "Shkruaj shënim...",
|
|||
|
|
"Sales Return": "Kthimi i Shitjes",
|
|||
|
|
"Purchases Return": "Kthimi i Blerjeve",
|
|||
|
|
"Add Vat": "Shto TVSH",
|
|||
|
|
"Tax": "Taksa",
|
|||
|
|
"Apply": "Apliko",
|
|||
|
|
"Select a category": "Zgjedh një kategori",
|
|||
|
|
"Company And Business Name": "Emri i Kompanisë dhe Biznesit",
|
|||
|
|
"Enter Phone": "Futni Telefonin",
|
|||
|
|
"Logo": "Logo",
|
|||
|
|
"Invoice Logo": "Logo e Faturës",
|
|||
|
|
"Purchase Plan": "Plani i Blerjes",
|
|||
|
|
"Days": "Ditët",
|
|||
|
|
"Already Subscribed": "Përfunduar Subskriptimin",
|
|||
|
|
"Buy Now": "Bli Tani",
|
|||
|
|
"Create Unit": "Krijo Njësi",
|
|||
|
|
"Unit Name": "Emri i Njësisë",
|
|||
|
|
"Enter Unit Name": "Futni Emrin e Njësisë",
|
|||
|
|
"Unit List": "Lista e Njësive",
|
|||
|
|
"Add new Unit": "Shto Njësi të Re",
|
|||
|
|
"Overall Reports": "Raportet e Përshtatshme",
|
|||
|
|
"Revenue Statistic": "Statistikat e të ardhurave",
|
|||
|
|
"Today Sales": "Shitjet e sotme",
|
|||
|
|
"Change Amount": "Shuma e ndryshimit",
|
|||
|
|
"Vat": "TVSH",
|
|||
|
|
"Save Product": "Ruaj Produktin",
|
|||
|
|
"Product": "Produkt",
|
|||
|
|
"Category created successfully": "Kategoria u krijua me sukses",
|
|||
|
|
"Category updated successfully": "Kategoria u përditësua me sukses",
|
|||
|
|
"Category deleted successfully": "Kategoria u fshi me sukses",
|
|||
|
|
"Selected Category deleted successfully": "Kategoria e përzgjedhur u fshi me sukses",
|
|||
|
|
"Something went wrong!": "Diçka shkoi gabim!",
|
|||
|
|
"Brand created cuccessfully": "Marka u krijua me sukses",
|
|||
|
|
"Brand updated successfully": "Marka u përditësua me sukses",
|
|||
|
|
"Brand deleted successfully": "Marka u fshi me sukses",
|
|||
|
|
"Selected Brands deleted successfully": "Markat e përzgjedhura u fshinë me sukses",
|
|||
|
|
"Something went wrong.": "Diçka ishte gabim.",
|
|||
|
|
"Default currency activated successfully": "Monedha e parazgjedhur u aktivizua me sukses",
|
|||
|
|
"Failed to set default currency. Please try again.": "Dështoi të vendoset monedha e parazgjedhur. Ju lutem provoni përsëri.",
|
|||
|
|
"Collect Due saved successfully": "Shuma e detyrimeve u ruajt me sukses",
|
|||
|
|
"Expense Category saved successfully.": "Kategoria e shpenzimeve u ruajt me sukses.",
|
|||
|
|
"Expense Category updated successfully.": "Kategoria e shpenzimeve u përditësua me sukses.",
|
|||
|
|
"Expense Category deleted successfully": "Kategoria e shpenzimeve u fshi me sukses",
|
|||
|
|
"Selected item deleted successfully.": "Artikulli i përzgjedhur u fshi me sukses.",
|
|||
|
|
"Expense saved successfully.": "Shpenzimi u ruajt me sukses.",
|
|||
|
|
"Expense updated successfully.": "Shpenzimi u përditësua me sukses.",
|
|||
|
|
"Expense deleted successfully": "Shpenzimi u fshi me sukses",
|
|||
|
|
"Selected Items deleted successfully.": "Artikujt e përzgjedhur u fshinë me sukses.",
|
|||
|
|
"Income Category saved successfully.": "Kategoria e të ardhurave u ruajt me sukses.",
|
|||
|
|
"Income Category updated successfully.": "Kategoria e të ardhurave u përditësua me sukses.",
|
|||
|
|
"Income Category deleted successfully": "Kategoria e të ardhurave u fshi me sukses",
|
|||
|
|
"Income saved successfully.": "Të ardhurat u ruajtën me sukses.",
|
|||
|
|
"Income updated successfully.": "Të ardhurat u përditësuan me sukses.",
|
|||
|
|
"Income deleted successfully": "Të ardhurat u fshinë me sukses",
|
|||
|
|
"Premission denied.": "Lejimi u refuzua.",
|
|||
|
|
"Customer created successfully": "Klienti u krijua me sukses",
|
|||
|
|
"Supplier created successfully": "Furnizuesi u krijua me sukses",
|
|||
|
|
"Supplier deleted successfully": "Furnizuesi u fshi me sukses",
|
|||
|
|
"Customer deleted successfully": "Klienti u fshi me sukses",
|
|||
|
|
"Selected parties deleted successfully": "Partitë e përzgjedhura u fshinë me sukses",
|
|||
|
|
"Product saved successfully.": "Produkti u ruajt me sukses.",
|
|||
|
|
"Data saved successfully.": "Të dhënat u ruajtën me sukses.",
|
|||
|
|
"Product deleted successfully": "Produkti u fshi me sukses",
|
|||
|
|
"Selected product deleted successfully": "Produkti i përzgjedhur u fshi me sukses",
|
|||
|
|
"Cart is empty. Add items first!": "Karroca është bosh. Shtoni artikujt së pari!",
|
|||
|
|
"Purchase created successfully.": "Blerja u krijua me sukses.",
|
|||
|
|
"Somethings went wrong!": "Diçka shkoi gabim!",
|
|||
|
|
"Purchase updated successfully.": "Blerja u përditësua me sukses.",
|
|||
|
|
"Selected purchases deleted successfully.": "Blerjet e përzgjedhura u fshinë me sukses.",
|
|||
|
|
"Sales created successfully.": "Shitjet u krijuan me sukses.",
|
|||
|
|
"You cannot sale in due for a walking customer.": "Nuk mund të shisni me afat për një klient që ecën.",
|
|||
|
|
"Sales updated successfully.": "Shitjet u përditësuan me sukses.",
|
|||
|
|
"Sale deleted successfully.": "Shitja u fshi me sukses.",
|
|||
|
|
"Selected sales deleted successfully.": "Shitjet e përzgjedhura u fshinë me sukses.",
|
|||
|
|
"Unit saved successfully": "Njësia u ruajt me sukses",
|
|||
|
|
"Unit updated successfully": "Njësia u përditësua me sukses",
|
|||
|
|
"Units deleted successfully": "Njësitë u fshinë me sukses",
|
|||
|
|
"Unit deleted successfully": "Njësia u fshi me sukses",
|
|||
|
|
"Quantity and price updated successfully": "Kantiteti dhe çmimi u përditësuan me sukses",
|
|||
|
|
"Enter valid qty and price": "Shkruani kantitet dhe çmim të vlefshëm",
|
|||
|
|
"Item not found in the cart": "Artikulli nuk u gjet në karrocë",
|
|||
|
|
"The cart does not contain this item": "Karroca nuk përmban këtë artikull",
|
|||
|
|
"Item removed from cart": "Artikulli u hoq nga karroca",
|
|||
|
|
"All cart removed successfully!": "Të gjitha artikujt u hoqën me sukses nga karroca!",
|
|||
|
|
"Current Password does not match with old password": "Fjalëkalimi aktual nuk përputhet me fjalëkalimin e vjetër",
|
|||
|
|
"Profile updated successfully": "Profili u përditësua me sukses",
|
|||
|
|
"Purchase returned successfully.": "Blerja u kthye me sukses.",
|
|||
|
|
"Business General Setting updated successfully": "Cilësimet e përgjithshme të biznesit u përditësuan me sukses",
|
|||
|
|
"User role created successfully": "Roli i përdoruesit u krijua me sukses",
|
|||
|
|
"User role updated successfully": "Roli i përdoruesit u përditësua me sukses",
|
|||
|
|
"User role deleted successfully": "Roli i përdoruesit u fshi me sukses",
|
|||
|
|
"You have no permission to access.": "Nuk keni leje për të aksesuar.",
|
|||
|
|
"Sale returned successfully.": "Shitja u kthye me sukses.",
|
|||
|
|
"New subscription order successfully.": "Porosia e re e abonimit u krijua me sukses.",
|
|||
|
|
|
|||
|
|
"Branch": "Degë",
|
|||
|
|
"Warehouse": "Magazinë",
|
|||
|
|
"Overview": "Përmbledhje",
|
|||
|
|
"Branch List": "Lista e Degëve",
|
|||
|
|
"Role & permissions": "Roli dhe lejet",
|
|||
|
|
"Warehouses List": "Lista e Magazina",
|
|||
|
|
"Stock Qty": "Sasia e Stokut",
|
|||
|
|
"Create Warehouse": "Krijo Magazinë",
|
|||
|
|
"Enter phone": "Shkruani telefonin",
|
|||
|
|
"Enter email": "Shkruani emailin",
|
|||
|
|
"Enter address": "Shkruani adresën",
|
|||
|
|
"Enter name": "Shkruani emrin",
|
|||
|
|
"Edit Warehouse": "Redakto Magazinën",
|
|||
|
|
"Select Branch": "Zgjidh Degën",
|
|||
|
|
"Rack": "Raft",
|
|||
|
|
"Shelf": "Policë",
|
|||
|
|
"Statement": "Deklaratë",
|
|||
|
|
"Expire Product": "Produkt i skaduar",
|
|||
|
|
"Branch Wise Sales": "Shitjet sipas Degës",
|
|||
|
|
"Branch Wise Purchases": "Blerjet sipas Degës",
|
|||
|
|
"Employee Overview": "Përmbledhje e Punonjësve",
|
|||
|
|
"Staffs": "Stafi",
|
|||
|
|
"Add new Branch": "Shto Degë të Re",
|
|||
|
|
"Create Branch": "Krijo Degë",
|
|||
|
|
"Opening Balance": "Bilanci i Hapjes",
|
|||
|
|
"Enter balance": "Shkruani bilancin",
|
|||
|
|
"Enter description": "Shkruani përshkrimin",
|
|||
|
|
"Edit Branch": "Redakto Degën",
|
|||
|
|
"Example": "Shembull",
|
|||
|
|
"Acnoo": "Acnoo",
|
|||
|
|
"in this example": "në këtë shembull",
|
|||
|
|
"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.": "Më parë, nuk kishit një seksion degësh. Pra, kur të krijoni degën tuaj të parë, një degë tjetër do të krijohet automatikisht duke përdorur emrin e kompanisë/së biznesit tuaj.",
|
|||
|
|
"when you create your first branch, another branch will automatically be created with the name": "kur të krijoni degën tuaj të parë, një degë tjetër do të krijohet automatikisht me emrin",
|
|||
|
|
"If your company/business name is": "Nëse emri i kompanisë/së biznesit tuaj është",
|
|||
|
|
"All your previous data will be assigned to the automatically created branch": "Të gjitha të dhënat tuaja të mëparshme do t'i atribuohen degës së krijuar automatikisht",
|
|||
|
|
"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.": "Nuk mund ta fshini degën e krijuar automatikisht. Kjo është sepse nëse një degë fshihet, ajo hiqet nga çdo seksion, duke e bërë të pamundur filtrimin e të dhënave të degës. Prandaj, dega e krijuar automatikisht nuk mund të fshihet.",
|
|||
|
|
"Role & Permission": "Roli dhe Lejet",
|
|||
|
|
"Add Role": "Shto Rolin",
|
|||
|
|
"Selected role deleted successfully": "Roli i zgjedhur u fshi me sukses",
|
|||
|
|
"Branch saved successfully.": "Dega u ruajt me sukses.",
|
|||
|
|
"Branch updated successfully.": "Dega u përditësua me sukses.",
|
|||
|
|
"Selected branch deleted successfully": "Dega e zgjedhur u fshi me sukses",
|
|||
|
|
"Branch deleted successfully": "Dega u fshi me sukses",
|
|||
|
|
"Warehouse saved successfully.": "Magazina u ruajt me sukses.",
|
|||
|
|
"Warehouse updated successfully.": "Magazina u përditësua me sukses.",
|
|||
|
|
"Warehouse deleted successfully": "Magazina u fshi me sukses",
|
|||
|
|
"Selected items deleted successfully.": "Elementët e zgjedhur u fshinë me sukses.",
|
|||
|
|
"My Domains": "Domenet e Mia",
|
|||
|
|
"Domain List": "Lista e Domenëve",
|
|||
|
|
"Domains": "Domenet",
|
|||
|
|
"Domain Name": "Emri i Domenit",
|
|||
|
|
"Is Verified": "Është Verifikuar",
|
|||
|
|
"Has SSL": "Ka SSL",
|
|||
|
|
"Added on": "Shtuar më",
|
|||
|
|
"Add New Domain": "Shto Domen të Ri",
|
|||
|
|
"Domain Type": "Lloji i Domenit",
|
|||
|
|
"Addon Domain": "Domen Shtesë",
|
|||
|
|
"Subdomain": "Subdomen",
|
|||
|
|
"Enter your domain name": "Shkruani emrin e domenit tuaj",
|
|||
|
|
"row selected": "rreshti i zgjedhur",
|
|||
|
|
"A new sub domain has been added.": "Një subdomen i ri është shtuar.",
|
|||
|
|
"A new domain has been added.": "Një domen i ri është shtuar.",
|
|||
|
|
"Domain deleted successfully": "Domeni u fshi me sukses",
|
|||
|
|
"Domains deleted successfully": "Domenet u fshinë me sukses",
|
|||
|
|
"Domains List": "Lista e Domenëve",
|
|||
|
|
"Get instruction": "Merr udhëzime",
|
|||
|
|
"Accept": "Prano",
|
|||
|
|
"Pending": "Në pritje",
|
|||
|
|
"Why are you reject it?": "Pse e refuzoni atë?",
|
|||
|
|
"Enter reason...": "Shkruani arsyen...",
|
|||
|
|
"Submit": "Dërgo",
|
|||
|
|
"Instructions": "Udhëzime",
|
|||
|
|
"cPanel Domain Setup Instructions": "Udhëzime për Konfigurimin e Domenit në cPanel",
|
|||
|
|
"Login to your": "Hyni në",
|
|||
|
|
"cPanel": "cPanel",
|
|||
|
|
"account": "llogari",
|
|||
|
|
"Go to": "Shkoni te",
|
|||
|
|
"Domains → Addon Domains": "Domenet → Domenet Shtesë",
|
|||
|
|
"Enter your new domain": "Shkruani domenin tuaj të ri",
|
|||
|
|
"Leave the auto-generated subdirectory and FTP as default": "Lini subdirektorin dhe FTP të krijuara automatikisht si parazgjedhje",
|
|||
|
|
"Click": "Klikoni",
|
|||
|
|
"Add Domain": "Shto Domen",
|
|||
|
|
"Update your domain’s DNS to point to your cPanel nameservers": "Përditësoni DNS-në e domenit tuaj për të treguar në serverët e emrave të cPanel tuaj",
|
|||
|
|
"Tip": "Këshillë",
|
|||
|
|
"If you need SSL, go to": "Nëse keni nevojë për SSL, shkoni te",
|
|||
|
|
"SSL/TLS": "SSL/TLS",
|
|||
|
|
"in cPanel and issue a certificate for your new domain (Let’s Encrypt is free).": "në cPanel dhe lëshoni një certifikatë për domenin tuaj të ri (Let’s Encrypt është falas).",
|
|||
|
|
"Apache VPS Configuration": "Konfigurimi i VPS Apache",
|
|||
|
|
"Apache Wildcard Domain Setup": "Konfigurimi i Domenit Apache Wildcard",
|
|||
|
|
"Create a config file in": "Krijoni një skedar konfigurimi në",
|
|||
|
|
"How to Add a Domain in cPanel": "Si të Shtoni një Domen në cPanel",
|
|||
|
|
"Enable the site and reload Apache": "Aktivizoni faqen dhe rinisni Apache",
|
|||
|
|
"Always test config before reload": "Gjithmonë testoni konfigurimin para rinisjes",
|
|||
|
|
"Replace": "Zëvendësoni",
|
|||
|
|
"with your actual domain": "me domenin tuaj aktual",
|
|||
|
|
"Ensure correct file permissions (chown/chmod)": "Sigurohuni që të keni leje të sakta për skedarët (chown/chmod)",
|
|||
|
|
"Use": "Përdorni",
|
|||
|
|
"Certbot": "Certbot",
|
|||
|
|
"for free SSL": "për SSL falas",
|
|||
|
|
"Nginx VPS Configuration": "Konfigurimi i VPS Nginx",
|
|||
|
|
"Nginx Wildcard Domain Setup": "Konfigurimi i Domenit Nginx Wildcard",
|
|||
|
|
"Enable the site and reload Nginx": "Aktivizoni faqen dhe rinisni Nginx",
|
|||
|
|
"Important": "E rëndësishme",
|
|||
|
|
"Ensure correct file permissions": "Sigurohuni që të keni leje të sakta për skedarët",
|
|||
|
|
"Domain updated successfully": "Domeni u përditësua me sukses",
|
|||
|
|
"Domain": "Domen",
|
|||
|
|
"Domain has been rejected successfully.": "Domeni u refuzua me sukses.",
|
|||
|
|
"Domain has been approved successfully.": "Domeni u miratua me sukses.",
|
|||
|
|
"Edit Domain": "Redakto Domenin",
|
|||
|
|
"Deleted by user": "Fshirë nga përdoruesi",
|
|||
|
|
|
|||
|
|
|
|||
|
|
"Download Apk": "Shkarko APK",
|
|||
|
|
"SMS Marketing": "Marketing me SMS",
|
|||
|
|
"Party Reports": "Raportet e palëve",
|
|||
|
|
"HRM": "Menaxhimi i Burimeve Njerëzore",
|
|||
|
|
"Finance & Accounts": "Financa dhe Kontabiliteti",
|
|||
|
|
"Transfer": "Transfertë",
|
|||
|
|
"Expired": "I skaduar",
|
|||
|
|
"Upgrade Now": "Përmirëso tani",
|
|||
|
|
"No Active Plan": "Nuk ka plan aktiv",
|
|||
|
|
"Please subscribe to a plan": "Ju lutemi pajtohuni në një plan",
|
|||
|
|
"Invoice Wise Profit": "Fitimi sipas faturës",
|
|||
|
|
"Company / Business Name": "Emri i Kompanisë / Biznesit",
|
|||
|
|
"Shop Opening Balance": "Bilanci i hapjes së dyqanit",
|
|||
|
|
"Shop Remaining Balance": "Bilanci i mbetur i dyqanit",
|
|||
|
|
"Plan Expire Date": "Data e skadimit të planit",
|
|||
|
|
"Enter Business Name": "Shkruani emrin e biznesit",
|
|||
|
|
"Enter your Name": "Shkruani emrin tuaj",
|
|||
|
|
"POS": "POS (Pika e Shitjes)",
|
|||
|
|
"Inventory": "Inventari",
|
|||
|
|
"Shipping Charge": "Tarifa e dërgesës",
|
|||
|
|
"Rounding(+/-)": "Rrumbullakimi (+/-)",
|
|||
|
|
"Create Customer": "Krijo Klient",
|
|||
|
|
"Add Payment": "Shto Pagesë",
|
|||
|
|
"Cheque": "Çek",
|
|||
|
|
"Wallet": "Portofol",
|
|||
|
|
"Select Warehouse": "Zgjidhni Magazinën",
|
|||
|
|
"Batch": "Batch (Grup)",
|
|||
|
|
"Scan / search by code or name": "Skano / kërko me kod ose emër",
|
|||
|
|
"Show 20": "Shfaq 20",
|
|||
|
|
"Show 500": "Shfaq 500",
|
|||
|
|
"Yesterday": "Dje",
|
|||
|
|
"Last 30 Days": "30 ditët e fundit",
|
|||
|
|
"Current Month": "Muaji aktual",
|
|||
|
|
"Current Year": "Viti aktual",
|
|||
|
|
"Custom Date": "Data e personalizuar",
|
|||
|
|
"View Payment": "Shiko Pagesën",
|
|||
|
|
"Receipt No.": "Nr. i faturës",
|
|||
|
|
"Inventory Sales": "Shitjet e inventarit",
|
|||
|
|
"Flat": "Fiks",
|
|||
|
|
"Percent (%)": "Përqindje (%)",
|
|||
|
|
"Select Product": "Zgjidhni Produktin",
|
|||
|
|
"Guarantee": "Garanci",
|
|||
|
|
"Warranty": "Garanci teknike",
|
|||
|
|
"Remarks": "Vërejtje",
|
|||
|
|
"Sales Invoice": "Fatura e shitjes",
|
|||
|
|
"PDF": "PDF",
|
|||
|
|
"Print": "Printo",
|
|||
|
|
"Sales By": "Shitur nga",
|
|||
|
|
"Sub-Total": "Nëntotali",
|
|||
|
|
"Net Payable": "Neto për t'u paguar",
|
|||
|
|
"invoice": "faturë",
|
|||
|
|
"QTY": "Sasia",
|
|||
|
|
"U.Price": "Çmimi për njësi",
|
|||
|
|
"Delivery charge": "Tarifa e dorëzimit",
|
|||
|
|
"Total Payable": "Totali për t'u paguar",
|
|||
|
|
"Total Return": "Totali i kthimit",
|
|||
|
|
"Payable": "E pagueshme",
|
|||
|
|
"Return Product": "Kthe produktin",
|
|||
|
|
"Returned Item": "Artikull i kthyer",
|
|||
|
|
"Total Return Amount": "Shuma totale e kthimit",
|
|||
|
|
"Add Purchase": "Shto Blerje",
|
|||
|
|
"Returns List": "Lista e kthimeve",
|
|||
|
|
"Partial Paid": "Paguar pjesërisht",
|
|||
|
|
"Bulk Upload": "Ngarkim në masë",
|
|||
|
|
"Save & Published": "Ruaj dhe Publiko",
|
|||
|
|
"Product price, stock": "Çmimi i produktit, stoku",
|
|||
|
|
"Combo Products": "Produkte Combo",
|
|||
|
|
"Expired Products": "Produkte të skaduara",
|
|||
|
|
"Print Labels": "Printo etiketat",
|
|||
|
|
"Model": "Modeli",
|
|||
|
|
"Variation": "Variacioni",
|
|||
|
|
"Racks": "Raiftet",
|
|||
|
|
"Shelfs": "Raftet/Kompate",
|
|||
|
|
"Product Image": "Imazhi i produktit",
|
|||
|
|
"Expire Date": "Data e skadimit",
|
|||
|
|
"Barcode Generate": "Gjenero barkodin",
|
|||
|
|
"Available Stock": "Stoku i disponueshëm",
|
|||
|
|
"Qty / No of label": "Sasia / Nr. i etiketave",
|
|||
|
|
"Packing Date": "Data e paketimit",
|
|||
|
|
"Information to show in labels": "Informacioni për t'u shfaqur në etiketa",
|
|||
|
|
"Product Price": "Çmimi i produktit",
|
|||
|
|
"Print packing date": "Printo datën e paketimit",
|
|||
|
|
"Show Price": "Shfaq çmimin",
|
|||
|
|
"Barcode Type *": "Lloji i barkodit *",
|
|||
|
|
"Barcode Print Paper Setting": "Cilësimet e letrës për printimin e barkodit",
|
|||
|
|
"Preview": "Parashikim",
|
|||
|
|
"Download File": "Shkarko skedarin",
|
|||
|
|
"Field Name": "Emri i fushës",
|
|||
|
|
"Add new Model": "Shto model të ri",
|
|||
|
|
"Model List": "Lista e modeleve",
|
|||
|
|
"Model Name": "Emri i modelit",
|
|||
|
|
"Create Model": "Krijo model",
|
|||
|
|
"Variations List": "Lista e variacioneve",
|
|||
|
|
"Values": "Vlerat",
|
|||
|
|
"Edit Variation": "Redakto variacionin",
|
|||
|
|
"Rack List": "Lista e rafteve",
|
|||
|
|
"Add new rack": "Shto raft të ri",
|
|||
|
|
"Shelf List": "Lista e policave",
|
|||
|
|
"Add shelf": "Shto policë",
|
|||
|
|
"Edit shelf": "Redakto policën",
|
|||
|
|
"Transfer List": "Lista e transfertave",
|
|||
|
|
"From Branch": "Nga dega",
|
|||
|
|
"To Branch": "Në degën",
|
|||
|
|
"From Warehouse": "Nga magazina",
|
|||
|
|
"To Warehouse": "Në magazinën",
|
|||
|
|
"Add New Transfer": "Shto transfertë të re",
|
|||
|
|
"Transfer Note": "Shënim transferte",
|
|||
|
|
"All Stock": "Gjithë stoku",
|
|||
|
|
"Party Credit Limit": "Limiti i kredisë së palës",
|
|||
|
|
"Billing Address": "Adresa e faturimit",
|
|||
|
|
"City": "Qyteti",
|
|||
|
|
"State": "Shteti/Provinca",
|
|||
|
|
"Zip Code": "Kodi Postar",
|
|||
|
|
"Shipping Address": "Adresa e dërgesës",
|
|||
|
|
"Supplier Name": "Emri i furnizuesit",
|
|||
|
|
"Vat List": "Lista e TVSH-së",
|
|||
|
|
"Add New Vat": "Shto TVSH të re",
|
|||
|
|
"Tax Setting": "Cilësimet e taksave",
|
|||
|
|
"Add New Vat Group": "Shto grup të ri TVSH-je",
|
|||
|
|
"Vat Group List": "Lista e grupeve të TVSH-së",
|
|||
|
|
"Vat Group Name": "Emri i grupit të TVSH-së",
|
|||
|
|
"Select vats": "Zgjidh TVSH-të",
|
|||
|
|
"All List": "E gjithë lista",
|
|||
|
|
"Guest Due": "Detyrimi i mysafirit",
|
|||
|
|
"Retailer Due": "Detyrimi i shitësit me pakicë",
|
|||
|
|
"Dealer Due": "Detyrimi i dilerit",
|
|||
|
|
"Wholesaler Due": "Detyrimi i shitësit me shumicë",
|
|||
|
|
"Guest Due List": "Lista e detyrimeve të mysafirëve",
|
|||
|
|
"Invoice Number": "Numri i faturës",
|
|||
|
|
"Bank Account": "Llogaria bankare",
|
|||
|
|
"Cash In Hand": "Para në dorë",
|
|||
|
|
"Cheques": "Çeqet",
|
|||
|
|
"Transactions": "Transaksionet",
|
|||
|
|
"Day Book": "Libri ditar",
|
|||
|
|
"Cash Flow": "Fluksi i parave (Cash Flow)",
|
|||
|
|
"Bill Wise Profit": "Fitimi sipas faturës",
|
|||
|
|
"Expenses": "Shpenzimet",
|
|||
|
|
"Bank Accounts": "Llogaritë bankare",
|
|||
|
|
"Deposit & Withdraws": "Depozitime dhe Tërheqje",
|
|||
|
|
"Add Bank": "Shto bankë",
|
|||
|
|
"Account Name": "Emri i llogarisë",
|
|||
|
|
"Account Number": "Numri i llogarisë",
|
|||
|
|
"Bank Name": "Emri i bankës",
|
|||
|
|
"Branch Name": "Emri i degës",
|
|||
|
|
"Holder Name": "Emri i mbajtësit",
|
|||
|
|
"Add New Bank": "Shto bankë të re",
|
|||
|
|
"Account Display Name": "Emri i shfaqjes së llogarisë",
|
|||
|
|
"As of Date": "Deri në datën",
|
|||
|
|
"Routing Number": "Numri i rrugëtimit (Routing)",
|
|||
|
|
"UPI ID for QR Code": "ID UPI për kodin QR",
|
|||
|
|
"Account Holder Name": "Emri i mbajtësit të llogarisë",
|
|||
|
|
"Add more fields": "Shto më shumë fusha",
|
|||
|
|
"Print Bank details on invoices": "Printo detajet bankare në fatura",
|
|||
|
|
"Bank to Bank Transfer": "Transfertë bankë me bankë",
|
|||
|
|
"Bank to Cash Transfer": "Transfertë nga banka në kesh",
|
|||
|
|
"Adjust Bank Balance": "Rregullo bilancin bankar",
|
|||
|
|
"Adjust Cash": "Rregullo keshin",
|
|||
|
|
"Cash to Bank Transfer": "Transfertë nga keshi në bankë",
|
|||
|
|
"From": "Nga",
|
|||
|
|
"To": "Te",
|
|||
|
|
"Transfer Date": "Data e transfertës",
|
|||
|
|
"Cheques List": "Lista e çeqeve",
|
|||
|
|
"Profit & Loss": "Fitimi dhe Humbja",
|
|||
|
|
"Gross Profit": "Fitimi bruto",
|
|||
|
|
"Total Expenses": "Shpenzimet totale",
|
|||
|
|
"Income Types": "Llojet e të ardhurave",
|
|||
|
|
"Expenses Types": "Llojet e shpenzimeve",
|
|||
|
|
"Net Profit": "Fitimi neto",
|
|||
|
|
"Money In": "Para hyrëse",
|
|||
|
|
"Money Out": "Para dalëse",
|
|||
|
|
"Transaction List": "Lista e transaksioneve",
|
|||
|
|
"Reference": "Referenca",
|
|||
|
|
"Transaction Type": "Lloji i transaksionit",
|
|||
|
|
"Due Pay": "Pagesa e detyrimit",
|
|||
|
|
"Due Collect": "Mbledhja e detyrimit",
|
|||
|
|
"All Party": "Të gjitha palët",
|
|||
|
|
"Transaction By": "Transaksioni nga",
|
|||
|
|
"Total :": "Totali :",
|
|||
|
|
"Cash In": "Hyrje kesh",
|
|||
|
|
"Cash Out": "Dalje kesh",
|
|||
|
|
"Running Cash": "Kesh në vazhdim",
|
|||
|
|
"Bill Wise Profit List": "Lista e fitimit sipas faturës",
|
|||
|
|
"Sales Amount": "Shuma e shitjeve",
|
|||
|
|
"Sale Amount": "Shuma e shitjes",
|
|||
|
|
"Create Expense Category": "Krijo kategori shpenzimesh",
|
|||
|
|
"Department": "Departamenti",
|
|||
|
|
"Designation": "Emërtimi i pozicionit",
|
|||
|
|
"Shift": "Ndërrimi (Shift)",
|
|||
|
|
"Employee": "Punonjësi",
|
|||
|
|
"Leave Request": "Kërkesë për leje",
|
|||
|
|
"Holiday": "Pushim/Festë",
|
|||
|
|
"Attendance": "Prezenca",
|
|||
|
|
"Payroll": "Lista e pagave",
|
|||
|
|
"Department List": "Lista e departamenteve",
|
|||
|
|
"Add Department": "Shto departament",
|
|||
|
|
"Create Department": "Krijo departament",
|
|||
|
|
"Designation List": "Lista e pozicioneve",
|
|||
|
|
"Add Designation": "Shto pozicion",
|
|||
|
|
"Create Designation": "Krijo pozicion",
|
|||
|
|
"Shift List": "Lista e ndërrimeve",
|
|||
|
|
"Add new Shift": "Shto ndërrim të ri",
|
|||
|
|
"Start Time": "Ora e fillimit",
|
|||
|
|
"End Time": "Ora e mbarimit",
|
|||
|
|
"Break Time": "Koha e pushimit",
|
|||
|
|
"Break Duration": "Kohëzgjatja e pushimit",
|
|||
|
|
"Create Shift": "Krijo ndërrim",
|
|||
|
|
"Select Name": "Zgjidh emrin",
|
|||
|
|
"Break Status": "Statusi i pushimit",
|
|||
|
|
"Start Break Time": "Fillimi i kohës së pushimit",
|
|||
|
|
"End Break Time": "Mbarimi i kohës së pushimit",
|
|||
|
|
"Employee List": "Lista e punonjësve",
|
|||
|
|
"Add new Employee": "Shto punonjës të ri",
|
|||
|
|
"shift": "ndërrim",
|
|||
|
|
"Salary": "Paga",
|
|||
|
|
"Gender": "Gjinia",
|
|||
|
|
"Birth Date": "Data e lindjes",
|
|||
|
|
"Join Date": "Data e punësimit",
|
|||
|
|
"Leave Type": "Lloji i lejes",
|
|||
|
|
"Leave": "Leje",
|
|||
|
|
"Leave Type List": "Lista e llojeve të lejeve",
|
|||
|
|
"Add Leave Type": "Shto lloj leje",
|
|||
|
|
"Create Leave Type": "Krijo lloj leje",
|
|||
|
|
"Leave List": "Lista e lejeve",
|
|||
|
|
"Add new Leave": "Shto leje të re",
|
|||
|
|
"Month": "Muaji",
|
|||
|
|
"Start Date": "Data e fillimit",
|
|||
|
|
"End Date": "Data e mbarimit",
|
|||
|
|
"Leave Duration": "Kohëzgjatja e lejes",
|
|||
|
|
"Select employee": "Zgjidh punonjësin",
|
|||
|
|
"All month": "Gjithë muajin",
|
|||
|
|
"Create Leave": "Krijo leje",
|
|||
|
|
"Holiday List": "Lista e pushimeve",
|
|||
|
|
"Add new Holiday": "Shto pushim të ri",
|
|||
|
|
"Create Holiday": "Krijo pushim",
|
|||
|
|
"Tax Report": "Raporti i taksave",
|
|||
|
|
"Profit Loss": "Fitimi dhe Humbja",
|
|||
|
|
"Due Transaction": "Transaksioni i detyrimeve",
|
|||
|
|
"Subscription Report": "Raporti i pajtimeve",
|
|||
|
|
"Product Profit/Loss": "Fitimi/Humbja e produktit",
|
|||
|
|
"Top 5 Customer": "5 klientët kryesorë",
|
|||
|
|
"Top 5 Supplier": "5 furnizuesit kryesorë",
|
|||
|
|
"Top 5 Product": "5 produktet kryesore",
|
|||
|
|
"Combo Product": "Produkt Combo",
|
|||
|
|
"Discount Product": "Produkt me zbritje",
|
|||
|
|
"Product Wise Purchase": "Blerje sipas produktit",
|
|||
|
|
"Product Wise Sale": "Shitje sipas produktit",
|
|||
|
|
"Expired Product": "Produkt i skaduar",
|
|||
|
|
"Customer Ledger": "Libri i klientit",
|
|||
|
|
"Supplier Ledger": "Libri i furnizuesit",
|
|||
|
|
"Party Loss/Profit": "Humbja/Fitimi i palës",
|
|||
|
|
"SMS Template": "Model SMS-je",
|
|||
|
|
"Android Gateway": "Porta Android",
|
|||
|
|
"API Gateway": "Porta API",
|
|||
|
|
"Balance Sheet": "Bilanci kontabël",
|
|||
|
|
"All Due": "Të gjitha detyrimet",
|
|||
|
|
"Attendance List": "Lista e pjesëmarrjes",
|
|||
|
|
"Add new Attendance": "Shto pjesëmarrje të re",
|
|||
|
|
"Time In": "Koha e hyrjes",
|
|||
|
|
"Time Out": "Koha e daljes",
|
|||
|
|
"Payroll List": "Lista e pagave",
|
|||
|
|
"Add new Payroll": "Shto listëpagë të re",
|
|||
|
|
"Payment Year": "Viti i pagesës",
|
|||
|
|
"Receipt No": "Nr. i faturës",
|
|||
|
|
"date": "data",
|
|||
|
|
"Attendance Report": "Raporti i pjesëmarrjes",
|
|||
|
|
"Payroll Report": "Raporti i pagave",
|
|||
|
|
"Slip No": "Nr. i fletëpagesës",
|
|||
|
|
"Leave Report": "Raporti i lejeve",
|
|||
|
|
"Total Sale": "Shitja totale",
|
|||
|
|
"Total Sale Return": "Kthimi total i shitjeve",
|
|||
|
|
"Total Purchase Return": "Kthimi total i blerjeve",
|
|||
|
|
"Tax Report List": "Lista e raporteve tatimore",
|
|||
|
|
"Payment Method": "Metoda e pagesës",
|
|||
|
|
"Loss/Profit Report Details": "Detajet e raportit Fitim/Humbje",
|
|||
|
|
"Opening Stock": "Stoku i hapjes",
|
|||
|
|
"(By purchase price)": "(Sipas çmimit të blerjes)",
|
|||
|
|
"(By sale price)": "(Sipas çmimit të shitjes)",
|
|||
|
|
"Total purchase:": "Blerja totale:",
|
|||
|
|
"Total purchase shipping charge:": "Tarifa totale e dërgesës së blerjes:",
|
|||
|
|
"Total Sell discount:": "Zbritja totale e shitjes:",
|
|||
|
|
"Total Sell Return:": "Kthimi total i shitjes:",
|
|||
|
|
"Closing stock": "Stoku i mbylljes",
|
|||
|
|
"Total Sales:": "Shitjet totale:",
|
|||
|
|
"Total sell shipping charge:": "Tarifa totale e dërgesës së shitjes:",
|
|||
|
|
"Total Purchase Return:": "Kthimi total i blerjes:",
|
|||
|
|
"Total Purchase discount:": "Zbritja totale e blerjes:",
|
|||
|
|
"Total sell round off:": "Rrumbullakimi total i shitjes:",
|
|||
|
|
"Credit Limit": "Limiti i kredisë",
|
|||
|
|
"Due Collection Transactions": "Transaksionet e mbledhjes së detyrimeve",
|
|||
|
|
"Pay Due Amount": "Paguaj shumën e detyrimit",
|
|||
|
|
"Top 5 Customers": "5 klientët kryesorë",
|
|||
|
|
"Top 5 Suppliers": "5 furnizuesit kryesorë",
|
|||
|
|
"Total Purchases": "Blerjet totale",
|
|||
|
|
"Top 5 Products": "5 produktet kryesore",
|
|||
|
|
"Cost Price": "Çmimi i kostos",
|
|||
|
|
"Sales price": "Çmimi i shitjes",
|
|||
|
|
"Product Wise Discount": "Zbritje sipas produktit",
|
|||
|
|
"Product Purchases": "Blerjet e produktit",
|
|||
|
|
"Purchase QTY": "Sasia e blerjes",
|
|||
|
|
"Product Sales": "Shitjet e produktit",
|
|||
|
|
"Sale QTY": "Sasia e shitjes",
|
|||
|
|
"Total Sale Due": "Detyrimi total i shitjes",
|
|||
|
|
"Total Purchase Due": "Detyrimi total i blerjes",
|
|||
|
|
"Party Wise Loss & Profit": "Fitimi dhe Humbja sipas palës",
|
|||
|
|
"Gateway List": "Lista e portave",
|
|||
|
|
"Gateway ID.": "ID e portës",
|
|||
|
|
"Gateway Type": "Lloji i portës",
|
|||
|
|
"Device List": "Lista e pajisjeve",
|
|||
|
|
"Add Device": "Shto pajisje",
|
|||
|
|
"Device ID": "ID e pajisjes",
|
|||
|
|
"Device Version": "Versioni i pajisjes",
|
|||
|
|
"App Version": "Versioni i aplikacionit",
|
|||
|
|
"Total Messages": "Mesazhet totale",
|
|||
|
|
"Created Date": "Data e krijimit",
|
|||
|
|
"All Settings": "Të gjitha cilësimet",
|
|||
|
|
"General": "Të përgjithshme",
|
|||
|
|
"Invoice Print": "Printimi i faturës",
|
|||
|
|
"Currencies Settings": "Cilësimet e valutave",
|
|||
|
|
"SMS Gateway Settings": "Cilësimet e portës SMS",
|
|||
|
|
"Languages Settings": "Cilësimet e gjuhëve",
|
|||
|
|
"Add, Edit, Update, Delete Languages.": "Shto, Redakto, Përditëso, Fshi Gjuhët.",
|
|||
|
|
"Configure the fundamental information of the site.": "Konfiguro informacionin bazë të faqes.",
|
|||
|
|
"Control and configure overall notification systems": "Kontrollo dhe konfiguro sistemet e përgjithshme të njoftimeve",
|
|||
|
|
"View and update currency settings": "Shiko dhe përditëso cilësimet e valutës",
|
|||
|
|
"Add new users, Provide role and Permission": "Shto përdorues të rinj, cakto role dhe leje",
|
|||
|
|
"View and update gateway settings": "Shiko dhe përditëso cilësimet e portës",
|
|||
|
|
"VAT/GST Title": "Titulli i TVSH/GST",
|
|||
|
|
"VAT/GST Number": "Numri i TVSH/GST",
|
|||
|
|
"Sale Rounding Option": "Opsioni i rrumbullakimit të shitjes",
|
|||
|
|
"Product Profit Option": "Opsioni i fitimit të produktit",
|
|||
|
|
"Post Sale Message": "Mesazh pas shitjes",
|
|||
|
|
"Invoice Note Label": "Etiketa e shënimit të faturës",
|
|||
|
|
"Invoice Note": "Shënim i faturës",
|
|||
|
|
"Warranty Void Label": "Etiketa e anulimit të garancisë",
|
|||
|
|
"Warranty Void": "Anulimi i garancisë",
|
|||
|
|
"A4 Page Invoice Logo": "Logo e faturës për faqe A4",
|
|||
|
|
"Thermal Invoice Logo": "Logo e faturës termike",
|
|||
|
|
"Invoice Scanner Logo": "Logo e skanerit të faturave",
|
|||
|
|
"Select SMS Gateway": "Zgjidh portën e SMS-ve",
|
|||
|
|
"Language Settings": "Cilësimet e gjuhës",
|
|||
|
|
"Locale": "Lokaliteti (Locale)",
|
|||
|
|
"Flag": "Flamuri",
|
|||
|
|
"Add New Language": "Shto gjuhë të re",
|
|||
|
|
"Is Active": "Është aktiv",
|
|||
|
|
"Is Default": "Është i paracaktuar",
|
|||
|
|
"Product Settings": "Cilësimet e produktit",
|
|||
|
|
"Currency Setting": "Cilësimet e valutës",
|
|||
|
|
"Select Currency": "Zgjidh valutën",
|
|||
|
|
"Total Assets": "Asetet totale",
|
|||
|
|
"Liabilities": "Detyrimet",
|
|||
|
|
"Assets": "Asetet",
|
|||
|
|
"Payment In": "Pagesë hyrëse",
|
|||
|
|
"Equities & Liabilities": "Ekuiteti dhe detyrimet",
|
|||
|
|
"Create Supplier": "Krijo furnitor",
|
|||
|
|
"Batch No.": "Nr. i serisë (Batch)",
|
|||
|
|
"Cost exc. tax": "Kosto pa taksë",
|
|||
|
|
"Cost inc. tax": "Kosto me taksë",
|
|||
|
|
"Wholesale": "Shitje me shumicë",
|
|||
|
|
"View Combo Product": "Shiko produktin Combo",
|
|||
|
|
"Add new Transfer": "Shto transfertë të re",
|
|||
|
|
"Stock Values": "Vlerat e stokut",
|
|||
|
|
"Drag & drop your Image": "Tërhiq dhe lësho imazhin tënd",
|
|||
|
|
"Browse": "Shfleto",
|
|||
|
|
"Address line 1": "Linja e adresës 1",
|
|||
|
|
"Add Vat Rate": "Shto shkallën e TVSH-së",
|
|||
|
|
"Rate": "Shkalla (Norma)",
|
|||
|
|
"Pay Due": "Paguaj detyrimin",
|
|||
|
|
"Apply Month": "Apliko muajin",
|
|||
|
|
"Create Attendance": "Krijo pjesëmarrjen",
|
|||
|
|
"Create Payroll": "Krijo listëpagesën",
|
|||
|
|
"Purchase Date": "Data e blerjes",
|
|||
|
|
"Payment Reminder": "Kujtesë për pagesën",
|
|||
|
|
"New Sale": "Shitje e re",
|
|||
|
|
"Payment Received": "Pagesa e pranuar",
|
|||
|
|
"Payment Paid": "Pagesa e kryer",
|
|||
|
|
"SMS Body": "Trupi i SMS-së",
|
|||
|
|
"Available Tags": "Tag-et e disponueshme",
|
|||
|
|
"Enable SMS Notification": "Aktivizo njoftimin me SMS",
|
|||
|
|
"Business Phone": "Telefoni i biznesit",
|
|||
|
|
"Add Gateway": "Shto portën (Gateway)",
|
|||
|
|
"Add New Device": "Shto pajisje të re",
|
|||
|
|
"To add your device to the system, follow these steps:": "Për të shtuar pajisjen tuaj në sistem, ndiqni këto hapa:",
|
|||
|
|
"Get the latest version of the App from this": "Merrni versionin më të fundit të aplikacionit nga ky",
|
|||
|
|
"link": "link",
|
|||
|
|
"and install the app on your device.": "dhe instaloni aplikacionin në pajisjen tuaj.",
|
|||
|
|
"Step 01": "Hapi 01",
|
|||
|
|
"Step 02": "Hapi 02",
|
|||
|
|
"Step 03": "Hapi 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": "Pas instalimit të aplikacionit, gjeni kodin QR të dhënë në krye të ekranit. Hapni aplikacionin dhe jepni të gjitha lejet e kërkuara. Në ekranin e hyrjes, zgjidhni \"Hyni me kod QR\" dhe skanoni kodin QR.",
|
|||
|
|
"Your Android phone is now connected to the system. Please reload this page to see your new device.": "Telefoni juaj Android tani është i lidhur me sistemin. Ju lutemi rifreskoni këtë faqe për të parë pajisjen tuaj të re.",
|
|||
|
|
"View and update gateway settings.": "Shikoni dhe përditësoni cilësimet e portës.",
|
|||
|
|
"Product Stock": "Stoku i produktit",
|
|||
|
|
"Model No": "Nr. i modelit",
|
|||
|
|
"Product Manufacturer": "Prodhuesi i produktit",
|
|||
|
|
"Low Stock Alert": "Alarm për stok të ulët",
|
|||
|
|
"VAT ID": "ID e TVSH-së",
|
|||
|
|
"VAT Type": "Lloji i TVSH-së",
|
|||
|
|
"Exclusive Price": "Çmimi ekskluziv (pa taksë)",
|
|||
|
|
"Inclusive Price": "Çmimi inkluziv (me taksë)",
|
|||
|
|
"Profit Percent": "Përqindja e fitimit",
|
|||
|
|
"Serial": "Serial",
|
|||
|
|
"MRP/PRICE": "MRP (Çmimi maksimal i shitjes) / Çmimi",
|
|||
|
|
"MRP": "MRP",
|
|||
|
|
"Batch Tracking": "Ndjekja e serive (Batch Tracking)",
|
|||
|
|
"Batch No": "Nr. i serisë",
|
|||
|
|
"Expiry Date": "Data e skadimit",
|
|||
|
|
"Mfg Date": "Data e prodhimit",
|
|||
|
|
"Product Type": "Lloji i produktit",
|
|||
|
|
"Single": "Tek",
|
|||
|
|
"Variant": "Variant",
|
|||
|
|
"Combo": "Combo",
|
|||
|
|
"Guest Due Sale": "Shitje me detyrim për mysafirët",
|
|||
|
|
"Product Discount": "Zbritja e produktit",
|
|||
|
|
"Add Product Settings": "Shto cilësimet e produktit",
|
|||
|
|
"Additional Product Field": "Fushë shtesë e produktit",
|
|||
|
|
"Purchase Setting": "Cilësimet e blerjes",
|
|||
|
|
"Sale Setting": "Cilësimet e shitjes",
|
|||
|
|
"Profit & Loss Details": "Detajet e Fitimit dhe Humbjes",
|
|||
|
|
"Product Profit & Loss": "Fitimi dhe Humbja e produktit",
|
|||
|
|
"Customer List": "Lista e klientëve",
|
|||
|
|
"Supplier List": "Lista e furnitorëve",
|
|||
|
|
":type List": "Lista e :type",
|
|||
|
|
"Add new :type": "Shto :type të re",
|
|||
|
|
"Edit :type": "Redakto :type",
|
|||
|
|
"Edit Supplier": "Redakto furnitorin",
|
|||
|
|
"Edit Customer": "Redakto klientin",
|
|||
|
|
"(PNG & JPG)": "(PNG dhe JPG)",
|
|||
|
|
"Vat groups (Combination of multiple vats)": "Grupet e TVSH-së (Kombinim i disa TVSH-ve)",
|
|||
|
|
"Send": "Dërgo",
|
|||
|
|
"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.": "Ju lutemi ndiqni udhëzimet e mëposhtme për të ngarkuar skedarin tuaj.",
|
|||
|
|
"Download the sample file first and add all your products to it.": "Së pari shkarkoni skedarin shembull dhe shtoni të gjitha produktet tuaja në të.",
|
|||
|
|
"Indicates a required field. If you do not provide the required fields, the system will ignore the product.": "Tregon një fushë të detyrueshme. Nëse nuk plotësoni fushat e kërkuara, sistemi do ta injorojë produktin.",
|
|||
|
|
"After adding all your products, please save the file and then upload the updated version.": "Pasi të keni shtuar të gjitha produktet tuaja, ju lutemi ruani skedarin dhe pastaj ngarkoni versionin e përditësuar.",
|
|||
|
|
"The name of the product you are adding": "Emri i produktit që po shtoni",
|
|||
|
|
"e.g.,": "p.sh.,",
|
|||
|
|
"Banana": "Banane",
|
|||
|
|
"Stock Quantity": "Sasia e stokut",
|
|||
|
|
"Sale Price (MRP)": "Çmimi i shitjes (MRP)",
|
|||
|
|
"VAT Name": "Emri i TVSH-së",
|
|||
|
|
"VAT (%)": "TVSH (%)",
|
|||
|
|
"Low Stock Qty": "Sasia për stok të ulët",
|
|||
|
|
"Manufacturing Date": "Data e prodhimit",
|
|||
|
|
"Variations": "Variacionet",
|
|||
|
|
"The category under which the product falls": "Kategoria në të cilën bën pjesë produkti",
|
|||
|
|
"Beverages, Electronics": "Pije, Elektronikë",
|
|||
|
|
"The measurement unit used for the product": "Njësia matëse e përdorur për produktin",
|
|||
|
|
"Piece, Kg, Litre": "Copa, Kg, Litër",
|
|||
|
|
"If not found, a new unit will be created automatically.": "Nëse nuk gjendet, një njësi e re do të krijohet automatikisht.",
|
|||
|
|
"The brand associated with the product": "Marka e lidhur me produktin",
|
|||
|
|
"Samsung, Nestlé": "Samsung, Nestlé",
|
|||
|
|
"If not found, the system will create it automatically.": "Nëse nuk gjendet, sistemi do ta krijojë automatikisht.",
|
|||
|
|
"The available quantity of the product currently in stock.": "Sasia e disponueshme e produktit që ndodhet aktualisht në stok.",
|
|||
|
|
"A unique identifier for the product": "Një identifikues unik për produktin",
|
|||
|
|
"SKU001": "SKU001",
|
|||
|
|
"Product codes must be unique — duplicate codes will be ignored.": "Kodet e produktit duhet të jenë unike — kodet e përsëritura do të injorohen.",
|
|||
|
|
"The cost price of the product excluding VAT.": "Çmimi i kostos së produktit pa TVSH.",
|
|||
|
|
"The selling price or maximum retail price for the product.": "Çmimi i shitjes ose çmimi maksimal i pakicës për produktin.",
|
|||
|
|
"Special discounted price for bulk resellers or dealers.": "Çmim special me zbritje për rishitësit me shumicë ose dilerët.",
|
|||
|
|
"The price offered for wholesale buyers, usually lower than MRP.": "Çmimi i ofruar për blerësit me shumicë, zakonisht më i ulët se MRP.",
|
|||
|
|
"If not found, the system will automatically create a new category.": "Nëse nuk gjendet, sistemi do të krijojë automatikisht një kategori të re.",
|
|||
|
|
"The VAT name applied to the product.": "Emri i TVSH-së që i aplikohet produktit.",
|
|||
|
|
"If the system doesn’t find it, it will create a new VAT with the provided rate.": "Nëse sistemi nuk e gjen, do të krijojë një TVSH të re me normën e dhënë.",
|
|||
|
|
"The VAT rate as a percentage": "Norma e TVSH-së si përqindje",
|
|||
|
|
"15": "15",
|
|||
|
|
"Define whether the VAT is": "Përcaktoni nëse TVSH-ja është",
|
|||
|
|
"exclusive": "ekskluzive (pa taksë)",
|
|||
|
|
"or": "ose",
|
|||
|
|
"inclusive": "inkluizive (me taksë)",
|
|||
|
|
"in the price.": "në çmim.",
|
|||
|
|
"The minimum stock quantity to trigger a low-stock alert.": "Sasia minimale e stokut për të aktivizuar njoftimin për stok të ulët.",
|
|||
|
|
"Name of the product manufacturer or supplier.": "Emri i prodhuesit ose furnitorit të produktit.",
|
|||
|
|
"Expiry date for perishable products": "Data e skadimit për produktet që prishen",
|
|||
|
|
"format:": "formati:",
|
|||
|
|
"YYYY-MM-DD": "VITI-MUAJI-DITA",
|
|||
|
|
"Batch or lot number used to identify stock batches.": "Numri i serisë ose lotit i përdorur për të identifikuar grupet e stokut.",
|
|||
|
|
"The model of the product": "Modeli i produktit",
|
|||
|
|
"iPhone 15": "iPhone 15",
|
|||
|
|
"Date the product was manufactured": "Data kur produkti është prodhuar",
|
|||
|
|
"Define whether the product is": "Përcaktoni nëse produkti është",
|
|||
|
|
"single": "tek (single)",
|
|||
|
|
"variant": "variant",
|
|||
|
|
"for products with multiple variations like size or color.": "për produktet me variacione të shumta si madhësia ose ngjyra.",
|
|||
|
|
"This column defines all variations for variant products.": "Kjo kolonë përcakton të gjitha variacionet për produktet me variante.",
|
|||
|
|
"Use the format:": "Përdorni formatin:",
|
|||
|
|
"VariationName:Value": "EmriVariacionit:Vlera",
|
|||
|
|
"separated by a": "të ndara me një",
|
|||
|
|
"for multiple values.": "për vlera të shumta.",
|
|||
|
|
"Example:": "Shembull:",
|
|||
|
|
"Color:Black|Size:M": "Ngjyra:Zezë|Madhësia:M",
|
|||
|
|
"➤ The system will:": "➤ Sistemi do të:",
|
|||
|
|
"Create or match existing variations dynamically.": "Krijojë ose përputhë variacionet ekzistuese në mënyrë dinamike.",
|
|||
|
|
"Store selected variation IDs in the": "Ruajë ID-të e variacioneve të përzgjedhura në",
|
|||
|
|
"table": "tabelë",
|
|||
|
|
"Store structured JSON like": "Ruajë JSON të strukturuar si",
|
|||
|
|
"\"Color\":\"Black\"": "\"Ngjyra\":\"Zezë\"",
|
|||
|
|
"in the": "në",
|
|||
|
|
"Automatically create": "Krijojë automatikisht",
|
|||
|
|
"variant_name": "emri_variantit",
|
|||
|
|
"such as": "si p.sh.",
|
|||
|
|
"Black - M": "Zezë - M",
|
|||
|
|
"table.": "tabelën.",
|
|||
|
|
"Party Profit & Loss": "Fitimi dhe Humbja e palës",
|
|||
|
|
|
|||
|
|
"Bill Wise Profit & Loss": "Fitimi dhe humbja sipas faturës",
|
|||
|
|
"Bank Details": "Detajet e bankës",
|
|||
|
|
"Account No": "Numri i llogarisë",
|
|||
|
|
"UPI ID": "ID UPI",
|
|||
|
|
"Holder’s Nmae": "Emri i mbajtësit",
|
|||
|
|
"MONEY RECEIPT": "Faturë pagese",
|
|||
|
|
"Money Receipt": "Faturë pagese",
|
|||
|
|
"Purchase Invoice": "Faturë blerjeje",
|
|||
|
|
"Holder’s Name": "Emri i mbajtësit",
|
|||
|
|
"Rounding (+/-)": "Rrumbullakim (+/-)",
|
|||
|
|
"welcome_to": "Mirë se vini",
|
|||
|
|
"welcome_back": "Mirë se vini përsëri",
|
|||
|
|
"please_login": "Ju lutemi hyni në llogarinë tuaj",
|
|||
|
|
"enter_your_email": "Shkruani email-in tuaj",
|
|||
|
|
"password": "Fjalëkalimi",
|
|||
|
|
"remember_me": "Më mbaj mend",
|
|||
|
|
"forgot_password": "Keni harruar fjalëkalimin?",
|
|||
|
|
"log_in": "Hyni",
|
|||
|
|
"back_to_home": "Kthehu në faqen kryesore",
|
|||
|
|
"create_an_account": "Krijo një llogari",
|
|||
|
|
"or_continue_with": "Ose vazhdoni me",
|
|||
|
|
"login_with_x": "Hyni me X",
|
|||
|
|
"login_with_google": "Hyni me Google",
|
|||
|
|
"super_admin": "Super administrator",
|
|||
|
|
"admin": "Administrator",
|
|||
|
|
"business": "Biznes",
|
|||
|
|
"add_on": "Shtesë",
|
|||
|
|
"manager": "Menaxher",
|
|||
|
|
"multi_branch": "Shumë degë",
|
|||
|
|
"warranty": "Garanci",
|
|||
|
|
"guarantee": "Sigurim",
|
|||
|
|
"Months": "Muaj",
|
|||
|
|
"Years": "Vite",
|
|||
|
|
"Tax Type": "Lloji i taksës",
|
|||
|
|
"Exclusive": "Ekskluzive",
|
|||
|
|
"Inclusive": "Përfshirë",
|
|||
|
|
"Select Tax": "Zgjidh taksën",
|
|||
|
|
"select_one": "Zgjidh një",
|
|||
|
|
"Image (Size 150x130)": "Imazh (Madhësia 150x130)",
|
|||
|
|
"Drag & drop image": "Zvarrit dhe lësho imazhin",
|
|||
|
|
"Variant Name": "Emri i variantit",
|
|||
|
|
"Manufacture": "Prodhuesi",
|
|||
|
|
"Profit Margin (%)": "Marzhi i fitimit (%)",
|
|||
|
|
"Default Selling Price": "Çmimi standard i shitjes",
|
|||
|
|
"SKU / Code": "Kodi i produktit",
|
|||
|
|
"Edit Model": "Redakto modelin",
|
|||
|
|
"Rack Name": "Emri i raftit",
|
|||
|
|
"Edit rack": "Redakto raftin",
|
|||
|
|
"Update Password": "Përditëso fjalëkalimin",
|
|||
|
|
"Tax Rate": "Norma e taksës",
|
|||
|
|
"Sub vats": "Nën TVSH",
|
|||
|
|
"Edit Vat": "Redakto TVSH",
|
|||
|
|
"Edit Vat Group": "Redakto grupin e TVSH-së",
|
|||
|
|
"Edit Bank": "Redakto bankën",
|
|||
|
|
"Account Display Name balnce": "Emri i shfaqjes së llogarisë / bilanci",
|
|||
|
|
"+ Add more fields": "+ Shto më shumë fusha",
|
|||
|
|
"Show In Invoice": "Shfaq në faturë",
|
|||
|
|
"As Of Date": "Deri në datë",
|
|||
|
|
"Cheque Number": "Numri i çekut",
|
|||
|
|
"Current Plan": "Plani aktual",
|
|||
|
|
"Multi-branch Allowed": "Lejohen shumë degë",
|
|||
|
|
"Addon Limit:": "Kufiri i shtesës:",
|
|||
|
|
"Addon Domain Available?": "Domeni i shtesës i disponueshëm?",
|
|||
|
|
"Subdomain Limit:": "Kufiri i nëndomenit:",
|
|||
|
|
"Subdomain Available?": "Nëndomeni i disponueshëm?",
|
|||
|
|
"Freya Haynes": "Freya Haynes",
|
|||
|
|
"Invoice: S06 - Emery Mueller": "Faturë: S06 - Emery Mueller",
|
|||
|
|
"Item Name": "Emri i artikullit",
|
|||
|
|
"Product Wise Profit & Loss": "Fitimi dhe humbja sipas produktit",
|
|||
|
|
"Product Wise Loss Profit": "Humbja dhe fitimi sipas produktit",
|
|||
|
|
"Pay Amount": "Shuma për pagesë",
|
|||
|
|
"Select party": "Zgjidh palën",
|
|||
|
|
"Loss Profit History": "Historia e fitimit dhe humbjes",
|
|||
|
|
"Product Sale History": "Historia e shitjes së produktit",
|
|||
|
|
"Product Purchase History": "Historia e blerjes së produktit",
|
|||
|
|
"Purchase Qty": "Sasia e blerë",
|
|||
|
|
"Sold Qty": "Sasia e shitur",
|
|||
|
|
"Remaining Qty": "Sasia e mbetur",
|
|||
|
|
|
|||
|
|
"Subscription Orders": "Porositë e abonimit",
|
|||
|
|
"Subscriber View": "Pamja e pajtuesit",
|
|||
|
|
"Expire date": "Data e skadimit",
|
|||
|
|
"Enroll Date": "Data e regjistrimit",
|
|||
|
|
"How to Add a Domain in hPanel": "Si të shtoni një domen në hPanel",
|
|||
|
|
"hPanel (Hostinger) Domain Setup Instructions": "Udhëzimet e konfigurimit të domenit në hPanel (Hostinger)",
|
|||
|
|
"Multibranch Allowed": "Lejohen shumë degë",
|
|||
|
|
"Addon Domain Limit": "Limit i domenit shtesë (Addon)",
|
|||
|
|
"Subdomain Limit": "Limit i nëndomenit",
|
|||
|
|
"Custom Domain Limit": "Limit i domenit të personalizuar",
|
|||
|
|
"Add-ons": "Shtojcat",
|
|||
|
|
"New": "E re",
|
|||
|
|
"Addons List": "Lista e shtojcave",
|
|||
|
|
"Install / Update Addon": "Instalo / Përditëso shtojcën",
|
|||
|
|
"Version": "Versioni",
|
|||
|
|
"Enter purchase code": "Vendosni kodin e blerjes",
|
|||
|
|
"Upload addons zip file": "Ngarkoni skedarin zip të shtojcave",
|
|||
|
|
"System": "Sistemi",
|
|||
|
|
"User Sign Up": "Regjistrimi i përdoruesit",
|
|||
|
|
"Domain Setting": "Cilësimet e domenit",
|
|||
|
|
"View and update payment gateway settings": "Shikoni dhe përditësoni cilësimet e portës së pagesës",
|
|||
|
|
"View and update user sign up settings": "Shikoni dhe përditësoni cilësimet e regjistrimit të përdoruesit",
|
|||
|
|
"View and update system settings": "Shikoni dhe përditësoni cilësimet e sistemit",
|
|||
|
|
"User Registration Email Setup": "Konfigurimi i email-it të regjistrimit të përdoruesit",
|
|||
|
|
"Verify email with OTP on signup?": "Të verifikohet email-i me OTP gjatë regjistrimit?",
|
|||
|
|
"Verify email without OTP on signup?": "Të verifikohet email-i pa OTP gjatë regjistrimit?",
|
|||
|
|
"SSL is required.": "SSL kërkohet.",
|
|||
|
|
"SSL is not required.": "SSL nuk kërkohet.",
|
|||
|
|
"Subdomain / Custom domains are allowed automatically.": "Nëndomenet / Domenet e personalizuara lejohen automatikisht.",
|
|||
|
|
"Subdomain / Custom domains are not allowed automatically.": "Nëndomenet / Domenet e personalizuara nuk lejohen automatikisht.",
|
|||
|
|
"Dynamic Text": "Tekst dinamik",
|
|||
|
|
"Dynamic Link Text": "Tekst i lidhjes dinamike",
|
|||
|
|
"Dynamic Link": "Lidhje dinamike",
|
|||
|
|
"App Link": "Lidhja e aplikacionit",
|
|||
|
|
"Login Page Logo": "Logoja e faqes së hyrjes",
|
|||
|
|
"Login Page Image": "Imazhi i faqes së hyrjes",
|
|||
|
|
"Stripe": "Stripe",
|
|||
|
|
"mollie": "Mollie",
|
|||
|
|
"paypal": "PayPal",
|
|||
|
|
"paystack": "Paystack",
|
|||
|
|
"razorpay": "Razorpay",
|
|||
|
|
"instamojo": "Instamojo",
|
|||
|
|
"toyyibpay": "Toyyibpay",
|
|||
|
|
"flutterwave": "Flutterwave",
|
|||
|
|
"thawani": "Thawani",
|
|||
|
|
"mercadopago": "Mercado Pago",
|
|||
|
|
"phonepe": "PhonePe",
|
|||
|
|
"paytm": "Paytm",
|
|||
|
|
"Tap Payment": "Tap Payment",
|
|||
|
|
"Sslcommerz": "Sslcommerz",
|
|||
|
|
"Manual": "Manual",
|
|||
|
|
"API KEY": "Çelësi API",
|
|||
|
|
"CLIENT ID": "ID e klientit",
|
|||
|
|
"CLIENT SECRET": "Sekreti i klientit",
|
|||
|
|
"PUBLIC KEY": "Çelësi publik",
|
|||
|
|
"SECRET KEY": "Çelësi sekret",
|
|||
|
|
"KEY ID": "ID e çelësit",
|
|||
|
|
"KEY SECRET": "Sekreti i çelësit",
|
|||
|
|
"X API KEY": "Çelësi X API",
|
|||
|
|
"X AUTH TOKEN": "Tokeni i autorizimit X",
|
|||
|
|
"USER SECRET KEY": "Çelësi sekret i përdoruesit",
|
|||
|
|
"CATEOGRY CODE": "Kodi i kategorisë",
|
|||
|
|
"ENCRYPTION KEY": "Çelësi i enkriptimit",
|
|||
|
|
"PAYMENT OPTIONS": "Opsionet e pagesës",
|
|||
|
|
"Hello": "Përshëndetje",
|
|||
|
|
|
|||
|
|
"Net Profit (Profit - Loss) =": "Fitimi Neto (Fitim - Humbje) =",
|
|||
|
|
"Net Profit (Income - Expense) =": "Fitimi Neto (E ardhur - Shpenzim) =",
|
|||
|
|
"Sale Details": "Detajet e Shitjes",
|
|||
|
|
"Purchase Details": "Detajet e Blerjes",
|
|||
|
|
"All Customer": "Të gjithë klientët",
|
|||
|
|
"Sale Qty": "Sasia e Shitur",
|
|||
|
|
"Profit/Loss": "Fitim/Humbje",
|
|||
|
|
"Printer A4": "Printer A4",
|
|||
|
|
"Thermal: 3 inch 80mm": "Termik: 3 inç 80mm",
|
|||
|
|
"Showing": "Duke shfaqur",
|
|||
|
|
"to": "deri",
|
|||
|
|
"of": "nga",
|
|||
|
|
"results": "rezultate",
|
|||
|
|
"Custom Domain": "Domain i personalizuar",
|
|||
|
|
"Ledger": "Libri i llogarisë",
|
|||
|
|
"(Ledger)": "(Libri i llogarisë)",
|
|||
|
|
"Credit (In)": "Kredi (Hyrje)",
|
|||
|
|
"Debit (Out)": "Debi (Dalje)",
|
|||
|
|
"View Stock": "Shiko stokun",
|
|||
|
|
|
|||
|
|
"Log In": "Hyr",
|
|||
|
|
"Back to Home": "Kthehu në faqen kryesore",
|
|||
|
|
"Create an account.": "Krijo një llogari",
|
|||
|
|
"Add-on": "Shtesë",
|
|||
|
|
"Bussiness": "Biznes",
|
|||
|
|
"Multi Branch": "Dega të shumta",
|
|||
|
|
"Create an Free Account!": "Krijo një llogari falas!",
|
|||
|
|
"Hey, Enter Your details to get Sign Up to your account": "Përshëndetje, fut të dhënat tuaja për të regjistruar llogarinë tuaj",
|
|||
|
|
"Sign Up": "Regjistrohu",
|
|||
|
|
"Or Continue with": "Ose vazhdo me",
|
|||
|
|
"Log in with X": "Hyr me X",
|
|||
|
|
"Log in with Google": "Hyr me Google",
|
|||
|
|
"Already have an Account?": "A ke tashmë një llogari?",
|
|||
|
|
"Email Verification": "Verifikimi i email-it",
|
|||
|
|
"we sent an OTP in your email address": "Ne dërguam një OTP në adresën tuaj të email-it",
|
|||
|
|
"Code send in": "Kodi u dërgua në",
|
|||
|
|
"Resend code": "Ridërgo kodin",
|
|||
|
|
"Verify": "Verifiko",
|
|||
|
|
"Setup Your Profile": "Konfiguro profilin tënd",
|
|||
|
|
"Company/Business Name": "Emri i kompanisë/biznesit",
|
|||
|
|
"Enter company/business name": "Fut emrin e kompanisë/biznesit",
|
|||
|
|
"Ex: $500": "Shembull: $500",
|
|||
|
|
"Company Address": "Adresa e kompanisë",
|
|||
|
|
"Enter company address": "Fut adresën e kompanisë",
|
|||
|
|
"Successfully!": "Me sukses!",
|
|||
|
|
"Congratulations, Your account has been": "Urime, llogaria juaj është",
|
|||
|
|
"successfully created": "krijuar me sukses",
|
|||
|
|
|
|||
|
|
"Enter Model Name": "Shkruani emrin e modelit",
|
|||
|
|
"Completed": "E përfunduar",
|
|||
|
|
"Enter values": "Shkruani vlerat",
|
|||
|
|
"Total Stock Value:": "Vlera totale e stokut:",
|
|||
|
|
"Sale Commission": "Komisioni i shitjes",
|
|||
|
|
"Enter Supplier Name": "Shkruani emrin e furnizuesit",
|
|||
|
|
"Enter city": "Shkruani qytetin",
|
|||
|
|
"Enter state": "Shkruani shtetin",
|
|||
|
|
"Enter zip code": "Shkruani kodin postar",
|
|||
|
|
"Select a country": "Zgjidhni një shtet",
|
|||
|
|
"Advance": "Paradhënie",
|
|||
|
|
"Enter account display name": "Shkruani emrin e llogarisë për shfaqje",
|
|||
|
|
"Enter account number": "Shkruani numrin e llogarisë",
|
|||
|
|
"Enter UPI code": "Shkruani kodin UPI",
|
|||
|
|
"Enter bank name": "Shkruani emrin e bankës",
|
|||
|
|
"Enter bank name_duplicate": "Shkruani emrin e bankës",
|
|||
|
|
"Enter account holder name": "Shkruani emrin e mbajtësit të llogarisë",
|
|||
|
|
"Ex: 500": "Shëmbull: 500",
|
|||
|
|
"Total Transaction": "Transaksioni total",
|
|||
|
|
"Branch Opening Balance": "Gjendja e hapjes së degës",
|
|||
|
|
"Branch Remaining Balance": "Gjendja e mbetur e degës",
|
|||
|
|
"Language": "Gjuha",
|
|||
|
|
"Select Variant": "Zgjidhni variantin",
|
|||
|
|
"Enter Batch No.": "Shkruani nr. e serisë (Batch)",
|
|||
|
|
"Bank List": "Lista e bankave",
|
|||
|
|
"Cash List": "Lista e parave cash",
|
|||
|
|
"Add Cash": "Shto para cash",
|
|||
|
|
"Reduce Cash": "Zvogëlo paratë cash",
|
|||
|
|
"ex 500": "shëmbull 500",
|
|||
|
|
"Adjustment Date": "Data e rregullimit",
|
|||
|
|
"description": "përshkrimi",
|
|||
|
|
"cash": "para cash",
|
|||
|
|
"PNG & JPG": "PNG & JPG",
|
|||
|
|
"Transaction Image": "Imazhi i transaksionit",
|
|||
|
|
"Platform": "Platforma",
|
|||
|
|
"Add Image": "Shto imazh",
|
|||
|
|
"Loading...": "Duke u ngarkuar...",
|
|||
|
|
"Approved Payment": "Pagesë e aprovuar",
|
|||
|
|
"24 Jan 2024, 10:30": "24 Janar 2024, 10:30",
|
|||
|
|
"Withdraw Amount": "Shuma e tërheqjes",
|
|||
|
|
"$0": "0 $",
|
|||
|
|
"Account Information": "Informacioni i llogarisë",
|
|||
|
|
"A/C Name": "Emri i llogarisë",
|
|||
|
|
"Shaidul Islam": "Shaidul Islam",
|
|||
|
|
"Dutch-Bangla Bank PLC": "Dutch-Bangla Bank PLC",
|
|||
|
|
"A/C Number": "Numri i llogarisë",
|
|||
|
|
"365214512236": "365214512236",
|
|||
|
|
"Dhaka": "Dhaka",
|
|||
|
|
"Rejected": "Refuzuar",
|
|||
|
|
"Approved": "Aprovuar",
|
|||
|
|
"Approve Withdrawal Payment": "Aprovo pagesën e tërheqjes",
|
|||
|
|
"Have you Sent": "A e keni dërguar",
|
|||
|
|
"$250.00?": "250.00 $?",
|
|||
|
|
"Transaction Number": "Numri i transaksionit",
|
|||
|
|
"Enter transaction Number": "Shkruani numrin e transaksionit",
|
|||
|
|
"Upload Receipt": "Ngarko faturën",
|
|||
|
|
"Add-On": "Shtesë (Add-On)",
|
|||
|
|
"Google Login Settings": "Cilësimet e hyrjes me Google",
|
|||
|
|
"X Login Settings": "Cilësimet e hyrjes me X",
|
|||
|
|
"Please request for a domain/subdomain from the business panel.": "Ju lutem kërkoni një domen/subdomen nga paneli i biznesit.",
|
|||
|
|
"Request For A Domain": "Kërkesë për një domen",
|
|||
|
|
"The app url is not available in .env file, please contact with administrator.": "URL-ja e aplikacionit nuk gjendet në skedarin .env, ju lutem kontaktoni administratorin.",
|
|||
|
|
"Are you sure you want to exit?": "A jeni të sigurt që dëshironi të dilni?",
|
|||
|
|
"We Makes": "Ne ndërtojmë",
|
|||
|
|
"Globally": "Globalisht",
|
|||
|
|
"Growth": "Rritja",
|
|||
|
|
"Increase Your Revenue": "Rritni të ardhurat tuaja",
|
|||
|
|
"(Optional)": "(Opsionale)",
|
|||
|
|
"Data Deletion Instructions": "Udhëzimet për fshirjen e të dhënave",
|
|||
|
|
"If you want to delete your data from our system, please follow these steps:": "Nëse dëshironi të fshini të dhënat tuaja nga sistemi ynë, ju lutem ndiqni këto hapa:",
|
|||
|
|
"Send an email to [your-email@example.com] with the subject line “Delete My Data”.": "Dërgoni një email te [your-email@example.com] me subjektin “Delete My Data”.",
|
|||
|
|
"Include your name and the email address you used to register.": "Përfshini emrin tuaj dhe adresën e emailit që keni përdorur për regjistrim.",
|
|||
|
|
"We will process your request and confirm deletion within 7 business days.": "Ne do ta procesojmë kërkesën tuaj dhe do të konfirmojmë fshirjen brenda 7 ditëve të punës.",
|
|||
|
|
"Share your referral link": "Shpërndani linkun tuaj të referimit",
|
|||
|
|
"Refer a friend and earn a commission.": "Referoni një mik dhe fitoni komision.",
|
|||
|
|
"Copy": "Kopjo",
|
|||
|
|
"Available for Withdraw": "E disponueshme për tërheqje",
|
|||
|
|
"$30": "30 $",
|
|||
|
|
"Payout your balance is more than": "Tërheqja mund të bëhet nëse gjendja është më shumë se",
|
|||
|
|
"$100": "100 $",
|
|||
|
|
"Total Withdraw": "Tërheqja totale",
|
|||
|
|
"$500": "500 $",
|
|||
|
|
"Total Referrals": "Referimet totale",
|
|||
|
|
"5": "5",
|
|||
|
|
"1 Month": "1 Muaj",
|
|||
|
|
"৳499": "৳499",
|
|||
|
|
"৳699": "৳699",
|
|||
|
|
"1": "1",
|
|||
|
|
"Copy Link": "Kopjo linkun",
|
|||
|
|
"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.": "Kjo llogari bankare nuk mund të fshihet sepse ka transaksione. Ju lutem fshini të gjitha transaksionet para se të fshini llogarinë.",
|
|||
|
|
"14": "14",
|
|||
|
|
"12": "12",
|
|||
|
|
"currency": "monedha",
|
|||
|
|
"Do you really want to re-open this cheque?": "A dëshironi vërtet ta rihapni këtë çek?",
|
|||
|
|
"Transfer Cheque": "Transfero çekun",
|
|||
|
|
"Deposit": "Depozitë",
|
|||
|
|
"Re-Open": "Rihap",
|
|||
|
|
"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.": "Kjo është një llogari demo — të dhënat fshihen çdo orë. Disa module janë të çaktivizuara; krijoni llogarinë tuaj për akses të plotë.",
|
|||
|
|
"You can not access it!": "Nuk keni akses!",
|
|||
|
|
"N/A": "Nuk aplikohet",
|
|||
|
|
"English": "Anglisht",
|
|||
|
|
"en": "en",
|
|||
|
|
"Bengali": "Bengalisht",
|
|||
|
|
"bn": "bn",
|
|||
|
|
"French": "Frëngjisht",
|
|||
|
|
"fr": "fr",
|
|||
|
|
"This party is from another branch, you can not change the opening from here.": "Ky subjekt është nga një degë tjetër, nuk mund të ndryshoni gjendjen fillestare nga këtu.",
|
|||
|
|
"Please select a variation.": "Ju lutem zgjidhni një variacion.",
|
|||
|
|
"Units": "Njësitë",
|
|||
|
|
"25632": "25632",
|
|||
|
|
"25%": "25%",
|
|||
|
|
"Ex: 200": "Shëmbull: 200",
|
|||
|
|
"Ex: 50": "Shëmbull: 50",
|
|||
|
|
"Batch No:": "Nr. i serisë:",
|
|||
|
|
"Ex: 1": "Shëmbull: 1",
|
|||
|
|
"Ex: 30": "Shëmbull: 30",
|
|||
|
|
"Download Sample File": "Shkarko skedarin shembull",
|
|||
|
|
" Please follow the instructions below to upload your file.": " Ju lutem ndiqni udhëzimet e mëposhtme për të ngarkuar skedarin tuaj.",
|
|||
|
|
" Download the sample file first and add all your purchases data to it.": " Shkarkoni fillimisht skedarin shembull dhe shtoni të dhënat e blerjeve tuaja në të.",
|
|||
|
|
"Indicates a required field. If you do not provide the required fields, the system will ignore except product information.": "Tregon një fushë të detyrueshme. Nëse nuk i plotësoni, sistemi do t'i injorojë përveç informacionit të produktit.",
|
|||
|
|
"After adding all your purchases, please save the file and then upload the updated version.": "Pasi të keni shtuar blerjet, ruani skedarin dhe ngarkoni versionin e përditësuar.",
|
|||
|
|
"Paid by:": "Paguar nga:",
|
|||
|
|
"Payable Amount:": "Shuma për t'u paguar:",
|
|||
|
|
"Received Amount:": "Shuma e pranuar:",
|
|||
|
|
"Due:": "Detyrimi i mbetur:",
|
|||
|
|
"pospro.com": "pospro.com",
|
|||
|
|
"Select a report type to load fields": "Zgjidhni një lloj raporti për të ngarkuar fushat",
|
|||
|
|
"Change Amt/Due:": "Kthimi/Detyrimi i mbetur:",
|
|||
|
|
"Total Subscription": "Abonimi total",
|
|||
|
|
|
|||
|
|
|
|||
|
|
"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 "
|
|||
|
|
}
|