Files

2088 lines
100 KiB
JSON
Raw Permalink Normal View History

2026-03-15 17:08:23 +07:00
{
"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": "Nadzorna ploča",
"Advertising": "Oglašavanje",
"Subscription Reports": "Izvještaji o pretplatama",
"Manage Business": "Upravljanje poslovanjem",
"Categories": "Kategorije",
"Business List": "Popis poslovanja",
"Manage Plans": "Upravljanje planovima",
"Create Plan": "Kreiraj plan",
"Staff Management": "Upravljanje osobljem",
"Create Staff": "Kreiraj osoblje",
"Manage Staff": "Upravljanje osobljem",
"Messages": "Poruke",
"Manage Messages": "Upravljanje porukama",
"CMS Manage": "Upravljanje CMS-om",
"Manage Pages": "Upravljanje stranicama",
"Manage FAQs": "Upravljanje FAQ-ovima",
"Terms & Conditions": "Uvjeti i odredbe",
"Privacy & Policy": "Privatnost i politika",
"Testimonials": "Svjedočanstva",
"Features": "Značajke",
"Interface": "Sučelje",
"Manage Blogs": "Upravljanje blogovima",
"Newsletters": "Bilteni",
"Roles & Permissions": "Uloge i dozvole",
"Roles": "Uloge",
"Permissions": "Dozvole",
"Settings": "Postavke",
"Currencies": "Valute",
"Notifications": "Obavijesti",
"SMS Settings": "SMS postavke",
"Payment Gateway": "Sustav za plaćanje",
"System Settings": "Postavke sustava",
"General Settings": "Opće postavke",
"Banner": "Baner",
"Add New Banner": "Dodaj novi baner",
"Banner List": "Popis banera",
"Status": "Status",
"Image": "Slika",
"Active": "Aktivno",
"Cancel": "Otkaži",
"Save": "Spremi",
"Edit Banner": "Uredi baner",
"Advertising List": "Popis oglasa",
"Create Banner": "Kreiraj baner",
"SL": "SL",
"Create Advertising": "Kreiraj oglas",
"Reset": "Ponovno postavi",
"Edit Advertising": "Uredi oglas",
"Edit": "Uredi",
"Delete": "Izbriši",
"Shop": "Trgovina",
"Add new Package": "Dodaj novi paket",
"Shop List": "Popis trgovina",
"Subscription Plan": "Plan pretplate",
"Select Plan Category": "Odaberi kategoriju plana",
"Package Name": "Naziv paketa",
"Enter Package Name": "Unesite naziv paketa",
"Business Category": "Kategorija poslovanja",
"Select Business Category": "Odaberi kategoriju poslovanja",
"Duration in Days": "Trajanje u danima",
"Enter number": "Unesite broj",
"Offer Price": "Cijena ponude",
"Enter Plan Price": "Unesite cijenu plana",
"Subscription Price": "Cijena pretplate",
"Enter Subscription Price": "Unesite cijenu pretplate",
"View": "Pogledaj",
"Upgrade Plan": "Nadogradi plan",
"Edit Shop": "Uredi trgovinu",
"Select Category": "Odaberi kategoriju",
"Shop/Business Name": "Naziv trgovine/poslovanja",
"Enter Shop/Business Name": "Unesite naziv trgovine/poslovanja",
"Package": "Paket",
"Select a package": "Odaberi paket",
"Name": "Ime",
"Enter Name": "Unesite ime",
"Role": "Uloga",
"Select a role": "Odaberi ulogu",
"Email": "Email",
"Enter Email": "Unesite email",
"Phone": "Telefon",
"Enter Phone Number": "Unesite broj telefona",
"Password": "Lozinka",
"Enter Password": "Unesite lozinku",
"Confirm password": "Potvrdi lozinku",
"Enter Confirm password": "Unesite potvrdu lozinke",
"Address": "Adresa",
"Enter Address": "Unesite adresu",
"Select Country": "Odaberi državu",
"Select a Country": "Odaberi državu",
"Balance": "Stanje",
"Enter Balance": "Unesite stanje",
"Search...": "Pretraži...",
"Business Name": "Naziv poslovanja",
"Last Enroll": "Zadnja prijava",
"Expired Date": "Datum isteka",
"Action": "Akcija",
"Select A Plan": "Odaberi plan",
"Select One": "Odaberi jedan",
"Price": "Cijena",
"Enter plan price or select a plan": "Unesite cijenu plana ili odaberite plan",
"Payment Gateways": "Gateway-ovi za plaćanje",
"Select A payment gateway": "Odaberi gateway za plaćanje",
"Notes": "Napomene",
"Enter notes": "Unesite napomene",
"Business View": "Pregled poslovanja",
"Created date": "Datum kreiranja",
"Category": "Kategorija",
"Add new Category": "Dodaj novu kategoriju",
"View List": "Pogledaj popis",
"Buisness Name": "Naziv poslovanja",
"Enter Description": "Unesite opis",
"Description": "Opis",
"Edit Business Category": "Uredi kategoriju poslovanja",
"Enter Buisness Description": "Unesite opis poslovanja",
"Business Categories List": "Popis kategorija poslovanja",
"Add New": "Dodaj novo",
"Reports": "Izvještaji",
"All": "Sve",
"Active User": "Aktivni korisnik",
"Deactive User": "Deaktivirani korisnik",
"Date": "Datum",
"SL.": "SL.",
"Invoice": "Račun",
"Customer Name": "Naziv kupca",
"Amount": "Iznos",
"View Report": "Pogledaj izvještaj",
"Download Report": "Preuzmi izvještaj",
"User View": "Pregled korisnika",
"Shop Name": "Naziv trgovine",
"Country": "Država",
"Reason": "Razlog",
"Are You Sure?": "Jeste li sigurni?",
"You won't be able to revert this!": "Nećete moći vratiti ovo!",
"Yes, Delete It!": "Da, izbriši!",
"Add Currency": "Dodaj valutu",
"Code": "Kod",
"Symbol": "Simbol",
"Position": "Pozicija",
"Inactive": "Neaktivan",
"Make Default": "Postavi kao zadano",
"Edit Currency": "Uredi valutu",
"Currency": "Valuta",
"Total Businesses": "Ukupno poslovanja",
"Total Expired Businesses": "Ukupno isteklih poslovanja",
"Total Plan Subscribes": "Ukupno pretplata na planove",
"Total Business Categories": "Ukupno kategorija poslovanja",
"Total Plans": "Ukupno planova",
"Total Staffs": "Ukupno osoblja",
"Finance Overview": "Pregled financija",
"Gateway Settings": "Postavke gateway-a",
"Payment Gateway Settings": "Postavke gateway-a za plaćanje",
"GATEWAY IMAGE": "SLOVA SLIKA",
"GATEWAY NAME": "NAZIV GATEWAY-A",
"Gateway Charge": "Naknada gateway-a",
"Gateway Currency": "Valuta gateway-a",
"Gateway Mode": "Način rada gateway-a",
"Is Manual": "Je li ručno",
"Yes": "Da",
"No": "Ne",
"Label": "Oznaka",
"Enter label name": "Unesite naziv oznake",
"Select Required/Optional": "Odaberi obavezno/opcionalno",
"Required": "Obavezno",
"Optional": "Opcionalno",
"Add new row": "Dodaj novi redak",
"INSTRUCTIONS": "UPUTE",
"Enter payment instructions here": "Unesite upute za plaćanje ovdje",
"Messages List": "Popis poruka",
"Search": "Pretraži",
"Company Name": "Naziv tvrtke",
"Message": "Poruka",
"Notifications List": "Popis obavijesti",
"Today": "Danas",
"Last 7 Days": "Zadnjih 7 dana",
"Last 15 Days": "Zadnjih 15 dana",
"Last Month": "Prošli mjesec",
"Last Year": "Prošla godina",
"Created At": "Kreirano u",
"Read At": "Pročitano u",
"Add New Payment Type": "Dodaj novu vrstu plaćanja",
"Enter Payment Type": "Unesite vrstu plaćanja",
"Edit Payment Type": "Uredi vrstu plaćanja",
"Payment Type": "Vrsta plaćanja",
"Add Payment Type": "Dodaj vrstu plaćanja",
"Per Page- 10": "Po stranici- 10",
"Per Page- 25": "Po stranici- 25",
"Per Page- 50": "Po stranici- 50",
"Per Page- 100": "Po stranici- 100",
"Assigned Role": "Dodijeljena uloga",
"Assign Role To User": "Dodijeli ulogu korisniku",
"Select User": "Odaberi korisnika",
"User": "Korisnik",
"Select Role": "Odaberi ulogu",
"Add Subscription Plan": "Dodaj plan pretplate",
"Package List": "Popis paketa",
"Add New Features": "Dodaj nove značajke",
"Enter features": "Unesite značajke",
"Edit Subscription Plan": "Uredi plan pretplate",
"Edit Package": "Uredi paket",
"Enter Duration Days": "Unesite broj dana trajanja",
"Deactive": "Deaktivirano",
"Create Plans": "Kreiraj planove",
"User Profile": "Korisnički profil",
"Registration Date": "Datum registracije",
"Enter Your Name": "Unesite svoje ime",
"Enter Your Email": "Unesite svoju e-poštu",
"Profile Picture": "Profilna slika",
"Current Password": "Trenutna lozinka",
"Enter Your Current Password": "Unesite svoju trenutnu lozinku",
"New Password": "Nova lozinka",
"Enter New Password": "Unesite novu lozinku",
"Save Changes": "Spremi promjene",
"Add New Role": "Dodaj novu ulogu",
"Set role permissions": "Postavi dopuštenja za ulogu",
"Role Name": "Naziv uloge",
"Enter role name": "Unesite naziv uloge",
"Role Permissions": "Dopuštenja uloge",
"Setup role permissions": "Postavite dopuštenja uloge",
"Select All": "Odaberi sve",
"Roles List": "Popis uloga",
"Add role, if it does not exist": "Dodaj ulogu, ako ne postoji",
"Edit Role": "Uredi ulogu",
"Privacy & Policy Settings": "Postavke privatnosti i politike",
"Update": "Ažuriraj",
"Term & Condition Settings": "Postavke uvjeta i odredbi",
"Title": "Naslov",
"Enter Title": "Unesite naslov",
"Copy Right": "Autorska prava",
"Admin Footer Text": "Tekst podnožja admina",
"Enter Text": "Unesite tekst",
"Admin Footer Link Text": "Tekst veze podnožja admina",
"Admin Footer Link": "Veza podnožja admina",
"Enter Link": "Unesite vezu",
"Main Header Logo": "Logo glavnog zaglavlja",
"Common Header Logo": "Zajednički logo zaglavlja",
"Footer Logo": "Logo podnožja",
"Admin Logo": "Logo admina",
"Favicon": "Favicon",
"Don't Use Any Kind Of Space In The Input Fields": "Nemojte koristiti nikakve razmake u poljima za unos",
"App": "Aplikacija",
"Drivers": "Vozači",
"Storage Settings": "Postavke pohrane",
"Mail Configuration": "Konfiguracija pošte",
"Others": "Drugo",
"APP_NAME": "IME_APLIKACIJE",
"APP_KEY": "KLJUČ_APLIKACIJE",
"APP_DEBUG": "DEBUG_APLIKACIJE",
"APP_URL": "URL_APLIKACIJE",
"QUEUE_MAIL": "MAIL_U_REDA",
"MAIL_DRIVER_TYPE": "TIP_VOZAČA_POŠTE",
"MAIL DRIVER": "VOZAČ_POŠTE",
"MAIL_HOST": "HOST_POŠTE",
"MAIL_PORT": "PORT_POŠTE",
"MAIL_USERNAME": "KORISNIČKO_IME_POŠTE",
"MAIL_PASSWORD": "LOZINKA_POŠTE",
"MAIL_ENCRYPTION": "ENKRIPCIJA_POŠTE",
"MAIL_FROM_ADDRESS": "ADRESA_POŠTE",
"MAIL_FROM_NAME": "IME_POŠTE",
"QUEUE COMMAND Path": "PUTANJA_KOMANDE_REDA",
"CACHE_DRIVER": "VOZAČ_CACHE-a",
"Recommended": "Preporučeno",
"QUEUE_CONNECTION": "VEZA_REDA",
"SESSION_DRIVER": "VOZAČ_SESIONA",
"SESSION_LIFETIME": "TRAJANJE_SESIONA",
"REDIS_PORT": "PORT_REDIS-a",
"REDIS_URL": "URL_REDIS-a",
"REDIS_PASSWORD": "LOZINKA_REDIS-a",
"AWS S3 Storage Bucket": "AWS S3 Spremište",
"Fill up this credentials if you want to use AWS S3 Storage Bucket": "Ispunite ove podatke ako želite koristiti AWS S3 Spremište",
"Wasabi Storage Bucket": "Wasabi Spremište",
"public (uploads folder)": "javno (mapa za prijenose)",
"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": "Ispunite ove podatke ako želite koristiti Wasabi Spremište",
"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": "TRAJANJE_CACHE-a",
"Paid": "Plaćeno",
"Reject": "Odbij",
"Why are you reject It?": "Zašto to odbijate?",
"Enter Reason": "Unesite razlog",
"Confirm": "Potvrdi",
"Subscriptions List": "Popis pretplata",
"Started": "Započeto",
"End": "Kraj",
"Gateway Method": "Metoda prolaza",
"Are you sure?": "Jeste li sigurni?",
"Add New Testimonial": "Dodaj novu izjavu",
"Client Name": "Ime klijenta",
"Enter Client Name": "Unesite ime klijenta",
"Stars": "Zvijezde",
"Works At": "Radi u",
"Client Image": "Slika klijenta",
"Review": "Recenzija",
"Enter text": "Unesite tekst",
"Enter review message here": "Unesite poruku recenzije ovdje",
"Edit Testimonial": "Uredi izjavu",
"Testimonials List": "Popis izjava",
"Create New": "Kreiraj novo",
"Add New Staff": "Dodaj novo osoblje",
"Full Name": "Puno ime",
"Enter Email Address": "Unesite adresu e-pošte",
"Edit Staff": "Uredi osoblje",
"Staff List": "Popis osoblja",
"User Email": "E-pošta korisnika",
"User Role": "Uloga korisnika",
"Comments": "Komentari",
"Comment List": "Popis komentara",
"Create Blog": "Kreiraj blog",
"Blog List": "Popis blogova",
"Select a status": "Odaberi status",
"Tags": "Oznake",
"Enter tags name": "Unesite naziv oznake",
"SEO Meta Tags": "SEO Meta oznake",
"Meta Title": "Meta naslov",
"Meta Description": "Meta opis",
"Enter meta Description": "Unesite meta opis",
"Comment": "Komentar",
"Edit Blog": "Uredi blog",
"Blogs": "Blogovi",
"Create Faqs": "Kreiraj FAQ",
"Add New FAQs": "Dodaj nova FAQ",
"Question": "Pitanje",
"InActive": "Neaktivan",
"Answer": "Odgovor",
"Enter question answer here": "Unesite odgovor na pitanje ovdje",
"Edit Faqs": "Uredi FAQ",
"FAQS List": "Popis Česta Pitanja",
"View Details": "Pogledajte Detalje",
"Create Feature": "Stvori Značajku",
"Add New Feature": "Dodaj Novu Značajku",
"Backgroud Color": "Pozadinska Boja",
"Enter Color": "Unesite Boju",
"Edit Feature": "Uredi Značajku",
"Features List": "Popis Značajki",
"Create Interfaces": "Stvori Sučelja",
"Add New Interface": "Dodaj Novo Sučelje",
"Edit Interface": "Uredi Sučelje",
"Interfaces List": "Popis Sučelja",
"Newsletters List": "Popis Novinskih Članaka",
"Page for Updating Website Sections": "Stranica za Ažuriranje Dijelova Web Stranice",
"Slider Section": "Odjeljak Klizača",
"Header Section": "Odjeljak Zaglavlja",
"Feature Section": "Odjeljak Značajki",
"Interface Section": "Odjeljak Sučelja",
"Watch Section": "Odjeljak Satova",
"Testimonial Section": "Odjeljak Svjedočanstava",
"Blog Section": "Odjeljak Bloga",
"About us Page": "Stranica O Nama",
"Terms And Conditions": "Uvjeti i Odredbe",
"Privacy Page": "Stranica Privatnosti",
"Contuct us Page": "Stranica Kontaktirajte Nas",
"Pricing Section": "Odjeljak Cjenika",
"Footer Section": "Odjeljak Podnožja",
"Social Medias": "Društveni Mediji",
"Button One": "Gumb Jedan",
"Button Text": "Tekst Gumba",
"Button One Link": "Veza Gumba Jedan",
"Button Two": "Gumb Dva",
"Button Two Link": "Veza Gumba Dva",
"Scanner Text": "Tekst Skenera",
"Scanner Image": "Slika Skenera",
"Slider Image": "Slika Klizača",
"Header Button Text": "Tekst Gumba Zaglavlja",
"Header Button Link": "Veza Gumba Zaglavlja",
"Enter Header link": "Unesite Vezu Zaglavlja",
"Section Title": "Naslov Odjeljka",
"Enter Section Title": "Unesite Naslov Odjeljka",
"Interface Title": "Naslov Sučelja",
"Watch Title": "Naslov Satova",
"Button Link": "Veza Gumba",
"Watch Image": "Slika Satova",
"Blog Title": "Naslov Bloga",
"Read More Button Text": "Tekst Gumba Pročitaj Više",
"View All Button Text": "Tekst Gumba Pogledaj Sve",
"View All Link": "Veza Pogledaj Sve",
"Testimonial Title": "Naslov Svjedočanstava",
"Enter Short Title": "Unesite Kratki Naslov",
"Long Title": "Dugi Naslov",
"About Image": "Slika O Nama",
"Description One": "Opis Jedan",
"Description Two": "Opis Dva",
"Option": "Opcija",
"Icon": "Ikona",
"Plan Button Url": "URL Gumba Plana",
"Short Title": "Kratki Naslov",
"Right Footer Title": "Naslov Desnog Podnožja",
"Middle Footer Title": "Naslov Srednjeg Podnožja",
"Apple App Link": "Veza Apple Aplikacije",
"Apple App": "Apple Aplikacija",
"Google Play Link": "Veza Google Play Aplikacije",
"Google Play App": "Google Play Aplikacija",
"Right Footer": "Desno Podnožje",
"Link": "Veza",
"Middle Footer": "Srednje Podnožje",
"Left Footer": "Lijevo Podnožje",
"Footer Socials": "Društvene Mreže u Podnožju",
"Forgot Password": "Zaboravili Ste Lozinku",
"Enter the email address associated with your account": "Unesite adresu e-pošte povezanu s vašim računom",
"Enter your Email": "Unesite svoju E-poštu",
"Continue": "Nastavi",
"Back to Login": "Natrag na Prijavu",
"Login": "Prijava",
"Welcome to": "Dobrodošli u",
"Welcome back, Please login in to your account": "Ponovno dobrodošli, Molimo prijavite se u svoj račun",
"Remember me": "Zapamti me",
"Forgot Password?": "Zaboravili Ste Lozinku?",
"Super Admin": "Super Administrator",
"Admin": "Administrator",
"Manager": "Menadžer",
"Reset Password": "Ponovno Postavite Lozinku",
"Change Password": "Promijenite Lozinku",
"Create new password, it must be Strong password.": "Stvorite novu lozinku, mora biti jaka lozinka.",
"Confirm Password": "Potvrdi Lozinku",
"You Have": "Imate",
"new Notifications": "novih Obavijesti",
"Mark all Read": "Oz označi sve kao pročitano",
"View all notifications": "Pogledajte sve obavijesti",
"Clear cache": "Očistite predmemoriju",
"My Profile": "Moj Profil",
"Logout": "Odjavi se",
"About Us": "O Nama",
"Home": "Početna",
"Pricing": "Cjenik",
"Pages": "Stranice",
"Blog": "Blog",
"Privacy Policy": "Politika Privatnosti",
"Contact Us": "Kontaktirajte nas",
"You are having this email because you have requested for a password reset.": "Primili ste ovu e-poštu jer ste zatražili resetiranje lozinke.",
"Your verification code is:": "Vaš verifikacijski kod je:",
"This password reset code will expire in 60 minutes.": "Ovaj kod za resetiranje lozinke isteći će za 60 minuta.",
"If you did not request a password reset, no further action is required.": "Ako niste zatražili resetiranje lozinke, nema potrebe za daljnjim radnjama.",
"Regards": "S poštovanjem",
"All right reserved": "Sva prava pridržana",
"Hi": "Bok",
"Dear": "Dragi",
"Your OTP code is": "vaš OTP kod je",
"Please do not share this PIN with anyone": "Molimo vas da ovaj PIN ne dijelite s nikim",
"Best Regards": "Srdačan pozdrav",
"Gateway Name": "Ime vrata",
"Subscription Name": "Ime pretplate",
"Payable Amount": "Iznos na plaćanje",
"Phone Number": "Broj telefona",
"Enter your phone number": "Unesite svoj broj telefona",
"Pay Now": "Platite sada",
"Next": "Sljedeće",
"Previous": "Prethodno",
"Free": "Besplatno",
"Features Of Free Plan": "Značajke besplatnog plana",
"Choose Plan": "Odaberite plan",
"Blog Details": "Detalji bloga",
"Leave a Comment Here": "Ostavite komentar ovdje",
"Your email address will not be published": "Vaša e-mail adresa neće biti objavljena",
"Enter your name": "Unesite svoje ime",
"Enter your email": "Unesite svoju e-mail adresu",
"Enter your comment": "Unesite svoj komentar",
"Recent Posts": "Nedavne objave",
"Create a Free Account": "Kreirajte besplatni račun",
"Enter full name": "Unesite puno ime",
"Enter phone number": "Unesite broj telefona",
"Enter email address": "Unesite e-mail adresu",
"Company": "Tvrtka",
"Enter company name": "Unesite naziv tvrtke",
"Enter your message": "Unesite svoju poruku",
"Pricing Plan": "Plan cijena",
"Subscription Plans": "Planovi pretplate",
"Plan List": "Popis planova",
"Work At": "Radite u",
"Show- 10": "Prikaži- 10",
"Show- 25": "Prikaži- 25",
"Show 50": "Prikaži- 50",
"Show 100": "Prikaži- 100",
"Duration": "Trajanje",
"Select": "Odaberite",
"Currency List": "Popis valuta",
"Default": "Zadano",
"Country Name": "Naziv države",
"View Website": "Pogledajte web stranicu",
"Contact Messages": "Poruke kontakta",
"Total Shop": "Ukupna trgovina",
"Expired Businesses": "Istekle tvrtke",
"Plan Subscribes": "Pretplate na planove",
"Total Categories": "Ukupne kategorije",
"Recent Register": "Nedavna registracija",
"Date & Time": "Datum i vrijeme",
"View All": "Pogledajte sve",
"Add new Business": "Dodajte novu tvrtku",
"Enter Company Name": "Unesite naziv tvrtke",
"Edit Business": "Uredi tvrtku",
"Create Business": "Kreiraj tvrtku",
"Enter Buisness Name": "Unesite naziv tvrtke",
"Note: Enter embedded video link": "Napomena: Unesite link za ugrađeni video",
"Enter title": "Unesite naslov",
"Enter Code": "Unesite kod",
"Enter Symbol": "Unesite simbol",
"Select a position": "Odaberite poziciju",
"left": "lijevo",
"right": "desno",
"TIMEZONE": "VREMENSKA ZONA",
"Note :": "Napomena:",
"If you are using MAIL QUEUE after Changing The Mail Settings You Need To Restart Your Supervisor From Your Server": "Ako koristite MAIL QUEUE nakon promjene postavki e-pošte, trebate ponovno pokrenuti svog supervizora s vašeg poslužitelja",
"QUEUE COMMAND Path :": "PUTANJA QUEUE COMMAND-a:",
"QUEUE COMMAND :": "QUEEN COMMAND:",
"Storage Method": "Metoda pohrane",
"Brand List": "Popis marki",
"Add new Brand": "Dodaj novu marku",
"items show": "prikazanih stavki",
"Brand Name": "Naziv marke",
"Create Brand": "Kreiraj marku",
"Enter Brand Name": "Unesi naziv marke",
"Edit Brand": "Uredi marku",
"Add New Category": "Dodaj novu kategoriju",
"Enter Category Name": "Unesi naziv kategorije",
"Select Variations": "Odaberi varijacije",
"Capacity": "Kapacitet",
"Color": "Boja",
"Size": "Veličina",
"Type": "Tip",
"Weight": "Težina",
"Edit Category": "Uredi kategoriju",
"Category List": "Popis kategorija",
"You want to delete everything!": "Želite li izbrisati sve?",
"Total Sales": "Ukupna prodaja",
"Total Purchase": "Ukupna kupovina",
"Total Income": "Ukupni prihod",
"This Month": "Ovaj mjesec",
"Total Expense": "Ukupni trošak",
"Total Customer": "Ukupno kupaca",
"Total Supplier": "Ukupno dobavljača",
"Sales Returns": "Povrat prodaje",
"Purchase Returns": "Povrat kupovine",
"Low Stock": "Niska zaliha",
"Alert Qty": "Količina upozorenja",
"Profit": "Profit",
"Loss": "Gubitak",
"Purchase": "Kupovina",
"Sales": "Prodaja",
"Income": "Prihod",
"Expense": "Trošak",
"Recent Sales": "Nedavna prodaja",
"Recent Purchase": "Nedavna kupovina",
"Customer": "Kupac",
"Total": "Ukupno",
"Due": "Duguje",
"Collect Due": "Naplati dug",
"Select Invoice": "Odaberi račun",
"Select an Invoice": "Odaberi račun",
"Total Amount": "Ukupni iznos",
"Paid Amount": "Plaćeni iznos",
"Due Amount": "Dug",
"Select one": "Odaberi jedno",
"Cash": "Gotovina",
"Card": "Kartica",
"Check": "Ček",
"Mobile Pay": "Mobilno plaćanje",
"Due List": "Popis dugova",
"Mobile": "Mobilni",
"Sale": "Prodaja",
"Bill To": "Račun na ime",
"Collected By": "Prikupio",
"Total Due": "Ukupni dug",
"Payment Amount": "Iznos plaćanja",
"Remaining Due": "Preostali dug",
"Powered By": "Pokreće",
"Create Expense Catgeory": "Kreiraj kategoriju troškova",
"Catgeory Name": "Naziv kategorije",
"Enter catgeory Name": "Unesi naziv kategorije",
"Edit Expense Category": "Uredi kategoriju troškova",
"Expense Category List": "Popis kategorija troškova",
"Add new": "Dodaj novi",
"Category Name": "Naziv kategorije",
"Create Expense": "Kreiraj trošak",
"Enter Amount": "Unesi iznos",
"Select A Category": "Odaberi kategoriju",
"Expense For": "Trošak za",
"Enter Expense For": "Unesi trošak za",
"Select a payment type": "Odaberi način plaćanja",
"Bank": "Banka",
"Mobile Payment": "Mobilno plaćanje",
"Reference Number": "Referentni broj",
"Enter reference number": "Unesi referentni broj",
"Expense Date": "Datum troška",
"Note": "Napomena",
"Enter note": "Unesi napomenu",
"Edit Expense": "Uredi trošak",
"Expense List": "Popis troškova",
"Expesne For": "Trošak za",
"Create Income Catgeory": "Kreiraj kategoriju prihoda",
"Enter catgeory name": "Unesi naziv kategorije",
"Edit Income Category": "Uredi kategoriju prihoda",
"Income Category List": "Popis kategorija prihoda",
"Create Income": "Kreiraj prihod",
"Enter amount": "Unesi iznos",
"Enter income for": "Unesi prihod za",
"Income Date": "Datum prihoda",
"Edit Income": "Uredi prihod",
"Income List": "Popis prihoda",
"Sale New": "Nova prodaja",
"Sale List": "Popis prodaje",
"Sale Return": "Povrat prodaje",
"Purchases": "Kupovine",
"Purchase New": "Nova kupovina",
"Purchase List": "Popis kupovina",
"Purchase Return": "Povrat kupovine",
"Products": "Proizvodi",
"All Product": "Svi proizvodi",
"Add Product": "Dodaj proizvod",
"Brand": "Marka",
"Unit": "Jedinica",
"Stock List": "Popis zaliha",
"Customers": "Kupci",
"All Customers": "Svi kupci",
"Add Customer": "Dodaj kupca",
"Suppliers": "Dobavljači",
"All Suppliers": "Svi dobavljači",
"Add Supplier": "Dodaj dobavljača",
"Income Category": "Kategorija prihoda",
"Expense Category": "Kategorija troškova",
"Subscriptions": "Pretplate",
"Profit & Loss List": "Popis dobiti i gubitka",
"All Income": "Svi prihodi",
"All Expense": "Svi troškovi",
"Current Stock": "Trenutna zaliha",
"Customer Due": "Dug kupaca",
"Supplier Due": "Dug dobavljača",
"Loss & Profit": "Gubitak i dobit",
"Loss/Profit": "Gubitak/Dobit",
"Unpaid": "Nenaplaćeno",
"Loss Profit": "Gubitak/Dobit",
"Loss Profit List": "Popis gubitka/dobiti",
"Product List": "Popis proizvoda",
"Create Party": "Kreiraj stranku",
"List": "Popis",
"Party Type": "Tip stranke",
"Retailer": "Trgovac na malo",
"Dealer": "Diler",
"Wholesaler": "Veletrgovac",
"Supplier": "Dobavljač",
"Enter Due": "Unesi dug",
"Edit Party": "Uredi stranku",
"Edit ": "Uredi ",
" List": " Popis",
"Parties List": "Popis stranaka",
"Add new ": "Dodaj novi ",
"Create Product": "Kreiraj proizvod",
"Add new Product": "Dodaj novi proizvod",
"Product Name": "Naziv proizvoda",
"Enter Product Name": "Unesi naziv proizvoda",
"Product Category": "Kategorija proizvoda",
"Product Unit": "Jedinica proizvoda",
"Product Code": "Šifra proizvoda",
"Enter Product Code": "Unesi šifru proizvoda",
"Stock": "Zaliha",
"Enter stock qty": "Unesi količinu zalihe",
"Purchase Price": "Nabavna cijena",
"Enter purchase price": "Unesi nabavnu cijenu",
"Sale Price": "Prodajna cijena",
"Enter sale price": "Unesi prodajnu cijenu",
"Wholesale Price": "Veleprodajna cijena",
"Enter wholesale price": "Unesi veleprodajnu cijenu",
"Dealer Price": "Cijena dilera",
"Enter dealer price": "Unesi cijenu dilera",
"Manufacturer": "Proizvođač",
"Enter manufacturer name": "Unesi ime proizvođača",
"Edit Product": "Uredi proizvod",
"Product Brand": "Marka proizvoda",
"Purchase price": "Nabavna cijena",
"Sale price": "Prodajna cijena",
"Pos Sale": "Prodaja na POS-u",
"Invoice no": "Broj računa",
"Invoice No": "Broj računa",
"Items": "Stavke",
"Qty": "Količina",
"Sub Total": "Ukupno",
"Purchase return Amount ": "Iznos povrata kupovine",
"Confirm Return": "Potvrdi povrat",
"Purchase Return List": "Popis povrata kupovine",
"Return Date": "Datum povrata",
"Return Amount": "Iznos povrata",
"Return Qty": "Količina povrata",
"Brand list": "Popis marki",
"0": "0",
"Quick Action": "Brza akcija",
"Today Purchase": "Današnja kupovina",
"Calculator": "Kalkulator",
"Select Supplier": "Odaberi dobavljača",
"Receive Amount": "Primljeni iznos",
"Search product...": "Pretraži proizvod...",
"Due: ": "Dug: ",
"Party Name": "Ime stranke",
"Discount": "Popust",
"Payment": "Plaćanje",
"INVOICE": "RAČUN",
"Sells By": "Prodaje",
"Quantity": "Količina",
"Unit Price": "Cijena jedinice",
"Total Price": "Ukupna cijena",
"Item": "Stavka",
"Paid by": "Plaćeno od strane",
"Subtotal": "Podukupno",
"Customer Signature": "Potpis kupca",
"Authorized Signature": "Ovlašteni potpis",
"Add Items": "Dodaj stavke",
"Enter Quantity": "Unesi količinu",
"Enter Purchase Price": "Unesi nabavnu cijenu",
"Sales Price": "Prodajna cijena",
"Enter Sales Price": "Unesi prodajnu cijenu",
"WholeSale Price": "Veleprodajna cijena",
"Enter WholeSale Price": "Unesi veleprodajnu cijenu",
"Enter Dealer Price": "Unesi cijenu dilera",
"Customer Due Reports": "Izvještaji o dugu kupaca",
"Customer Due List": "Popis dugova kupaca",
"Expense Reports": "Izvještaji o troškovima",
"Expense Report List": "Popis izvještaja o troškovima",
"Income For": "Prihod za",
"Income Reports": "Izvještaji o prihodima",
"Income Report List": "Popis izvještaja o prihodima",
"Loss Profit Reports": "Izvještaji o gubitku/dobiti",
"From Date": "Od datuma",
"To Date": "Do datuma",
"Loss Profit Report List": "Popis izvještaja o gubitku/dobiti",
"Discount Amount": "Iznos popusta",
"Sale Date": "Datum prodaje",
"Purchase Report List": "Popis izvještaja o kupovini",
"Purchase Reports": "Izvještaji o kupovini",
"Purchase Return Report List": "Popis izvještaja o povratima kupovine",
"Purchase Return Reports": "Izvještaji o povratima kupovine",
"Sales Report List": "Popis izvještaja o prodaji",
"Sale Reports": "Izvještaji o prodaji",
"Sale Return Report": "Izvještaj o povratu prodaje",
"Sale Return Reports": "Izvještaji o povratima prodaje",
"Sale Return Report List": "Popis izvještaja o povratima prodaje",
"Cost": "Trošak",
"Stock Value": "Vrijednost zaliha",
"Stock Report List": "Popis izvještaja o zalihama",
"Stock Reports": "Izvještaji o zalihama",
"Total Quantity": "Ukupna količina",
"Total Stock Value": "Ukupna vrijednost zaliha",
"Supplier Due Reports": "Izvještaji o dugu dobavljača",
"Supplier Due List": "Popis dugova dobavljača",
"Profile Edit": "Uredi profil",
"Parties": "Stranke",
"Sales List": "Popis prodaje",
"User Title": "Naslov korisnika",
"Enter user title": "Unesi naslov korisnika",
"Email Address": "Adresa e-pošte",
"Edit User Role": "Uredi ulogu korisnika",
"Add User Role": "Dodaj ulogu korisnika",
"Sale return Amount ": "Iznos povrata prodaje",
"Sales Return List": "Popis povrata prodaje",
"Select Customer": "Odaberi kupca",
"Guest": "Gost",
"Enter Customer Phone Number": "Unesi telefonski broj kupca",
"Type note...": "Upiši napomenu...",
"Sales Return": "Povrat prodaje",
"Purchases Return": "Povrat kupovine",
"Add Vat": "Dodaj PDV",
"Tax": "Porez",
"Apply": "Primijeni",
"Select a category": "Odaberi kategoriju",
"Company And Business Name": "Naziv tvrtke i poslovanja",
"Enter Phone": "Unesi telefon",
"Logo": "Logo",
"Invoice Logo": "Logo na računu",
"Purchase Plan": "Plan kupovine",
"Days": "Dani",
"Already Subscribed": "Već pretplaćeno",
"Buy Now": "Kupite sada",
"Create Unit": "Kreiraj jedinicu",
"Unit Name": "Naziv jedinice",
"Enter Unit Name": "Unesi naziv jedinice",
"Unit List": "Popis jedinica",
"Add new Unit": "Dodaj novu jedinicu",
"Overall Reports": "Sveukupni izvještaji",
"Revenue Statistic": "Statistika prihoda",
"Today Sales": "Današnja prodaja",
"Change Amount": "Iznos promjene",
"Vat": "PDV",
"Save Product": "Spremi proizvod",
"Product": "Proizvod",
"Category created successfully": "Kategorija uspješno kreirana",
"Category updated successfully": "Kategorija uspješno ažurirana",
"Category deleted successfully": "Kategorija uspješno izbrisana",
"Selected Category deleted successfully": "Odabrana kategorija uspješno izbrisana",
"Something went wrong!": "Nešto je pošlo po zlu!",
"Brand created cuccessfully": "Marka uspješno kreirana",
"Brand updated successfully": "Marka uspješno ažurirana",
"Brand deleted successfully": "Marka uspješno izbrisana",
"Selected Brands deleted successfully": "Odabrane marke uspješno izbrisane",
"Something went wrong.": "Nešto je pošlo po zlu.",
"Default currency activated successfully": "Zadana valuta uspješno aktivirana",
"Failed to set default currency. Please try again.": "Neuspješno postavljanje zadane valute. Molimo pokušajte ponovno.",
"Collect Due saved successfully": "Uspješno spremljeno naplatiti dug",
"Expense Category saved successfully.": "Kategorija troškova uspješno spremljena.",
"Expense Category updated successfully.": "Kategorija troškova uspješno ažurirana.",
"Expense Category deleted successfully": "Kategorija troškova uspješno izbrisana",
"Selected item deleted successfully.": "Odabrana stavka uspješno izbrisana.",
"Expense saved successfully.": "Trošak uspješno spremljen.",
"Expense updated successfully.": "Trošak uspješno ažuriran.",
"Expense deleted successfully": "Trošak uspješno izbrisan",
"Selected Items deleted successfully.": "Odabrane stavke uspješno izbrisane.",
"Income Category saved successfully.": "Kategorija prihoda uspješno spremljena.",
"Income Category updated successfully.": "Kategorija prihoda uspješno ažurirana.",
"Income Category deleted successfully": "Kategorija prihoda uspješno izbrisana",
"Income saved successfully.": "Prihod uspješno spremljen.",
"Income updated successfully.": "Prihod uspješno ažuriran.",
"Income deleted successfully": "Prihod uspješno izbrisan",
"Premission denied.": "Pristup zabranjen.",
"Customer created successfully": "Kupac uspješno kreiran",
"Supplier created successfully": "Dobavljač uspješno kreiran",
"Supplier deleted successfully": "Dobavljač uspješno izbrisan",
"Customer deleted successfully": "Kupac uspješno izbrisan",
"Selected parties deleted successfully": "Odabrane stranke uspješno izbrisane",
"Product saved successfully.": "Proizvod uspješno spremljen.",
"Data saved successfully.": "Podaci uspješno spremljeni.",
"Product deleted successfully": "Proizvod uspješno izbrisan",
"Selected product deleted successfully": "Odabrani proizvod uspješno izbrisan",
"Cart is empty. Add items first!": "Košarica je prazna. Prvo dodajte stavke!",
"Purchase created successfully.": "Kupovina uspješno kreirana.",
"Somethings went wrong!": "Nešto je pošlo po zlu!",
"Purchase updated successfully.": "Kupovina uspješno ažurirana.",
"Selected purchases deleted successfully.": "Odabrane kupovine uspješno izbrisane.",
"Sales created successfully.": "Prodaja uspješno kreirana.",
"You cannot sale in due for a walking customer.": "Ne možete prodati na dug za slučajnog kupca.",
"Sales updated successfully.": "Prodaja uspješno ažurirana.",
"Sale deleted successfully.": "Prodaja uspješno izbrisana.",
"Selected sales deleted successfully.": "Odabrane prodaje uspješno izbrisane.",
"Unit saved successfully": "Jedinica uspješno spremljena",
"Unit updated successfully": "Jedinica uspješno ažurirana",
"Units deleted successfully": "Jedinice uspješno izbrisane",
"Unit deleted successfully": "Jedinica uspješno izbrisana",
"Quantity and price updated successfully": "Količina i cijena uspješno ažurirane",
"Enter valid qty and price": "Unesite valjanu količinu i cijenu",
"Item not found in the cart": "Stavka nije pronađena u košarici",
"The cart does not contain this item": "Košarica ne sadrži ovu stavku",
"Item removed from cart": "Stavka uklonjena iz košarice",
"All cart removed successfully!": "Sve stavke uspješno uklonjene iz košarice!",
"Current Password does not match with old password": "Trenutna lozinka se ne podudara sa starom lozinkom",
"Profile updated successfully": "Profil uspješno ažuriran",
"Purchase returned successfully.": "Kupovina uspješno vraćena.",
"Business General Setting updated successfully": "Opće postavke poslovanja uspješno ažurirane",
"User role created successfully": "Uloga korisnika uspješno kreirana",
"User role updated successfully": "Uloga korisnika uspješno ažurirana",
"User role deleted successfully": "Uloga korisnika uspješno izbrisana",
"You have no permission to access.": "Nemate ovlasti za pristup.",
"Sale returned successfully.": "Prodaja uspješno vraćena.",
"New subscription order successfully.": "Nova pretplata uspješno naručena.",
"Branch": "Podružnica",
"Warehouse": "Skladište",
"Overview": "Pregled",
"Branch List": "Popis podružnica",
"Role & permissions": "Uloge i dozvole",
"Warehouses List": "Popis skladišta",
"Stock Qty": "Količina zaliha",
"Create Warehouse": "Kreiraj skladište",
"Enter phone": "Unesite telefon",
"Enter email": "Unesite email",
"Enter address": "Unesite adresu",
"Enter name": "Unesite ime",
"Edit Warehouse": "Uredi skladište",
"Select Branch": "Odaberite podružnicu",
"Rack": "Raf",
"Shelf": "Polica",
"Statement": "Izjava",
"Expire Product": "Proizvod istekao",
"Branch Wise Sales": "Prodaja po podružnicama",
"Branch Wise Purchases": "Kupovina po podružnicama",
"Employee Overview": "Pregled zaposlenika",
"Staffs": "Osoblje",
"Add new Branch": "Dodaj novu podružnicu",
"Create Branch": "Kreiraj podružnicu",
"Opening Balance": "Početno stanje",
"Enter balance": "Unesite stanje",
"Enter description": "Unesite opis",
"Edit Branch": "Uredi podružnicu",
"Example": "Primjer",
"Acnoo": "Acnoo",
"in this example": "U ovom primjeru",
"Previously, you didnt have a branch section. So, when you create your first branch, another branch will be created automatically using your company/business name.": "Prije niste imali odjeljak za podružnice. Dakle, kada kreirate svoju prvu podružnicu, druga podružnica će se automatski kreirati koristeći naziv vaše tvrtke/poslovanja.",
"when you create your first branch, another branch will automatically be created with the name": "Kada kreirate svoju prvu podružnicu, druga podružnica će se automatski kreirati s imenom",
"If your company/business name is": "Ako je naziv vaše tvrtke/poslovanja",
"All your previous data will be assigned to the automatically created branch": "Svi vaši prethodni podaci bit će dodijeljeni automatski kreiranoj podružnici",
"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.": "Ne možete izbrisati automatski kreiranu podružnicu. Razlog je što ako se podružnica izbriše, uklanja se iz svih odjeljaka, što onemogućava filtriranje podataka o podružnici. Stoga se automatski kreirana podružnica ne može izbrisati.",
"Role & Permission": "Uloge i dozvole",
"Add Role": "Dodaj ulogu",
"Selected role deleted successfully": "Odabrana uloga je uspješno izbrisana",
"Branch saved successfully.": "Podružnica je uspješno spremljena.",
"Branch updated successfully.": "Podružnica je uspješno ažurirana.",
"Selected branch deleted successfully": "Odabrana podružnica je uspješno izbrisana",
"Branch deleted successfully": "Podružnica je uspješno izbrisana",
"Warehouse saved successfully.": "Skladište je uspješno spremljeno.",
"Warehouse updated successfully.": "Skladište je uspješno ažurirano.",
"Warehouse deleted successfully.": "Skladište je uspješno izbrisano.",
"Selected items deleted successfully.": "Odabrani predmeti su uspješno izbrisani.",
"My Domains": "Moji domeni",
"Domain List": "Popis domena",
"Domains": "Domeni",
"Domain Name": "Naziv domene",
"Is Verified": "Je li verificirano",
"Has SSL": "Ima li SSL",
"Added on": "Dodano",
"Add New Domain": "Dodaj novu domenu",
"Domain Type": "Tip domene",
"Addon Domain": "Addon domena",
"Subdomain": "Poddomena",
"Enter your domain name": "Unesite naziv vaše domene",
"row selected": "red odabran",
"A new sub domain has been added.": "Nova poddomena je dodana.",
"A new domain has been added.": "Nova domena je dodana.",
"Domain deleted successfully": "Domena je uspješno izbrisana",
"Domains deleted successfully": "Domeni su uspješno izbrisani",
"Domains List": "Popis domena",
"Get instruction": "Dobijte upute",
"Accept": "Prihvati",
"Pending": "Na čekanju",
"Why are you reject it?": "Zašto to odbijate?",
"Enter reason...": "Unesite razlog...",
"Submit": "Pošalji",
"Instructions": "Upute",
"cPanel Domain Setup Instructions": "Upute za postavljanje cPanel domene",
"Login to your": "Prijavite se na svoj",
"cPanel": "cPanel",
"account": "račun",
"Go to": "Idite na",
"Domains → Addon Domains": "Domeni → Addon domeni",
"Enter your new domain": "Unesite svoju novu domenu",
"Leave the auto-generated subdirectory and FTP as default": "Ostavite automatski generirani poddirektorij i FTP kao zadano",
"Click": "Kliknite",
"Add Domain": "Dodaj domenu",
"Update your domains DNS to point to your cPanel nameservers": "Ažurirajte DNS svoje domene kako bi pokazivao na cPanel nameservere",
"Tip": "Savjet",
"If you need SSL, go to": "Ako vam je potreban SSL, idite na",
"SSL/TLS": "SSL/TLS",
"in cPanel and issue a certificate for your new domain (Lets Encrypt is free).": "u cPanelu i izdajte certifikat za svoju novu domenu (Let's Encrypt je besplatan).",
"Apache VPS Configuration": "Konfiguracija Apache VPS-a",
"Apache Wildcard Domain Setup": "Postavljanje Apache Wildcard domene",
"Create a config file in": "Kreirajte konfiguracijsku datoteku u",
"How to Add a Domain in cPanel": "Kako dodati domenu u cPanel",
"Enable the site and reload Apache": "Omogućite stranicu i ponovno učitajte Apache",
"Always test config before reload": "Uvijek testirajte konfiguraciju prije ponovnog učitavanja",
"Replace": "Zamijeni",
"with your actual domain": "s vašom stvarnom domenom",
"Ensure correct file permissions (chown/chmod)": "Osigurajte ispravne dozvole datoteka (chown/chmod)",
"Use": "Koristi",
"Certbot": "Certbot",
"for free SSL": "za besplatan SSL",
"Nginx VPS Configuration": "Konfiguracija Nginx VPS-a",
"Nginx Wildcard Domain Setup": "Postavljanje Nginx Wildcard domene",
"Enable the site and reload Nginx": "Omogućite stranicu i ponovno učitajte Nginx",
"Important": "Važno",
"Ensure correct file permissions": "Osigurajte ispravne dozvole datoteka",
"Domain updated successfully": "Domena je uspješno ažurirana",
"Domain": "Domena",
"Domain has been rejected successfully.": "Domena je uspješno odbijena.",
"Domain has been approved successfully.": "Domena je uspješno odobrena.",
"Edit Domain": "Uredi domenu",
"Deleted by user": "Izbrisano od strane korisnika",
"Download Apk": "Preuzmi APK",
"SMS Marketing": "SMS marketing",
"Party Reports": "Izvještaji o partnerima",
"HRM": "Upravljanje ljudskim resursima",
"Finance & Accounts": "Financije i računovodstvo",
"Transfer": "Prijenos",
"Expired": "Isteklo",
"Upgrade Now": "Nadogradi sada",
"No Active Plan": "Nema aktivnog plana",
"Please subscribe to a plan": "Molimo pretplatite se na plan",
"Invoice Wise Profit": "Dobit po računu",
"Company / Business Name": "Naziv tvrtke / poslovanja",
"Shop Opening Balance": "Početno stanje trgovine",
"Shop Remaining Balance": "Preostalo stanje trgovine",
"Plan Expire Date": "Datum isteka plana",
"Enter Business Name": "Unesite naziv poslovanja",
"Enter your Name": "Unesite svoje ime",
"POS": "POS",
"Inventory": "Inventar",
"Shipping Charge": "Trošak dostave",
"Rounding(+/-)": "Zaokruživanje (+/-)",
"Create Customer": "Kreiraj kupca",
"Add Payment": "Dodaj plaćanje",
"Cheque": "Ček",
"Wallet": "Novčanik",
"Select Warehouse": "Odaberite skladište",
"Batch": "Serija",
"Scan / search by code or name": "Skeniraj / pretraži po kodu ili nazivu",
"Show 20": "Prikaži 20",
"Show 500": "Prikaži 500",
"Yesterday": "Jučer",
"Last 30 Days": "Zadnjih 30 dana",
"Current Month": "Trenutni mjesec",
"Current Year": "Trenutna godina",
"Custom Date": "Prilagođeni datum",
"View Payment": "Pregled plaćanja",
"Receipt No.": "Broj potvrde",
"Inventory Sales": "Prodaja inventara",
"Flat": "Fiksno",
"Percent (%)": "Postotak (%)",
"Select Product": "Odaberite proizvod",
"Guarantee": "Jamstvo",
"Warranty": "Garancija",
"Remarks": "Napomene",
"Sales Invoice": "Prodajni račun",
"PDF": "PDF",
"Print": "Ispis",
"Sales By": "Prodavač",
"Sub-Total": "Međuzbroj",
"Net Payable": "Ukupno za platiti",
"invoice": "Račun",
"QTY": "Količina",
"U.Price": "Jedinična cijena",
"Delivery charge": "Trošak dostave",
"Total Payable": "Ukupno za platiti",
"Total Return": "Ukupni povrat",
"Payable": "Za platiti",
"Return Product": "Povrat proizvoda",
"Returned Item": "Vraćena stavka",
"Total Return Amount": "Ukupan iznos povrata",
"Add Purchase": "Dodaj nabavu",
"Returns List": "Popis povrata",
"Partial Paid": "Djelomično plaćeno",
"Bulk Upload": "Masovni prijenos",
"Save & Published": "Spremi i objavi",
"Product price, stock": "Cijena proizvoda, zaliha",
"Combo Products": "Kombinirani proizvodi",
"Expired Products": "Proizvodi s isteklim rokom",
"Print Labels": "Ispis naljepnica",
"Model": "Model",
"Variation": "Varijacija",
"Racks": "Regali",
"Shelfs": "Police",
"Product Image": "Slika proizvoda",
"Expire Date": "Datum isteka",
"Barcode Generate": "Generiraj barkod",
"Available Stock": "Dostupna zaliha",
"Qty / No of label": "Količina / broj naljepnica",
"Packing Date": "Datum pakiranja",
"Information to show in labels": "Podaci za prikaz na naljepnicama",
"Product Price": "Cijena proizvoda",
"Print packing date": "Ispiši datum pakiranja",
"Show Price": "Prikaži cijenu",
"Barcode Type *": "Vrsta barkoda *",
"Barcode Print Paper Setting": "Postavke papira za ispis barkoda",
"Preview": "Pregled",
"Download File": "Preuzmi datoteku",
"Field Name": "Naziv polja",
"Add new Model": "Dodaj novi model",
"Model List": "Popis modela",
"Model Name": "Naziv modela",
"Create Model": "Kreiraj model",
"Variations List": "Popis varijacija",
"Values": "Vrijednosti",
"Edit Variation": "Uredi varijaciju",
"Rack List": "Popis regala",
"Add new rack": "Dodaj novi regal",
"Shelf List": "Popis polica",
"Add shelf": "Dodaj policu",
"Edit shelf": "Uredi policu",
"Transfer List": "Popis prijenosa",
"From Branch": "Iz poslovnice",
"To Branch": "U poslovnicu",
"From Warehouse": "Iz skladišta",
"To Warehouse": "U skladište",
"Add New Transfer": "Dodaj novi prijenos",
"Transfer Note": "Napomena o prijenosu",
"All Stock": "Sve zalihe",
"Party Credit Limit": "Kreditni limit partnera",
"Billing Address": "Adresa za naplatu",
"City": "Grad",
"State": "Regija",
"Zip Code": "Poštanski broj",
"Shipping Address": "Adresa za dostavu",
"Supplier Name": "Naziv dobavljača",
"Vat List": "Popis PDV-a",
"Add New Vat": "Dodaj novi PDV",
"Tax Setting": "Postavke poreza",
"Add New Vat Group": "Dodaj novu PDV grupu",
"Vat Group List": "Popis PDV grupa",
"Vat Group Name": "Naziv PDV grupe",
"Select vats": "Odaberite PDV",
"All List": "Svi popisi",
"Guest Due": "Dug gosta",
"Retailer Due": "Dug trgovca",
"Dealer Due": "Dug distributera",
"Wholesaler Due": "Dug veletrgovca",
"Guest Due List": "Popis dugova gostiju",
"Invoice Number": "Broj računa",
"Bank Account": "Bankovni račun",
"Cash In Hand": "Gotovina u ruci",
"Cheques": "Čekovi",
"Transactions": "Transakcije",
"Day Book": "Dnevnik",
"Cash Flow": "Novčani tok",
"Bill Wise Profit": "Dobit po računu",
"Expenses": "Troškovi",
"Bank Accounts": "Bankovni računi",
"Deposit & Withdraws": "Uplate i isplate",
"Add Bank": "Dodaj banku",
"Account Name": "Naziv računa",
"Account Number": "Broj računa",
"Bank Name": "Naziv banke",
"Branch Name": "Naziv poslovnice",
"Holder Name": "Ime vlasnika",
"Add New Bank": "Dodaj novu banku",
"Account Display Name": "Prikazni naziv računa",
"As of Date": "Na datum",
"Routing Number": "Routing broj",
"UPI ID for QR Code": "UPI ID za QR kod",
"Account Holder Name": "Ime vlasnika računa",
"Add more fields": "Dodaj još polja",
"Print Bank details on invoices": "Ispiši bankovne podatke na računima",
"Bank to Bank Transfer": "Prijenos banka na banku",
"Bank to Cash Transfer": "Prijenos banka u gotovinu",
"Adjust Bank Balance": "Prilagodi stanje banke",
"Adjust Cash": "Prilagodi gotovinu",
"Cash to Bank Transfer": "Prijenos gotovine u banku",
"From": "Od",
"To": "Za",
"Transfer Date": "Datum prijenosa",
"Cheques List": "Popis čekova",
"Profit & Loss": "Dobit i gubitak",
"Gross Profit": "Bruto dobit",
"Total Expenses": "Ukupni troškovi",
"Income Types": "Vrste prihoda",
"Expenses Types": "Vrste troškova",
"Net Profit": "Neto dobit",
"Money In": "Ulaz novca",
"Money Out": "Izlaz novca",
"Transaction List": "Popis transakcija",
"Reference": "Referenca",
"Transaction Type": "Vrsta transakcije",
"Due Pay": "Plaćanje duga",
"Due Collect": "Naplata duga",
"All Party": "Sve strane",
"Transaction By": "Transakciju izvršio",
"Total :": "Ukupno :",
"Cash In": "Ulaz gotovine",
"Cash Out": "Izlaz gotovine",
"Running Cash": "Trenutna gotovina",
"Bill Wise Profit List": "Popis dobiti po računu",
"Sales Amount": "Iznos prodaje",
"Sale Amount": "Iznos prodaje",
"Create Expense Category": "Kreiraj kategoriju troška",
"Department": "Odjel",
"Designation": "Radno mjesto",
"Shift": "Smjena",
"Employee": "Zaposlenik",
"Leave Request": "Zahtjev za dopust",
"Holiday": "Praznik",
"Attendance": "Evidencija prisutnosti",
"Payroll": "Obračun plaća",
"Department List": "Popis odjela",
"Add Department": "Dodaj odjel",
"Create Department": "Kreiraj odjel",
"Designation List": "Popis radnih mjesta",
"Add Designation": "Dodaj radno mjesto",
"Create Designation": "Kreiraj radno mjesto",
"Shift List": "Popis smjena",
"Add new Shift": "Dodaj novu smjenu",
"Start Time": "Vrijeme početka",
"End Time": "Vrijeme završetka",
"Break Time": "Vrijeme pauze",
"Break Duration": "Trajanje pauze",
"Create Shift": "Kreiraj smjenu",
"Select Name": "Odaberite ime",
"Break Status": "Status pauze",
"Start Break Time": "Početak pauze",
"End Break Time": "Završetak pauze",
"Employee List": "Popis zaposlenika",
"Add new Employee": "Dodaj novog zaposlenika",
"shift": "Smjena",
"Salary": "Plaća",
"Gender": "Spol",
"Birth Date": "Datum rođenja",
"Join Date": "Datum zaposlenja",
"Leave Type": "Vrsta dopusta",
"Leave": "Dopust",
"Leave Type List": "Popis vrsta dopusta",
"Add Leave Type": "Dodaj vrstu dopusta",
"Create Leave Type": "Kreiraj vrstu dopusta",
"Leave List": "Popis dopusta",
"Add new Leave": "Dodaj novi dopust",
"Month": "Mjesec",
"Start Date": "Datum početka",
"End Date": "Datum završetka",
"Leave Duration": "Trajanje dopusta",
"Select employee": "Odaberite zaposlenika",
"All month": "Svi mjeseci",
"Create Leave": "Kreiraj dopust",
"Holiday List": "Popis praznika",
"Add new Holiday": "Dodaj novi praznik",
"Create Holiday": "Kreiraj praznik",
"Tax Report": "Porezno izvješće",
"Profit Loss": "Dobit i gubitak",
"Due Transaction": "Transakcija duga",
"Subscription Report": "Izvješće o pretplati",
"Product Profit/Loss": "Dobit/gubitak proizvoda",
"Top 5 Customer": "Top 5 kupaca",
"Top 5 Supplier": "Top 5 dobavljača",
"Top 5 Product": "Top 5 proizvoda",
"Combo Product": "Kombinirani proizvod",
"Discount Product": "Proizvod s popustom",
"Product Wise Purchase": "Kupnja po proizvodu",
"Product Wise Sale": "Prodaja po proizvodu",
"Expired Product": "Proizvod s isteklim rokom",
"Customer Ledger": "Knjiga kupaca",
"Supplier Ledger": "Knjiga dobavljača",
"Party Loss/Profit": "Gubitak/dobit partnera",
"SMS Template": "SMS predložak",
"Android Gateway": "Android pristupnik",
"API Gateway": "API pristupnik",
"Balance Sheet": "Bilanca",
"All Due": "Svi dugovi",
"Attendance List": "Popis prisutnosti",
"Add new Attendance": "Dodaj novu prisutnost",
"Time In": "Vrijeme dolaska",
"Time Out": "Vrijeme odlaska",
"Payroll List": "Popis obračuna plaća",
"Add new Payroll": "Dodaj novi obračun plaće",
"Payment Year": "Godina plaćanja",
"Receipt No": "Broj potvrde",
"date": "Datum",
"Attendance Report": "Izvješće o prisutnosti",
"Payroll Report": "Izvješće o plaćama",
"Slip No": "Broj platne liste",
"Leave Report": "Izvješće o dopustu",
"Total Sale": "Ukupna prodaja",
"Total Sale Return": "Ukupni povrat prodaje",
"Total Purchase Return": "Ukupni povrat nabave",
"Tax Report List": "Popis poreznih izvješća",
"Payment Method": "Način plaćanja",
"Loss/Profit Report Details": "Detalji izvješća o dobiti/gubitku",
"Opening Stock": "Početna zaliha",
"(By purchase price)": "(Prema nabavnoj cijeni)",
"(By sale price)": "(Prema prodajnoj cijeni)",
"Total purchase:": "Ukupna nabava:",
"Total purchase shipping charge:": "Ukupni trošak dostave nabave:",
"Total Sell discount:": "Ukupni popust na prodaju:",
"Total Sell Return:": "Ukupni povrat prodaje:",
"Closing stock": "Završna zaliha",
"Total Sales:": "Ukupna prodaja:",
"Total sell shipping charge:": "Ukupni trošak dostave prodaje:",
"Total Purchase Return:": "Ukupni povrat nabave:",
"Total Purchase discount:": "Ukupni popust na nabavu:",
"Total sell round off:": "Ukupno zaokruživanje prodaje:",
"Credit Limit": "Kreditni limit",
"Due Collection Transactions": "Transakcije naplate duga",
"Pay Due Amount": "Plati iznos duga",
"Top 5 Customers": "Top 5 kupaca",
"Top 5 Suppliers": "Top 5 dobavljača",
"Total Purchases": "Ukupna nabava",
"Top 5 Products": "Top 5 proizvoda",
"Cost Price": "Nabavna cijena",
"Sales price": "Prodajna cijena",
"Product Wise Discount": "Popust po proizvodu",
"Product Purchases": "Kupnja proizvoda",
"Purchase QTY": "Količina nabave",
"Product Sales": "Prodaja proizvoda",
"Sale QTY": "Količina prodaje",
"Total Sale Due": "Ukupni dug od prodaje",
"Total Purchase Due": "Ukupni dug od nabave",
"Party Wise Loss & Profit": "Gubitak i dobit po partneru",
"Gateway List": "Popis pristupnika",
"Gateway ID.": "ID pristupnika",
"Gateway Type": "Vrsta pristupnika",
"Device List": "Popis uređaja",
"Add Device": "Dodaj uređaj",
"Device ID": "ID uređaja",
"Device Version": "Verzija uređaja",
"App Version": "Verzija aplikacije",
"Total Messages": "Ukupan broj poruka",
"Created Date": "Datum kreiranja",
"All Settings": "Sve postavke",
"General": "Općenito",
"Invoice Print": "Ispis računa",
"Currencies Settings": "Postavke valuta",
"SMS Gateway Settings": "Postavke SMS pristupnika",
"Languages Settings": "Postavke jezika",
"Add, Edit, Update, Delete Languages.": "Dodavanje, uređivanje, ažuriranje i brisanje jezika.",
"Configure the fundamental information of the site.": "Konfigurirajte osnovne informacije web stranice.",
"Control and configure overall notification systems": "Upravljajte i konfigurirajte sustave obavijesti",
"View and update currency settings": "Pregledajte i ažurirajte postavke valuta",
"Add new users, Provide role and Permission": "Dodajte nove korisnike, dodijelite uloge i dopuštenja",
"View and update gateway settings": "Pregledajte i ažurirajte postavke pristupnika",
"VAT/GST Title": "Naziv PDV/GST",
"VAT/GST Number": "PDV/GST broj",
"Sale Rounding Option": "Opcija zaokruživanja prodaje",
"Product Profit Option": "Opcija dobiti proizvoda",
"Post Sale Message": "Poruka nakon prodaje",
"Invoice Note Label": "Oznaka napomene na računu",
"Invoice Note": "Napomena na računu",
"Warranty Void Label": "Oznaka poništenja jamstva",
"Warranty Void": "Poništenje jamstva",
"A4 Page Invoice Logo": "Logo računa A4",
"Thermal Invoice Logo": "Logo termalnog računa",
"Invoice Scanner Logo": "Logo skenera računa",
"Select SMS Gateway": "Odaberite SMS pristupnik",
"Language Settings": "Postavke jezika",
"Locale": "Lokalizacija",
"Flag": "Zastava",
"Add New Language": "Dodaj novi jezik",
"Is Active": "Aktivno",
"Is Default": "Zadano",
"Product Settings": "Postavke proizvoda",
"Currency Setting": "Postavke valute",
"Select Currency": "Odaberite valutu",
"Total Assets": "Ukupna imovina",
"Liabilities": "Obveze",
"Assets": "Imovina",
"Payment In": "Uplata",
"Equities & Liabilities": "Kapital i obveze",
"Create Supplier": "Kreiraj dobavljača",
"Batch No.": "Broj serije",
"Cost exc. tax": "Trošak bez poreza",
"Cost inc. tax": "Trošak s porezom",
"Wholesale": "Veleprodajna cijena",
"View Combo Product": "Prikaži kombinirani proizvod",
"Add new Transfer": "Dodaj novi prijenos",
"Stock Values": "Vrijednost zaliha",
"Drag & drop your Image": "Povucite i ispustite svoju sliku",
"Browse": "Pregledaj",
"Address line 1": "Adresa redak 1",
"Add Vat Rate": "Dodaj stopu PDV-a",
"Rate": "Stopa",
"Pay Due": "Plati dug",
"Apply Month": "Primijeni mjesec",
"Create Attendance": "Kreiraj evidenciju prisutnosti",
"Create Payroll": "Kreiraj obračun plaće",
"Purchase Date": "Datum kupnje",
"Payment Reminder": "Podsjetnik za plaćanje",
"New Sale": "Nova prodaja",
"Payment Received": "Plaćanje zaprimljeno",
"Payment Paid": "Plaćanje izvršeno",
"SMS Body": "Sadržaj SMS-a",
"Available Tags": "Dostupne oznake",
"Enable SMS Notification": "Omogući SMS obavijesti",
"Business Phone": "Poslovni telefon",
"Add Gateway": "Dodaj pristupnik",
"Add New Device": "Dodaj novi uređaj",
"To add your device to the system, follow these steps:": "Za dodavanje uređaja u sustav slijedite ove korake:",
"Get the latest version of the App from this": "Preuzmite najnoviju verziju aplikacije s ovog",
"link": "linka",
"and install the app on your device.": "i instalirajte aplikaciju na svoj uređaj.",
"Step 01": "Korak 01",
"Step 02": "Korak 02",
"Step 03": "Korak 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": "Nakon instalacije aplikacije pronađite QR kod na vrhu zaslona. Otvorite aplikaciju i dodijelite sve tražene dozvole. Na zaslonu za prijavu odaberite \"Prijava putem QR koda\" i skenirajte QR kod",
"Your Android phone is now connected to the system. Please reload this page to see your new device.": "Vaš Android telefon je sada povezan sa sustavom. Ponovno učitajte ovu stranicu kako biste vidjeli novi uređaj.",
"View and update gateway settings.": "Pregledajte i ažurirajte postavke pristupnika.",
"Product Stock": "Zaliha proizvoda",
"Model No": "Broj modela",
"Product Manufacturer": "Proizvođač proizvoda",
"Low Stock Alert": "Upozorenje na nisku zalihu",
"VAT ID": "PDV ID",
"VAT Type": "Vrsta PDV-a",
"Exclusive Price": "Cijena bez poreza",
"Inclusive Price": "Cijena s porezom",
"Profit Percent": "Postotak dobiti",
"Serial": "Serijski broj",
"MRP/PRICE": "MRP/Cijena",
"MRP": "MRP",
"Batch Tracking": "Praćenje serije",
"Batch No": "Broj serije",
"Expiry Date": "Datum isteka",
"Mfg Date": "Datum proizvodnje",
"Product Type": "Vrsta proizvoda",
"Single": "Pojedinačno",
"Variant": "Varijanta",
"Combo": "Kombinirano",
"Guest Due Sale": "Prodaja s dugom gosta",
"Product Discount": "Popust na proizvod",
"Add Product Settings": "Dodaj postavke proizvoda",
"Additional Product Field": "Dodatno polje proizvoda",
"Purchase Setting": "Postavke nabave",
"Sale Setting": "Postavke prodaje",
"Profit & Loss Details": "Detalji dobiti i gubitka",
"Product Profit & Loss": "Dobit i gubitak proizvoda",
"Customer List": "Popis kupaca",
"Supplier List": "Popis dobavljača",
":type List": "Popis :type",
"Add new :type": "Dodaj novi :type",
"Edit :type": "Uredi :type",
"Edit Supplier": "Uredi dobavljača",
"Edit Customer": "Uredi kupca",
"(PNG & JPG)": "(PNG i JPG)",
"Vat groups (Combination of multiple vats)": "PDV grupe (kombinacija više PDV stopa)",
"Send": "Pošalji",
"1.": "1.",
"2.": "2.",
"3.": "3.",
"4.": "4.",
"5.": "5.",
"6.": "6.",
"7.": "7.",
"8.": "8.",
"9.": "9.",
"10.": "10.",
"11.": "11.",
"12.": "12.",
"13.": "13.",
"14.": "14.",
"15.": "15.",
"16.": "16.",
"17.": "17.",
"18.": "18.",
"19.": "19.",
"20.": "20.",
"21.": "21.",
"Please follow the instructions below to upload your file.": "Molimo slijedite dolje navedene upute za učitavanje datoteke.",
"Download the sample file first and add all your products to it.": "Najprije preuzmite uzorak datoteke i dodajte sve svoje proizvode u nju.",
"Indicates a required field. If you do not provide the required fields, the system will ignore the product.": "Označava obavezno polje. Ako ne ispunite obavezna polja, sustav će zanemariti proizvod.",
"After adding all your products, please save the file and then upload the updated version.": "Nakon dodavanja svih proizvoda, spremite datoteku i zatim učitajte ažuriranu verziju.",
"The name of the product you are adding": "Naziv proizvoda koji dodajete",
"e.g.,": "npr.",
"Banana": "Banana",
"Stock Quantity": "Količina zalihe",
"Sale Price (MRP)": "Prodajna cijena (MRP)",
"VAT Name": "Naziv PDV-a",
"VAT (%)": "PDV (%)",
"Low Stock Qty": "Minimalna količina zalihe",
"Manufacturing Date": "Datum proizvodnje",
"Variations": "Varijacije",
"The category under which the product falls": "Kategorija kojoj proizvod pripada",
"Beverages, Electronics": "Pića, elektronika",
"The measurement unit used for the product": "Mjerna jedinica koja se koristi za proizvod",
"Piece, Kg, Litre": "Komad, kg, litra",
"If not found, a new unit will be created automatically.": "Ako nije pronađena, nova jedinica će se automatski kreirati.",
"The brand associated with the product": "Brend povezan s proizvodom",
"Samsung, Nestlé": "Samsung, Nestlé",
"If not found, the system will create it automatically.": "Ako nije pronađeno, sustav će ga automatski kreirati.",
"The available quantity of the product currently in stock.": "Trenutno dostupna količina proizvoda na zalihi.",
"A unique identifier for the product": "Jedinstveni identifikator proizvoda",
"SKU001": "SKU001",
"Product codes must be unique — duplicate codes will be ignored.": "Kodovi proizvoda moraju biti jedinstveni — duplicirani kodovi bit će zanemareni.",
"The cost price of the product excluding VAT.": "Nabavna cijena proizvoda bez PDV-a.",
"The selling price or maximum retail price for the product.": "Prodajna cijena ili maksimalna maloprodajna cijena proizvoda.",
"Special discounted price for bulk resellers or dealers.": "Posebna snižena cijena za veleprodajne preprodavače ili distributere.",
"The price offered for wholesale buyers, usually lower than MRP.": "Cijena za veleprodajne kupce, obično niža od MRP-a.",
"If not found, the system will automatically create a new category.": "Ako nije pronađena, sustav će automatski kreirati novu kategoriju.",
"The VAT name applied to the product.": "Naziv PDV-a primijenjen na proizvod.",
"If the system doesnt find it, it will create a new VAT with the provided rate.": "Ako sustav ne pronađe PDV, kreirat će novi PDV s navedenom stopom.",
"The VAT rate as a percentage": "Stopa PDV-a u postotku",
"15": "15",
"Define whether the VAT is": "Odredite je li PDV",
"exclusive": "isključen",
"or": "ili",
"inclusive": "uključen",
"in the price.": "u cijeni.",
"The minimum stock quantity to trigger a low-stock alert.": "Minimalna količina zalihe za aktiviranje upozorenja na nisku zalihu.",
"Name of the product manufacturer or supplier.": "Naziv proizvođača ili dobavljača proizvoda.",
"Expiry date for perishable products": "Datum isteka za kvarljive proizvode",
"format:": "format:",
"YYYY-MM-DD": "YYYY-MM-DD",
"Batch or lot number used to identify stock batches.": "Broj serije ili lota koji se koristi za identifikaciju zaliha.",
"The model of the product": "Model proizvoda",
"iPhone 15": "iPhone 15",
"Date the product was manufactured": "Datum kada je proizvod proizveden",
"Define whether the product is": "Odredite je li proizvod",
"single": "jednostruki",
"variant": "varijanta",
"for products with multiple variations like size or color.": "za proizvode s više varijacija kao što su veličina ili boja.",
"This column defines all variations for variant products.": "Ovaj stupac definira sve varijacije za proizvode s varijantama.",
"Use the format:": "Koristite format:",
"VariationName:Value": "NazivVarijacije:Vrijednost",
"separated by a": "odvojeno znakom",
"for multiple values.": "za više vrijednosti.",
"Example:": "Primjer:",
"Color:Black|Size:M": "Boja:Crna|Veličina:M",
"➤ The system will:": "➤ Sustav će:",
"Create or match existing variations dynamically.": "Dinamički kreirati ili uskladiti postojeće varijacije.",
"Store selected variation IDs in the": "Spremiti odabrane ID-jeve varijacija u",
"table": "tablicu",
"Store structured JSON like": "Spremiti strukturirani JSON kao",
"\"Color\":\"Black\"": "\"Boja\":\"Crna\"",
"in the": "u",
"Automatically create": "Automatski kreirati",
"variant_name": "naziv_varijante",
"such as": "kao što je",
"Black - M": "Crna - M",
"table.": "tablicu.",
"Party Profit & Loss": "Dobit i gubitak partnera",
"Bill Wise Profit & Loss": "Dobit i gubitak po računima",
"Bank Details": "Bankovni podaci",
"Account No": "Broj računa",
"UPI ID": "UPI ID",
"Holders Nmae": "Ime vlasnika računa",
"MONEY RECEIPT": "POTVRDA O UPLATI",
"Money Receipt": "Potvrda o uplati",
"Purchase Invoice": "Ulazni račun",
"Holders Name": "Ime vlasnika računa",
"Rounding (+/-)": "Zaokruživanje (+/-)",
"welcome_to": "Dobrodošli u",
"welcome_back": "Dobrodošli natrag",
"please_login": "Molimo prijavite se na svoj račun",
"enter_your_email": "Unesite svoju e-poštu",
"password": "Lozinka",
"remember_me": "Zapamti me",
"forgot_password": "Zaboravili ste lozinku?",
"log_in": "Prijava",
"back_to_home": "Povratak na početnu",
"create_an_account": "Izradi račun",
"or_continue_with": "Ili nastavi putem",
"login_with_x": "Prijavi se putem X-a",
"login_with_google": "Prijavi se putem Googlea",
"super_admin": "Super administrator",
"admin": "Administrator",
"business": "Poslovanje",
"add_on": "Dodatak",
"manager": "Upravitelj",
"multi_branch": "Više podružnica",
"warranty": "Jamstvo",
"guarantee": "Garancija",
"Months": "Mjeseci",
"Years": "Godine",
"Tax Type": "Vrsta poreza",
"Exclusive": "Ekskluzivno (bez poreza)",
"Inclusive": "Inkluzivno (s porezom)",
"Select Tax": "Odaberi porez",
"select_one": "Odaberi jedno",
"Image (Size 150x130)": "Slika (Veličina 150x130)",
"Drag & drop image": "Povuci i ispusti sliku",
"Variant Name": "Naziv varijante",
"Manufacture": "Proizvođač",
"Profit Margin (%)": "Profitna marža (%)",
"Default Selling Price": "Zadana prodajna cijena",
"SKU / Code": "SKU / Kod",
"Edit Model": "Uredi model",
"Rack Name": "Naziv police",
"Edit rack": "Uredi policu",
"Update Password": "Ažuriraj lozinku",
"Tax Rate": "Porezna stopa",
"Sub vats": "Pod-PDV",
"Edit Vat": "Uredi PDV",
"Edit Vat Group": "Uredi PDV grupu",
"Edit Bank": "Uredi banku",
"Account Display Name balnce": "Prikazano ime računa / Saldo",
"+ Add more fields": "+ Dodaj više polja",
"Show In Invoice": "Prikaži na računu",
"As Of Date": "Na dan",
"Cheque Number": "Broj čeka",
"Current Plan": "Trenutni plan",
"Multi-branch Allowed": "Dopušteno više podružnica",
"Addon Limit:": "Ograničenje dodataka:",
"Addon Domain Available?": "Dodatna domena dostupna?",
"Subdomain Limit:": "Ograničenje poddomena:",
"Subdomain Available?": "Poddomena dostupna?",
"Freya Haynes": "Freya Haynes",
"Invoice: S06 - Emery Mueller": "Račun: S06 - Emery Mueller",
"Item Name": "Naziv stavke",
"Product Wise Profit & Loss": "Dobit i gubitak po proizvodu",
"Product Wise Loss Profit": "Gubitak i dobit po proizvodu",
"Pay Amount": "Iznos za plaćanje",
"Select party": "Odaberi stranku",
"Loss Profit History": "Povijest dobiti i gubitka",
"Product Sale History": "Povijest prodaje proizvoda",
"Product Purchase History": "Povijest kupnje proizvoda",
"Purchase Qty": "Kupljena količina",
"Sold Qty": "Prodana količina",
"Remaining Qty": "Preostala količina",
"Net Profit (Profit - Loss) =": "Neto dobitak (Dobit - Gubitak) =",
"Net Profit (Income - Expense) =": "Neto dobitak (Prihod - Trošak) =",
"Sale Details": "Detalji prodaje",
"Purchase Details": "Detalji kupnje",
"All Customer": "Svi kupci",
"Sale Qty": "Količina prodaje",
"Profit/Loss": "Dobitak/Gubitak",
"Printer A4": "A4 pisač",
"Thermal: 3 inch 80mm": "Termalni: 3 inča (80 mm)",
"Showing": "Prikazano",
"to": "do",
"of": "od",
"results": "rezultati",
"Custom Domain": "Prilagođena domena",
"Ledger": "Konto",
"(Ledger)": "(Konto)",
"Credit (In)": "Kredit (Primanje)",
"Debit (Out)": "Debit (Isplata)",
"Subscription Orders": "Narudžbe pretplate",
"Subscriber View": "Prikaz pretplatnika",
"Expire date": "Datum isteka",
"Enroll Date": "Datum registracije",
"How to Add a Domain in hPanel": "Kako dodati domenu u hPanel",
"hPanel (Hostinger) Domain Setup Instructions": "Upute za postavljanje domene u hPanel (Hostinger)",
"Multibranch Allowed": "Dozvoljeno više grana",
"Addon Domain Limit": "Ograničenje dodatnih domena",
"Subdomain Limit": "Ograničenje poddomena",
"Custom Domain Limit": "Ograničenje prilagođenih domena",
"Add-ons": "Dodaci",
"New": "Novo",
"Addons List": "Popis dodataka",
"Install / Update Addon": "Instaliraj / Ažuriraj dodatak",
"Version": "Verzija",
"Enter purchase code": "Unesite kod za kupnju",
"Upload addons zip file": "Prenesi zip datoteku dodatka",
"System": "Sustav",
"User Sign Up": "Registracija korisnika",
"Domain Setting": "Postavke domene",
"View and update payment gateway settings": "Pregled i ažuriranje postavki platnog prolaza",
"View and update user sign up settings": "Pregled i ažuriranje postavki registracije korisnika",
"View and update system settings": "Pregled i ažuriranje postavki sustava",
"User Registration Email Setup": "Postavke e-pošte za registraciju korisnika",
"Verify email with OTP on signup?": "Provjeriti email s OTP prilikom registracije?",
"Verify email without OTP on signup?": "Provjeriti email bez OTP prilikom registracije?",
"SSL is required.": "SSL je obavezan.",
"SSL is not required.": "SSL nije obavezan.",
"Subdomain / Custom domains are allowed automatically.": "Poddomene / Prilagođene domene su automatski dopuštene.",
"Subdomain / Custom domains are not allowed automatically.": "Poddomene / Prilagođene domene nisu automatski dopuštene.",
"Dynamic Text": "Dinamički tekst",
"Dynamic Link Text": "Dinamički tekst veze",
"Dynamic Link": "Dinamička veza",
"App Link": "Veza aplikacije",
"Login Page Logo": "Logo stranice za prijavu",
"Login Page Image": "Slika stranice za prijavu",
"Stripe": "Stripe",
"mollie": "Mollie",
"paypal": "PayPal",
"paystack": "Paystack",
"razorpay": "Razorpay",
"instamojo": "Instamojo",
"toyyibpay": "Toyyibpay",
"flutterwave": "Flutterwave",
"thawani": "Thawani",
"mercadopago": "Mercadopago",
"phonepe": "PhonePe",
"paytm": "PayTM",
"Tap Payment": "Tap Payment",
"Sslcommerz": "SSLCommerz",
"Manual": "Priručnik",
"API KEY": "API ključ",
"CLIENT ID": "ID klijenta",
"CLIENT SECRET": "Tajni ključ klijenta",
"PUBLIC KEY": "Javni ključ",
"SECRET KEY": "Tajni ključ",
"KEY ID": "ID ključa",
"KEY SECRET": "Tajni ključ",
"X API KEY": "X API ključ",
"X AUTH TOKEN": "X Auth Token",
"USER SECRET KEY": "Tajni ključ korisnika",
"CATEOGRY CODE": "Kôd kategorije",
"ENCRYPTION KEY": "Ključ šifriranja",
"PAYMENT OPTIONS": "Opcije plaćanja",
"Hello": "Pozdrav",
"View Stock": "Pregled zaliha",
"Log In": "Prijava",
"Back to Home": "Povratak na početnu",
"Create an account.": "Kreiraj račun",
"Add-on": "Dodatak",
"Bussiness": "Posao",
"Multi Branch": "Više podružnica",
"Create an Free Account!": "Kreiraj besplatan račun!",
"Hey, Enter Your details to get Sign Up to your account": "Bok, unesite svoje podatke kako biste se registrirali",
"Sign Up": "Registracija",
"Or Continue with": "Ili nastavi s",
"Log in with X": "Prijavi se s X",
"Log in with Google": "Prijavi se s Google",
"Already have an Account?": "Već imate račun?",
"Email Verification": "Verifikacija e-pošte",
"we sent an OTP in your email address": "Poslali smo OTP na vašu e-poštu",
"Code send in": "Kod poslan na",
"Resend code": "Pošalji kod ponovno",
"Verify": "Potvrdi",
"Setup Your Profile": "Postavi svoj profil",
"Company/Business Name": "Ime tvrtke/posla",
"Enter company/business name": "Unesite ime tvrtke/posla",
"Ex: $500": "Primjer: $500",
"Company Address": "Adresa tvrtke",
"Enter company address": "Unesite adresu tvrtke",
"Successfully!": "Uspješno!",
"Congratulations, Your account has been": "Čestitamo, vaš račun je",
"successfully created": "uspješno kreiran",
"Enter Model Name": "Unesite naziv modela",
"Completed": "Završeno",
"Enter values": "Unesite vrijednosti",
"Total Stock Value:": "Ukupna vrijednost zaliha:",
"Sale Commission": "Provizija od prodaje",
"Enter Supplier Name": "Unesite ime dobavljača",
"Enter city": "Unesite grad",
"Enter state": "Unesite državu/regiju",
"Enter zip code": "Unesite poštanski broj",
"Select a country": "Odaberite državu",
"Advance": "Predujam",
"Enter account display name": "Unesite prikazano ime računa",
"Enter account number": "Unesite broj računa",
"Enter UPI code": "Unesite UPI kod",
"Enter bank name": "Unesite naziv banke",
"Enter bank name_duplicate": "Unesite naziv banke",
"Enter account holder name": "Unesite ime vlasnika računa",
"Ex: 500": "Primjer: 500",
"Total Transaction": "Ukupna transakcija",
"Branch Opening Balance": "Početno stanje poslovnice",
"Branch Remaining Balance": "Preostalo stanje poslovnice",
"Language": "Jezik",
"Select Variant": "Odaberite varijantu",
"Enter Batch No.": "Unesite broj serije",
"Bank List": "Popis banaka",
"Cash List": "Popis gotovine",
"Add Cash": "Dodaj gotovinu",
"Reduce Cash": "Smanji gotovinu",
"ex 500": "npr. 500",
"Adjustment Date": "Datum prilagodbe",
"description": "opis",
"cash": "gotovina",
"PNG & JPG": "PNG i JPG",
"Transaction Image": "Slika transakcije",
"Platform": "Platforma",
"Add Image": "Dodaj sliku",
"Loading...": "Učitavanje...",
"Approved Payment": "Odobreno plaćanje",
"24 Jan 2024, 10:30": "24. siječnja 2024., 10:30",
"Withdraw Amount": "Iznos za isplatu",
"$0": "0 $",
"Account Information": "Informacije o računu",
"A/C Name": "Naziv računa",
"Shaidul Islam": "Shaidul Islam",
"Dutch-Bangla Bank PLC": "Dutch-Bangla Bank PLC",
"A/C Number": "Broj računa",
"365214512236": "365214512236",
"Dhaka": "Dhaka",
"Rejected": "Odbijeno",
"Approved": "Odobreno",
"Approve Withdrawal Payment": "Odobri isplatu",
"Have you Sent": "Jeste li poslali",
"$250.00?": "250,00 $?",
"Transaction Number": "Broj transakcije",
"Enter transaction Number": "Unesite broj transakcije",
"Upload Receipt": "Učitaj potvrdu",
"Add-On": "Dodatak",
"Google Login Settings": "Postavke Google prijave",
"X Login Settings": "Postavke X prijave",
"Please request for a domain/subdomain from the business panel.": "Molimo zatražite domenu/poddomenu putem poslovne ploče.",
"Request For A Domain": "Zahtjev za domenu",
"The app url is not available in .env file, please contact with administrator.": "URL aplikacije nije dostupan u .env datoteci, molimo kontaktirajte administratora.",
"Are you sure you want to exit?": "Jeste li sigurni da želite izaći?",
"We Makes": "Mi stvaramo",
"Globally": "Globalno",
"Growth": "Rast",
"Increase Your Revenue": "Povećajte svoje prihode",
"(Optional)": "(Opcionalno)",
"Data Deletion Instructions": "Upute za brisanje podataka",
"If you want to delete your data from our system, please follow these steps:": "Ako želite obrisati svoje podatke iz našeg sustava, slijedite ove korake:",
"Send an email to [your-email@example.com] with the subject line “Delete My Data”.": "Pošaljite e-mail na [vau-email@example.com] s naslovom „Delete My Data“.",
"Include your name and the email address you used to register.": "Navedite svoje ime i e-mail adresu koju ste koristili za registraciju.",
"We will process your request and confirm deletion within 7 business days.": "Obradit ćemo vaš zahtjev i potvrditi brisanje u roku od 7 radnih dana.",
"Share your referral link": "Podijelite svoj referalni link",
"Refer a friend and earn a commission.": "Preporučite prijatelja i zaradite proviziju.",
"Copy": "Kopiraj",
"Available for Withdraw": "Dostupno za isplatu",
"$30": "30 $",
"Payout your balance is more than": "Isplata ako je stanje veće od",
"$100": "100 $",
"Total Withdraw": "Ukupno isplaćeno",
"$500": "500 $",
"Total Referrals": "Ukupno preporuka",
"5": "5",
"1 Month": "1 mjesec",
"৳499": "499 ৳",
"৳699": "699 ৳",
"1": "1",
"Copy Link": "Kopiraj link",
"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.": "Ovaj bankovni račun ne može se obrisati jer već sadrži transakcije. Molimo obrišite sve transakcije osim bankovnih unosa prije brisanja računa.",
"14": "14",
"12": "12",
"currency": "valuta",
"Do you really want to re-open this cheque?": "Želite li doista ponovno otvoriti ovaj ček?",
"Transfer Cheque": "Prijenos čeka",
"Deposit": "Depozit",
"Re-Open": "Ponovno otvori",
"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.": "Ovo je demo račun — podaci se resetiraju svakih sat vremena samo za ovaj račun. Neki moduli su onemogućeni; za potpuni pristup molimo kreirajte vlastiti račun.",
"You can not access it!": "Nemate pristup ovome!",
"N/A": "N/D",
"English": "Engleski",
"en": "en",
"Bengali": "Bengalski",
"bn": "bn",
"French": "Francuski",
"fr": "fr",
"This party is from another branch, you can not change the opening from here.": "Ova strana je iz druge poslovnice, ne možete mijenjati početno stanje odavde.",
"Please select a variation.": "Molimo odaberite varijaciju.",
"Units": "Jedinice",
"25632": "25632",
"25%": "25%",
"Ex: 200": "Primjer: 200",
"Ex: 50": "Primjer: 50",
"Batch No:": "Broj serije:",
"Ex: 1": "Primjer: 1",
"Ex: 30": "Primjer: 30",
"Download Sample File": "Preuzmi uzorak datoteke",
" Please follow the instructions below to upload your file.": " Slijedite upute u nastavku za učitavanje datoteke.",
" Download the sample file first and add all your purchases data to it.": " Prvo preuzmite uzorak datoteke i u nju dodajte sve podatke o kupnji.",
"Indicates a required field. If you do not provide the required fields, the system will ignore except product information.": "Označava obavezno polje. Ako ne popunite obavezna polja, sustav će ih zanemariti, osim informacija o proizvodu.",
"After adding all your purchases, please save the file and then upload the updated version.": "Nakon što dodate sve kupnje, spremite datoteku i zatim učitajte ažuriranu verziju.",
"Paid by:": "Platio:",
"Payable Amount:": "Iznos za plaćanje:",
"Received Amount:": "Primljeni iznos:",
"Due:": "Dugovanje:",
"pospro.com": "pospro.com",
"Select a report type to load fields": "Odaberite vrstu izvještaja za učitavanje polja",
"Change Amt/Due:": "Ostatak/Dug:",
"Total Subscription": "Ukupna pretplata",
"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 "
}