{
    "auth.failed": "These credentials do not match our records.",
    "auth.password": "The provided password is incorrect.",
    "auth.throttle": "Too many login attempts. Please try again in :seconds seconds.",
    "pagination.previous": "&laquo; Previous",
    "pagination.next": "Next &raquo;",
    "passwords.reset": "Your password has been reset!",
    "passwords.sent": "We have emailed your password reset link!",
    "passwords.throttled": "Please wait before retrying.",
    "passwords.token": "This password reset token is invalid.",
    "passwords.user": "We can't find a user with that email address.",
    "validation.accepted": "The :attribute must be accepted.",
    "validation.accepted_if": "The :attribute must be accepted when :other is :value.",
    "validation.active_url": "The :attribute is not a valid URL.",
    "validation.after": "The :attribute must be a date after :date.",
    "validation.after_or_equal": "The :attribute must be a date after or equal to :date.",
    "validation.alpha": "The :attribute must only contain letters.",
    "validation.alpha_dash": "The :attribute must only contain letters, numbers, dashes and underscores.",
    "validation.alpha_num": "The :attribute must only contain letters and numbers.",
    "validation.array": "The :attribute must be an array.",
    "validation.before": "The :attribute must be a date before :date.",
    "validation.before_or_equal": "The :attribute must be a date before or equal to :date.",
    "validation.between.array": "The :attribute must have between :min and :max items.",
    "validation.between.file": "The :attribute must be between :min and :max kilobytes.",
    "validation.between.numeric": "The :attribute must be between :min and :max.",
    "validation.between.string": "The :attribute must be between :min and :max characters.",
    "validation.boolean": "The :attribute field must be true or false.",
    "validation.confirmed": "The :attribute confirmation does not match.",
    "validation.current_password": "The password is incorrect.",
    "validation.date": "The :attribute is not a valid date.",
    "validation.date_equals": "The :attribute must be a date equal to :date.",
    "validation.date_format": "The :attribute does not match the format :format.",
    "validation.declined": "The :attribute must be declined.",
    "validation.declined_if": "The :attribute must be declined when :other is :value.",
    "validation.different": "The :attribute and :other must be different.",
    "validation.digits": "The :attribute must be :digits digits.",
    "validation.digits_between": "The :attribute must be between :min and :max digits.",
    "validation.dimensions": "The :attribute has invalid image dimensions.",
    "validation.distinct": "The :attribute field has a duplicate value.",
    "validation.email": "The :attribute must be a valid email address.",
    "validation.ends_with": "The :attribute must end with one of the following: :values.",
    "validation.enum": "The selected :attribute is invalid.",
    "validation.exists": "The selected :attribute is invalid.",
    "validation.file": "The :attribute must be a file.",
    "validation.filled": "The :attribute field must have a value.",
    "validation.gt.array": "The :attribute must have more than :value items.",
    "validation.gt.file": "The :attribute must be greater than :value kilobytes.",
    "validation.gt.numeric": "The :attribute must be greater than :value.",
    "validation.gt.string": "The :attribute must be greater than :value characters.",
    "validation.gte.array": "The :attribute must have :value items or more.",
    "validation.gte.file": "The :attribute must be greater than or equal to :value kilobytes.",
    "validation.gte.numeric": "The :attribute must be greater than or equal to :value.",
    "validation.gte.string": "The :attribute must be greater than or equal to :value characters.",
    "validation.image": "The :attribute must be an image.",
    "validation.in": "The selected :attribute is invalid.",
    "validation.in_array": "The :attribute field does not exist in :other.",
    "validation.integer": "The :attribute must be an integer.",
    "validation.ip": "The :attribute must be a valid IP address.",
    "validation.ipv4": "The :attribute must be a valid IPv4 address.",
    "validation.ipv6": "The :attribute must be a valid IPv6 address.",
    "validation.json": "The :attribute must be a valid JSON string.",
    "validation.lt.array": "The :attribute must have less than :value items.",
    "validation.lt.file": "The :attribute must be less than :value kilobytes.",
    "validation.lt.numeric": "The :attribute must be less than :value.",
    "validation.lt.string": "The :attribute must be less than :value characters.",
    "validation.lte.array": "The :attribute must not have more than :value items.",
    "validation.lte.file": "The :attribute must be less than or equal to :value kilobytes.",
    "validation.lte.numeric": "The :attribute must be less than or equal to :value.",
    "validation.lte.string": "The :attribute must be less than or equal to :value characters.",
    "validation.mac_address": "The :attribute must be a valid MAC address.",
    "validation.max.array": "The :attribute must not have more than :max items.",
    "validation.max.file": "The :attribute must not be greater than :max kilobytes.",
    "validation.max.numeric": "The :attribute must not be greater than :max.",
    "validation.max.string": "The :attribute must not be greater than :max characters.",
    "validation.mimes": "The :attribute must be a file of type: :values.",
    "validation.mimetypes": "The :attribute must be a file of type: :values.",
    "validation.min.array": "The :attribute must have at least :min items.",
    "validation.min.file": "The :attribute must be at least :min kilobytes.",
    "validation.min.numeric": "The :attribute must be at least :min.",
    "validation.min.string": "The :attribute must be at least :min characters.",
    "validation.multiple_of": "The :attribute must be a multiple of :value.",
    "validation.not_in": "The selected :attribute is invalid.",
    "validation.not_regex": "The :attribute format is invalid.",
    "validation.numeric": "The :attribute must be a number.",
    "validation.present": "The :attribute field must be present.",
    "validation.prohibited": "The :attribute field is prohibited.",
    "validation.prohibited_if": "The :attribute field is prohibited when :other is :value.",
    "validation.prohibited_unless": "The :attribute field is prohibited unless :other is in :values.",
    "validation.prohibits": "The :attribute field prohibits :other from being present.",
    "validation.regex": "The :attribute format is invalid.",
    "validation.required": "The :attribute field is required.",
    "validation.required_array_keys": "The :attribute field must contain entries for: :values.",
    "validation.required_if": "The :attribute field is required when :other is :value.",
    "validation.required_unless": "The :attribute field is required unless :other is in :values.",
    "validation.required_with": "The :attribute field is required when :values is present.",
    "validation.required_with_all": "The :attribute field is required when :values are present.",
    "validation.required_without": "The :attribute field is required when :values is not present.",
    "validation.required_without_all": "The :attribute field is required when none of :values are present.",
    "validation.same": "The :attribute and :other must match.",
    "validation.size.array": "The :attribute must contain :size items.",
    "validation.size.file": "The :attribute must be :size kilobytes.",
    "validation.size.numeric": "The :attribute must be :size.",
    "validation.size.string": "The :attribute must be :size characters.",
    "validation.starts_with": "The :attribute must start with one of the following: :values.",
    "validation.string": "The :attribute must be a string.",
    "validation.timezone": "The :attribute must be a valid timezone.",
    "validation.unique": "The :attribute has already been taken.",
    "validation.uploaded": "The :attribute failed to upload.",
    "validation.url": "The :attribute must be a valid URL.",
    "validation.uuid": "The :attribute must be a valid UUID.",
    "validation.custom.attribute-name.rule-name": "custom-message",

    "Dashboard": "Табла",
    "Advertising": "Реклама",
    "Subscription Reports": "Извештаји о претплати",
    "Manage Business": "Управљање послом",
    "Categories": "Категорије",
    "Business List": "Списак предузећа",
    "Manage Plans": "Управљање плановима",
    "Create Plan": "Креирај план",
    "Staff Management": "Управљање особљем",
    "Create Staff": "Креирај особље",
    "Manage Staff": "Управљање особљем",
    "Messages": "Поруке",
    "Manage Messages": "Управљање порукама",
    "CMS Manage": "Управљање CMS-ом",
    "Manage Pages": "Управљање страницама",
    "Manage FAQs": "Управљање често постављаним питањима",
    "Terms & Conditions": "Услови и одредбе",
    "Privacy & Policy": "Приватност и политика",
    "Testimonials": "Тестимонијали",
    "Features": "Функције",
    "Interface": "Интерфејс",
    "Manage Blogs": "Управљање блоговима",
    "Newsletters": "Новости",
    "Roles & Permissions": "Улоге и дозволе",
    "Roles": "Улоге",
    "Permissions": "Дозволе",
    "Settings": "Подешавања",
    "Currencies": "Валуте",
    "Notifications": "Обавештења",
    "SMS Settings": "SMS подешавања",
    "Payment Gateway": "Платно портал",
    "System Settings": "Системска подешавања",
    "General Settings": "Општа подешавања",

    "Banner": "Банер",
    "Add New Banner": "Додај нови банер",
    "Banner List": "Списак банера",
    "Status": "Статус",
    "Image": "Слика",
    "Active": "Активно",
    "Cancel": "Откажи",
    "Save": "Сачувај",
    "Edit Banner": "Измени банер",
    "Advertising List": "Списак реклама",
    "Create Banner": "Креирај банер",
    "SL": "СЛ",
    "Create Advertising": "Креирај рекламу",
    "Reset": "Ресетуј",
    "Edit Advertising": "Измени рекламу",
    "Edit": "Измени",
    "Delete": "Обриши",
    "Shop": "Продавница",
    "Add new Package": "Додај нови пакет",
    "Shop List": "Списак продавница",
    "Subscription Plan": "План претплате",
    "Select Plan Category": "Изаберите категорију плана",
    "Package Name": "Назив пакета",
    "Enter Package Name": "Унесите назив пакета",
    "Business Category": "Бизнис категорија",
    "Select Business Category": "Изаберите бизнис категорију",
    "Duration in Days": "Трајање у данима",
    "Enter number": "Унесите број",
    "Offer Price": "Понуђена цена",
    "Enter Plan Price": "Унесите цену плана",
    "Subscription Price": "Цена претплате",
    "Enter Subscription Price": "Унесите цену претплате",
    "View": "Погледај",
    "Upgrade Plan": "Унапредите план",
    "Edit Shop": "Измени продавницу",
    "Select Category": "Изаберите категорију",
    "Shop/Business Name": "Назив продавнице/пословања",
    "Enter Shop/Business Name": "Унесите назив продавнице/пословања",
    "Package": "Пакет",
    "Select a package": "Изаберите пакет",
    "Name": "Име",
    "Enter Name": "Унесите име",
    "Role": "Улога",
    "Select a role": "Изаберите улогу",
    "Email": "Е-пошта",
    "Enter Email": "Унесите е-пошту",
    "Phone": "Телефон",
    "Enter Phone Number": "Унесите број телефона",
    "Password": "Лозинка",
    "Enter Password": "Унесите лозинку",
    "Confirm password": "Потврдите лозинку",
    "Enter Confirm password": "Унесите потврду лозинке",
    "Address": "Адреса",
    "Enter Address": "Унесите адресу",
    "Select Country": "Изаберите државу",
    "Select a Country": "Изаберите државу",
    "Balance": "Баланс",
    "Enter Balance": "Унесите баланс",
    "Search...": "Претражи...",
    "Business Name": "Назив предузећа",
    "Last Enroll": "Последња уплата",
    "Expired Date": "Истекао",
    "Action": "Акција",
    "Select A Plan": "Изаберите план",
    "Select One": "Изаберите један",
    "Price": "Цена",
    "Enter plan price or select a plan": "Унесите цену плана или изаберите план",
    "Payment Gateways": "Платно портали",
    "Select A payment gateway": "Изаберите платно портал",
    "Notes": "Белешке",
    "Enter notes": "Унесите белешке",
    "Business View": "Поглед на пословање",
    "Created date": "Датум креирања",
    "Category": "Категорија",
    "Add new Category": "Додај нову категорију",
    "View List": "Погледај листу",
    "Buisness Name": "Назив предузећа",
    "Enter Description": "Унесите опис",
    "Description": "Опис",
    "Edit Business Category": "Измени пословну категорију",
    "Enter Buisness Description": "Унесите опис пословања",
    "Business Categories List": "Списак пословних категорија",
    "Add New": "Додај нови",
    "Reports": "Извештаји",
    "All": "Све",
    "Active User": "Активни корисник",
    "Deactive User": "Неактивни корисник",
    "Date": "Датум",
    "SL.": "СЛ.",
    "Invoice": "Фактура",
    "Customer Name": "Име купца",
    "Amount": "Износ",
    "View Report": "Погледај извештај",
    "Download Report": "Преузми извештај",
    "User View": "Поглед корисника",
    "Shop Name": "Назив продавнице",
    "Country": "Држава",
    "Reason": "Разлог",
    "Are You Sure?": "Да ли сте сигурни?",
    "You won't be able to revert this!": "Нећете моћи да вратите ово!",
    "Yes, Delete It!": "Да, обриши га!",
    "Add Currency": "Додај валуту",
    "Code": "Код",
    "Symbol": "Симбол",
    "Position": "Позиција",
    "Inactive": "Неактивно",
    "Make Default": "Постави као подразумевано",
    "Edit Currency": "Измени валуту",
    "Currency": "Валута",

    "Total Businesses": "Укупно предузећа",
    "Total Expired Businesses": "Укупно истеклих предузећа",
    "Total Plan Subscribes": "Укупно претплата на планове",
    "Total Business Categories": "Укупно пословних категорија",
    "Total Plans": "Укупно планова",
    "Total Staffs": "Укупно особља",
    "Finance Overview": "Финансијски преглед",

    "Gateway Settings": "Подешавања портала",
    "Payment Gateway Settings": "Подешавања платног портала",
    "GATEWAY IMAGE": "СЛИКА ПОРТАЛА",
    "GATEWAY NAME": "НАЗИВ ПОРТАЛА",
    "Gateway Charge": "Наплата портала",
    "Gateway Currency": "Валута портала",
    "Gateway Mode": "Режим портала",
    "Is Manual": "Ручно",
    "Yes": "Да",
    "No": "Не",
    "Label": "Етикета",
    "Enter label name": "Унесите назив етикете",
    "Select Required/Optionl": "Изаберите обавезно/опционо",
    "Required": "Обавезно",
    "Optional": "Опционо",
    "Add new row": "Додај нови ред",
    "INSTRUCTIONS": "УПУТСТВА",
    "Enter payment instructions here": "Унесите овде упутства за плаћање",

    "Messages List": "Списак порука",
    "Search": "Претражи",
    "Company Name": "Назив компаније",
    "Message": "Порука",

    "Notifications List": "Списак обавештења",
    "Today": "Данас",
    "Last 7 Days": "Последњих 7 дана",
    "Last 15 Days": "Последњих 15 дана",
    "Last Month": "Прошлог месеца",
    "Last Year": "Прошле године",
    "Created At": "Креирано у",
    "Read At": "Прочитано у",
    "Add New Payment Type": "Додај нови начин плаћања",
    "Enter Payment Type": "Унесите начин плаћања",
    "Edit Payment Type": "Измени начин плаћања",
    "Payment Type": "Начин плаћања",
    "Add Payment Type": "Додај начин плаћања",
    "Per Page- 10": "По страници - 10",
    "Per Page- 25": "По страници - 25",
    "Per Page- 50": "По страници - 50",
    "Per Page- 100": "По страници - 100",
    "Assigned Role": "Додељена улога",
    "Assign Role To User": "Додели улогу кориснику",
    "Select User": "Изаберите корисника",
    "User": "Корисник",
    "Select Role": "Изаберите улогу",
    "Add Subscription Plan": "Додај план претплате",
    "Package List": "Списак пакета",
    "Add New Features": "Додај нове функције",
    "Enter features": "Унесите функције",
    "Edit Subscription Plan": "Измени план претплате",
    "Edit Package": "Измени пакет",
    "Enter Duration Days": "Унесите трајање у данима",
    "Deactive": "Неактивно",
    "Create Plans": "Креирај планове",
    "User Profile": "Профил корисника",
    "Registration Date": "Датум регистрације",
    "Enter Your Name": "Унесите ваше име",
    "Enter Your Email": "Унесите вашу е-пошту",
    "Profile Picture": "Профилна слика",
    "Current Password": "Тренутна лозинка",
    "Enter Your Current Password": "Унесите вашу тренутну лозинку",
    "New Password": "Нова лозинка",
    "Enter New Password": "Унесите нову лозинку",
    "Save Changes": "Сачувај промене",
    "Add New Role": "Додај нову улогу",
    "Set role permissions": "Постави дозволе улоге",
    "Role Name": "Назив улоге",
    "Enter role name": "Унесите назив улоге",
    "Role Permissions": "Дозволе улоге",
    "Setup role permissions": "Постави дозволе улоге",
    "Select All": "Изаберите све",
    "Roles List": "Списак улога",
    "Add role, if it does not exist": "Додај улогу, ако не постоји",
    "Edit Role": "Измени улогу",
    "Privacy & Policy Settings": "Подешавања приватности и политике",
    "Update": "Ажурирај",
    "Term & Condition Settings": "Подешавања услова и одредби",
    "Title": "Наслов",
    "Enter Title": "Унесите наслов",
    "Copy Right": "Ауторско право",
    "Admin Footer Text": "Текст у подножју администратора",
    "Enter Text": "Унесите текст",
    "Admin Footer Link Text": "Текст везе у подножју администратора",
    "Admin Footer Link": "Веза у подножју администратора",
    "Enter Link": "Унесите везу",
    "Main Header Logo": "Главни лого у заглављу",
    "Common Header Logo": "Уобичајени лого у заглављу",
    "Footer Logo": "Лого у подножју",
    "Admin Logo": "Лого администратора",
    "Favicon": "Фавикон",
    "Don't Use Any Kind Of Space In The Input Fields": "Не користите никакве размаке у пољима за унос",

    "App": "Апликација",
    "Drivers": "Возачи",
    "Storage Settings": "Подешавања складиштења",
    "Mail Configuration": "Конфигурација поште",
    "Others": "Други",
    "APP_NAME": "НАЗИВ АПЛИКАЦИЈЕ",
    "APP_KEY": "КЉУЧ АПЛИКАЦИЈЕ",
    "APP_DEBUG": "ОТКЛАЊАЊЕ ГРЕШАКА АПЛИКАЦИЈЕ",
    "APP_URL": "УРЛ АПЛИКАЦИЈЕ",
    "QUEUE_MAIL": "РЕД ПОШТЕ",
    "MAIL_DRIVER_TYPE": "ТИП ДРАЈВЕРА ПОШТЕ",
    "MAIL DRIVER": "ДРАЈВЕР ПОШТЕ",
    "MAIL_HOST": "ХОСТ ПОШТЕ",
    "MAIL_PORT": "ПОРТ ПОШТЕ",
    "MAIL_USERNAME": "КОРИСНИЧКО ИМЕ ПОШТЕ",
    "MAIL_PASSWORD": "ЛОЗИНКА ПОШТЕ",
    "MAIL_ENCRYPTION": "ШИФРОВАЊЕ ПОШТЕ",
    "MAIL_FROM_ADDRESS": "АДРЕСА ПОШТЕ",
    "MAIL_FROM_NAME": "ИМЕ ПОШТЕ",
    "QUEUE COMMAND Path": "ПУТ ПОРЕДНИХ КОМАНДИ",
    "CACHE_DRIVER": "ДРАЈВЕР КЕША",
    "Recommended": "Препоручено",
    "QUEUE_CONNECTION": "КОНЕКЦИЈА РЕДА",
    "SESSION_DRIVER": "ДРАЈВЕР СЕСИЈЕ",
    "SESSION_LIFETIME": "ВРЕМЕ ТРАЈАЊА СЕСИЈЕ",
    "REDIS_PORT": "ПОРТ РЕДИСА",
    "REDIS_URL": "УРЛ РЕДИСА",
    "REDIS_PASSWORD": "ЛОЗИНКА РЕДИСА",
    "AWS S3 Storage Bucket'": "Складиште AWS S3",
    "Fill up this credentials if you want to use AWS S3 Storage Bucket": "Попуните ове акредитиве ако желите да користите складиште AWS S3",
    "Wasabi Storage Bucket": "Складиште Wasabi",
    "public (uploads folder)": "јавно (фасцикла за отпремање)",
    "AWS_ACCESS_KEY_ID": "ИД КЉУЧА ПРИСТУПА АВС-а",
    "AWS_SECRET_ACCESS_KEY": "ТАЈНИ КЉУЧ ПРИСТУПА АВС-а",
    "AWS_DEFAULT_REGION": "ПРЕДОДРЕЂЕНА РЕГИЈА АВС-а",
    "AWS_BUCKET": "КОШАРА АВС-а",
    "Fill up this credentials if you want to use Wasabi Storage Bucket": "Попуните ове акредитиве ако желите да користите складиште Wasabi",
    "WAS_ACCESS_KEY_ID": "ИД КЉУЧА ПРИСТУПА WAS-а",
    "WAS_SECRET_ACCESS_KEY": "ТАЈНИ КЉУЧ ПРИСТУПА WAS-а",
    "WAS_DEFAULT_REGION": "ПРЕДОДРЕЂЕНА РЕГИЈА WAS-а",
    "WAS_BUCKET": "КОШАРА WAS-а",
    "WAS_ENDPOINT": "КРАЈЊА ТАЧКА WAS-а",
    "CACHE_LIFETIME": "ВРЕМЕ ТРАЈАЊА КЕША",
    "Paid": "Плаћено",
    "Reject": "Одбиј",
    "Why are you reject It?": "Зашто то одбијате?",
    "Enter Reason": "Унесите разлог",
    "Confirm": "Потврди",
    "Subscriptions List": "Списак претплата",
    "Started": "Почело",
    "End": "Крај",
    "Gateway Method": "Метод портала",
    "Are you sure?": "Да ли сте сигурни?",
    "Add New Testimonial": "Додај ново сведочанство",
    "Client Name": "Име клијента",
    "Enter Client Name": "Унесите име клијента",
    "Stars": "Звездице",
    "Works At": "Ради у",
    "Client Image": "Слика клијента",
    "Review": "Оцена",
    "Enter text": "Унесите текст",
    "Enter review message here": "Унесите овде поруку оцене",
    "Edit Testimonial": "Измени сведочанство",
    "Testimonials List": "Списак сведочанстава",
    "Create New": "Креирај нови",
    "Add New Staff": "Додај ново особље",
    "Full Name": "Пуно име",
    "Enter Email Address": "Унесите е-пошту",
    "Edit Staff": "Измени особље",
    "Staff List": "Списак особља",
    "User Email": "Е-пошта корисника",
    "User Role": "Улога корисника",
    "Comments": "Коментари",
    "Comment List": "Списак коментара",
    "Create Blog": "Креирај блог",
    "Blog List": "Списак блогова",
    "Select a status": "Изаберите статус",
    "Tags": "Етикете",
    "Enter tags name": "Унесите назив етикета",
    "SEO Meta Tags": "СЕО мета-етикете",
    "Meta Title": "Мета наслов",
    "Meta Description": "Мета опис",
    "Enter meta Description": "Унесите мета опис",
    "Comment": "Коментар",
    "Edit Blog": "Измени блог",
    "Blogs": "Блогови",
    "Create Faqs": "Креирај често постављана питања",
    "Add New FAQs": "Додај нова често постављана питања",
    "Question": "Питање",
    "InActive": "Неактивно",
    "Answer": "Одговор",
    "Enter question answer here": "Унесите овде одговор на питање",
    "Edit Faqs": "Измени често постављана питања",
    "FAQS List": "Списак често постављаних питања",
    "View Details": "Погледај детаље",
    "Create Feature": "Креирај функцију",
    "Add New Feature": "Додај нову функцију",
    "Backgroud Color": "Боја позадине",
    "Enter Color": "Унесите боју",
    "Edit Feature": "Измени функцију",
    "Features List": "Списак функција",
    "Create Interfaces": "Креирај интерфејсе",
    "Add New Interface": "Додај нови интерфејс",
    "Edit Interface": "Измени интерфејс",
    "Interfaces List": "Списак интерфејса",
    "Newsletters List": "Списак новости",
    "Page for Updating Website Sections": "Страна за ажурирање делова вебсајта",
    "Slider Section": "Слидер секција",
    "Header Section": "Заглавље секција",
    "Feature Section": "Секција функција",
    "Interface Section": "Секција интерфејса",
    "Watch Section": "Секција гледања",
    "Testimonial Section": "Секција сведочанстава",
    "Blog Section": "Секција блога",
    "About us Page": "О нама страница",
    "Terms And Conditions": "Услови и одредбе",
    "Privacy Page": "Страница приватности",
    "Contuct us Page": "Контактирајте нас страница",
    "Pricing Section": "Секција цена",
    "Footer Section": "Подножје секција",
    "Social Medias": "Друштвени медији",
    "Button One": "Дугме један",
    "Button Text": "Текст дугмета",
    "Button One Link": "Веза дугмета један",
    "Button Two": "Дугме два",
    "Button Two Link": "Веза дугмета два",
    "Scanner Text": "Текст скенера",
    "Scanner Image": "Слика скенера",
    "Slider Image": "Слика слидера",
    "Header Button Text": "Текст дугмета у заглављу",
    "Header Button Link": "Веза дугмета у заглављу",
    "Enter Header link": "Унесите везу заглавља",
    "Section Title": "Наслов секције",
    "Enter Section Title": "Унесите наслов секције",
    "Interface Title": "Наслов интерфејса",
    "Watch Title": "Наслов гледања",
    "Button Link": "Веза дугмета",
    "Watch Image": "Слика гледања",
    "Blog Title": "Наслов блога",
    "Read More Button Text": "Текст дугмета Прочитај више",
    "View All Button Text": "Текст дугмета Погледај све",
    "View All Link": "Веза Погледај све",
    "Testimonial Title": "Наслов сведочанства",
    "Enter Short Title": "Унесите кратак наслов",
    "Long Title": "Дуг наслов",
    "About Image": "Слика о нама",
    "Description One": "Опис један",
    "Description Two": "Опис два",
    "Option": "Опција",
    "Icon": "Икона",
    "Plan Button Url": "УРЛ дугмета плана",
    "Short Title": "Кратак наслов",
    "Right Footer Title": "Наслов десног подножја",
    "Middle Footer Title": "Наслов средњег подножја",
    "Apple App Link": "Веза за Апл апликацију",
    "Apple App": "Апл апликација",
    "Google Play Link": "Веза за Гугл Плеј апликацију",
    "Google Play App": "Гугл Плеј апликација",
    "Right Footer": "Десно подножје",
    "Link": "Веза",
    "Middle Footer": "Средње подножје",
    "Left Footer": "Лево подножје",
    "Footer Socials": "Друштвени медији у подножју",
    "Forgot Password": "Заборављена лозинка",
    "Enter the email address associated with your account": "Унесите е-пошту повезану са вашим налогам",
    "Enter your Email": "Унесите вашу е-пошту",
    "Continue": "Настави",
    "Back to Login": "Назад на пријаву",
    "Login": "Пријава",
    "Welcome to": "Добродошли у",
    "Welcome back, Please login in to your account": "Добродошли поново, пријавите се на свој налог",
    "Remember me": "Запамти ме",
    "Forgot Password?": "Заборављена лозинка?",
    "Super Admin": "Супер администратор",
    "Admin": "Администратор",
    "Manager": "Менеџер",
    "Reset Password": "Ресетуј лозинку",
    "Change Password": "Промени лозинку",
    "Create new password, it must be Strong password.": "Креирајте нову јаку лозинку.",
    "Confirm Password": "Потврди лозинку",
    "You Have": "Имате",
    "new Notifications": "нова обавештења",
    "Mark all Read": "Обележи све као прочитано",
    "View all notifications": "Погледај сва обавештења",
    "Clear cache": "Очисти кеш",
    "My Profile": "Мој профил",
    "Logout": "Одјава",
    "About Us": "О нама",
    "Home": "Почетна",
    "Pricing": "Ценовник",
    "Pages": "Странице",
    "Blog": "Блог",
    "Privacy Policy": "Политика приватности",
    "Contact Us": "Контактирајте нас",
    "You are having this email because you have requested for a password reset.": "Добили сте овај е-маил јер сте захтевали ресетовање лозинке.",
    "Your verification code is:": "Ваш верификациони код је:",
    "This password reset code will expire in 60 minutes.": "Овај код за ресетовање лозинке истиче за 60 минута.",
    "If you did not request a password reset, no further action is required.": "Ако нисте захтевали ресетовање лозинке, није потребна никаква друга акција.",
    "Regards": "С поштовањем",
    "All right reserved": "Сва права задржана",
    "Hi": "Здраво",
    "Dear": "Драги",
    "Your OTP code is": "Ваш OTP код је",
    "Please do not share this PIN with anyone": "Молимо вас да не делисте овај ПИН са никим",
    "Best Regards": "Срдачно",
    "Gateway Name": "Назив портала",
    "Subscription Name": "Назив претплате",
    "Payable Amount": "Износ за плаћање",
    "Phone Number": "Број телефона",
    "Enter your phone number": "Унесите свој број телефона",
    "Pay Now": "Плати одмах",
    "Next": "Следеће",
    "Previous": "Претходно",
    "Free": "Бесплатно",
    "Features Of Free Plan": "Функције бесплатног плана",
    "Choose Plan": "Изаберите план",
    "Blog Details": "Детаљи блога",
    "Leave a Comment Here": "Оставите коментар овде",
    "Your email address will not be published": "Ваша е-пошта неће бити објављена",
    "Enter your name": "Унесите ваше име",
    "Enter your email": "Унесите вашу е-пошту",
    "Enter your comment": "Унесите ваш коментар",
    "Recent Posts": "Недавне објаве",
    "Create a Free Account": "Креирајте бесплатан налог",
    "Enter full name": "Унесите пуно име",
    "Enter phone number": "Унесите број телефона",
    "Enter email address": "Унесите е-пошту",
    "Company": "Компанија",
    "Enter company name": "Унесите назив компаније",
    "Enter your message": "Унесите вашу поруку",
    "Pricing Plan": "Ценовник",
    "Subscription Plans": "Планови претплате",

    "Plan List": "Списак планова",
    "Work At": "Ради у",
    "Show- 10": "Прикажи - 10",
    "Show- 25": "Прикажи - 25",
    "Show- 50": "Прикажи - 50",
    "Show- 100": "Прикажи - 100",
    "Duration": "Трајање",
    "Select": "Изаберите",
    "Currency List": "Списак валута",
    "Default": "Подразумевано",
    "Country Name": "Назив државе",
    "View Website": "Погледај вебсајт",
    "Contact Messages": "Контактне поруке",

    "Total Shop": "Ukupno Prodavnica",
    "Expired Businesses": "Istekli Poslovi",
    "Plan Subscribes": "Pretplate na Plan",
    "Total Categories": "Ukupno Kategorija",
    "Recent Register": "Nedavna Registracija",
    "Date & Time": "Datum i Vreme",
    "View All": "Pogledaj Sve",
    "Add new Business": "Dodaj novu Firmu",
    "Enter Company Name": "Unesite Naziv Kompanije",
    "Edit Business": "Uredi Firmu",
    "Create Business": "Kreiraj Firmu",
    "Enter Buisness Name": "Unesite Naziv Posla",
    "Note: Enter embedded video link": "Napomena: Unesite link do ugrađenog videa",
    "Enter title": "Unesite Naslov",
    "Enter Code": "Unesite Kod",
    "Enter Symbol": "Unesite Simbol",
    "Select a position": "Izaberite poziciju",
    "left": "levo",
    "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 promene podešavanja e-pošte, potrebno je da ponovo pokrenete vaš nadglednik sa vašeg servera.",
    "QUEUE COMMAND Path :": "PUTANJA KOMANDE REDA :",
    "QUEUE COMMAND :": "KOMANDA REDA :",
    "Storage Method": "Metod Čuvanja",

    "Brand List": "Lista brendova",
    "Add new Brand": "Dodaj novi brend",
    "items show": "prikazanih stavki",
    "Brand Name": "Naziv brenda",
    "Create Brand": "Kreiraj brend",
    "Enter Brand Name": "Unesite naziv brenda",
    "Edit Brand": "Izmeni 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": "Izmeni kategoriju",
    "Category List": "Lista kategorija",
    "You want to delete everything!": "Da li želite da obrišete sve?",
    "Total Sales": "Ukupna prodaja",
    "Total Purchase": "Ukupna kupovina",
    "Total Income": "Ukupni prihod",
    "This Month": "Ovaj mesec",
    "Total Expense": "Ukupni trošak",
    "Total Customer": "Ukupno kupaca",
    "Total Supplier": "Ukupno dobavljača",
    "Sales Returns": "Povratak prodaje",
    "Purchase Returns": "Povratak kupovine",
    "Low Stock": "Niska zaliha",
    "Alert Qty": "Količina upozorenja",
    "Profit": "Profit",
    "Loss": "Gubitak",
    "Purchase": "Kupovina",
    "Sales": "Prodaja",
    "Income": "Prihod",
    "Expense": "Trošak",
    "Recent Sales": "Nedavne prodaje",
    "Recent Purchase": "Nedavne kupovine",
    "Customer": "Kupac",
    "Total": "Ukupno",
    "Due": "Duguje",
    "Collect Due": "Naplati dug",
    "Select Invoice": "Izaberi fakturu",
    "Select an Invoice": "Izaberite fakturu",
    "Total Amount": "Ukupan iznos",
    "Paid Amount": "Plaćen iznos",
    "Due Amount": "Dug iznos",
    "Select one": "Izaberite jedan",
    "Cash": "Gotovina",
    "Card": "Kartica",
    "Check": "Ček",
    "Mobile Pay": "Mobilno plaćanje",
    "Due List": "Lista dugova",
    "Mobile": "Mobilni",
    "Sale": "Prodaja",
    "Bill To": "Fakturiše se na",
    "Collected By": "Prikupljeno od",
    "Total Due": "Ukupni dug",
    "Payment Amount": "Iznos plaćanja",
    "Remaining Due": "Preostali dug",
    "Powered By": "Powered By",
    "Create Expense Catgeory": "Kreiraj kategoriju troškova",
    "Catgeory Name": "Naziv kategorije",
    "Enter catgeory Name": "Unesite naziv kategorije",
    "Edit Expense Category": "Izmeni kategoriju troškova",
    "Expense Category List": "Lista kategorija troškova",
    "Add new": "Dodaj novo",
    "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 način 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": "Izmeni 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": "Izmeni 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": "Izmeni prihod",
    "Income List": "Lista prihoda",
    "Sale New": "Nova prodaja",
    "Sale List": "Lista prodaje",
    "Sale Return": "Povratak prodaje",
    "Purchases": "Kupovine",
    "Purchase New": "Nova kupovina",
    "Purchase List": "Lista kupovina",
    "Purchase Return": "Povratak 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škova",
    "Subscriptions": "Pretplate",
    "Profit & Loss List": "Lista dobiti i gubitka",
    "All Income": "Svi prihodi",
    "All Expense": "Svi troškovi",
    "Current Stock": "Trenutna zaliha",
    "Customer Due": "Dug kupca",
    "Supplier Due": "Dug dobavljača",
    "Loss & Profit": "Gubitak i dobit",
    "Loss/Profit": "Gubitak/Dobit",
    "Unpaid": "Neuplaćeno",
    "Loss Profit": "Gubitak/Dobit",
    "Loss Profit List": "Lista gubitka/dobitka",
    "Product List": "Lista proizvoda",
    "Create Party": "Kreiraj stranku",
    "List": "Lista",
    "Party Type": "Tip stranke",
    "Retailer": "Maloprodaja",
    "Dealer": "Diler",
    "Wholesaler": "Veleprodaja",
    "Supplier": "Dobavljač",
    "Enter Due": "Unesite dug",
    "Edit Party": "Izmeni stranku",
    "Edit ": "Izmeni ",
    " List": " Lista",
    "Parties List": "Lista strana",
    "Add new ": "Dodaj novo ",
    "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": "Kod proizvoda",
    "Enter Product Code": "Unesite kod proizvoda",
    "Stock": "Zaliha",
    "Enter stock qty": "Unesite količinu zaliha",
    "Purchase Price": "Nabavna cena",
    "Enter purchase price": "Unesite nabavnu cenu",
    "Sale Price": "Prodajna cena",
    "Enter sale price": "Unesite prodajnu cenu",
    "Wholesale Price": "Veleprodajna cena",
    "Enter wholesale price": "Unesite veleprodajnu cenu",
    "Dealer Price": "Dilerska cena",
    "Enter dealer price": "Unesite dilersku cenu",
    "Manufacturer": "Proizvođač",
    "Enter manufacturer name": "Unesite ime proizvođača",
    "Edit Product": "Izmeni proizvod",
    "Product Brand": "Brend proizvoda",
    "Purchase price": "Nabavna cena",
    "Sale price": "Prodajna cena",
    "Pos Sale": "POS Prodaja",
    "Invoice no": "Broj fakture",
    "Invoice No": "Broj fakture",
    "Items": "Stavke",
    "Qty": "Količina",
    "Sub Total": "Delimični zbir",
    "Purchase return Amount ": "Iznos povrata kupovine",
    "Confirm Return": "Potvrdi povratak",
    "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": "Današnja kupovina",
    "Calculator": "Kalkulator",
    "Select Supplier": "Izaberi dobavljača",
    "Receive Amount": "Primljen iznos",
    "Search product...": "Pretraži proizvod...",
    "Due: ": "Duguje:",
    "Party Name": "Naziv stranke",
    "Discount": "Popust",
    "Payment": "Plaćanje",
    "INVOICE": "RAČUN",
    "Sells By": "Prodaje",
    "Quantity": "Količina",
    "Unit Price": "Jedinična cena",
    "Total Price": "Ukupna cena",
    "Item": "Stavke",
    "Paid by": "Plaćeno od strane",
    "Subtotal": "Delimični zbir",
    "Customer Signature": "Potpis kupca",
    "Authorized Signature": "Ovlašćeni potpis",
    "Add Items": "Dodaj stavke",
    "Enter Quantity": "Unesite količinu",
    "Enter Purchase Price": "Unesite nabavnu cenu",
    "Sales Price": "Prodajna cena",
    "Enter Sales Price": "Unesite prodajnu cenu",
    "WholeSale Price": "Veleprodajna cena",
    "Enter WholeSale Price": "Unesite veleprodajnu cenu",
    "Enter Dealer Price": "Unesite dilersku cenu",
    "Customer Due Reports": "Izveštaji o dugovima kupaca",
    "Customer Due List": "Lista dugova kupaca",
    "Expense Reports": "Izveštaji o troškovima",
    "Expense Report List": "Lista izveštaja o troškovima",
    "Income For": "Prihod za",
    "Income Reports": "Izveštaji o prihodima",
    "Income Report List": "Lista izveštaja o prihodima",
    "Loss Profit Reports": "Izveštaji o gubitku i dobiti",
    "From Date": "Od datuma",
    "To Date": "Do datuma",
    "Loss Profit Report List": "Lista izveštaja o gubitku i dobiti",
    "Discount Amount": "Iznos popusta",
    "Sale Date": "Datum prodaje",
    "Purchase Report List": "Lista izveštaja o kupovini",
    "Purchase Reports": "Izveštaji o kupovini",
    "Purchase Return Report List": "Lista izveštaja o povratu kupovine",
    "Purchase Return Reports": "Izveštaji o povratu kupovine",
    "Sales Report List": "Lista izveštaja o prodaji",
    "Sale Reports": "Izveštaji o prodaji",
    "Sale Return Report": "Izveštaj o povratu prodaje",
    "Sale Return Reports": "Izveštaji o povratu prodaje",
    "Sale Return Report List": "Lista izveštaja o povratu prodaje",
    "Cost": "Trošak",
    "Stock Value": "Vrednost zaliha",
    "Stock Report List": "Lista izveštaja o zalihama",
    "Stock Reports": "Izveštaji o zalihama",
    "Total Quantity": "Ukupna količina",
    "Total Stock Value": "Ukupna vrednost zaliha",
    "Supplier Due Reports": "Izveštaji o dugovima dobavljača",
    "Supplier Due List": "Lista dugova dobavljača",
    "Profile Edit": "Izmeni profil",
    "Parties": "Stranke",
    "Sales List": "Lista prodaje",
    "User Title": "Naslov korisnika",
    "Enter user title": "Unesite naslov korisnika",
    "Email Address": "E-mail adresa",
    "Edit User Role": "Izmeni ulogu korisnika",
    "Add User Role": "Dodaj ulogu korisnika",
    "Sale return Amount ": "Iznos povrata prodaje",
    "Sales Return List": "Lista povrata prodaje",
    "Select Customer": "Izaberite kupca",
    "Guest": "Gost",
    "Enter Customer Phone Number": "Unesite broj telefona kupca",
    "Type note...": "Kucate napomenu...",
    "Sales Return": "Povratak prodaje",
    "Purchases Return": "Povratak kupovine",
    "Add Vat": "Dodaj PDV",
    "Tax": "Porez",
    "Apply": "Primeni",
    "Select a category": "Izaberite kategoriju",
    "Company And Business Name": "Naziv kompanije i poslovanja",
    "Enter Phone": "Unesite telefon",
    "Logo": "Logo",
    "Invoice Logo": "Logo na fakturi",
    "Purchase Plan": "Plan kupovine",
    "Days": "Dana",
    "Already Subscribed": "Već ste pretplaćeni",
    "Buy Now": "Kupite sada",
    "Create Unit": "Kreiraj jedinicu",
    "Unit Name": "Naziv jedinice",
    "Enter Unit Name": "Unesite naziv jedinice",
    "Unit List": "Lista jedinica",
    "Add new Unit": "Dodaj novu jedinicu",
    "Overall Reports": "Opšti izveštaji",
    "Revenue Statistic": "Statistika Prihoda",
    "Today Sales": "Današnja Prodaja",
    "Change Amount": "Iznos Promene",
    "Vat": "PDV",
    "Save Product": "Sačuvaj Proizvod",
    "Product": "Proizvod",
    "Category created successfully": "Kategorija uspešno kreirana",
    "Category updated successfully": "Kategorija uspešno ažurirana",
    "Category deleted successfully": "Kategorija uspešno obrisana",
    "Selected Category deleted successfully": "Odabrana kategorija uspešno obrisana",
    "Something went wrong!": "Nešto je pošlo po zlu!",
    "Brand created cuccessfully": "Brend uspešno kreiran",
    "Brand updated successfully": "Brend uspešno ažuriran",
    "Brand deleted successfully": "Brend uspešno obrisan",
    "Selected Brands deleted successfully": "Odabrani brendovi uspešno obrisani",
    "Something was wrong.": "Nešto je pošlo po zlu.",
    "Default currency activated successfully": "Podrazumevana valuta uspešno aktivirana",
    "Failed to set default currency. Please try again.": "Nije moguće postaviti podrazumevanu valutu. Molimo pokušajte ponovo.",
    "Collect Due saved successfully": "Naplata duga uspešno sačuvana",
    "Expense Category saved successfully.": "Kategorija troškova uspešno sačuvana.",
    "Expense Category updated successfully.": "Kategorija troškova uspešno ažurirana.",
    "Expense Category deleted successfully": "Kategorija troškova uspešno obrisana",
    "Selected item deleted successfully.": "Odabrani stavka uspešno obrisana.",
    "Expense saved successfully.": "Trošak uspešno sačuvan.",
    "Expense updated successfully.": "Trošak uspešno ažuriran.",
    "Expense deleted successfully": "Trošak uspešno obrisan",
    "Selected Items deleted successfully.": "Odabrane stavke uspešno obrisane.",
    "Income Category saved successfully.": "Kategorija prihoda uspešno sačuvana.",
    "Income Category updated successfully.": "Kategorija prihoda uspešno ažurirana.",
    "Income Category deleted successfully": "Kategorija prihoda uspešno obrisana",
    "Income saved successfully.": "Prihod uspešno sačuvan.",
    "Income updated successfully.": "Prihod uspešno ažuriran.",
    "Income deleted successfully": "Prihod uspešno obrisan",
    "Premission denied.": "Pristup odbijen.",
    "Customer created successfully": "Kupac uspešno kreiran",
    "Supplier created successfully": "Dobavljač uspešno kreiran",
    "Supplier deleted successfully": "Dobavljač uspešno obrisan",
    "Customer deleted successfully": "Kupac uspešno obrisan",
    "Selected parties deleted successfully": "Odabrane strane uspešno obrisane",
    "Product saved successfully.": "Proizvod uspešno sačuvan.",
    "Data saved successfully.": "Podaci uspešno sačuvani.",
    "Product deleted successfully": "Proizvod uspešno obrisan",
    "Selected product deleted successfully": "Odabrani proizvod uspešno obrisan",
    "Cart is empty. Add items first!": "Korpa je prazna. Prvo dodajte stavke!",
    "Purchase created successfully.": "Kupovina uspešno kreirana.",
    "Somethings went wrong!": "Nešto je pošlo po zlu!",
    "Purchase updated successfully.": "Kupovina uspešno ažurirana.",
    "Selected purchases deleted successfully.": "Odabrane kupovine uspešno obrisane.",
    "Sales created successfully.": "Prodaja uspešno kreirana.",
    "You cannot sale in due for a walking customer.": "Ne možete prodavati na odloženo plaćanje za šetajućeg kupca.",
    "Sales updated successfully.": "Prodaja uspešno ažurirana.",
    "Sale deleted successfully.": "Prodaja uspešno obrisana.",
    "Selected sales deleted successfully.": "Odabrane prodaje uspešno obrisane.",
    "Unit saved successfully": "Jedinica uspešno sačuvana",
    "Unit updated successfully": "Jedinica uspešno ažurirana",
    "Units deleted successfully": "Jedinice uspešno obrisane",
    "Unit deleted successfully": "Jedinica uspešno obrisana",
    "Quantity and price updated successfully": "Količina i cena uspešno ažurirane",
    "Enter valid qty and price": "Unesite validnu količinu i cenu",
    "Item not found in the cart": "Stavke nije pronađeno u korpi",
    "The cart does not contain this item": "Korpa ne sadrži ovu stavku",
    "Item removed from cart": "Stavke uklonjena iz korpe",
    "All cart removed successfully!": "Sve stavke su uspešno uklonjene iz korpe!",
    "Current Password does not match with old password": "Trenutna lozinka se ne poklapa sa starom lozinkom",
    "Profile updated successfully": "Profil uspešno ažuriran",
    "Purchase returned successfully.": "Kupovina uspešno vraćena.",
    "Business General Setting updated successfully": "Opšte postavke poslovanja uspešno ažurirane",
    "User role created successfully": "Uloga korisnika uspešno kreirana",
    "User role updated successfully": "Uloga korisnika uspešno ažurirana",
    "User role deleted successfully": "Uloga korisnika uspešno obrisana",
    "You have no permission to access.": "Nemate dozvolu za pristup.",
    "Sale returned successfully.": "Prodaja uspešno vraćena.",
    "New subscription order successfully.": "Nova porudžbina pretplate uspešno kreirana.",

    "Branch": "Ogranak",
    "Warehouse": "Skladište",
    "Overview": "Pregled",
    "Branch List": "Lista ogranaka",
    "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": "Izaberite ogranak",
    "Rack": "Polica",
    "Shelf": "Raf",
    "Statement": "Izjava",
    "Expire Product": "Istekao proizvod",
    "Branch Wise Sales": "Prodaja po ograncima",
    "Branch Wise Purchases": "Kupovine po ograncima",
    "Employee Overview": "Pregled zaposlenih",
    "Staffs": "Osoblje",
    "Add new Branch": "Dodaj novi ogranak",
    "Create Branch": "Kreiraj ogranak",
    "Opening Balance": "Početno stanje",
    "Enter balance": "Unesite stanje",
    "Enter description": "Unesite opis",
    "Edit Branch": "Uredi ogranak",
    "Example": "Primer",
    "Acnoo": "Aknoo",
    "in this example": "u ovom primeru",
    "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 odeljak za ogranke. Dakle, kada kreirate svoj prvi ogranak, drugi ogranak će biti automatski kreiran koristeći ime vaše kompanije/poslovanja.",
    "when you create your first branch, another branch will automatically be created with the name": "kada kreirate svoj prvi ogranak, drugi ogranak će automatski biti kreiran sa imenom",
    "If your company/business name is": "Ako je ime vaše kompanije/poslovanja",
    "All your previous data will be assigned to the automatically created branch": "Svi vaši prethodni podaci biće dodeljeni automatski kreiranom ogranku",
    "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 kreirani ogranak. Razlog je što, ako se ogranak obriše, on se uklanja iz svakog odeljka, što onemogućava filtriranje podataka ogranka. Dakle, automatski kreirani ogranak ne može biti obrisan.",
    "Role & Permission": "Uloga i dozvole",
    "Add Role": "Dodaj ulogu",
    "Selected role deleted successfully": "Izabrana uloga je uspešno obrisana",
    "Branch saved successfully.": "Ogranak je uspešno sačuvan.",
    "Branch updated successfully.": "Ogranak je uspešno ažuriran.",
    "Selected branch deleted successfully": "Izabrani ogranak je uspešno obrisan",
    "Branch deleted successfully": "Ogranak je uspešno obrisan",
    "Warehouse saved successfully.": "Skladište je uspešno sačuvano.",
    "Warehouse updated successfully.": "Skladište je uspešno ažurirano.",
    "Warehouse deleted successfully": "Skladište je uspešno obrisano.",
    "Selected items deleted successfully.": "Izabrane stavke su uspešno obrisane.",
    "My Domains": "Moji domeni",
    "Domain List": "Lista domena",
    "Domains": "Domeni",
    "Domain Name": "Ime domena",
    "Is Verified": "Da li je verifikovan",
    "Has SSL": "Ima SSL",
    "Added on": "Dodato dana",
    "Add New Domain": "Dodaj novi domen",
    "Domain Type": "Tip domena",
    "Addon Domain": "Dodatni domen",
    "Subdomain": "Poddomen",
    "Enter your domain name": "Unesite ime svog domena",
    "row selected": "red izabran",
    "A new sub domain has been added.": "Novi poddomen je dodat.",
    "A new domain has been added.": "Novi domen je dodat.",
    "Domain deleted successfully": "Domen je uspešno obrisan.",
    "Domains deleted successfully": "Domeni su uspeš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": "Uputstva za podešavanje domena u cPanel-u",
    "Login to your": "Prijavite se na svoj",
    "cPanel": "cPanel",
    "account": "nalog",
    "Go to": "Idite na",
    "Domains → Addon Domains": "Domeni → Dodatni domeni",
    "Enter your new domain": "Unesite svoj novi domen",
    "Leave the auto-generated subdirectory and FTP as default": "Ostavite automatski generisan poddirektorijum i FTP kao podrazumevano",
    "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": "Savet",
    "If you need SSL, go to": "Ako vam treba SSL, idite na",
    "SSL/TLS": "SSL/TLS",
    "in cPanel and issue a certificate for your new domain (Let’s Encrypt is free).": "u cPanel-u i izdajte sertifikat za svoj novi domen (Let’s Encrypt je besplatan).",
    "Apache VPS Configuration": "Apache VPS konfiguracija",
    "Apache Wildcard Domain Setup": "Podešavanje Apache wildcard domena",
    "Create a config file in": "Kreirajte konfiguracioni fajl u",
    "How to Add a Domain in cPanel": "Kako dodati domen u cPanel-u",
    "Enable the site and reload Apache": "Omogućite sajt i ponovo učitajte Apache",
    "Always test config before reload": "Uvek testirajte konfiguraciju pre ponovnog učitavanja",
    "Replace": "Zamenite",
    "with your actual domain": "sa vašim stvarnim domenom",
    "Ensure correct file permissions (chown/chmod)": "Osigurajte ispravne dozvole fajlova (chown/chmod)",
    "Use": "Koristite",
    "Certbot": "Certbot",
    "for free SSL": "za besplatan SSL",
    "Nginx VPS Configuration": "Nginx VPS konfiguracija",
    "Nginx Wildcard Domain Setup": "Podešavanje Nginx wildcard domena",
    "Enable the site and reload Nginx": "Omogućite sajt i ponovo učitajte Nginx",
    "Important": "Važno",
    "Ensure correct file permissions": "Osigurajte ispravne dozvole fajlova",
    "Domain updated successfully": "Domen je uspešno ažuriran",
    "Domain": "Domen",
    "Domain has been rejected successfully.": "Domen je uspešno odbijen.",
    "Domain has been approved successfully.": "Domen je uspešno odobren.",
    "Edit Domain": "Uredi domen",
    "Deleted by user": "Obrisao korisnik",

    "installer_messages.title": "POS Pro Installer",
    "installer_messages.next": "Next Step",
    "installer_messages.back": "Previous",
    "installer_messages.finish": "Install",
    "installer_messages.forms.errorTitle": "The Following errors occurred:",

    "installer_messages.welcome.templateTitle": "Welcome",
    "installer_messages.welcome.title": "POS Pro Installer",
    "installer_messages.welcome.message": "Easy Installation and Setup Wizard.",
    "installer_messages.welcome.next": "Check Requirements",

    "installer_messages.requirements.templateTitle": "Step 1 | Server Requirements",
    "installer_messages.requirements.title": "Server Requirements",
    "installer_messages.requirements.next": "Check Permissions",
    "installer_messages.permissions.templateTitle": "Step 2 | Permissions",
    "installer_messages.permissions.title": "Permissions",
    "installer_messages.permissions.next": "Configure Environment",
    "installer_messages.environment.menu.templateTitle": "Step 3 | Environment Settings",
    "installer_messages.environment.menu.title": "Environment Settings",
    "installer_messages.environment.menu.desc": "Please select how you want to configure the apps .env file.",
    "installer_messages.environment.menu.wizard-button": "Form Wizard Setup",
    "installer_messages.environment.menu.classic-button": "Classic Text Editor",

    "installer_messages.environment.wizard.templateTitle": "Step 3 | Environment Settings | Guided Wizard",
    "installer_messages.environment.wizard.title": "Guided .env Wizard",
    "installer_messages.environment.wizard.tabs.environment": "Environment",
    "installer_messages.environment.wizard.tabs.database": "Database",
    "installer_messages.environment.wizard.tabs.application": "Application",

    "installer_messages.environment.wizard.form.name_required": "An environment name is required.",
    "installer_messages.environment.wizard.form.app_name_label": "Website name",
    "installer_messages.environment.wizard.form.app_name_placeholder": "Enter your website name",
    "installer_messages.environment.wizard.form.app_environment_label": "App Environment",
    "installer_messages.environment.wizard.form.app_environment_label_local": "Local",
    "installer_messages.environment.wizard.form.app_environment_label_developement": "Development",
    "installer_messages.environment.wizard.form.app_environment_label_qa": "Qa",
    "installer_messages.environment.wizard.form.app_environment_label_production": "Production",
    "installer_messages.environment.wizard.form.app_environment_label_other": "Other",
    "installer_messages.environment.wizard.form.app_environment_placeholder_other": "Enter your environment...",
    "installer_messages.environment.wizard.form.app_debug_label": "App Debug",
    "installer_messages.environment.wizard.form.app_debug_label_true": "True",
    "installer_messages.environment.wizard.form.app_debug_label_false": "False",
    "installer_messages.environment.wizard.form.app_log_level_label": "App Log Level",
    "installer_messages.environment.wizard.form.app_log_level_label_debug": "debug",
    "installer_messages.environment.wizard.form.app_log_level_label_info": "info",
    "installer_messages.environment.wizard.form.app_log_level_label_notice": "notice",
    "installer_messages.environment.wizard.form.app_log_level_label_warning": "warning",
    "installer_messages.environment.wizard.form.app_log_level_label_error": "error",
    "installer_messages.environment.wizard.form.app_log_level_label_critical": "critical",
    "installer_messages.environment.wizard.form.app_log_level_label_alert": "alert",
    "installer_messages.environment.wizard.form.app_log_level_label_emergency": "emergency",

    "installer_messages.environment.wizard.form.app_url_label": "App Url",
    "installer_messages.environment.wizard.form.app_url_placeholder": "App Url",
    "installer_messages.environment.wizard.form.db_connection_failed": "Could not connect to the database.",
    "installer_messages.environment.wizard.form.db_connection_label": "Database Connection",
    "installer_messages.environment.wizard.form.db_connection_label_mysql": "mysql",
    "installer_messages.environment.wizard.form.db_connection_label_sqlite": "sqlite",
    "installer_messages.environment.wizard.form.db_connection_label_pgsql": "pgsql",
    "installer_messages.environment.wizard.form.db_connection_label_sqlsrv": "sqlsrv",
    "installer_messages.environment.wizard.form.db_host_label": "Database Host",
    "installer_messages.environment.wizard.form.db_host_placeholder": "Database Host",
    "installer_messages.environment.wizard.form.db_port_label": "Database Port",
    "installer_messages.environment.wizard.form.db_port_placeholder": "Database Port",
    "installer_messages.environment.wizard.form.db_name_label": "Database Name",
    "installer_messages.environment.wizard.form.db_name_placeholder": "Database Name",
    "installer_messages.environment.wizard.form.db_username_label": "Database User Name",
    "installer_messages.environment.wizard.form.db_username_placeholder": "Database User Name",
    "installer_messages.environment.wizard.form.db_password_label": "Database Password",
    "installer_messages.environment.wizard.form.db_password_placeholder": "Database Password",

    "installer_messages.environment.wizard.form.app_tabs.more_info": "More Info",
    "installer_messages.environment.wizard.form.app_tabs.broadcasting_title": "Broadcasting, Caching, Session, &amp; Queue",
    "installer_messages.environment.wizard.form.app_tabs.broadcasting_label": "Broadcast Driver",
    "installer_messages.environment.wizard.form.app_tabs.broadcasting_placeholder": "Broadcast Driver",
    "installer_messages.environment.wizard.form.app_tabs.cache_label": "Cache Driver",
    "installer_messages.environment.wizard.form.app_tabs.cache_placeholder": "Cache Driver",
    "installer_messages.environment.wizard.form.app_tabs.session_label": "Session Driver",
    "installer_messages.environment.wizard.form.app_tabs.session_placeholder": "Session Driver",
    "installer_messages.environment.wizard.form.app_tabs.queue_label": "Queue Driver",
    "installer_messages.environment.wizard.form.app_tabs.queue_placeholder": "Queue Driver",
    "installer_messages.environment.wizard.form.app_tabs.redis_label": "Redis Driver",
    "installer_messages.environment.wizard.form.app_tabs.redis_host": "Redis Host",
    "installer_messages.environment.wizard.form.app_tabs.redis_password": "Redis Password",
    "installer_messages.environment.wizard.form.app_tabs.redis_port": "Redis Port",
    "installer_messages.environment.wizard.form.app_tabs.mail_label": "Mail",
    "installer_messages.environment.wizard.form.app_tabs.mail_driver_label": "Mail Driver",
    "installer_messages.environment.wizard.form.app_tabs.mail_driver_placeholder": "Mail Driver",
    "installer_messages.environment.wizard.form.app_tabs.mail_host_label": "Mail Host",
    "installer_messages.environment.wizard.form.app_tabs.mail_host_placeholder": "Mail Host",
    "installer_messages.environment.wizard.form.app_tabs.mail_port_label": "Mail Port",
    "installer_messages.environment.wizard.form.app_tabs.mail_port_placeholder": "Mail Port",
    "installer_messages.environment.wizard.form.app_tabs.mail_username_label": "Mail Username",
    "installer_messages.environment.wizard.form.app_tabs.mail_username_placeholder": "Mail Username",
    "installer_messages.environment.wizard.form.app_tabs.mail_password_label": "Mail Password",
    "installer_messages.environment.wizard.form.app_tabs.mail_password_placeholder": "Mail Password",
    "installer_messages.environment.wizard.form.app_tabs.mail_encryption_label": "Mail Encryption",
    "installer_messages.environment.wizard.form.app_tabs.mail_encryption_placeholder": "Mail Encryption",
    "installer_messages.environment.wizard.form.app_tabs.pusher_label": "Pusher",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_id_label": "Pusher App Id",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_id_palceholder": "Pusher App Id",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_key_label": "Pusher App Key",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_key_palceholder": "Pusher App Key",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_secret_label": "Pusher App Secret",
    "installer_messages.environment.wizard.form.app_tabs.pusher_app_secret_palceholder": "Pusher App Secret",

    "installer_messages.environment.wizard.form.buttons.setup_database": "Setup Database",
    "installer_messages.environment.wizard.form.buttons.setup_application": "Setup Application",
    "installer_messages.environment.wizard.form.buttons.install": "Install",

    "installer_messages.environment.classic.templateTitle": "Step 3 | Environment Settings | Classic Editor",
    "installer_messages.environment.classic.title": "Classic Environment Editor",
    "installer_messages.environment.classic.save": "Save .env",
    "installer_messages.environment.classic.back": "Use Form Wizard",
    "installer_messages.environment.classic.install": "Save and Install",

    "installer_messages.environment.success": "Your .env file settings have been saved.",
    "installer_messages.environment.errors": "Unable to save the .env file, Please create it manually.",

    "installer_messages.install": "Install",
    "installer_messages.installed.success_log_message": "Laravel Installer successfully INSTALLED on ",

    "installer_messages.final.title": "Installation Finished",
    "installer_messages.final.templateTitle": "Installation Finished",
    "installer_messages.final.finished": "Application has been successfully installed.",
    "installer_messages.final.migration": "Migration &amp; Seed Console Output:",
    "installer_messages.final.console": "Application Console Output:",
    "installer_messages.final.log": "Installation Log Entry:",
    "installer_messages.final.env": "Final .env File:",
    "installer_messages.final.exit": "Click here to exit",

    "installer_messages.updater.title": "Laravel Updater",
    "installer_messages.updater.welcome.title": "Welcome To The Updater",
    "installer_messages.updater.welcome.message": "Welcome to the update wizard.",

    "installer_messages.updater.overview.title": "Overview",
    "installer_messages.updater.overview.message": "There is 1 update.|There are :number updates.",
    "installer_messages.updater.overview.install_updates": "Install Updates",
    "installer_messages.updater.final.title": "Finished",
    "installer_messages.updater.final.finished": "Application's database has been successfully updated.",
    "installer_messages.updater.final.exit": "Click here to exit",
    "installer_messages.updater.log.success_message": "Laravel Installer successfully UPDATED on "
}
