{
    "auth.failed": "These credentials do not match our records.",
    "auth.password": "The provided password is incorrect.",
    "auth.throttle": "Too many login attempts. Please try again in :seconds seconds.",
    "pagination.previous": "&laquo; Previous",
    "pagination.next": "Next &raquo;",
    "passwords.reset": "Your password has been reset!",
    "passwords.sent": "We have emailed your password reset link!",
    "passwords.throttled": "Please wait before retrying.",
    "passwords.token": "This password reset token is invalid.",
    "passwords.user": "We can't find a user with that email address.",
    "validation.accepted": "The :attribute must be accepted.",
    "validation.accepted_if": "The :attribute must be accepted when :other is :value.",
    "validation.active_url": "The :attribute is not a valid URL.",
    "validation.after": "The :attribute must be a date after :date.",
    "validation.after_or_equal": "The :attribute must be a date after or equal to :date.",
    "validation.alpha": "The :attribute must only contain letters.",
    "validation.alpha_dash": "The :attribute must only contain letters, numbers, dashes and underscores.",
    "validation.alpha_num": "The :attribute must only contain letters and numbers.",
    "validation.array": "The :attribute must be an array.",
    "validation.before": "The :attribute must be a date before :date.",
    "validation.before_or_equal": "The :attribute must be a date before or equal to :date.",
    "validation.between.array": "The :attribute must have between :min and :max items.",
    "validation.between.file": "The :attribute must be between :min and :max kilobytes.",
    "validation.between.numeric": "The :attribute must be between :min and :max.",
    "validation.between.string": "The :attribute must be between :min and :max characters.",
    "validation.boolean": "The :attribute field must be true or false.",
    "validation.confirmed": "The :attribute confirmation does not match.",
    "validation.current_password": "The password is incorrect.",
    "validation.date": "The :attribute is not a valid date.",
    "validation.date_equals": "The :attribute must be a date equal to :date.",
    "validation.date_format": "The :attribute does not match the format :format.",
    "validation.declined": "The :attribute must be declined.",
    "validation.declined_if": "The :attribute must be declined when :other is :value.",
    "validation.different": "The :attribute and :other must be different.",
    "validation.digits": "The :attribute must be :digits digits.",
    "validation.digits_between": "The :attribute must be between :min and :max digits.",
    "validation.dimensions": "The :attribute has invalid image dimensions.",
    "validation.distinct": "The :attribute field has a duplicate value.",
    "validation.email": "The :attribute must be a valid email address.",
    "validation.ends_with": "The :attribute must end with one of the following: :values.",
    "validation.enum": "The selected :attribute is invalid.",
    "validation.exists": "The selected :attribute is invalid.",
    "validation.file": "The :attribute must be a file.",
    "validation.filled": "The :attribute field must have a value.",
    "validation.gt.array": "The :attribute must have more than :value items.",
    "validation.gt.file": "The :attribute must be greater than :value kilobytes.",
    "validation.gt.numeric": "The :attribute must be greater than :value.",
    "validation.gt.string": "The :attribute must be greater than :value characters.",
    "validation.gte.array": "The :attribute must have :value items or more.",
    "validation.gte.file": "The :attribute must be greater than or equal to :value kilobytes.",
    "validation.gte.numeric": "The :attribute must be greater than or equal to :value.",
    "validation.gte.string": "The :attribute must be greater than or equal to :value characters.",
    "validation.image": "The :attribute must be an image.",
    "validation.in": "The selected :attribute is invalid.",
    "validation.in_array": "The :attribute field does not exist in :other.",
    "validation.integer": "The :attribute must be an integer.",
    "validation.ip": "The :attribute must be a valid IP address.",
    "validation.ipv4": "The :attribute must be a valid IPv4 address.",
    "validation.ipv6": "The :attribute must be a valid IPv6 address.",
    "validation.json": "The :attribute must be a valid JSON string.",
    "validation.lt.array": "The :attribute must have less than :value items.",
    "validation.lt.file": "The :attribute must be less than :value kilobytes.",
    "validation.lt.numeric": "The :attribute must be less than :value.",
    "validation.lt.string": "The :attribute must be less than :value characters.",
    "validation.lte.array": "The :attribute must not have more than :value items.",
    "validation.lte.file": "The :attribute must be less than or equal to :value kilobytes.",
    "validation.lte.numeric": "The :attribute must be less than or equal to :value.",
    "validation.lte.string": "The :attribute must be less than or equal to :value characters.",
    "validation.mac_address": "The :attribute must be a valid MAC address.",
    "validation.max.array": "The :attribute must not have more than :max items.",
    "validation.max.file": "The :attribute must not be greater than :max kilobytes.",
    "validation.max.numeric": "The :attribute must not be greater than :max.",
    "validation.max.string": "The :attribute must not be greater than :max characters.",
    "validation.mimes": "The :attribute must be a file of type: :values.",
    "validation.mimetypes": "The :attribute must be a file of type: :values.",
    "validation.min.array": "The :attribute must have at least :min items.",
    "validation.min.file": "The :attribute must be at least :min kilobytes.",
    "validation.min.numeric": "The :attribute must be at least :min.",
    "validation.min.string": "The :attribute must be at least :min characters.",
    "validation.multiple_of": "The :attribute must be a multiple of :value.",
    "validation.not_in": "The selected :attribute is invalid.",
    "validation.not_regex": "The :attribute format is invalid.",
    "validation.numeric": "The :attribute must be a number.",
    "validation.present": "The :attribute field must be present.",
    "validation.prohibited": "The :attribute field is prohibited.",
    "validation.prohibited_if": "The :attribute field is prohibited when :other is :value.",
    "validation.prohibited_unless": "The :attribute field is prohibited unless :other is in :values.",
    "validation.prohibits": "The :attribute field prohibits :other from being present.",
    "validation.regex": "The :attribute format is invalid.",
    "validation.required": "The :attribute field is required.",
    "validation.required_array_keys": "The :attribute field must contain entries for: :values.",
    "validation.required_if": "The :attribute field is required when :other is :value.",
    "validation.required_unless": "The :attribute field is required unless :other is in :values.",
    "validation.required_with": "The :attribute field is required when :values is present.",
    "validation.required_with_all": "The :attribute field is required when :values are present.",
    "validation.required_without": "The :attribute field is required when :values is not present.",
    "validation.required_without_all": "The :attribute field is required when none of :values are present.",
    "validation.same": "The :attribute and :other must match.",
    "validation.size.array": "The :attribute must contain :size items.",
    "validation.size.file": "The :attribute must be :size kilobytes.",
    "validation.size.numeric": "The :attribute must be :size.",
    "validation.size.string": "The :attribute must be :size characters.",
    "validation.starts_with": "The :attribute must start with one of the following: :values.",
    "validation.string": "The :attribute must be a string.",
    "validation.timezone": "The :attribute must be a valid timezone.",
    "validation.unique": "The :attribute has already been taken.",
    "validation.uploaded": "The :attribute failed to upload.",
    "validation.url": "The :attribute must be a valid URL.",
    "validation.uuid": "The :attribute must be a valid UUID.",
    "validation.custom.attribute-name.rule-name": "custom-message",

    "Dashboard": "Kontrolna tabla",
    "Advertising": "Reklamiranje",
    "Subscription Reports": "Izvještaji o pretplatama",
    "Manage Business": "Upravljanje poslom",
    "Categories": "Kategorije",
    "Business List": "Lista preduzeća",
    "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-om",
    "Terms & Conditions": "Uslovi i odredbe",
    "Privacy & Policy": "Privatnost i politika",
    "Testimonials": "Svjedočanstva",
    "Features": "Osobine",
    "Interface": "Interfejs",
    "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": "Plaćanje putem gateway-a",
    "System Settings": "Sistemske postavke",
    "General Settings": "Opšte postavke",

    "Banner": "Baner",
    "Add New Banner": "Dodaj novi baner",
    "Banner List": "Lista banera",
    "Status": "Status",
    "Image": "Slika",
    "Active": "Aktivno",
    "Cancel": "Otkaži",
    "Save": "Sačuvaj",
    "Edit Banner": "Uredi baner",
    "Advertising List": "Lista reklama",
    "Create Banner": "Kreiraj baner",
    "SL": "SL",
    "Create Advertising": "Kreiraj reklamu",
    "Reset": "Poništi",
    "Edit Advertising": "Uredi reklamu",
    "Edit": "Uredi",
    "Delete": "Izbriši",
    "Shop": "Prodavnica",
    "Add new Package": "Dodaj novi paket",
    "Shop List": "Lista prodavnica",
    "Subscription Plan": "Plan pretplate",
    "Select Plan Category": "Odaberite kategoriju plana",
    "Package Name": "Ime paketa",
    "Enter Package Name": "Unesite ime paketa",
    "Business Category": "Kategorija posla",
    "Select Business Category": "Odaberite kategoriju posla",
    "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": "Pregled",
    "Upgrade Plan": "Nadogradite plan",
    "Edit Shop": "Uredi prodavnicu",
    "Select Category": "Odaberite kategoriju",
    "Shop/Business Name": "Ime prodavnice/posla",
    "Enter Shop/Business Name": "Unesite ime prodavnice/posla",
    "Package": "Paket",
    "Select a package": "Odaberite paket",
    "Name": "Ime",
    "Enter Name": "Unesite ime",
    "Role": "Uloga",
    "Select a role": "Odaberite ulogu",
    "Email": "Email",
    "Enter Email": "Unesite email",
    "Phone": "Telefon",
    "Enter Phone Number": "Unesite broj telefona",
    "Password": "Lozinka",
    "Enter Password": "Unesite lozinku",
    "Confirm password": "Potvrdite lozinku",
    "Enter Confirm password": "Unesite potvrdu lozinke",
    "Address": "Adresa",
    "Enter Address": "Unesite adresu",
    "Select Country": "Odaberite državu",
    "Select a Country": "Odaberite državu",
    "Balance": "Stanje",
    "Enter Balance": "Unesite stanje",
    "Search...": "Pretraži...",
    "Business Name": "Ime preduzeća",
    "Last Enroll": "Posljednja prijava",
    "Expired Date": "Datum isteka",
    "Action": "Akcija",
    "Select A Plan": "Odaberite plan",
    "Select One": "Odaberite jedan",
    "Price": "Cijena",
    "Enter plan price or select a plan": "Unesite cijenu plana ili odaberite plan",
    "Payment Gateways": "Payment Gateway-i",
    "Select A payment gateway": "Odaberite payment gateway",
    "Notes": "Bilješke",
    "Enter notes": "Unesite bilješke",
    "Business View": "Pregled preduzeća",
    "Created date": "Datum kreiranja",
    "Category": "Kategorija",
    "Add new Category": "Dodaj novu kategoriju",
    "View List": "Pregled liste",
    "Buisness Name": "Ime preduzeća",
    "Enter Description": "Unesite opis",
    "Description": "Opis",
    "Edit Business Category": "Uredi kategoriju preduzeća",
    "Enter Buisness Description": "Unesite opis preduzeća",
    "Business Categories List": "Lista kategorija preduzeća",
    "Add New": "Dodaj novo",
    "Reports": "Izvještaji",
    "All": "Sve",
    "Active User": "Aktivni korisnik",
    "Deactive User": "Deaktivirani korisnik",
    "Date": "Datum",
    "SL.": "SL.",
    "Invoice": "Faktura",
    "Customer Name": "Ime kupca",
    "Amount": "Iznos",
    "View Report": "Pregled izvještaja",
    "Download Report": "Preuzmi izvještaj",
    "User View": "Pregled korisnika",
    "Shop Name": "Ime prodavnice",
    "Country": "Država",
    "Reason": "Razlog",
    "Are You Sure?": "Da li ste sigurni?",
    "You won't be able to revert this!": "Nećete moći da povučete ovo!",
    "Yes, Delete It!": "Da, izbriši!",
    "Add Currency": "Dodaj valutu",
    "Code": "Kod",
    "Symbol": "Simbol",
    "Position": "Pozicija",
    "Inactive": "Neaktivan",
    "Make Default": "Postavi kao podrazumijevano",
    "Edit Currency": "Uredi valutu",
    "Currency": "Valuta",

    "Total Businesses": "Ukupan broj preduzeća",
    "Total Expired Businesses": "Ukupan broj isteka preduzeća",
    "Total Plan Subscribes": "Ukupan broj pretplata na planove",
    "Total Business Categories": "Ukupan broj kategorija preduzeća",
    "Total Plans": "Ukupan broj planova",
    "Total Staffs": "Ukupan broj osoblja",
    "Finance Overview": "Pregled finansija",

    "Gateway Settings": "Postavke gateway-a",
    "Payment Gateway Settings": "Postavke payment gateway-a",
    "GATEWAY IMAGE": "SLIKA GATEWAY-a",
    "GATEWAY NAME": "IME GATEWAY-a",
    "Gateway Charge": "Naknada za gateway",
    "Gateway Currency": "Valuta gateway-a",
    "Gateway Mode": "Način rada gateway-a",
    "Is Manual": "Da li je ručno",
    "Yes": "Da",
    "No": "Ne",
    "Label": "Oznaka",
    "Enter label name": "Unesite naziv oznake",
    "Select Required/Optional": "Odaberite obavezno/odabirno",
    "Required": "Obavezno",
    "Optional": "Opcionalno",
    "Add new row": "Dodaj novi red",
    "INSTRUCTIONS": "UPUTSTVA",
    "Enter payment instructions here": "Unesite upute za plaćanje ovdje",

    "Messages List": "Lista poruka",
    "Search": "Pretraži",
    "Company Name": "Ime kompanije",
    "Message": "Poruka",

    "Notifications List": "Lista obavijesti",
    "Today": "Danas",
    "Last 7 Days": "Posljednjih 7 dana",
    "Last 15 Days": "Posljednjih 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 novi tip plaćanja",
    "Enter Payment Type": "Unesite tip plaćanja",
    "Edit Payment Type": "Uredi tip plaćanja",
    "Payment Type": "Tip plaćanja",
    "Add Payment Type": "Dodaj tip 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": "Dodeljena uloga",
    "Assign Role To User": "Dodeli ulogu korisniku",
    "Select User": "Odaberite korisnika",
    "User": "Korisnik",
    "Select Role": "Odaberite ulogu",
    "Add Subscription Plan": "Dodaj plan pretplate",
    "Package List": "Lista paketa",
    "Add New Features": "Dodaj nove funkcije",
    "Enter features": "Unesite funkcije",
    "Edit Subscription Plan": "Uredi plan pretplate",
    "Edit Package": "Uredi paket",
    "Enter Duration Days": "Unesite dane 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 dozvole uloge",
    "Role Name": "Ime uloge",
    "Enter role name": "Unesite ime uloge",
    "Role Permissions": "Dozvole uloge",
    "Setup role permissions": "Postavi dozvole uloge",
    "Select All": "Odaberi sve",
    "Roles List": "Lista 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 linka podnožja admina",
    "Admin Footer Link": "Link podnožja admina",
    "Enter Link": "Unesite link",
    "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 bilo kakav razmak u unosnim poljima",

    "App": "Aplikacija",
    "Drivers": "Vozači",
    "Storage Settings": "Postavke pohrane",
    "Mail Configuration": "Postavke pošte",
    "Others": "Drugo",
    "APP_NAME": "IME_APLIKACIJE",
    "APP_KEY": "KLJUČ_APLIKACIJE",
    "APP_DEBUG": "DEBUG_APLIKACIJE",
    "APP_URL": "URL_APLIKACIJE",
    "QUEUE_MAIL": "RED_MAIL",
    "MAIL_DRIVER_TYPE": "TIP_MAIL_VOZAČA",
    "MAIL DRIVER": "MAIL_VOZAČ",
    "MAIL_HOST": "MAIL_HOST",
    "MAIL_PORT": "MAIL_PORT",
    "MAIL_USERNAME": "MAIL_KORISNIČKO_IME",
    "MAIL_PASSWORD": "MAIL_LOZINKA",
    "MAIL_ENCRYPTION": "MAIL_ENKRIPCIJA",
    "MAIL_FROM_ADDRESS": "MAIL_ADRESA_POŠILJAOCA",
    "MAIL_FROM_NAME": "MAIL_IME_POŠILJAOCA",
    "QUEUE COMMAND Path": "PUTANJA_KOMANDE_REDA",
    "CACHE_DRIVER": "VOZAČ_KEŠA",
    "Recommended": "Preporučeno",
    "QUEUE_CONNECTION": "VEZA_REDA",
    "SESSION_DRIVER": "VOZAČ_SESIJE",
    "SESSION_LIFETIME": "TRAJANJE_SESIJE",
    "REDIS_PORT": "REDIS_PORT",
    "REDIS_URL": "REDIS_URL",
    "REDIS_PASSWORD": "REDIS_LOZINKA",
    "AWS S3 Storage Bucket": "AWS S3 Storage kofa",
    "Fill up this credentials if you want to use AWS S3 Storage Bucket": "Unesite ove podatke ako želite koristiti AWS S3 Storage kofu",
    "Wasabi Storage Bucket": "Wasabi Storage kofa",
    "public (uploads folder)": "javno (folder za otpremu)",
    "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": "Unesite ove podatke ako želite koristiti Wasabi Storage kofu",
    "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_KEŠA",
    "Paid": "Plaćeno",
    "Reject": "Odbij",
    "Why are you reject It?": "Zašto to odbijate?",
    "Enter Reason": "Unesite razlog",
    "Confirm": "Potvrdi",
    "Subscriptions List": "Lista pretplata",
    "Started": "Započeto",
    "End": "Kraj",
    "Gateway Method": "Metoda prolaza",
    "Are you sure?": "Da li ste sigurni?",
    "Add New Testimonial": "Dodaj novu preporuku",
    "Client Name": "Ime klijenta",
    "Enter Client Name": "Unesite ime klijenta",
    "Stars": "Zvezde",
    "Works At": "Radi u",
    "Client Image": "Slika klijenta",
    "Review": "Recenzija",
    "Enter text": "Unesite tekst",
    "Enter review message here": "Unesite poruku recenzije ovde",
    "Edit Testimonial": "Uredi preporuku",
    "Testimonials List": "Lista preporuka",
    "Create New": "Kreiraj novo",
    "Add New Staff": "Dodaj novog osoblja",
    "Full Name": "Puno ime",
    "Enter Email Address": "Unesite adresu e-pošte",
    "Edit Staff": "Uredi osoblje",
    "Staff List": "Lista osoblja",
    "User Email": "E-pošta korisnika",
    "User Role": "Uloga korisnika",
    "Comments": "Komentari",
    "Comment List": "Lista komentara",
    "Create Blog": "Kreiraj blog",
    "Blog List": "Lista blogova",
    "Select a status": "Odaberite status",
    "Tags": "Oznake",
    "Enter tags name": "Unesite naziv oznaka",
    "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 ovde",
    "Edit Faqs": "Uredi FAQ",
    "FAQS List": "Lista FAQ",
    "View Details": "Pogledajte detalje",
    "Create Feature": "Kreiraj funkciju",
    "Add New Feature": "Dodaj novu funkciju",
    "Backgroud Color": "Boja pozadine",
    "Enter Color": "Unesite boju",
    "Edit Feature": "Uredi funkciju",
    "Features List": "Lista funkcija",
    "Create Interfaces": "Kreiraj interfejse",
    "Add New Interface": "Dodaj novi interfejs",
    "Edit Interface": "Uredi interfejs",
    "Interfaces List": "Lista interfejsa",
    "Newsletters List": "Lista biltena",
    "Page for Updating Website Sections": "Stranica za ažuriranje sekcija web stranice",
    "Slider Section": "Sekcija klizača",
    "Header Section": "Sekcija zaglavlja",
    "Feature Section": "Sekcija funkcija",
    "Interface Section": "Sekcija interfejsa",
    "Watch Section": "Sekcija za gledanje",
    "Testimonial Section": "Sekcija preporuka",
    "Blog Section": "Sekcija bloga",
    "About us Page": "Stranica O nama",
    "Terms And Conditions": "Uslovi i odredbe",
    "Privacy Page": "Stranica privatnosti",
    "Contuct us Page": "Stranica Kontaktirajte nas",
    "Pricing Section": "Sekcija cena",
    "Footer Section": "Sekcija podnožja",
    "Social Medias": "Društvene mreže",
    "Button One": "Dugme jedan",
    "Button Text": "Tekst dugmeta",
    "Button One Link": "Link dugmeta jedan",
    "Button Two": "Dugme dva",
    "Button Two Link": "Link dugmeta dva",
    "Scanner Text": "Tekst skenera",
    "Scanner Image": "Slika skenera",
    "Slider Image": "Slika klizača",
    "Header Button Text": "Tekst dugmeta zaglavlja",
    "Header Button Link": "Link dugmeta zaglavlja",
    "Enter Header link": "Unesite link zaglavlja",
    "Section Title": "Naslov sekcije",
    "Enter Section Title": "Unesite naslov sekcije",
    "Interface Title": "Naslov interfejsa",
    "Watch Title": "Naslov za gledanje",
    "Button Link": "Link dugmeta",
    "Watch Image": "Slika za gledanje",
    "Blog Title": "Naslov bloga",
    "Read More Button Text": "Tekst dugmeta Pročitaj više",
    "View All Button Text": "Tekst dugmeta Pogledaj sve",
    "View All Link": "Link za pogledajte sve",
    "Testimonial Title": "Naslov preporuke",
    "Enter Short Title": "Unesite kratak naslov",
    "Long Title": "Dug naslov",
    "About Image": "Slika o nama",
    "Description One": "Opis jedan",
    "Description Two": "Opis dva",
    "Option": "Opcija",
    "Icon": "Ikona",
    "Plan Button Url": "URL dugmeta plana",
    "Short Title": "Kratak naslov",
    "Right Footer Title": "Naslov desnog podnožja",
    "Middle Footer Title": "Naslov srednjeg podnožja",
    "Apple App Link": "Link za Apple aplikaciju",
    "Apple App": "Apple aplikacija",
    "Google Play Link": "Link za Google Play aplikaciju",
    "Google Play App": "Google Play aplikacija",
    "Right Footer": "Desno podnožje",
    "Link": "Link",
    "Middle Footer": "Srednje podnožje",
    "Left Footer": "Levo podnožje",
    "Footer Socials": "Društvene mreže u podnožju",
    "Forgot Password": "Zaboravljena lozinka",
    "Enter the email address associated with your account": "Unesite adresu e-pošte povezanu s vašim nalogom",
    "Enter your Email": "Unesite vašu e-poštu",
    "Continue": "Nastavi",
    "Back to Login": "Nazad na prijavu",
    "Login": "Prijava",
    "Welcome to": "Dobrodošli u",
    "Welcome back, Please login in to your account": "Ponovo dobrodošli, molimo vas da se prijavite na svoj nalog",
    "Remember me": "Zapamti me",
    "Forgot Password?": "Zaboravili ste lozinku?",
    "Super Admin": "Super admin",
    "Admin": "Admin",
    "Manager": "Menadžer",
    "Reset Password": "Resetuj lozinku",
    "Change Password": "Promeni lozinku",
    "Create new password, it must be Strong password.": "Kreirajte novu lozinku, mora biti jaka.",
    "Confirm Password": "Potvrdi lozinku",
    "You Have": "Imate",
    "new Notifications": "novih obaveštenja",
    "Mark all Read": "Označi sve kao pročitano",
    "View all notifications": "Pogledajte sva obaveštenja",
    "Clear cache": "Očisti keš",
    "My Profile": "Moj profil",
    "Logout": "Odjavi se",
    "About Us": "O nama",
    "Home": "Početna",
    "Pricing": "Cene",
    "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.": "Ovaj email ste primili jer ste tražili resetovanje lozinke.",
    "Your verification code is:": "Vaš verifikacioni kod je:",
    "This password reset code will expire in 60 minutes.": "Ovaj kod za resetovanje lozinke će isteći za 60 minuta.",
    "If you did not request a password reset, no further action is required.": "Ako niste tražili resetovanje lozinke, nema potrebe za daljom akcijom.",
    "Regards": "Pozdrav",
    "All right reserved": "Sva prava zadržana",
    "Hi": "Zdravo",
    "Dear": "Dragi",
    "Your OTP code is": "vaš OTP kod je",
    "Please do not share this PIN with anyone": "Molimo vas da ne delite ovaj PIN s nikim",
    "Best Regards": "Srdačan pozdrav",
    "Gateway Name": "Ime prolaza",
    "Subscription Name": "Ime pretplate",
    "Payable Amount": "Iznos za uplatu",
    "Phone Number": "Broj telefona",
    "Enter your phone number": "Unesite svoj broj telefona",
    "Pay Now": "Plati sada",
    "Next": "Sledeće",
    "Previous": "Prethodno",
    "Free": "Besplatno",
    "Features Of Free Plan": "Karakteristike besplatnog plana",
    "Choose Plan": "Izaberite plan",
    "Blog Details": "Detalji bloga",
    "Leave a Comment Here": "Ostavite komentar ovde",
    "Your email address will not be published": "Vaša adresa e-pošte neće biti objavljena",
    "Enter your name": "Unesite svoje ime",
    "Enter your email": "Unesite svoju e-poštu",
    "Enter your comment": "Unesite svoj komentar",
    "Recent Posts": "Nedavni postovi",
    "Create a Free Account": "Kreirajte besplatan nalog",
    "Enter full name": "Unesite puno ime",
    "Enter phone number": "Unesite broj telefona",
    "Enter email address": "Unesite adresu e-pošte",
    "Company": "Kompanija",
    "Enter company name": "Unesite ime kompanije",
    "Enter your message": "Unesite svoju poruku",
    "Pricing Plan": "Plan cena",
    "Subscription Plans": "Planovi pretplata",
    "Plan List": "Lista planova",
    "Work At": "Radi u",
    "Show- 10": "Prikaži- 10",
    "Show- 25": "Prikaži- 25",
    "Show- 50": "Prikaži- 50",
    "Show- 100": "Prikaži- 100",
    "Duration": "Trajanje",
    "Select": "Izaberi",
    "Currency List": "Lista valuta",
    "Default": "Podrazumevano",
    "Country Name": "Ime zemlje",
    "View Website": "Pogledajte veb stranicu",
    "Contact Messages": "Poruke kontakta",

    "Total Shop": "Ukupna Prodavnica",
    "Expired Businesses": "Istekle Firmi",
    "Plan Subscribes": "Plan Pretplate",
    "Total Categories": "Ukupne Kategorije",
    "Recent Register": "Nedavna Registracija",
    "Date & Time": "Datum i Vrijeme",
    "View All": "Pogledaj Sve",
    "Add new Business": "Dodaj novu Firmu",
    "Enter Company Name": "Unesite Naziv Firmu",
    "Edit Business": "Uredi Firmu",
    "Create Business": "Kreiraj Firmu",
    "Enter Buisness Name": "Unesite Naziv Firmu",
    "Note: Enter embedded video link": "Napomena: Unesite ugradni video link",
    "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, morate ponovo pokrenuti svog Supervizora s vašeg servera.",
    "QUEUE COMMAND Path :": "PUTANJA KOMANDE REDA :",
    "QUEUE COMMAND :": "KOMANDA REDA :",
    "Storage Method": "Metoda Pohrane",


    "Brand List": "Lista Brendova",
    "Add new Brand": "Dodaj novi Brend",
    "items show": "prikazane stavke",
    "Brand Name": "Naziv Brenda",
    "Create Brand": "Kreiraj Brend",
    "Enter Brand Name": "Unesite Naziv Brenda",
    "Edit Brand": "Izmijeni Brend",
    "Add New Category": "Dodaj Novu Kategoriju",
    "Enter Category Name": "Unesite Naziv Kategorije",
    "Select Variations": "Izaberite Varijacije",
    "Capacity": "Kapacitet",
    "Color": "Boja",
    "Size": "Veličina",
    "Type": "Tip",
    "Weight": "Težina",
    "Edit Category": "Izmijeni Kategoriju",
    "Category List": "Lista Kategorija",
    "You want to delete everything!": "Želite obrisati 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": "Nizak Stanje",
    "Alert Qty": "Količina upozorenja",
    "Profit": "Profit",
    "Loss": "Gubitak",
    "Purchase": "Kupovina",
    "Sales": "Prodaja",
    "Income": "Prihod",
    "Expense": "Trošak",
    "Recent Sales": "Nedavne Prodaje",
    "Recent Purchase": "Nedavna Kupovina",
    "Customer": "Kupac",
    "Total": "Ukupno",
    "Due": "Dug",
    "Collect Due": "Prikupljeni Dug",
    "Select Invoice": "Izaberite Fakturu",
    "Select an Invoice": "Izaberite Fakturu",
    "Total Amount": "Ukupni Iznos",
    "Paid Amount": "Plaćeni Iznos",
    "Due Amount": "Iznos Duga",
    "Select one": "Izaberite jedno",
    "Cash": "Gotovina",
    "Card": "Kartica",
    "Check": "Ček",
    "Mobile Pay": "Mobilno Plaćanje",
    "Due List": "Lista Duga",
    "Mobile": "Mobilni",
    "Sale": "Prodaja",
    "Bill To": "Račun za",
    "Collected By": "Prikupljeno od",
    "Total Due": "Ukupni Dug",
    "Payment Amount": "Iznos Plačanja",
    "Remaining Due": "Preostali Dug",
    "Powered By": "Pokreće",
    "Create Expense Catgeory": "Kreiraj Kategoriju Troška",
    "Catgeory Name": "Naziv Kategorije",
    "Enter catgeory Name": "Unesite Naziv Kategorije",
    "Edit Expense Category": "Izmijeni Kategoriju Troška",
    "Expense Category List": "Lista Kategorija Troškova",
    "Add new": "Dodaj novi",
    "Category Name": "Naziv Kategorije",
    "Create Expense": "Kreiraj Trošak",
    "Enter Amount": "Unesite Iznos",
    "Select A Category": "Izaberite Kategoriju",
    "Expense For": "Trošak Za",
    "Enter Expense For": "Unesite Trošak Za",
    "Select a payment type": "Izaberite tip plaćanja",
    "Bank": "Banka",
    "Mobile Payment": "Mobilno Plaćanje",
    "Reference Number": "Referentni Broj",
    "Enter reference number": "Unesite referentni broj",
    "Expense Date": "Datum Troška",
    "Note": "Napomena",
    "Enter note": "Unesite napomenu",
    "Edit Expense": "Izmijeni Trošak",
    "Expense List": "Lista Troškova",
    "Expesne For": "Trošak Za",
    "Create Income Catgeory": "Kreiraj Kategoriju Prihoda",
    "Enter catgeory name": "Unesite naziv kategorije",
    "Edit Income Category": "Izmijeni Kategoriju Prihoda",
    "Income Category List": "Lista Kategorija Prihoda",
    "Create Income": "Kreiraj Prihod",
    "Enter amount": "Unesite iznos",
    "Enter income for": "Unesite prihod za",
    "Income Date": "Datum Prihoda",
    "Edit Income": "Izmijeni Prihod",
    "Income List": "Lista Prihoda",
    "Sale New": "Nova Prodaja",
    "Sale List": "Lista Prodaja",
    "Sale Return": "Povrat Prodaje",
    "Purchases": "Kupovine",
    "Purchase New": "Nova Kupovina",
    "Purchase List": "Lista Kupovina",
    "Purchase Return": "Povrat Kupovine",
    "Products": "Proizvodi",
    "All Product": "Svi Proizvodi",
    "Add Product": "Dodaj Proizvod",
    "Brand": "Brend",
    "Unit": "Jedinica",
    "Stock List": "Lista 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ška",
    "Subscriptions": "Pretplate",
    "Profit & Loss List": "Lista Profita i Gubitaka",
    "All Income": "Svi Prihodi",
    "All Expense": "Svi Troškovi",
    "Current Stock": "Trenutne Zalihe",
    "Customer Due": "Dug Kupca",
    "Supplier Due": "Dug Dobavljača",
    "Loss & Profit": "Gubitak i Profit",
    "Loss/Profit": "Gubitak/Profit",
    "Unpaid": "Nepplaćeno",
    "Loss Profit": "Gubitak Profit",
    "Loss Profit List": "Lista Gubitaka i Profita",
    "Product List": "Lista Proizvoda",
    "Create Party": "Kreiraj Stranku",
    "List": "Lista",
    "Party Type": "Tip Stranke",
    "Retailer": "Maloprodaja",
    "Dealer": "Dealer",
    "Wholesaler": "Veletrgovac",
    "Supplier": "Dobavljač",
    "Enter Due": "Unesite Dug",
    "Edit Party": "Izmijeni Stranku",
    "Edit ": "Izmijeni ",
    " List": " Lista",
    "Parties List": "Lista Stranaka",
    "Add new ": "Dodaj novi ",
    "Create Product": "Kreiraj Proizvod",
    "Add new Product": "Dodaj novi Proizvod",
    "Product Name": "Naziv Proizvoda",
    "Enter Product Name": "Unesite Naziv Proizvoda",
    "Product Category": "Kategorija Proizvoda",
    "Product Unit": "Jedinica Proizvoda",
    "Product Code": "Šifra Proizvoda",
    "Enter Product Code": "Unesite Šifru Proizvoda",
    "Stock": "Zaliha",
    "Enter stock qty": "Unesite količinu zaliha",
    "Purchase Price": "Cijena Kupovine",
    "Enter purchase price": "Unesite cijenu kupovine",
    "Sale Price": "Cijena Prodaje",
    "Enter sale price": "Unesite cijenu prodaje",
    "Wholesale Price": "Veleprodajna Cijena",
    "Enter wholesale price": "Unesite veleprodajnu cijenu",
    "Dealer Price": "Cijena za Dilera",
    "Enter dealer price": "Unesite cijenu za dilera",
    "Manufacturer": "Proizvođač",
    "Enter manufacturer name": "Unesite ime proizvođača",
    "Edit Product": "Izmijeni Proizvod",
    "Product Brand": "Brend Proizvoda",
    "Purchase price": "Cijena Kupovine",
    "Sale price": "Cijena Prodaje",
    "Pos Sale": "Pos Prodaja",
    "Invoice no": "Broj Fakture",
    "Invoice No": "Broj Fakture",
    "Items": "Stavke",
    "Qty": "Količina",
    "Sub Total": "Ukupno",
    "Purchase return Amount ": "Iznos povrata kupovine ",
    "Confirm Return": "Potvrdi povrat",
    "Purchase Return List": "Lista povrata kupovine",
    "Return Date": "Datum povrata",
    "Return Amount": "Iznos povrata",
    "Return Qty": "Količina povrata",
    "Brand list": "Lista brendova",
    "0": "0",
    "Quick Action": "Brza akcija",
    "Today Purchase": "Kupovina danas",
    "Calculator": "Kalkulator",
    "Select Supplier": "Odaberite dobavljača",
    "Receive Amount": "Primljeni iznos",
    "Search product...": "Pretraži proizvod...",
    "Due: ": "Rok: ",
    "Party Name": "Ime stranke",
    "Discount": "Popust",
    "Payment": "Plačanje",
    "INVOICE": "FAKTURA",
    "Sells By": "Prodato od",
    "Quantity": "Količina",
    "Unit Price": "Jedinična cijena",
    "Total Price": "Ukupna cijena",
    "Item": "Artikal",
    "Paid by": "Plaćeno od",
    "Subtotal": "Međuzbroj",
    "Customer Signature": "Potpis kupca",
    "Authorized Signature": "Potpis ovlaštene osobe",
    "Add Items": "Dodaj artikle",
    "Enter Quantity": "Unesite količinu",
    "Enter Purchase Price": "Unesite cijenu nabavke",
    "Sales Price": "Prodajna cijena",
    "Enter Sales Price": "Unesite prodajnu cijenu",
    "WholeSale Price": "Cijena na veliko",
    "Enter WholeSale Price": "Unesite cijenu na veliko",
    "Enter Dealer Price": "Unesite cijenu za distributera",
    "Customer Due Reports": "Izvještaji o dugu kupca",
    "Customer Due List": "Lista duga kupca",
    "Expense Reports": "Izvještaji o troškovima",
    "Expense Report List": "Lista izvještaja o troškovima",
    "Income For": "Prihod za",
    "Income Reports": "Izvještaji o prihodima",
    "Income Report List": "Lista izvještaja o prihodima",
    "Loss Profit Reports": "Izvještaji o gubicima i profitima",
    "From Date": "Od datuma",
    "To Date": "Do datuma",
    "Loss Profit Report List": "Lista izvještaja o gubicima i profitima",
    "Discount Amount": "Iznos popusta",
    "Sale Date": "Datum prodaje",
    "Purchase Report List": "Lista izvještaja o kupovini",
    "Purchase Reports": "Izvještaji o kupovini",
    "Purchase Return Report List": "Lista izvještaja o povratima kupovine",
    "Purchase Return Reports": "Izvještaji o povratima kupovine",
    "Sales Report List": "Lista 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": "Lista izvještaja o povratima prodaje",
    "Cost": "Trošak",
    "Stock Value": "Vrijednost zaliha",
    "Stock Report List": "Lista 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": "Lista duga dobavljača",
    "Profile Edit": "Izmjena profila",
    "Parties": "Stranke",
    "Sales List": "Lista prodaje",
    "User Title": "Titula korisnika",
    "Enter user title": "Unesite titulu korisnika",
    "Email Address": "Email adresa",
    "Edit User Role": "Izmjena uloge korisnika",
    "Add User Role": "Dodaj ulogu korisnika",
    "Sale return Amount ": "Iznos povrata prodaje ",
    "Sales Return List": "Lista povrata prodaje",
    "Select Customer": "Odaberite kupca",
    "Guest": "Gost",
    "Enter Customer Phone Number": "Unesite broj telefona kupca",
    "Type note...": "Unesite napomenu...",
    "Sales Return": "Povrat prodaje",
    "Purchases Return": "Povrat kupovine",
    "Add Vat": "Dodaj PDV",
    "Tax": "Porez",
    "Apply": "Primijeni",
    "Select a category": "Odaberite kategoriju",
    "Company And Business Name": "Naziv kompanije i poslovanja",
    "Enter Phone": "Unesite telefon",
    "Logo": "Logo",
    "Invoice Logo": "Logo fakture",
    "Purchase Plan": "Plan kupovine",
    "Days": "Dani",
    "Already Subscribed": "Već pretplaćeno",
    "Buy Now": "Kupite sada",
    "Create Unit": "Kreiraj jedinicu",
    "Unit Name": "Ime jedinice",
    "Enter Unit Name": "Unesite ime jedinice",
    "Unit List": "Lista jedinica",
    "Add new Unit": "Dodaj novu jedinicu",
    "Overall Reports": "Sveukupni izvještaji",
    "Revenue Statistic": "Statistika prihoda",
    "Today Sales": "Dnevna prodaja",
    "Change Amount": "Iznos promjene",
    "Vat": "PDV",
    "Save Product": "Spasi proizvod",
    "Product": "Proizvod",
    "Category created successfully": "Kategorija uspješno kreirana",
    "Category updated successfully": "Kategorija uspješno ažurirana",
    "Category deleted successfully": "Kategorija uspješno obrisana",
    "Selected Category deleted successfully": "Odabrana kategorija uspješno obrisana",
    "Something went wrong!": "Nešto je pošlo po zlu!",
    "Brand created cuccessfully": "Brend uspješno kreiran",
    "Brand updated successfully": "Brend uspješno ažuriran",
    "Brand deleted successfully": "Brend uspješno obrisan",
    "Selected Brands deleted successfully": "Odabrani brendovi uspješno obrisani",
    "Something was wrong.": "Nešto je bilo pogrešno.",
    "Default currency activated successfully": "Osnovna valuta uspješno aktivirana",
    "Failed to set default currency. Please try again.": "Nije moguće postaviti osnovnu valutu. Pokušajte ponovo.",
    "Collect Due saved successfully": "Zaduženje uspješno spremljeno",
    "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 obrisana",
    "Selected item deleted successfully.": "Odabrani predmet uspješno obrisan.",
    "Expense saved successfully.": "Trošak uspješno spremljen.",
    "Expense updated successfully.": "Trošak uspješno ažuriran.",
    "Expense deleted successfully": "Trošak uspješno obrisan",
    "Selected Items deleted successfully.": "Odabrani predmeti uspješno obrisani.",
    "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 obrisana",
    "Income saved successfully.": "Prihod uspješno spremljen.",
    "Income updated successfully.": "Prihod uspješno ažuriran.",
    "Income deleted successfully": "Prihod uspješno obrisan",
    "Premission denied.": "Dozvola odbijena.",
    "Customer created successfully": "Kupac uspješno kreiran",
    "Supplier created successfully": "Dobavljač uspješno kreiran",
    "Supplier deleted successfully": "Dobavljač uspješno obrisan",
    "Customer deleted successfully": "Kupac uspješno obrisan",
    "Selected parties deleted successfully": "Odabrane strane uspješno obrisane",
    "Product saved successfully.": "Proizvod uspješno spremljen.",
    "Data saved successfully.": "Podaci uspješno spremljeni.",
    "Product deleted successfully": "Proizvod uspješno obrisan",
    "Selected product deleted successfully": "Odabrani proizvod uspješno obrisan",
    "Cart is empty. Add items first!": "Korpa je prazna. Dodajte proizvode prvo!",
    "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 obrisane.",
    "Sales created successfully.": "Prodaja uspješno kreirana.",
    "You cannot sale in due for a walking customer.": "Ne možete prodavati na dug za prolaznog kupca.",
    "Sales updated successfully.": "Prodaja uspješno ažurirana.",
    "Sale deleted successfully.": "Prodaja uspješno obrisana.",
    "Selected sales deleted successfully.": "Odabrane prodaje uspješno obrisane.",
    "Unit saved successfully": "Jedinična mjera uspješno spremljena",
    "Unit updated successfully": "Jedinična mjera uspješno ažurirana",
    "Units deleted successfully": "Jedinične mjere uspješno obrisane",
    "Unit deleted successfully": "Jedinična mjera uspješno obrisana",
    "Quantity and price updated successfully": "Količina i cijena uspješno ažurirani",
    "Enter valid qty and price": "Unesite važeću količinu i cijenu",
    "Item not found in the cart": "Proizvod nije pronađen u korpi",
    "The cart does not contain this item": "Korpa ne sadrži ovaj proizvod",
    "Item removed from cart": "Proizvod uklonjen iz korpe",
    "All cart removed successfully!": "Svi proizvodi iz korpe uspješno uklonjeni!",
    "Current Password does not match with old password": "Trenutna lozinka se ne poklapa 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šte postavke biznisa 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 obrisana",
    "You have no permission to access.": "Nemate dozvolu za pristup.",
    "Sale returned successfully.": "Prodaja uspješno vraćena.",
    "New subscription order successfully.": "Nova narudžba za pretplatu uspješno izvršena.",

    "Branch": "Filijala",
    "Warehouse": "Skladište",
    "Overview": "Pregled",
    "Branch List": "Lista filijala",
    "Role & permissions": "Uloga i dozvole",
    "Warehouses List": "Lista 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 filijalu",
    "Rack": "Police",
    "Shelf": "Polica",
    "Statement": "Izjava",
    "Expire Product": "Istekli proizvod",
    "Branch Wise Sales": "Prodaja po filijalama",
    "Branch Wise Purchases": "Kupovine po filijalama",
    "Employee Overview": "Pregled zaposlenih",
    "Staffs": "Osoblje",
    "Add new Branch": "Dodaj novu filijalu",
    "Create Branch": "Kreiraj filijalu",
    "Opening Balance": "Početno stanje",
    "Enter balance": "Unesite stanje",
    "Enter description": "Unesite opis",
    "Edit Branch": "Uredi filijalu",
    "Example": "Primjer",
    "Acnoo": "Acnoo",
    "in this example": "u ovom primjeru",
    "Previously, you didn’t have a branch section. So, when you create your first branch, another branch will be created automatically using your company/business name.": "Ranije niste imali odjeljak za filijale. Dakle, kada kreirate svoju prvu filijalu, automatski će se kreirati još jedna koristeći naziv vaše kompanije/poslovanja.",
    "when you create your first branch, another branch will automatically be created with the name": "kada kreirate svoju prvu filijalu, automatski će se kreirati još jedna s nazivom",
    "If your company/business name is": "Ako je naziv vaše kompanije/poslovanja",
    "All your previous data will be assigned to the automatically created branch": "Svi vaši prethodni podaci bit će dodijeljeni automatski kreiranoj filijali",
    "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 obrisati automatski kreiranu filijalu. Razlog je što, ako se filijala izbriše, ona se uklanja iz svakog odjeljka, čime je nemoguće filtrirati podatke filijale. Dakle, automatski kreirana filijala se ne može obrisati.",
    "Role & Permission": "Uloga i dozvole",
    "Add Role": "Dodaj ulogu",
    "Selected role deleted successfully": "Odabrana uloga uspješno obrisana",
    "Branch saved successfully.": "Filijala uspješno sačuvana.",
    "Branch updated successfully.": "Filijala uspješno ažurirana.",
    "Selected branch deleted successfully": "Odabrana filijala uspješno obrisana",
    "Branch deleted successfully": "Filijala uspješno obrisana",
    "Warehouse saved successfully.": "Skladište uspješno sačuvano.",
    "Warehouse updated successfully.": "Skladište uspješno ažurirano.",
    "Warehouse deleted successfully": "Skladište uspješno obrisano.",
    "Selected items deleted successfully.": "Odabrane stavke uspješno obrisane.",
    "My Domains": "Moji domeni",
    "Domain List": "Lista domena",
    "Domains": "Domeni",
    "Domain Name": "Naziv domena",
    "Is Verified": "Je li verifikovan",
    "Has SSL": "Ima SSL",
    "Added on": "Dodano dana",
    "Add New Domain": "Dodaj novi domen",
    "Domain Type": "Tip domena",
    "Addon Domain": "Addon domen",
    "Subdomain": "Poddomen",
    "Enter your domain name": "Unesite naziv domena",
    "row selected": "red izabran",
    "A new sub domain has been added.": "Novi poddomen je dodan.",
    "A new domain has been added.": "Novi domen je dodan.",
    "Domain deleted successfully": "Domen uspješno obrisan.",
    "Domains deleted successfully": "Domeni uspješno obrisani.",
    "Domains List": "Lista domena",
    "Get instruction": "Dobijte uputstvo",
    "Accept": "Prihvati",
    "Pending": "Na čekanju",
    "Why are you reject it?": "Zašto to odbijate?",
    "Enter reason...": "Unesite razlog...",
    "Submit": "Pošalji",
    "Instructions": "Uputstva",
    "cPanel Domain Setup Instructions": "cPanel uputstvo za postavljanje domena",
    "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 novi domen",
    "Leave the auto-generated subdirectory and FTP as default": "Ostavite automatski generirani poddirektorij i FTP kao zadano",
    "Click": "Kliknite",
    "Add Domain": "Dodaj domen",
    "Update your domain’s DNS to point to your cPanel nameservers": "Ažurirajte DNS svog domena da pokazuje na vaše cPanel nameservere",
    "Tip": "Savjet",
    "If you need SSL, go to": "Ako trebate SSL, idite na",
    "SSL/TLS": "SSL/TLS",
    "in cPanel and issue a certificate for your new domain (Let’s Encrypt is free).": "u cPanelu i izdajte certifikat za svoj novi domen (Let’s Encrypt je besplatan).",
    "Apache VPS Configuration": "Apache VPS konfiguracija",
    "Apache Wildcard Domain Setup": "Apache wildcard postavka domena",
    "Create a config file in": "Kreirajte konfiguracijsku datoteku u",
    "How to Add a Domain in cPanel": "Kako dodati domen u cPanel",
    "Enable the site and reload Apache": "Omogućite stranicu i ponovo učitajte Apache",
    "Always test config before reload": "Uvijek testirajte konfiguraciju prije ponovnog učitavanja",
    "Replace": "Zamijenite",
    "with your actual domain": "sa svojim stvarnim domenom",
    "Ensure correct file permissions (chown/chmod)": "Osigurajte ispravne dozvole datoteka (chown/chmod)",
    "Use": "Koristite",
    "Certbot": "Certbot",
    "for free SSL": "za besplatan SSL",
    "Nginx VPS Configuration": "Nginx VPS konfiguracija",
    "Nginx Wildcard Domain Setup": "Nginx wildcard postavka domena",
    "Enable the site and reload Nginx": "Omogućite stranicu i ponovo učitajte Nginx",
    "Important": "Važno",
    "Ensure correct file permissions": "Osigurajte ispravne dozvole datoteka",
    "Domain updated successfully": "Domen uspješno ažuriran",
    "Domain": "Domen",
    "Domain has been rejected successfully.": "Domen je uspješno odbijen.",
    "Domain has been approved successfully.": "Domen je uspješno odobren.",
    "Edit Domain": "Uredi domen",
    "Deleted by user": "Obrisano od strane korisnika",

    "installer_messages.title": "POS Pro Installer",
    "installer_messages.next": "Next Step",
    "installer_messages.back": "Previous",
    "installer_messages.finish": "Install",
    "installer_messages.forms.errorTitle": "The Following errors occurred:",

    "installer_messages.welcome.templateTitle": "Welcome",
    "installer_messages.welcome.title": "POS Pro Installer",
    "installer_messages.welcome.message": "Easy Installation and Setup Wizard.",
    "installer_messages.welcome.next": "Check Requirements",

    "installer_messages.requirements.templateTitle": "Step 1 | Server Requirements",
    "installer_messages.requirements.title": "Server Requirements",
    "installer_messages.requirements.next": "Check Permissions",
    "installer_messages.permissions.templateTitle": "Step 2 | Permissions",
    "installer_messages.permissions.title": "Permissions",
    "installer_messages.permissions.next": "Configure Environment",
    "installer_messages.environment.menu.templateTitle": "Step 3 | Environment Settings",
    "installer_messages.environment.menu.title": "Environment Settings",
    "installer_messages.environment.menu.desc": "Please select how you want to configure the apps .env file.",
    "installer_messages.environment.menu.wizard-button": "Form Wizard Setup",
    "installer_messages.environment.menu.classic-button": "Classic Text Editor",

    "installer_messages.environment.wizard.templateTitle": "Step 3 | Environment Settings | Guided Wizard",
    "installer_messages.environment.wizard.title": "Guided .env Wizard",
    "installer_messages.environment.wizard.tabs.environment": "Environment",
    "installer_messages.environment.wizard.tabs.database": "Database",
    "installer_messages.environment.wizard.tabs.application": "Application",

    "installer_messages.environment.wizard.form.name_required": "An environment name is required.",
    "installer_messages.environment.wizard.form.app_name_label": "Website name",
    "installer_messages.environment.wizard.form.app_name_placeholder": "Enter your website name",
    "installer_messages.environment.wizard.form.app_environment_label": "App Environment",
    "installer_messages.environment.wizard.form.app_environment_label_local": "Local",
    "installer_messages.environment.wizard.form.app_environment_label_developement": "Development",
    "installer_messages.environment.wizard.form.app_environment_label_qa": "Qa",
    "installer_messages.environment.wizard.form.app_environment_label_production": "Production",
    "installer_messages.environment.wizard.form.app_environment_label_other": "Other",
    "installer_messages.environment.wizard.form.app_environment_placeholder_other": "Enter your environment...",
    "installer_messages.environment.wizard.form.app_debug_label": "App Debug",
    "installer_messages.environment.wizard.form.app_debug_label_true": "True",
    "installer_messages.environment.wizard.form.app_debug_label_false": "False",
    "installer_messages.environment.wizard.form.app_log_level_label": "App Log Level",
    "installer_messages.environment.wizard.form.app_log_level_label_debug": "debug",
    "installer_messages.environment.wizard.form.app_log_level_label_info": "info",
    "installer_messages.environment.wizard.form.app_log_level_label_notice": "notice",
    "installer_messages.environment.wizard.form.app_log_level_label_warning": "warning",
    "installer_messages.environment.wizard.form.app_log_level_label_error": "error",
    "installer_messages.environment.wizard.form.app_log_level_label_critical": "critical",
    "installer_messages.environment.wizard.form.app_log_level_label_alert": "alert",
    "installer_messages.environment.wizard.form.app_log_level_label_emergency": "emergency",

    "installer_messages.environment.wizard.form.app_url_label": "App Url",
    "installer_messages.environment.wizard.form.app_url_placeholder": "App Url",
    "installer_messages.environment.wizard.form.db_connection_failed": "Could not connect to the database.",
    "installer_messages.environment.wizard.form.db_connection_label": "Database Connection",
    "installer_messages.environment.wizard.form.db_connection_label_mysql": "mysql",
    "installer_messages.environment.wizard.form.db_connection_label_sqlite": "sqlite",
    "installer_messages.environment.wizard.form.db_connection_label_pgsql": "pgsql",
    "installer_messages.environment.wizard.form.db_connection_label_sqlsrv": "sqlsrv",
    "installer_messages.environment.wizard.form.db_host_label": "Database Host",
    "installer_messages.environment.wizard.form.db_host_placeholder": "Database Host",
    "installer_messages.environment.wizard.form.db_port_label": "Database Port",
    "installer_messages.environment.wizard.form.db_port_placeholder": "Database Port",
    "installer_messages.environment.wizard.form.db_name_label": "Database Name",
    "installer_messages.environment.wizard.form.db_name_placeholder": "Database Name",
    "installer_messages.environment.wizard.form.db_username_label": "Database User Name",
    "installer_messages.environment.wizard.form.db_username_placeholder": "Database User Name",
    "installer_messages.environment.wizard.form.db_password_label": "Database Password",
    "installer_messages.environment.wizard.form.db_password_placeholder": "Database Password",

    "installer_messages.environment.wizard.form.app_tabs.more_info": "More Info",
    "installer_messages.environment.wizard.form.app_tabs.broadcasting_title": "Broadcasting, Caching, Session, &amp; Queue",
    "installer_messages.environment.wizard.form.app_tabs.broadcasting_label": "Broadcast Driver",
    "installer_messages.environment.wizard.form.app_tabs.broadcasting_placeholder": "Broadcast Driver",
    "installer_messages.environment.wizard.form.app_tabs.cache_label": "Cache Driver",
    "installer_messages.environment.wizard.form.app_tabs.cache_placeholder": "Cache Driver",
    "installer_messages.environment.wizard.form.app_tabs.session_label": "Session Driver",
    "installer_messages.environment.wizard.form.app_tabs.session_placeholder": "Session Driver",
    "installer_messages.environment.wizard.form.app_tabs.queue_label": "Queue Driver",
    "installer_messages.environment.wizard.form.app_tabs.queue_placeholder": "Queue Driver",
    "installer_messages.environment.wizard.form.app_tabs.redis_label": "Redis Driver",
    "installer_messages.environment.wizard.form.app_tabs.redis_host": "Redis Host",
    "installer_messages.environment.wizard.form.app_tabs.redis_password": "Redis Password",
    "installer_messages.environment.wizard.form.app_tabs.redis_port": "Redis Port",
    "installer_messages.environment.wizard.form.app_tabs.mail_label": "Mail",
    "installer_messages.environment.wizard.form.app_tabs.mail_driver_label": "Mail Driver",
    "installer_messages.environment.wizard.form.app_tabs.mail_driver_placeholder": "Mail Driver",
    "installer_messages.environment.wizard.form.app_tabs.mail_host_label": "Mail Host",
    "installer_messages.environment.wizard.form.app_tabs.mail_host_placeholder": "Mail Host",
    "installer_messages.environment.wizard.form.app_tabs.mail_port_label": "Mail Port",
    "installer_messages.environment.wizard.form.app_tabs.mail_port_placeholder": "Mail Port",
    "installer_messages.environment.wizard.form.app_tabs.mail_username_label": "Mail Username",
    "installer_messages.environment.wizard.form.app_tabs.mail_username_placeholder": "Mail Username",
    "installer_messages.environment.wizard.form.app_tabs.mail_password_label": "Mail Password",
    "installer_messages.environment.wizard.form.app_tabs.mail_password_placeholder": "Mail Password",
    "installer_messages.environment.wizard.form.app_tabs.mail_encryption_label": "Mail Encryption",
    "installer_messages.environment.wizard.form.app_tabs.mail_encryption_placeholder": "Mail Encryption",
    "installer_messages.environment.wizard.form.app_tabs.pusher_label": "Pusher",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_id_label": "Pusher App Id",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_id_palceholder": "Pusher App Id",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_key_label": "Pusher App Key",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_key_palceholder": "Pusher App Key",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_secret_label": "Pusher App Secret",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_secret_palceholder": "Pusher App Secret",

    "installer_messages.environment.wizard.form.buttons.setup_database": "Setup Database",
    "installer_messages.environment.wizard.form.buttons.setup_application": "Setup Application",
    "installer_messages.environment.wizard.form.buttons.install": "Install",

    "installer_messages.environment.classic.templateTitle": "Step 3 | Environment Settings | Classic Editor",
    "installer_messages.environment.classic.title": "Classic Environment Editor",
    "installer_messages.environment.classic.save": "Save .env",
    "installer_messages.environment.classic.back": "Use Form Wizard",
    "installer_messages.environment.classic.install": "Save and Install",

    "installer_messages.environment.success": "Your .env file settings have been saved.",
    "installer_messages.environment.errors": "Unable to save the .env file, Please create it manually.",

    "installer_messages.install": "Install",
    "installer_messages.installed.success_log_message": "Laravel Installer successfully INSTALLED on ",

    "installer_messages.final.title": "Installation Finished",
    "installer_messages.final.templateTitle": "Installation Finished",
    "installer_messages.final.finished": "Application has been successfully installed.",
    "installer_messages.final.migration": "Migration &amp; Seed Console Output:",
    "installer_messages.final.console": "Application Console Output:",
    "installer_messages.final.log": "Installation Log Entry:",
    "installer_messages.final.env": "Final .env File:",
    "installer_messages.final.exit": "Click here to exit",

    "installer_messages.updater.title": "Laravel Updater",
    "installer_messages.updater.welcome.title": "Welcome To The Updater",
    "installer_messages.updater.welcome.message": "Welcome to the update wizard.",

    "installer_messages.updater.overview.title": "Overview",
    "installer_messages.updater.overview.message": "There is 1 update.|There are :number updates.",
    "installer_messages.updater.overview.install_updates": "Install Updates",
    "installer_messages.updater.final.title": "Finished",
    "installer_messages.updater.final.finished": "Application's database has been successfully updated.",
    "installer_messages.updater.final.exit": "Click here to exit",
    "installer_messages.updater.log.success_message": "Laravel Installer successfully UPDATED on "
}
