2088 lines
100 KiB
JSON
2088 lines
100 KiB
JSON
{
|
||
"auth.failed": "These credentials do not match our records.",
|
||
"auth.password": "The provided password is incorrect.",
|
||
"auth.throttle": "Too many login attempts. Please try again in :seconds seconds.",
|
||
"pagination.previous": "« Previous",
|
||
"pagination.next": "Next »",
|
||
"passwords.reset": "Your password has been reset!",
|
||
"passwords.sent": "We have emailed your password reset link!",
|
||
"passwords.throttled": "Please wait before retrying.",
|
||
"passwords.token": "This password reset token is invalid.",
|
||
"passwords.user": "We can't find a user with that email address.",
|
||
"validation.accepted": "The :attribute must be accepted.",
|
||
"validation.accepted_if": "The :attribute must be accepted when :other is :value.",
|
||
"validation.active_url": "The :attribute is not a valid URL.",
|
||
"validation.after": "The :attribute must be a date after :date.",
|
||
"validation.after_or_equal": "The :attribute must be a date after or equal to :date.",
|
||
"validation.alpha": "The :attribute must only contain letters.",
|
||
"validation.alpha_dash": "The :attribute must only contain letters, numbers, dashes and underscores.",
|
||
"validation.alpha_num": "The :attribute must only contain letters and numbers.",
|
||
"validation.array": "The :attribute must be an array.",
|
||
"validation.before": "The :attribute must be a date before :date.",
|
||
"validation.before_or_equal": "The :attribute must be a date before or equal to :date.",
|
||
"validation.between.array": "The :attribute must have between :min and :max items.",
|
||
"validation.between.file": "The :attribute must be between :min and :max kilobytes.",
|
||
"validation.between.numeric": "The :attribute must be between :min and :max.",
|
||
"validation.between.string": "The :attribute must be between :min and :max characters.",
|
||
"validation.boolean": "The :attribute field must be true or false.",
|
||
"validation.confirmed": "The :attribute confirmation does not match.",
|
||
"validation.current_password": "The password is incorrect.",
|
||
"validation.date": "The :attribute is not a valid date.",
|
||
"validation.date_equals": "The :attribute must be a date equal to :date.",
|
||
"validation.date_format": "The :attribute does not match the format :format.",
|
||
"validation.declined": "The :attribute must be declined.",
|
||
"validation.declined_if": "The :attribute must be declined when :other is :value.",
|
||
"validation.different": "The :attribute and :other must be different.",
|
||
"validation.digits": "The :attribute must be :digits digits.",
|
||
"validation.digits_between": "The :attribute must be between :min and :max digits.",
|
||
"validation.dimensions": "The :attribute has invalid image dimensions.",
|
||
"validation.distinct": "The :attribute field has a duplicate value.",
|
||
"validation.email": "The :attribute must be a valid email address.",
|
||
"validation.ends_with": "The :attribute must end with one of the following: :values.",
|
||
"validation.enum": "The selected :attribute is invalid.",
|
||
"validation.exists": "The selected :attribute is invalid.",
|
||
"validation.file": "The :attribute must be a file.",
|
||
"validation.filled": "The :attribute field must have a value.",
|
||
"validation.gt.array": "The :attribute must have more than :value items.",
|
||
"validation.gt.file": "The :attribute must be greater than :value kilobytes.",
|
||
"validation.gt.numeric": "The :attribute must be greater than :value.",
|
||
"validation.gt.string": "The :attribute must be greater than :value characters.",
|
||
"validation.gte.array": "The :attribute must have :value items or more.",
|
||
"validation.gte.file": "The :attribute must be greater than or equal to :value kilobytes.",
|
||
"validation.gte.numeric": "The :attribute must be greater than or equal to :value.",
|
||
"validation.gte.string": "The :attribute must be greater than or equal to :value characters.",
|
||
"validation.image": "The :attribute must be an image.",
|
||
"validation.in": "The selected :attribute is invalid.",
|
||
"validation.in_array": "The :attribute field does not exist in :other.",
|
||
"validation.integer": "The :attribute must be an integer.",
|
||
"validation.ip": "The :attribute must be a valid IP address.",
|
||
"validation.ipv4": "The :attribute must be a valid IPv4 address.",
|
||
"validation.ipv6": "The :attribute must be a valid IPv6 address.",
|
||
"validation.json": "The :attribute must be a valid JSON string.",
|
||
"validation.lt.array": "The :attribute must have less than :value items.",
|
||
"validation.lt.file": "The :attribute must be less than :value kilobytes.",
|
||
"validation.lt.numeric": "The :attribute must be less than :value.",
|
||
"validation.lt.string": "The :attribute must be less than :value characters.",
|
||
"validation.lte.array": "The :attribute must not have more than :value items.",
|
||
"validation.lte.file": "The :attribute must be less than or equal to :value kilobytes.",
|
||
"validation.lte.numeric": "The :attribute must be less than or equal to :value.",
|
||
"validation.lte.string": "The :attribute must be less than or equal to :value characters.",
|
||
"validation.mac_address": "The :attribute must be a valid MAC address.",
|
||
"validation.max.array": "The :attribute must not have more than :max items.",
|
||
"validation.max.file": "The :attribute must not be greater than :max kilobytes.",
|
||
"validation.max.numeric": "The :attribute must not be greater than :max.",
|
||
"validation.max.string": "The :attribute must not be greater than :max characters.",
|
||
"validation.mimes": "The :attribute must be a file of type: :values.",
|
||
"validation.mimetypes": "The :attribute must be a file of type: :values.",
|
||
"validation.min.array": "The :attribute must have at least :min items.",
|
||
"validation.min.file": "The :attribute must be at least :min kilobytes.",
|
||
"validation.min.numeric": "The :attribute must be at least :min.",
|
||
"validation.min.string": "The :attribute must be at least :min characters.",
|
||
"validation.multiple_of": "The :attribute must be a multiple of :value.",
|
||
"validation.not_in": "The selected :attribute is invalid.",
|
||
"validation.not_regex": "The :attribute format is invalid.",
|
||
"validation.numeric": "The :attribute must be a number.",
|
||
"validation.present": "The :attribute field must be present.",
|
||
"validation.prohibited": "The :attribute field is prohibited.",
|
||
"validation.prohibited_if": "The :attribute field is prohibited when :other is :value.",
|
||
"validation.prohibited_unless": "The :attribute field is prohibited unless :other is in :values.",
|
||
"validation.prohibits": "The :attribute field prohibits :other from being present.",
|
||
"validation.regex": "The :attribute format is invalid.",
|
||
"validation.required": "The :attribute field is required.",
|
||
"validation.required_array_keys": "The :attribute field must contain entries for: :values.",
|
||
"validation.required_if": "The :attribute field is required when :other is :value.",
|
||
"validation.required_unless": "The :attribute field is required unless :other is in :values.",
|
||
"validation.required_with": "The :attribute field is required when :values is present.",
|
||
"validation.required_with_all": "The :attribute field is required when :values are present.",
|
||
"validation.required_without": "The :attribute field is required when :values is not present.",
|
||
"validation.required_without_all": "The :attribute field is required when none of :values are present.",
|
||
"validation.same": "The :attribute and :other must match.",
|
||
"validation.size.array": "The :attribute must contain :size items.",
|
||
"validation.size.file": "The :attribute must be :size kilobytes.",
|
||
"validation.size.numeric": "The :attribute must be :size.",
|
||
"validation.size.string": "The :attribute must be :size characters.",
|
||
"validation.starts_with": "The :attribute must start with one of the following: :values.",
|
||
"validation.string": "The :attribute must be a string.",
|
||
"validation.timezone": "The :attribute must be a valid timezone.",
|
||
"validation.unique": "The :attribute has already been taken.",
|
||
"validation.uploaded": "The :attribute failed to upload.",
|
||
"validation.url": "The :attribute must be a valid URL.",
|
||
"validation.uuid": "The :attribute must be a valid UUID.",
|
||
"validation.custom.attribute-name.rule-name": "custom-message",
|
||
|
||
"Dashboard": "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 went 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",
|
||
|
||
"Download Apk": "Preuzmi Apk",
|
||
"SMS Marketing": "SMS Marketing",
|
||
"Party Reports": "Izvještaji o strankama",
|
||
"HRM": "Upravljanje ljudskim resursima",
|
||
"Finance & Accounts": "Finansije i računi",
|
||
"Transfer": "Prenos",
|
||
"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": "Profit po fakturi",
|
||
"Company / Business Name": "Naziv kompanije / biznisa",
|
||
"Shop Opening Balance": "Početno stanje prodavnice",
|
||
"Shop Remaining Balance": "Preostalo stanje prodavnice",
|
||
"Plan Expire Date": "Datum isteka plana",
|
||
"Enter Business Name": "Unesite naziv biznisa",
|
||
"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 uplatu",
|
||
"Cheque": "Ček",
|
||
"Wallet": "Novčanik",
|
||
"Select Warehouse": "Odaberite skladište",
|
||
"Batch": "Serija",
|
||
"Scan / search by code or name": "Skeniraj / pretraži po kodu ili imenu",
|
||
"Show 20": "Prikaži - 20",
|
||
"Show 500": "Prikaži - 500",
|
||
"Yesterday": "Jučer",
|
||
"Last 30 Days": "Posljednjih 30 dana",
|
||
"Current Month": "Trenutni mjesec",
|
||
"Current Year": "Trenutna godina",
|
||
"Custom Date": "Prilagođeni datum",
|
||
"View Payment": "Pogledaj uplatu",
|
||
"Receipt No.": "Broj računa",
|
||
"Inventory Sales": "Prodaja inventara",
|
||
"Flat": "Fiksno",
|
||
"Percent (%)": "Procenat (%)",
|
||
"Select Product": "Odaberite proizvod",
|
||
"Guarantee": "Garancija",
|
||
"Warranty": "Jamstvo",
|
||
"Remarks": "Napomene",
|
||
"Sales Invoice": "Račun prodaje",
|
||
"PDF": "PDF",
|
||
"Print": "Štampaj",
|
||
"Sales By": "Prodaja od strane",
|
||
"Sub-Total": "Međuzbir",
|
||
"Net Payable": "Neto za plaćanje",
|
||
"invoice": "račun",
|
||
"QTY": "Količina",
|
||
"U.Price": "Jedinična cijena",
|
||
"Delivery charge": "Trošak dostave",
|
||
"Total Payable": "Ukupno za plaćanje",
|
||
"Total Return": "Ukupni povrat",
|
||
"Payable": "Za plaćanje",
|
||
"Return Product": "Vrati proizvod",
|
||
"Returned Item": "Vraćeni artikl",
|
||
"Total Return Amount": "Ukupni iznos povrata",
|
||
"Add Purchase": "Dodaj kupovinu",
|
||
"Returns List": "Lista povrata",
|
||
"Partial Paid": "Djelomično plaćeno",
|
||
"Bulk Upload": "Masovno učitavanje",
|
||
"Save & Published": "Sačuvaj i objavi",
|
||
"Product price, stock": "Cijena proizvoda, zalihe",
|
||
"Combo Products": "Kombinirani proizvodi",
|
||
"Expired Products": "Istekli proizvodi",
|
||
"Print Labels": "Štampaj etikete",
|
||
"Model": "Model",
|
||
"Variation": "Varijacija",
|
||
"Racks": "Regali",
|
||
"Shelfs": "Police",
|
||
"Product Image": "Slika proizvoda",
|
||
"Expire Date": "Datum isteka",
|
||
"Barcode Generate": "Generiši barkod",
|
||
"Available Stock": "Dostupne zalihe",
|
||
"Qty / No of label": "Količina / broj etiketa",
|
||
"Packing Date": "Datum pakovanja",
|
||
"Information to show in labels": "Informacije za prikaz na etiketama",
|
||
"Product Price": "Cijena proizvoda",
|
||
"Print packing date": "Štampaj datum pakovanja",
|
||
"Show Price": "Prikaži cijenu",
|
||
"Barcode Type *": "Tip barkoda *",
|
||
"Barcode Print Paper Setting": "Postavke papira za štampu barkoda",
|
||
"Preview": "Pregled",
|
||
"Download File": "Preuzmi datoteku",
|
||
"Field Name": "Naziv polja",
|
||
"Add new Model": "Dodaj novi model",
|
||
"Model List": "Lista modela",
|
||
"Model Name": "Naziv modela",
|
||
"Create Model": "Kreiraj model",
|
||
"Variations List": "Lista varijacija",
|
||
"Values": "Vrijednosti",
|
||
"Edit Variation": "Uredi varijaciju",
|
||
"Rack List": "Lista regala",
|
||
"Add new rack": "Dodaj novi regal",
|
||
"Shelf List": "Lista polica",
|
||
"Add shelf": "Dodaj policu",
|
||
"Edit shelf": "Uredi policu",
|
||
"Transfer List": "Lista transfera",
|
||
"From Branch": "Iz filijale",
|
||
"To Branch": "U filijalu",
|
||
"From Warehouse": "Iz skladišta",
|
||
"To Warehouse": "U skladište",
|
||
"Add New Transfer": "Dodaj novi transfer",
|
||
"Transfer Note": "Bilješka o transferu",
|
||
"All Stock": "Sve zalihe",
|
||
"Party Credit Limit": "Kreditni limit stranke",
|
||
"Billing Address": "Adresa za fakturiranje",
|
||
"City": "Grad",
|
||
"State": "Država",
|
||
"Zip Code": "Poštanski broj",
|
||
"Shipping Address": "Adresa za dostavu",
|
||
"Supplier Name": "Naziv dobavljača",
|
||
"Vat List": "Lista PDV-a",
|
||
"Add New Vat": "Dodaj novi PDV",
|
||
"Tax Setting": "Postavke poreza",
|
||
"Add New Vat Group": "Dodaj novu PDV grupu",
|
||
"Vat Group List": "Lista PDV grupa",
|
||
"Vat Group Name": "Naziv PDV grupe",
|
||
"Select vats": "Odaberite PDV",
|
||
"All List": "Cijela lista",
|
||
"Guest Due": "Dug gosta",
|
||
"Retailer Due": "Dug maloprodaje",
|
||
"Dealer Due": "Dug distributera",
|
||
"Wholesaler Due": "Dug veleprodaje",
|
||
"Guest Due List": "Lista 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": "Profit po računu",
|
||
"Expenses": "Troškovi",
|
||
"Bank Accounts": "Bankovni računi",
|
||
"Deposit & Withdraws": "Uplata i isplata",
|
||
"Add Bank": "Dodaj banku",
|
||
"Account Name": "Naziv računa",
|
||
"Account Number": "Broj računa",
|
||
"Bank Name": "Naziv banke",
|
||
"Branch Name": "Naziv filijale",
|
||
"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 više polja",
|
||
"Print Bank details on invoices": "Štampaj bankovne podatke na računima",
|
||
"Bank to Bank Transfer": "Transfer banka do banka",
|
||
"Bank to Cash Transfer": "Transfer banka do gotovine",
|
||
"Adjust Bank Balance": "Prilagodi bankovni saldo",
|
||
"Adjust Cash": "Prilagodi gotovinu",
|
||
"Cash to Bank Transfer": "Transfer gotovina do banke",
|
||
"From": "Od",
|
||
"To": "Do",
|
||
"Transfer Date": "Datum transfera",
|
||
"Cheques List": "Lista č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": "Priliv novca",
|
||
"Money Out": "Odliv novca",
|
||
"Transaction List": "Lista transakcija",
|
||
"Reference": "Referenca",
|
||
"Transaction Type": "Vrsta transakcije",
|
||
"Due Pay": "Dug za plaćanje",
|
||
"Due Collect": "Dug za naplatu",
|
||
"All Party": "Sve strane",
|
||
"Transaction By": "Transakciju izvršio",
|
||
"Total :": "Ukupno :",
|
||
"Cash In": "Priliv gotovine",
|
||
"Cash Out": "Odliv gotovine",
|
||
"Running Cash": "Trenutna gotovina",
|
||
"Bill Wise Profit List": "Lista profita po računu",
|
||
"Sales Amount": "Iznos prodaje",
|
||
"Sale Amount": "Iznos prodaje",
|
||
"Create Expense Category": "Kreiraj kategoriju troškova",
|
||
"Department": "Odeljenje",
|
||
"Designation": "Naziv pozicije",
|
||
"Shift": "Smjena",
|
||
"Employee": "Zaposleni",
|
||
"Leave Request": "Zahtev za odsustvo",
|
||
"Holiday": "Praznik",
|
||
"Attendance": "Prisustvo",
|
||
"Payroll": "Platni spisak",
|
||
"Department List": "Lista odeljenja",
|
||
"Add Department": "Dodaj odeljenje",
|
||
"Create Department": "Kreiraj odeljenje",
|
||
"Designation List": "Lista pozicija",
|
||
"Add Designation": "Dodaj poziciju",
|
||
"Create Designation": "Kreiraj poziciju",
|
||
"Shift List": "Lista 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": "Odaberi ime",
|
||
"Break Status": "Status pauze",
|
||
"Start Break Time": "Početak pauze",
|
||
"End Break Time": "Kraj pauze",
|
||
"Employee List": "Lista zaposlenih",
|
||
"Add new Employee": "Dodaj novog zaposlenog",
|
||
"shift": "Smjena",
|
||
"Salary": "Plata",
|
||
"Gender": "Pol",
|
||
"Birth Date": "Datum rođenja",
|
||
"Join Date": "Datum prijema",
|
||
"Leave Type": "Vrsta odsustva",
|
||
"Leave": "Odsustvo",
|
||
"Leave Type List": "Lista vrsta odsustva",
|
||
"Add Leave Type": "Dodaj vrstu odsustva",
|
||
"Create Leave Type": "Kreiraj vrstu odsustva",
|
||
"Leave List": "Lista odsustava",
|
||
"Add new Leave": "Dodaj novo odsustvo",
|
||
"Month": "Mjesec",
|
||
"Start Date": "Datum početka",
|
||
"End Date": "Datum završetka",
|
||
"Leave Duration": "Trajanje odsustva",
|
||
"Select employee": "Odaberi zaposlenog",
|
||
"All month": "Cijeli mjesec",
|
||
"Create Leave": "Kreiraj odsustvo",
|
||
"Holiday List": "Lista praznika",
|
||
"Add new Holiday": "Dodaj novi praznik",
|
||
"Create Holiday": "Kreiraj praznik",
|
||
"Tax Report": "Porezni izvještaj",
|
||
"Profit Loss": "Dobit i gubitak",
|
||
"Due Transaction": "Dospjela transakcija",
|
||
"Subscription Report": "Izvještaj o pretplati",
|
||
"Product Profit/Loss": "Dobit/gubitak po proizvodu",
|
||
"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": "Kupovina po proizvodu",
|
||
"Product Wise Sale": "Prodaja po proizvodu",
|
||
"Expired Product": "Istekli proizvod",
|
||
"Customer Ledger": "Knjižica kupca",
|
||
"Supplier Ledger": "Knjižica dobavljača",
|
||
"Party Loss/Profit": "Gubitak/Dobit strane",
|
||
"SMS Template": "SMS predložak",
|
||
"Android Gateway": "Android Gateway",
|
||
"API Gateway": "API Gateway",
|
||
"Balance Sheet": "Bilans stanja",
|
||
"All Due": "Sve dospjele obaveze",
|
||
"Attendance List": "Lista prisustva",
|
||
"Add new Attendance": "Dodaj novo prisustvo",
|
||
"Time In": "Vrijeme dolaska",
|
||
"Time Out": "Vrijeme odlaska",
|
||
"Payroll List": "Lista plata",
|
||
"Add new Payroll": "Dodaj novu platu",
|
||
"Payment Year": "Godina plaćanja",
|
||
"Receipt No": "Broj računa",
|
||
"date": "Datum",
|
||
|
||
"Attendance Report": "Izvještaj prisustva",
|
||
"Payroll Report": "Izvještaj plata",
|
||
"Slip No": "Broj slip-a",
|
||
"Leave Report": "Izvještaj odsustva",
|
||
"Total Sale": "Ukupna prodaja",
|
||
"Total Sale Return": "Ukupni povrat prodaje",
|
||
"Total Purchase Return": "Ukupni povrat kupovine",
|
||
"Tax Report List": "Lista poreznih izvještaja",
|
||
"Payment Method": "Način plaćanja",
|
||
"Loss/Profit Report Details": "Detalji izvještaja o gubitku/dobiti",
|
||
"Opening Stock": "Početne zalihe",
|
||
"(By purchase price)": "(Po cijeni kupovine)",
|
||
"(By sale price)": "(Po prodajnoj cijeni)",
|
||
"Total purchase:": "Ukupna kupovina:",
|
||
"Total purchase shipping charge:": "Ukupni trošak dostave kupovine:",
|
||
"Total Sell discount:": "Ukupni popust prodaje:",
|
||
"Total Sell Return:": "Ukupni povrat prodaje:",
|
||
"Closing stock": "Zatvaranje zaliha",
|
||
"Total Sales:": "Ukupna prodaja:",
|
||
"Total sell shipping charge:": "Ukupni trošak dostave prodaje:",
|
||
"Total Purchase Return:": "Ukupni povrat kupovine:",
|
||
"Total Purchase discount:": "Ukupni popust kupovine:",
|
||
"Total sell round off:": "Ukupno zaokruživanje prodaje:",
|
||
"Credit Limit": "Kreditni limit",
|
||
"Due Collection Transactions": "Transakcije naplate duga",
|
||
"Pay Due Amount": "Plati dug",
|
||
"Top 5 Customers": "Top 5 kupaca",
|
||
"Top 5 Suppliers": "Top 5 dobavljača",
|
||
"Total Purchases": "Ukupna kupovina",
|
||
"Top 5 Products": "Top 5 proizvoda",
|
||
"Cost Price": "Troškovna cijena",
|
||
"Sales price": "Prodajna cijena",
|
||
"Product Wise Discount": "Popust po proizvodu",
|
||
"Product Purchases": "Kupovina proizvoda",
|
||
"Purchase QTY": "Količina kupovine",
|
||
"Product Sales": "Prodaja proizvoda",
|
||
"Sale QTY": "Količina prodaje",
|
||
"Total Sale Due": "Ukupni dug prodaje",
|
||
"Total Purchase Due": "Ukupni dug kupovine",
|
||
"Party Wise Loss & Profit": "Gubitak i dobit po strani",
|
||
"Gateway List": "Lista gateway-a",
|
||
"Gateway ID.": "ID gateway-a",
|
||
"Gateway Type": "Vrsta gateway-a",
|
||
"Device List": "Lista 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šte",
|
||
"Invoice Print": "Štampanje računa",
|
||
"Currencies Settings": "Postavke valuta",
|
||
"SMS Gateway Settings": "Postavke SMS gateway-a",
|
||
"Languages Settings": "Postavke jezika",
|
||
"Add, Edit, Update, Delete Languages.": "Dodaj, uređuj, ažuriraj i izbriši jezike.",
|
||
"Configure the fundamental information of the site.": "Konfigurišite osnovne informacije sajta.",
|
||
"Control and configure overall notification systems": "Kontrolišite i konfigurišite sve sisteme obavještenja",
|
||
"View and update currency settings": "Pregledajte i ažurirajte postavke valuta",
|
||
"Add new users, Provide role and Permission": "Dodajte nove korisnike, dodijelite uloge i dozvole",
|
||
"View and update gateway settings": "Pregledajte i ažurirajte postavke gateway-a",
|
||
"VAT/GST Title": "Naslov VAT/GST",
|
||
"VAT/GST Number": "Broj VAT/GST",
|
||
"Sale Rounding Option": "Opcija zaokruživanja prodaje",
|
||
"Product Profit Option": "Opcija dobiti po proizvodu",
|
||
"Post Sale Message": "Poruka nakon prodaje",
|
||
"Invoice Note Label": "Oznaka bilješke računa",
|
||
"Invoice Note": "Bilješka računa",
|
||
"Warranty Void Label": "Oznaka poništenja garancije",
|
||
"Warranty Void": "Garancija poništena",
|
||
"A4 Page Invoice Logo": "Logo računa na A4 stranici",
|
||
"Thermal Invoice Logo": "Logo termalnog računa",
|
||
"Invoice Scanner Logo": "Logo skenera računa",
|
||
"Select SMS Gateway": "Odaberite SMS gateway",
|
||
"Language Settings": "Postavke jezika",
|
||
"Locale": "Lokal",
|
||
|
||
"Flag": "Zastava",
|
||
"Add New Language": "Dodaj novi jezik",
|
||
"Is Active": "Aktivno",
|
||
"Is Default": "Podrazumijevano",
|
||
"Product Settings": "Postavke proizvoda",
|
||
"Currency Setting": "Postavke valute",
|
||
"Select Currency": "Odaberite valutu",
|
||
"Total Assets": "Ukupna imovina",
|
||
"Liabilities": "Obaveze",
|
||
"Assets": "Imovina",
|
||
"Payment In": "Priliv plaćanja",
|
||
"Equities & Liabilities": "Kapital i obaveze",
|
||
"Create Supplier": "Kreiraj dobavljača",
|
||
"Batch No.": "Broj serije",
|
||
"Cost exc. tax": "Trošak bez poreza",
|
||
"Cost inc. tax": "Trošak sa porezom",
|
||
"Wholesale": "Veleprodajna cijena",
|
||
"View Combo Product": "Pogledaj kombinovani proizvod",
|
||
"Add new Transfer": "Dodaj novi transfer",
|
||
"Stock Values": "Vrijednosti zaliha",
|
||
"Drag & drop your Image": "Povuci i ispusti sliku",
|
||
"Browse": "Pregledaj",
|
||
"Address line 1": "Adresa linija 1",
|
||
"Add Vat Rate": "Dodaj PDV stopu",
|
||
"Rate": "Stopa",
|
||
"Pay Due": "Plati dug",
|
||
"Apply Month": "Primjenjivi mjesec",
|
||
"Create Attendance": "Kreiraj prisustvo",
|
||
"Create Payroll": "Kreiraj platni spisak",
|
||
"Purchase Date": "Datum kupovine",
|
||
"Payment Reminder": "Podsjetnik za plaćanje",
|
||
"New Sale": "Nova prodaja",
|
||
"Payment Received": "Primljena uplata",
|
||
"Payment Paid": "Izvršena uplata",
|
||
"SMS Body": "Sadržaj SMS-a",
|
||
"Available Tags": "Dostupne oznake",
|
||
"Enable SMS Notification": "Omogući SMS obavještenja",
|
||
"Business Phone": "Poslovni telefon",
|
||
"Add Gateway": "Dodaj gateway",
|
||
"Add New Device": "Dodaj novi uređaj",
|
||
"To add your device to the system, follow these steps:": "Da dodate svoj uređaj u sistem, pratite ove korake:",
|
||
"Get the latest version of the App from this": "Preuzmite najnoviju verziju aplikacije sa 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 ekrana. Otvorite aplikaciju i odobrite sve zatražene dozvole. Na ekranu za prijavu odaberite \"Prijava sa QR kodom\" 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 sistemom. Ponovo učitajte ovu stranicu da vidite novi uređaj.",
|
||
"View and update gateway settings.": "Pregledajte i ažurirajte postavke gateway-a.",
|
||
"Product Stock": "Zalihe proizvoda",
|
||
"Model No": "Broj modela",
|
||
"Product Manufacturer": "Proizvođač proizvoda",
|
||
"Low Stock Alert": "Upozorenje na nisku zalihu",
|
||
"VAT ID": "VAT ID",
|
||
"VAT Type": "Vrsta VAT-a",
|
||
"Exclusive Price": "Ekskluzivna cijena",
|
||
"Inclusive Price": "Ukupna cijena",
|
||
"Profit Percent": "Procenat 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": "Jedan",
|
||
"Variant": "Varijanta",
|
||
"Combo": "Kombinovani",
|
||
"Guest Due Sale": "Dug gostujuće prodaje",
|
||
"Product Discount": "Popust na proizvod",
|
||
"Add Product Settings": "Dodaj postavke proizvoda",
|
||
"Additional Product Field": "Dodatno polje proizvoda",
|
||
"Purchase Setting": "Postavke kupovine",
|
||
"Sale Setting": "Postavke prodaje",
|
||
"Profit & Loss Details": "Detalji dobiti i gubitka",
|
||
"Product Profit & Loss": "Dobit i gubitak po proizvodu",
|
||
"Customer List": "Lista kupaca",
|
||
"Supplier List": "Lista dobavljača",
|
||
":type List": "Lista :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-a)",
|
||
"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.": "Slijedite upute u nastavku za učitavanje vaše datoteke.",
|
||
"Download the sample file first and add all your products to it.": "Prvo preuzmite primjer 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 unesete obavezna polja, sistem ć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 na skladištu",
|
||
"Sale Price (MRP)": "Prodajna cijena (MRP)",
|
||
"VAT Name": "Naziv PDV-a",
|
||
"VAT (%)": "PDV (%)",
|
||
"Low Stock Qty": "Minimalna količina na skladištu",
|
||
"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": "Mjerná jedinica za proizvod",
|
||
"Piece, Kg, Litre": "Komad, Kg, Litar",
|
||
"If not found, a new unit will be created automatically.": "Ako se ne pronađe, nova jedinica će biti automatski kreirana.",
|
||
"The brand associated with the product": "Brend povezan s proizvodom",
|
||
"Samsung, Nestlé": "Samsung, Nestlé",
|
||
"If not found, the system will create it automatically.": "Ako se ne pronađe, sistem će ga automatski kreirati.",
|
||
"The available quantity of the product currently in stock.": "Trenutno dostupna količina proizvoda na skladištu.",
|
||
"A unique identifier for the product": "Jedinstveni identifikator proizvoda",
|
||
"SKU001": "SKU001",
|
||
"Product codes must be unique — duplicate codes will be ignored.": "Šifre proizvoda moraju biti jedinstvene — duplikati će biti zanemareni.",
|
||
"The cost price of the product excluding VAT.": "Troškovna cijena proizvoda bez PDV-a.",
|
||
"The selling price or maximum retail price for the product.": "Prodajna cijena ili maksimalna maloprodajna cijena (MRP).",
|
||
"Special discounted price for bulk resellers or dealers.": "Posebna snižena cijena za veleprodajne kupce ili distributere.",
|
||
"The price offered for wholesale buyers, usually lower than MRP.": "Cijena ponuđena za veleprodajne kupce, obično niža od MRP-a.",
|
||
"If not found, the system will automatically create a new category.": "Ako se ne pronađe, sistem će automatski kreirati novu kategoriju.",
|
||
"The VAT name applied to the product.": "Naziv PDV-a primijenjen na proizvod.",
|
||
"If the system doesn’t find it, it will create a new VAT with the provided rate.": "Ako sistem ne pronađe, kreirat će novi PDV sa zadanim procentom.",
|
||
"The VAT rate as a percentage": "Stopa PDV-a u procentima",
|
||
"15": "15",
|
||
"Define whether the VAT is": "Odredite da li je PDV",
|
||
"exclusive": "ekskluzivan",
|
||
"or": "ili",
|
||
"inclusive": "uključen",
|
||
"in the price.": "u cijeni.",
|
||
"The minimum stock quantity to trigger a low-stock alert.": "Minimalna količina na skladištu za aktiviranje upozorenja o niskom stanju.",
|
||
"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": "GGGG-MM-DD",
|
||
"Batch or lot number used to identify stock batches.": "Broj serije ili lot-a za identifikaciju zaliha.",
|
||
"The model of the product": "Model proizvoda",
|
||
"iPhone 15": "iPhone 15",
|
||
"Date the product was manufactured": "Datum proizvodnje proizvoda",
|
||
"Define whether the product is": "Odredite da li je proizvod",
|
||
"single": "jedinstven",
|
||
"variant": "varijanta",
|
||
"for products with multiple variations like size or color.": "za proizvode sa više varijacija poput veličine ili boje.",
|
||
"This column defines all variations for variant products.": "Ovaj stupac definiše sve varijacije za varijantne proizvode.",
|
||
"Use the format:": "Koristite format:",
|
||
"VariationName:Value": "NazivVarijante:Vrijednost",
|
||
"separated by a": "odvojeno sa",
|
||
"for multiple values.": "za više vrijednosti.",
|
||
"Example:": "Primjer:",
|
||
"Color:Black|Size:M": "Boja:Crna|Veličina:M",
|
||
"➤ The system will:": "➤ Sistem će:",
|
||
"Create or match existing variations dynamically.": "Dinamički kreirati ili uskladiti postojeće varijacije.",
|
||
"Store selected variation IDs in the": "Sačuvajte odabrane ID-eve varijacija u",
|
||
"table": "tabeli",
|
||
"Store structured JSON like": "Sačuvajte strukturirani JSON kao",
|
||
"\"Color\":\"Black\"": "\"Boja\":\"Crna\"",
|
||
"in the": "u",
|
||
"Automatically create": "Automatski kreirajte",
|
||
"variant_name": "naziv_varijante",
|
||
"such as": "kao što je",
|
||
"Black - M": "Crna - M",
|
||
"table.": "tabela.",
|
||
|
||
|
||
|
||
"Party Profit & Loss": "Dobit i gubitak po partneru",
|
||
"Bill Wise Profit & Loss": "Dobit i gubitak po računu",
|
||
"Bank Details": "Bankovni podaci",
|
||
"Account No": "Broj računa",
|
||
"UPI ID": "UPI ID",
|
||
"Holder’s Nmae": "Ime vlasnika",
|
||
"MONEY RECEIPT": "Potvrda o uplati",
|
||
"Money Receipt": "Potvrda o uplati",
|
||
"Purchase Invoice": "Račun za kupovinu",
|
||
"Holder’s Name": "Ime vlasnika",
|
||
"Rounding (+/-)": "Zaokruživanje (+/-)",
|
||
"welcome_to": "Dobrodošli",
|
||
"welcome_back": "Dobrodošli nazad",
|
||
"please_login": "Molimo prijavite se na svoj račun",
|
||
"enter_your_email": "Unesite svoju email adresu",
|
||
"password": "Lozinka",
|
||
"remember_me": "Zapamti me",
|
||
"forgot_password": "Zaboravili ste lozinku?",
|
||
"log_in": "Prijava",
|
||
"back_to_home": "Povratak na početnu",
|
||
"create_an_account": "Kreiraj račun",
|
||
"or_continue_with": "Ili nastavi sa",
|
||
"login_with_x": "Prijava sa X",
|
||
"login_with_google": "Prijava sa Google",
|
||
"super_admin": "Super administrator",
|
||
"admin": "Administrator",
|
||
"business": "Posao",
|
||
"add_on": "Dodatak",
|
||
"manager": "Menadžer",
|
||
"multi_branch": "Više filijala",
|
||
"warranty": "Garancija",
|
||
"guarantee": "Garancija",
|
||
"Months": "Mjeseci",
|
||
"Years": "Godine",
|
||
"Tax Type": "Vrsta poreza",
|
||
"Exclusive": "Ekskluzivno",
|
||
"Inclusive": "Uključeno",
|
||
"Select Tax": "Odaberite porez",
|
||
"select_one": "Odaberite jedan",
|
||
"Image (Size 150x130)": "Slika (Veličina 150x130)",
|
||
"Drag & drop image": "Prevucite i otpustite sliku",
|
||
"Variant Name": "Naziv varijante",
|
||
"Manufacture": "Proizvođač",
|
||
"Profit Margin (%)": "Profitna marža (%)",
|
||
"Default Selling Price": "Podrazumijevana 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 grupu PDV-a",
|
||
"Edit Bank": "Uredi banku",
|
||
"Account Display Name balnce": "Prikaz imena računa / Stanje",
|
||
"+ Add more fields": "+ Dodaj više polja",
|
||
"Show In Invoice": "Prikaži na računu",
|
||
"As Of Date": "Na datum",
|
||
"Cheque Number": "Broj čeka",
|
||
"Current Plan": "Trenutni plan",
|
||
"Multi-branch Allowed": "Više filijala dozvoljeno",
|
||
"Addon Limit:": "Limit dodataka:",
|
||
"Addon Domain Available?": "Dostupan domen za dodatak?",
|
||
"Subdomain Limit:": "Limit poddomena:",
|
||
"Subdomain Available?": "Poddomen dostupan?",
|
||
"Freya Haynes": "Freya Haynes",
|
||
"Invoice: S06 - Emery Mueller": "Račun: S06 - Emery Mueller",
|
||
"Item Name": "Naziv artikla",
|
||
"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": "Odaberite partnera",
|
||
"Loss Profit History": "Historija gubitaka i dobiti",
|
||
"Product Sale History": "Historija prodaje proizvoda",
|
||
"Product Purchase History": "Historija kupovine proizvoda",
|
||
"Purchase Qty": "Količina kupljena",
|
||
"Sold Qty": "Količina prodana",
|
||
"Remaining Qty": "Preostala količina",
|
||
|
||
"Subscription Orders": "Narudžbe pretplate",
|
||
"Subscriber View": "Pregled pretplatnika",
|
||
"Expire date": "Datum isteka",
|
||
"Enroll Date": "Datum upisa",
|
||
"How to Add a Domain in hPanel": "Kako dodati domenu u hPanel",
|
||
"hPanel (Hostinger) Domain Setup Instructions": "Instrukcije za podešavanje domene u hPanelu (Hostinger)",
|
||
"Multibranch Allowed": "Dozvoljeno više poslovnica",
|
||
"Addon Domain Limit": "Limit addon domena",
|
||
"Subdomain Limit": "Limit poddomena",
|
||
"Custom Domain Limit": "Limit prilagođenih domena",
|
||
"Add-ons": "Dodaci",
|
||
"New": "Novo",
|
||
"Addons List": "Lista dodataka",
|
||
"Install / Update Addon": "Instaliraj / Ažuriraj dodatak",
|
||
"Version": "Verzija",
|
||
"Enter purchase code": "Unesite kod za kupovinu",
|
||
"Upload addons zip file": "Otpremite zip datoteku dodatka",
|
||
"System": "Sistem",
|
||
"User Sign Up": "Registracija korisnika",
|
||
"Domain Setting": "Postavke domene",
|
||
"View and update payment gateway settings": "Pregledajte i ažurirajte postavke gateway-a za plaćanje",
|
||
"View and update user sign up settings": "Pregledajte i ažurirajte postavke registracije korisnika",
|
||
"View and update system settings": "Pregledajte i ažurirajte postavke sistema",
|
||
"User Registration Email Setup": "Podešavanje e-pošte za registraciju korisnika",
|
||
"Verify email with OTP on signup?": "Potvrditi e-poštu putem OTP-a prilikom registracije?",
|
||
"Verify email without OTP on signup?": "Potvrditi e-poštu bez OTP-a 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 dozvoljene automatski.",
|
||
"Subdomain / Custom domains are not allowed automatically.": "Poddomene / prilagođene domene nisu dozvoljene automatski.",
|
||
"Dynamic Text": "Dinamički tekst",
|
||
"Dynamic Link Text": "Tekst dinamičkog linka",
|
||
"Dynamic Link": "Dinamički link",
|
||
"App Link": "Link 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": "Mercado Pago",
|
||
"phonepe": "PhonePe",
|
||
"paytm": "Paytm",
|
||
"Tap Payment": "Tap Payment",
|
||
"Sslcommerz": "Sslcommerz",
|
||
"Manual": "Manualno",
|
||
"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": "TAJNA KLJUČA",
|
||
"X API KEY": "X API KLJUČ",
|
||
"X AUTH TOKEN": "X AUTH TOKEN",
|
||
"USER SECRET KEY": "KORISNIČKI TAJNI KLJUČ",
|
||
"CATEOGRY CODE": "KOD KATEGORIJE",
|
||
"ENCRYPTION KEY": "KLJUČ ZA ENKRIPCIJU",
|
||
"PAYMENT OPTIONS": "OPCIJE PLAĆANJA",
|
||
"Hello": "Zdravo",
|
||
|
||
"Net Profit (Profit - Loss) =": "Neto dobit (Dobit - Gubitak) =",
|
||
"Net Profit (Income - Expense) =": "Neto dobit (Prihodi - Rashodi) =",
|
||
"Sale Details": "Detalji prodaje",
|
||
"Purchase Details": "Detalji kupovine",
|
||
"All Customer": "Svi kupci",
|
||
"Sale Qty": "Količina prodaje",
|
||
"Profit/Loss": "Dobit/Gubitak",
|
||
"Printer A4": "Štampač A4",
|
||
"Thermal: 3 inch 80mm": "Termalni: 3 inča 80mm",
|
||
"Showing": "Prikazuje se",
|
||
"to": "do",
|
||
"of": "od",
|
||
"results": "rezultata",
|
||
"Custom Domain": "Prilagođeni domen",
|
||
"Ledger": "Glavna knjiga",
|
||
"(Ledger)": "(Glavna knjiga)",
|
||
"Credit (In)": "Kredit (Ulaz)",
|
||
"Debit (Out)": "Debit (Izlaz)",
|
||
"View Stock": "Pogledaj zalihe",
|
||
|
||
"Log In": "Prijava",
|
||
"Back to Home": "Nazad na početnu stranicu",
|
||
"Create an account.": "Kreiraj nalog",
|
||
"Add-on": "Dodatak",
|
||
"Bussiness": "Poslovanje",
|
||
"Multi Branch": "Više filijala",
|
||
"Create an Free Account!": "Kreiraj besplatan nalog!",
|
||
"Hey, Enter Your details to get Sign Up to your account": "Zdravo, unesite svoje podatke da biste se registrovali na svoj nalog",
|
||
"Sign Up": "Registracija",
|
||
"Or Continue with": "Ili nastavite sa",
|
||
"Log in with X": "Prijava putem X",
|
||
"Log in with Google": "Prijava putem Google",
|
||
"Already have an Account?": "Već imate nalog?",
|
||
"Email Verification": "Verifikacija e-pošte",
|
||
"we sent an OTP in your email address": "Poslali smo OTP kod na vašu email adresu",
|
||
"Code send in": "Kod poslan na",
|
||
"Resend code": "Ponovo pošalji kod",
|
||
"Verify": "Potvrdi",
|
||
"Setup Your Profile": "Postavite svoj profil",
|
||
"Company/Business Name": "Naziv kompanije/poslovanja",
|
||
"Enter company/business name": "Unesite naziv kompanije/poslovanja",
|
||
"Ex: $500": "Primjer: $500",
|
||
"Company Address": "Adresa kompanije",
|
||
"Enter company address": "Unesite adresu kompanije",
|
||
"Successfully!": "Uspješno!",
|
||
"Congratulations, Your account has been": "Čestitamo, vaš nalog 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 kanton/državu",
|
||
"Enter zip code": "Unesite poštanski broj",
|
||
"Select a country": "Odaberite državu",
|
||
"Advance": "Avans",
|
||
"Enter account display name": "Unesite naziv naloga za prikaz",
|
||
"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": "Npr: 500",
|
||
"Total Transaction": "Ukupna transakcija",
|
||
"Branch Opening Balance": "Početni saldo podružnice",
|
||
"Branch Remaining Balance": "Preostali saldo podružnice",
|
||
"Language": "Jezik",
|
||
"Select Variant": "Odaberite varijantu",
|
||
"Enter Batch No.": "Unesite broj serije",
|
||
"Bank List": "Lista banaka",
|
||
"Cash List": "Lista gotovine",
|
||
"Add Cash": "Dodaj gotovinu",
|
||
"Reduce Cash": "Smanji gotovinu",
|
||
"ex 500": "npr 500",
|
||
"Adjustment Date": "Datum prilagođavanja",
|
||
"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. jan. 2024, 10:30",
|
||
"Withdraw Amount": "Iznos za povlačenje",
|
||
"$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": "Daka",
|
||
"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 priznanicu",
|
||
"Add-On": "Dodatak (Add-On)",
|
||
"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 iz poslovnog panela.",
|
||
"Request For A Domain": "Zahtjev za domenu",
|
||
"The app url is not available in .env file, please contact with administrator.": "URL aplikacije nije u .env fajlu, 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 svoj prihod",
|
||
"(Optional)": "(Opciono)",
|
||
"Data Deletion Instructions": "Uputstvo za brisanje podataka",
|
||
"If you want to delete your data from our system, please follow these steps:": "Ako želite obrisati podatke, slijedite ove korake:",
|
||
"Send an email to [your-email@example.com] with the subject line “Delete My Data”.": "Pošaljite email na [your-email@example.com] sa naslovom “Delete My Data”.",
|
||
"Include your name and the email address you used to register.": "Navedite svoje ime i email adresu.",
|
||
"We will process your request and confirm deletion within 7 business days.": "Obradićemo zahtjev u roku od 7 radnih dana.",
|
||
"Share your referral link": "Podijelite link preporuke",
|
||
"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 je moguća ako je saldo veći od",
|
||
"$100": "100 $",
|
||
"Total Withdraw": "Ukupno povuč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 račun se ne može obrisati jer postoje transakcije.",
|
||
"14": "14",
|
||
"12": "12",
|
||
"currency": "valuta",
|
||
"Do you really want to re-open this cheque?": "Želite li zaista ponovo otvoriti ovaj ček?",
|
||
"Transfer Cheque": "Prenos čeka",
|
||
"Deposit": "Depozit",
|
||
"Re-Open": "Ponovo 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 resetuju svakih sat vremena.",
|
||
"You can not access it!": "Nemate pristup!",
|
||
"N/A": "N/D",
|
||
"English": "Engleski",
|
||
"en": "en",
|
||
"Bengali": "Bengalski",
|
||
"Upgrade Date": "Datum nadogradnje",
|
||
"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 ovdje mijenjati početno stanje.",
|
||
"Please select a variation.": "Odaberite varijaciju.",
|
||
"Units": "Jedinice",
|
||
"25632": "25632",
|
||
"25%": "25%",
|
||
"Ex: 200": "Npr: 200",
|
||
"Ex: 50": "Npr: 50",
|
||
"Batch No:": "Broj serije:",
|
||
"Ex: 1": "Npr: 1",
|
||
"Ex: 30": "Npr: 30",
|
||
"Download Sample File": "Preuzmi uzorak fajla",
|
||
" Please follow the instructions below to upload your file.": " Slijedite uputstva ispod za učitavanje fajla.",
|
||
" Download the sample file first and add all your purchases data to it.": " Prvo preuzmite uzorak i dodajte podatke o kupovini.",
|
||
"Indicates a required field. If you do not provide the required fields, the system will ignore except product information.": "Označava obavezno polje.",
|
||
"After adding all your purchases, please save the file and then upload the updated version.": "Nakon dodavanja, sačuvajte fajl i učitajte ga.",
|
||
"Paid by:": "Platio:",
|
||
"Payable Amount:": "Iznos za plaćanje:",
|
||
"Received Amount:": "Primljeni iznos:",
|
||
"Due:": "Dug:",
|
||
"pospro.com": "pospro.com",
|
||
"Select a report type to load fields": "Odaberite tip izvještaja",
|
||
"Change Amt/Due:": "Promjena iznosa/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 "
|
||
}
|